Skip to content

Commit 4210939

Browse files
author
machiav3lli
committed
Release 0.9.7
* Fixed: check for update logic * Removed: PGP encryption and follow symbolic links * Cleaned up
1 parent 3af4425 commit 4210939

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ backups can be scheduled with no limit on the number of individual schedules and
1515
- [x] Adapt FastAdapter: for Main and Batch
1616
- [x] Rewrite Batch-(Activity, Adapter and Sorter)
1717
- [x] Rewrite Main-(Activity, Adapter and Sorter)
18+
- [ ] Rewrite Scheduler
1819
- [x] Add more informative dialog when clicking an app in Main
1920
- [x] Rewrite Scheduler
2021
- [x] Modeling Sort/Filter
@@ -23,16 +24,16 @@ backups can be scheduled with no limit on the number of individual schedules and
2324
- [x] Rewrite backup folder selector
2425
- [x] Integrate Tools and Help in Preferences
2526
- [ ] New android scope storage permissions compatibility: fixed for Android 10 with legacy mode(fix priority: med)
26-
- [x] Add in-app check for update
27+
- [x] Add in-app check for updates
2728
- [x] Updating UI and UX: Design improvement proposals are always welcome
2829
- [x] Add Dark/Light themes
2930
- [ ] Update dialogs' UI: partially done
3031
- [ ] Abstracting the structure of the app
31-
- [x] Fragmentize the Preferences: partially done
32+
- [x] Fragmenting the Preferences: partially done
3233
- [ ] Rewrite the logic of Backup/Restore
3334
- [x] Add support for protected data backup
34-
- [ ] Fix and Add a better encryption solution(fix priority: med)
35-
- [ ] Add a flashable-ZIP feature
35+
- [ ] Fix and Add in-app encryption solution(fix priority: med)
36+
- [ ] Add a Flashable-ZIP feature
3637
- [ ] You suggest!...
3738

3839

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ sonarqube {
108108

109109
int versionMajor = 0
110110
int versionMinor = 9
111-
int versionPath = 6
111+
int versionPath = 7
112112

113113
android {
114114
compileSdkVersion 29

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
changelog
22
=========
33

4+
0.9.7 (27.04.2020)
5+
-------------------
6+
* fixed: update logic
7+
* removed: PGP encryption and follow symbolic links
8+
* cleaned up
9+
410
0.9.6 (25.04.2020)
511
-------------------
612
* added: check for Update
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**OAndBackupX 0.9.7**
2+
* Fixed: update logic
3+
* Removed: PGP encryption and follow symbolic links
4+
* Cleaned up code

0 commit comments

Comments
 (0)