Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
* Added: new Navigation
* Added: badge for updated apps in Main
* Fixed: save checked items in Batch
* Fixed: sync of check all in Batch
* Fixed: search filtering unexpected behavior(caused by caching)
* Fixed: resume behavior
* Updated: improve refresh performance
* Updated: improve on visual performance (Action instances and Sheets launch speed)
* Updated: Translations (Norwegian, Dutch, Turkish, Chinese, Portuguese)
  • Loading branch information
machiav3lli committed Sep 23, 2020
1 parent d47c9ec commit ae60ab2
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
changelog
=========

## 3.1.1 (11.09.2020)
3.2.0 (23.09.2020)
------------------

* Added: new Navigation
* Added: badge for updated apps in Main
* Fixed: save checked items in Batch
* Fixed: sync of check all in Batch
* Fixed: search filtering unexpected behavior(caused by caching)
* Fixed: resume behavior
* Updated: improve refresh performance
* Updated: improve on visual performance (Action instances and Sheets launch speed)
* Updated: Translations (Norwegian, Dutch, Turkish, Chinese, Portuguese)

3.1.1 (11.09.2020)
------------------

* Added: the Intro
* Added: encryption password check field
Expand Down
4 changes: 0 additions & 4 deletions DEVDOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@

## Planned Restructure

- [ ] Fragmentize Batch: to clean up the need for double use of Batch Activity and separate Backup and Restore logic more clearly.

- [ ] Main-Batch Direct Navigation: with the aim to remove the need to recreate the app list anew each time navigating between Main and Batch.

- [ ] Add (Backup/Restore) Swipe-Gestures to Main.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ Open-Source libs: [FastAdapter](https://github.com/mikepenz/FastAdapter), [RootB

### Languages: [<img align="right" src="https://hosted.weblate.org/widgets/oandbackupx/-/287x66-white.png" alt="Übersetzungsstatus" />](https://hosted.weblate.org/engage/oandbackupx/?utm_source=widget)

[<img src="https://hosted.weblate.org/widgets/oandbackupx/-/multi-auto.svg" alt="Übersetzungsstatus" />](https://hosted.weblate.org/engage/oandbackupx/)

The Translations are now being hosted by [Weblate.org](https://hosted.weblate.org/engage/oandbackupx/).

Before that, translations were done analog/offline by those great people:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {

defaultConfig {
applicationId 'com.machiav3lli.backup'
versionCode = 3101
versionName = "3.1.1"
versionCode = 3200
versionName = "3.2.0"
minSdkVersion 26
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<p>Fork des bekannten OAndBackup mit dem Ziel, die App im Jahr 2020 ankommen zu lassen, die neueren Android-Versionen zu unterstützen und das Aussehen zu aktualisieren.</p>
<p>Die App erlaubt das Erstellen und Wiederherstellen von Backups auf dem Gerät. <i>OAndBackupX</i> ermöglicht das Speichern von App-Daten an einem für den Anwender erreichbaren Speicherort. Sowohl Backup als auch Restore einzelner sowie mehrerer Apps wird unterstützt.</p>
<p><br><b>Trage zur Übersetzung auf Weblate bei:</b> https://hosted.weblate.org/engage/oandbackupx/.</p>
<p><br><b>Benötigt root:</b> Damit es Dateien aus /data/data, /data/app und /system/app kopieren kann.</p>
<p>Status: Beta</p>
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**OAndBackupX 3.2.0**

* Added: new Navigation
* Added: badge for updated apps in Main
* Fixed: save checked items in Batch
* Fixed: sync of check all in Batch
* Fixed: search filtering unexpected behavior(caused by caching)
* Fixed: resume behavior
* Updated: improve refresh performance
* Updated: improve on visual performance (Action instances and Sheets launch speed)
* Updated: Translations (Norwegian, Dutch, Turkish, Chinese, Portuguese)
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<p>Fork of the infamous OAndBackup with the aim to bring the app to 2020, adding support for the newest versions of android and update its look.</p>
<p>The app allows you to make and restore backups of the apps on your device. <i>OAndBackupX</i> enables you to save app data to a user-accessible location. Both backup / restore of single apps and of multiple apps are supported.</p>
<p><br><b>Contribute to translation on Weblate:</b> https://hosted.weblate.org/engage/oandbackupx/.</p>
<p><br><b>Requires root:</b> Because it copies files from /data/data, /data/app and /system/app.</p>
<p>Status: Beta</p>

0 comments on commit ae60ab2

Please sign in to comment.