diff --git a/README.md b/README.md index 1bb2db6dba..5b28016ee3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ backups can be scheduled with no limit on the number of individual schedules and - [x] Fixing OAB-Utils build problem which was caused by a deprecated method in Rust - [x] Rewrite Batch-(Activity, Adapter and Sorter) -- [ ] Rewrite Main-(Activity, Adapter and Sorter): only partially +- [ ] Rewrite Main-(Activity, Adapter and Sorter): partially done - [ ] Rewrite Scheduler - [x] BottomNavBar-based navigation - [x] Sort/Filter-FAB @@ -21,7 +21,7 @@ backups can be scheduled with no limit on the number of individual schedules and - [ ] Rewrite backup folder selector - [ ] New android external storage permissions compatibility: fixed for Android 10 only for now with legacy mode(fix priority: med) - [ ] Update dialogs' UI -- [ ] Updating UI and UX: Design proposales are always welcome +- [ ] Updating UI and UX: Design proposales are always welcome: partially done - [ ] add more informative dialog when clicking an app in Main - [ ] You suggest!... @@ -34,7 +34,6 @@ backups can be scheduled with no limit on the number of individual schedules and -

diff --git a/build.gradle b/build.gradle index be9942b515..851bed0e26 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ sonarqube { int versionMajor = 0 int versionMinor = 1 -int versionPath = 2 +int versionPath = 3 android { compileSdkVersion 29 diff --git a/changelog.md b/changelog.md index d7465c14f7..11bc5f054d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,13 @@ changelog ========= +0.1.3 (2020-03-27) +------------------- +* new UI for Main, Batch and Scheduler +* fixed: missing "both" as description of backed up mode + 0.1.2 (2020-03-27) --------------------- +------------------- * new Main UI * fixed refresh in Main diff --git a/docs/screenshots/1.png b/docs/screenshots/1.png index 30196ec21d..0c66039888 100644 Binary files a/docs/screenshots/1.png and b/docs/screenshots/1.png differ diff --git a/docs/screenshots/2.png b/docs/screenshots/2.png index d336be0108..c5e56defab 100644 Binary files a/docs/screenshots/2.png and b/docs/screenshots/2.png differ diff --git a/docs/screenshots/3.png b/docs/screenshots/3.png index c86618856d..cc43c328b2 100644 Binary files a/docs/screenshots/3.png and b/docs/screenshots/3.png differ diff --git a/docs/screenshots/4.png b/docs/screenshots/4.png index 0135ee1721..3349e9e686 100644 Binary files a/docs/screenshots/4.png and b/docs/screenshots/4.png differ diff --git a/docs/screenshots/5.png b/docs/screenshots/5.png index 8dcc6118c7..f3f6c00efb 100644 Binary files a/docs/screenshots/5.png and b/docs/screenshots/5.png differ diff --git a/docs/screenshots/6.png b/docs/screenshots/6.png deleted file mode 100644 index 7e9983e81a..0000000000 Binary files a/docs/screenshots/6.png and /dev/null differ