Skip to content

Commit 60011c4

Browse files
author
machiav3lli
committed
Release 0.1.3
* new UI for Main, Batch and Scheduler * fixed: missing "both" as description of backed up mode
1 parent 53904a0 commit 60011c4

File tree

9 files changed

+9
-5
lines changed

9 files changed

+9
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

build.gradle

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

103103
int versionMajor = 0
104104
int versionMinor = 1
105-
int versionPath = 2
105+
int versionPath = 3
106106

107107
android {
108108
compileSdkVersion 29

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
changelog
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+
49
0.1.2 (2020-03-27)
5-
--------------------
10+
-------------------
611
* new Main UI
712
* fixed refresh in Main
813

docs/screenshots/1.png

40.3 KB
Loading

docs/screenshots/2.png

127 KB
Loading

docs/screenshots/3.png

232 KB
Loading

docs/screenshots/4.png

127 KB
Loading

docs/screenshots/5.png

80.1 KB
Loading

docs/screenshots/6.png

-67.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)