Skip to content

Commit 6d5ab88

Browse files
committed
Update: Remove BottomNavBar's elevation tone
1 parent 2b1c1ef commit 6d5ab88

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
CHANGELOG
22
=========
3+
8.1.0 (23.07.2022) +300 Commits
4+
------------------
5+
- Add: Dynamic color support (aka Material You)
6+
- Add: Backup size (applies only to new backups)
7+
- Add: Tags & Note
8+
- Add: Optional info log in the topBar (@hg42)
9+
- Add: Installer package name
10+
- Add: Session installer (in anticipation of A13 restrictions)
11+
- Add: New sort criteria
12+
- Add: Gray coloring of app type's label
13+
- Add: Loading and batch progress bars
14+
- Add: Filter permissions list
15+
- Add: Version name in HelpSheet (@hg42)
16+
- Add: Repeat restore try without permissions once if it fails
17+
- Fix: Data reset after reboot (@hg42)
18+
- Fix: Initial Root check (@hg42)
19+
- Fix: (catch&ignore) List-related irregular crash
20+
- Fix: DocumentInfo/size of files (@hg42)
21+
- Fix: Obey search with select all (@hg42)
22+
- Fix: Use proper first user appId instead of hardcoded one (@hg42)
23+
- Fix: Schedule's special filter visbility
24+
- Fix: OAndBackupX to Neo Backup in some strings (@whalehub)
25+
- Fix: Packages placeholder icons
26+
- Update: Use cancelable SnackBar for popup info
27+
- Update: Migrate sheets to stateful Compose
28+
- Update: Adapt --mount-master option to what libsu detected (@hg42)
29+
- Update: Show encryption reminder only three times
30+
- Update: Improve SAF access performance (@hg42)
31+
- Update: Select utilBox by score (@hg42)
32+
333
8.0.2 (29.04.2022) 2 Commits
434
------------------
535
- Fix: Auto-updating AppSheet package

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
applicationId = "com.machiav3lli.backup"
4040
minSdk = 26
4141
targetSdk = 32
42-
versionCode = 8101
42+
versionCode = 8102
4343
versionName = "8.1.0"
4444
buildConfigField("int", "MAJOR", "8")
4545
buildConfigField("int", "MINOR", "1")
@@ -66,7 +66,6 @@ android {
6666
getDefaultProguardFile("proguard-android-optimize.txt"),
6767
"proguard-rules.pro"
6868
)
69-
versionNameSuffix = "-rc1"
7069
isMinifyEnabled = true
7170
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
7271
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"
@@ -79,7 +78,6 @@ android {
7978
}
8079
create("neo") {
8180
applicationIdSuffix = ".neo"
82-
versionNameSuffix = "-rc1"
8381
isMinifyEnabled = false
8482
proguardFiles(
8583
getDefaultProguardFile("proguard-android-optimize.txt"),
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Add: Dynamic color support (aka Material You)
2+
- Add: Backup size (only new backups)
3+
- Add: Tags & Note
4+
- Add: Optional info log in the topBar
5+
- Add: Installer package name
6+
- Add: Session installer (needed on A13)
7+
- Fix: Data reset after reboot
8+
for more details, read the full changelog

0 commit comments

Comments
 (0)