Skip to content

Commit

Permalink
Update: Remove BottomNavBar's elevation tone
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 23, 2022
1 parent 2b1c1ef commit 6d5ab88
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
CHANGELOG
=========
8.1.0 (23.07.2022) +300 Commits
------------------
- Add: Dynamic color support (aka Material You)
- Add: Backup size (applies only to new backups)
- Add: Tags & Note
- Add: Optional info log in the topBar (@hg42)
- Add: Installer package name
- Add: Session installer (in anticipation of A13 restrictions)
- Add: New sort criteria
- Add: Gray coloring of app type's label
- Add: Loading and batch progress bars
- Add: Filter permissions list
- Add: Version name in HelpSheet (@hg42)
- Add: Repeat restore try without permissions once if it fails
- Fix: Data reset after reboot (@hg42)
- Fix: Initial Root check (@hg42)
- Fix: (catch&ignore) List-related irregular crash
- Fix: DocumentInfo/size of files (@hg42)
- Fix: Obey search with select all (@hg42)
- Fix: Use proper first user appId instead of hardcoded one (@hg42)
- Fix: Schedule's special filter visbility
- Fix: OAndBackupX to Neo Backup in some strings (@whalehub)
- Fix: Packages placeholder icons
- Update: Use cancelable SnackBar for popup info
- Update: Migrate sheets to stateful Compose
- Update: Adapt --mount-master option to what libsu detected (@hg42)
- Update: Show encryption reminder only three times
- Update: Improve SAF access performance (@hg42)
- Update: Select utilBox by score (@hg42)

8.0.2 (29.04.2022) 2 Commits
------------------
- Fix: Auto-updating AppSheet package
Expand Down
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 32
versionCode = 8101
versionCode = 8102
versionName = "8.1.0"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "1")
Expand All @@ -66,7 +66,6 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
versionNameSuffix = "-rc1"
isMinifyEnabled = true
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"
Expand All @@ -79,7 +78,6 @@ android {
}
create("neo") {
applicationIdSuffix = ".neo"
versionNameSuffix = "-rc1"
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Add: Dynamic color support (aka Material You)
- Add: Backup size (only new backups)
- Add: Tags & Note
- Add: Optional info log in the topBar
- Add: Installer package name
- Add: Session installer (needed on A13)
- Fix: Data reset after reboot
for more details, read the full changelog

0 comments on commit 6d5ab88

Please sign in to comment.