Skip to content

Commit

Permalink
chore: bump version to 3.0.0 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVerswijvelt committed Aug 17, 2024
1 parent 53847a1 commit 3756d1f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
targetSdkVersion 34
compileSdk 34
minSdkVersion 31
versionCode 3000006
versionName "3.0.0-beta.4"
versionCode 3000007
versionName "3.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3000007.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
New
- Added Airplane mode and Bluetooth tiles, so you can restrict usage of these tiles on the lock screen
- Added a tile preview in the app itself
- Added individual tile configuration (currently only contains override for the general ‘require unlock’ setting)

Improvements
- A clean new user interface built on Material You
- User must now explicitly choose between root and Shizuku (before, it just tried both)
- Better permission requesting/handling:
- No more automatic permission granting using shell commands (this was used to grant the 'READ_PHONE_STATE' permission without user knowledge)
- When permissions are missing, this is now clearly visualized on the homepage, where you can then easily request them
- Switched all tiles to [active mode](https://developer.android.com/develop/ui/views/quicksettings-tiles#active_mode_recommended). Instead of the tiles only updating when the quick settings were open, they will now be updated instantly through a background service that is always running. During the last weeks of testing this, I have noticed 0 battery usage using this new method. This should fix #1 and #20
- Bumped minimum Android SDK to 31 (Android 12)
- Dependency updates
- Translations updates
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 3756d1f

Please sign in to comment.