Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Oct 3, 2024
1 parent 2961c3e commit 30c4f82
Show file tree
Hide file tree
Showing 8 changed files with 74,742 additions and 76,256 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 35
versionCode = 19
versionName = "1.0.0"
versionCode = 20
versionName = "1.1.0"

buildConfigField("String", "SOURCE_CODE_URL", "\"https://github.com/Bartuzen/qBitController\"")
}
Expand Down
37,855 changes: 18,743 additions & 19,112 deletions app/src/firebaseRelease/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

37,855 changes: 18,743 additions & 19,112 deletions app/src/firebaseRelease/generated/baselineProfiles/startup-prof.txt

Large diffs are not rendered by default.

37,634 changes: 18,622 additions & 19,012 deletions app/src/freeRelease/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

37,634 changes: 18,622 additions & 19,012 deletions app/src/freeRelease/generated/baselineProfiles/startup-prof.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,25 @@ class BaselineProfileGenerator {
device.findObject(By.text("Peers")).click()
device.findObject(By.text("HTTP Sources")).click()
device.pressBack()
device.waitForWindowUpdate(null, 5000)

device.wait(Until.hasObject(By.desc("Add Torrent")), 5000)
device.findObject(By.desc("Add Torrent")).click()
device.pressBack()
device.waitForWindowUpdate(null, 5000)

device.wait(Until.hasObject(By.res("overflow")), 5000)
device.findObject(By.res("overflow")).click()
device.findObject(By.text("RSS")).click()
device.pressBack()
device.waitForWindowUpdate(null, 5000)

device.wait(Until.hasObject(By.res("overflow")), 5000)
device.findObject(By.res("overflow")).click()
device.findObject(By.text("Search Online")).click()
device.pressBack()
device.waitForWindowUpdate(null, 5000)

device.wait(Until.hasObject(By.res("overflow")), 5000)
device.findObject(By.res("overflow")).click()
device.findObject(By.text("Execution Log")).click()
device.pressBack()
device.waitForWindowUpdate(null, 5000)
}
}
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added option to set default torrent status filter
- Torrent details now display private status
- Fixed issues with qBittorrent 5.0.0
- Fixed torrent list refreshing not working after process death
- Fixed minor issues
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ksp = "2.0.20-1.0.25"
junit = "1.2.1"
espressoCore = "3.6.1"
uiautomator = "2.3.0"
baselineprofile = "1.3.2"
baselineprofile = "1.3.1"
profileinstaller = "1.4.1"

[libraries]
Expand Down

0 comments on commit 30c4f82

Please sign in to comment.