File tree Expand file tree Collapse file tree 9 files changed +9
-5
lines changed
Expand file tree Collapse file tree 9 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ backups can be scheduled with no limit on the number of individual schedules and
1111
1212- [x] Fixing OAB-Utils build problem which was caused by a deprecated method in Rust
1313- [x] Rewrite Batch-(Activity, Adapter and Sorter)
14- - [ ] Rewrite Main-(Activity, Adapter and Sorter): only partially
14+ - [ ] Rewrite Main-(Activity, Adapter and Sorter): partially done
1515- [ ] Rewrite Scheduler
1616- [x] BottomNavBar-based navigation
1717- [x] Sort/Filter-FAB
@@ -21,7 +21,7 @@ backups can be scheduled with no limit on the number of individual schedules and
2121- [ ] Rewrite backup folder selector
2222- [ ] New android external storage permissions compatibility: fixed for Android 10 only for now with legacy mode(fix priority: med)
2323- [ ] Update dialogs' UI
24- - [ ] Updating UI and UX: Design proposales are always welcome
24+ - [ ] Updating UI and UX: Design proposales are always welcome: partially done
2525- [ ] add more informative dialog when clicking an app in Main
2626- [ ] You suggest!...
2727
@@ -34,7 +34,6 @@ backups can be scheduled with no limit on the number of individual schedules and
3434 <img src =" https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/3.png " width =" 170 " />
3535 <img src =" https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/4.png " width =" 170 " />
3636 <img src =" https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/5.png " width =" 170 " />
37- <img src =" https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/6.png " width =" 170 " />
3837</p >
3938
4039
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ sonarqube {
102102
103103int versionMajor = 0
104104int versionMinor = 1
105- int versionPath = 2
105+ int versionPath = 3
106106
107107android {
108108 compileSdkVersion 29
Original file line number Diff line number Diff line change 11changelog
22=========
33
4+ 0.1.3 (2020-03-27)
5+ -------------------
6+ * new UI for Main, Batch and Scheduler
7+ * fixed: missing "both" as description of backed up mode
8+
490.1.2 (2020-03-27)
5- --------------------
10+ -------------------
611* new Main UI
712* fixed refresh in Main
813
You can’t perform that action at this time.
0 commit comments