Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
 * new UI for Main, Batch and Scheduler
 * fixed: missing "both" as description of backed up mode
  • Loading branch information
machiav3lli committed Mar 27, 2020
1 parent 53904a0 commit 60011c4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!...

Expand All @@ -34,7 +34,6 @@ backups can be scheduled with no limit on the number of individual schedules and
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/3.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/4.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/5.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/docs/screenshots/6.png" width="170" />
</p>


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sonarqube {

int versionMajor = 0
int versionMinor = 1
int versionPath = 2
int versionPath = 3

android {
compileSdkVersion 29
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file modified docs/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/screenshots/6.png
Binary file not shown.

0 comments on commit 60011c4

Please sign in to comment.