Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
* Added: Exodus report shortcut to AppSheet
* Fixed: not launching if there's an app with icon dimensions <= 0
* Changed: default is set now to copy OAndBackupX to parent backup folder
* Added: Greek (Credits @tsiflimagas)
* Updated: Capitalisation and English Strings (Credits: @Atrate)
* Updated: generalize Chinese, Dutch, Polish and Swedish
  • Loading branch information
machiav3lli committed Jun 4, 2020
1 parent d1394cf commit 1029cc5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# OAndBackupX <img align="left" src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/icon.png" width="64" />

OAndBackupX is a fork of the infamous OAndBackup with the aim to bring OAndBackup to 2020. For now most of the functionality and UI of the app are rewritten, next steps would be making it stable and adding some features which could ease the backup/restore work with any device. Therefore all types of contribution are welcome.

Usecases: a combination with your favourite sync solution (e.g. Syncthing, Nextcloud...) keeping a copy of your apps and data on your server or "stable" device could bring a lot of benefits and save you a lot of work while changing ROMs or just cleaning your mobile device.
OAndBackupX is a fork of the infamous OAndBackup with the aim to bring OAndBackup to 2020. For now most of the functionality and UI of the app are rewritten, next steps would be making it stable and adding some features which could ease the backup/restore workflow with any device. Therefore all types of contribution are welcome.

Now on OAndBackup: a backup program for android. requires root and allows you to backup individual apps and their data.
both backup and restore of individual programs one at a time and batch backup and restore of multiple programs are supported (with silent / unattended restores).
restoring system apps should be possible without requiring a reboot afterwards. OAndBackup is also able to uninstall system apps. handling system apps in this way depends on whether /system/ can be remounted as writeable though, so this will probably not work for all devices (e.g. htc devices with the security flag on).
backups can be scheduled with no limit on the number of individual schedules and there is the possibility of creating custom lists from the list of installed apps.

## Recommendation

A combination with your favourite sync solution (e.g. Syncthing, Nextcloud...) keeping an encrypted copy of your apps and their data on your server or "stable" device could bring a lot of benefits and save you a lot of work while changing ROMs or just cleaning your mobile device.

## Community

There's a new room on Riot and a group on Telegram to discuss the development of the App and test new versions:
Expand All @@ -35,7 +37,7 @@ till the version 0.9.3 there's been no structural change in how the app handles
- [x] Modeling the app's structure: for the most part now
- [x] Modeling Sort/Filter
- [ ] Add some new filters
- [ ] Add Exodus Report to AppSheet
- [x] Add Exodus Report to AppSheet
- [x] Rewrite Preferences
- [x] Integrate Tools and Help in Preferences
- [x] New UI and UX: Design improvement proposals are always welcome
Expand All @@ -57,19 +59,19 @@ till the version 0.9.3 there's been no structural change in how the app handles
### Dark Theme

<p float="left">
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="170" />
</p>

### Light Theme

<p float="left">
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png" width="170" />
<img src="https://raw.githubusercontent.com/machiav3lli/OAndBackupX/master/fastlane/metadata/android/en-US/images/phoneScreenshots/8.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png" width="170" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/8.png" width="170" />
</p>

## Building
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
butterknife : "10.2.1",

appcompat : "1.1.0",
material : "1.2.0-alpha06",
material : "1.3.0-alpha01",
constraintlayout : "2.0.0-beta6",
preference : "1.1.1",
swiperefreshlayout: "1.0.0",
Expand Down Expand Up @@ -86,7 +86,7 @@ Map<String, Integer> abiVersionCodes = [

int versionMajor = 1
int versionMinor = 1
int versionPath = 0
int versionPath = 1

android {
compileSdkVersion 29
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
changelog
=========

1.1.1 (04.06.2020)
-------------------
* added: Exodus report shortcut to AppSheet
* fixed: not launching if there's an app with icon dimensions <= 0
* changed: default is set now to copy OAndBackupX to parent backup folder
* added: Greek (Credits @tsiflimagas)
* update: Capitalisation and English Strings (Credits: @atrate)
* update: generalize Chinese, Dutch, Polish and Swedish

1.1.0 (29.05.2020)
-------------------
* added: data backup encryption
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**OAndBackupX 1.1.1**
* Added: Exodus report shortcut to AppSheet
* Fixed: not launching if there's an app with icon dimensions <= 0
* Changed: default is set now to copy OAndBackupX to parent backup folder
* Added: Greek (Credits @tsiflimagas)
* Updated: Capitalisation and English Strings (Credits: @atrate)
* Updated: generalize Chinese, Dutch, Polish and Swedish

0 comments on commit 1029cc5

Please sign in to comment.