Skip to content

Commit 4e82fef

Browse files
chore: bump version to 2.0.0
1 parent e248746 commit 4e82fef

File tree

9 files changed

+25
-2
lines changed

9 files changed

+25
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "org.androidlabs.applistbackup"
1313
minSdk = 28
1414
targetSdk = 35
15-
versionCode = 10
16-
versionName = "1.0.5"
15+
versionCode = 17
16+
versionName = "2.0.0"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
vectorDrawables {

metadata/en-US/changelogs/17.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
New & Improved Features:
2+
3+
• Enhanced Backup Options
4+
 • Support for Markdown and CSV backup formats
5+
 • Control the maximum number of stored backups
6+
7+
• Backup Management
8+
 • Introduced a dedicated Backups tab to view and manage saved backups
9+
10+
• Settings Reorganization
11+
 • Settings have been moved to a dedicated screen for improved accessibility and navigation
12+
13+
• Filter Improvements
14+
 • Simplified filters by removing the word “include” for a cleaner, more intuitive interface
15+
16+
• Improved Compatibility
17+
 • Now fully supported on Android TV devices
18+
 • Overall performance improvements
19+
20+
21+
22+
These updates enhance usability, give you more control over backups, and expand compatibility across more Android devices.

metadata/en-US/full_description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Key Features:
88

99
* Quickly create backup lists of installed apps with ease, including details such as: installation date, version number, package name, app icon and more.
1010
* Export your backup lists in multiple formats including HTML, Markdown, and CSV to suit your needs. The HTML export includes powerful sorting and filtering capabilities.
11+
* Control the maximum number of stored backups.
1112
* Seamlessly integrate with Tasker, Automate, MacroDroid, and any other apps that support Tasker Plugin, allowing you to automate your backup schedule.
1213
* Trigger backups via Intent Broadcasts, enabling automation with tools like Tasker, ADB, and MacroDroid for even more flexibility.
1314
* Does not need root and zero permissions are required (notifications optional).
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)