Skip to content

Commit

Permalink
De-Bloater v0.19
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Aug 31, 2021
1 parent 6c61103 commit 9abca5a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![De-Bloater](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)

[![](https://img.shields.io/badge/De--Bloater-v0.18-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater)
[![](https://img.shields.io/badge/De--Bloater-v0.19-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater)
![](https://img.shields.io/github/downloads/sunilpaulmathew/De-Bloater/total)
![](https://img.shields.io/github/languages/top/sunilpaulmathew/De-Bloater)
![](https://img.shields.io/github/contributors/sunilpaulmathew/De-Bloater)
Expand All @@ -21,7 +21,7 @@
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.sunilpaulmathew.debloater)
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.18/app-release.apk)
height="80">](https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.19/app-release.apk)

## Features
* Easily remove system apps from "/system", "/vendor", and "/product" directories.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.sunilpaulmathew.debloater"
minSdkVersion 23
targetSdkVersion 30
versionCode 18
versionName "v0.18"
versionCode 19
versionName "v0.19"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/assets/release.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"releaseNotes": " - Improved case sensitivity in searching.\n - Updated gradle build tools.\n - Miscellaneous changes.",
"fullReleaseNotes": "v0.18\n - Improved case sensitivity in searching.\n - Updated gradle build tools.\n - Miscellaneous changes.\n\nv0.17\n - Allow debloating more apps (e.g. from /system_ext (need more testing) and /product/priv-app folders).\n - Added Polish & German translations and updated others.\n - Updated gradle plugin.\n - Internal improvements.\n - Miscellaneous changes.\n\nv0.16\n - Updates for Android 11.\n - App will now targets latest SDK.\n - Implement own file picker for restore activities.\n - Improved searching.\n - Miscellaneous changes.\n\nv0.15\n - Added a top TabLayout to easily switch app types.\n - Fixed likely crashes on Android 11.\n - Miscellaneous changes.\n\nv0.14\n - Added Spanish and Italian translations.\n - Updated some options in about page.\n - Miscellaneous changes.\n\nv0.13\n - Improved Universal Android and Tomatot debloater.\n - Updated Turkish and Russian translation.\n - Updated storage handling for Android 10 and above.\n - Updated build tools and dependencies.\n - Miscellaneous changes.\n\nv0.12\n - Adapted Universal Android Debloater by @W1nst0n.\n - Re-organized and largely improved coding.\n - Slightly improved app UI.\n - Added a start-up warning message.\n - Temporarily fixed storage relates issues on Android 11.\n - Updated build tools and dependencies.\n - Miscellaneous changes.\n\nv0.11\n - Added Turkish translations.\n - Miscellaneous changes.\n\nv0.10\n - Workaround to disable auto-update check on installation from F-Droid.\n - Added detailed change-logs and licence views.\n - Miscellaneous changes.\n\nv0.9\n - Introduced a signature check to avoid conflicts with F-Droid.\n\nv0.8\n - Updated Russian & Ukrainian translations.\n - Updates for F-Droid submission.\n - Miscellaneous changes.\n\nv0.7\n - Use Magisk BusyBox binaries as much as possible.\n - Updated app icon.\n - Miscellaneous changes.\n\nv0.6\n - Added backup and restore options.\n - Use material style elements as much as possible.\n - Miscellaneous changes.\n\nv0.5\n - Added custom script page.\n - Switched to blue accent color.\n - Added Ukrainian translation.\n - Updated Russian translation.\n - Miscellaneous changes.\n\nv0.4\n - Fixed search results occasionally duplicating.\n - Colorize (with accent) titles on recycle view.\n - Added a donate option.\n - Added Russian translation.\n - Added option to reverse app list.\n - Miscellaneous changes.\n\nv0.3\n - Added option to show apps from specific folders.\n - Improved inactive app handling.\n - Show app logo on startup.\n - Improved app searching.\n - Miscellaneous changes.\n\nv0.2\n - Added options to sort active packages by name or package id.\n - Improved restoring de-bloated apps.\n - Implemented separate pop-up menu for individual pages.\n - Slightly improved app UI.\n - Miscellaneous changes.\n\nv0.1\n - Initial release.",
"latestVersionCode": 18,
"latestVersion": "v0.18",
"releaseUrl": "https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.18/app-release.apk",
"sha1": "bc30a2f693e57bbeba547556212889b7d466e950"
"releaseNotes": " - Largely improved app UI response.\n- Replaced deprecated AsyncTask with a custom one.\n- Added a welcome screen on the first app launch.\n- Cleaned a lot of unnecessary code and largely improved coding quality.\n- Enhanced Tomatot debloater.\n- A lot more improvements under-the-hood.",
"fullReleaseNotes": "v0.19\n - Largely improved app UI response.\n- Replaced deprecated AsyncTask with a custom one.\n- Added a welcome screen on the first app launch.\n- Cleaned a lot of unnecessary code and largely improved coding quality.\n- Enhanced Tomatot debloater.\n- A lot more improvements under-the-hood.\n\nv0.18\n - Improved case sensitivity in searching.\n - Updated gradle build tools.\n - Miscellaneous changes.\n\nv0.17\n - Allow debloating more apps (e.g. from /system_ext (need more testing) and /product/priv-app folders).\n - Added Polish & German translations and updated others.\n - Updated gradle plugin.\n - Internal improvements.\n - Miscellaneous changes.\n\nv0.16\n - Updates for Android 11.\n - App will now targets latest SDK.\n - Implement own file picker for restore activities.\n - Improved searching.\n - Miscellaneous changes.\n\nv0.15\n - Added a top TabLayout to easily switch app types.\n - Fixed likely crashes on Android 11.\n - Miscellaneous changes.\n\nv0.14\n - Added Spanish and Italian translations.\n - Updated some options in about page.\n - Miscellaneous changes.\n\nv0.13\n - Improved Universal Android and Tomatot debloater.\n - Updated Turkish and Russian translation.\n - Updated storage handling for Android 10 and above.\n - Updated build tools and dependencies.\n - Miscellaneous changes.\n\nv0.12\n - Adapted Universal Android Debloater by @W1nst0n.\n - Re-organized and largely improved coding.\n - Slightly improved app UI.\n - Added a start-up warning message.\n - Temporarily fixed storage relates issues on Android 11.\n - Updated build tools and dependencies.\n - Miscellaneous changes.\n\nv0.11\n - Added Turkish translations.\n - Miscellaneous changes.\n\nv0.10\n - Workaround to disable auto-update check on installation from F-Droid.\n - Added detailed change-logs and licence views.\n - Miscellaneous changes.\n\nv0.9\n - Introduced a signature check to avoid conflicts with F-Droid.\n\nv0.8\n - Updated Russian & Ukrainian translations.\n - Updates for F-Droid submission.\n - Miscellaneous changes.\n\nv0.7\n - Use Magisk BusyBox binaries as much as possible.\n - Updated app icon.\n - Miscellaneous changes.\n\nv0.6\n - Added backup and restore options.\n - Use material style elements as much as possible.\n - Miscellaneous changes.\n\nv0.5\n - Added custom script page.\n - Switched to blue accent color.\n - Added Ukrainian translation.\n - Updated Russian translation.\n - Miscellaneous changes.\n\nv0.4\n - Fixed search results occasionally duplicating.\n - Colorize (with accent) titles on recycle view.\n - Added a donate option.\n - Added Russian translation.\n - Added option to reverse app list.\n - Miscellaneous changes.\n\nv0.3\n - Added option to show apps from specific folders.\n - Improved inactive app handling.\n - Show app logo on startup.\n - Improved app searching.\n - Miscellaneous changes.\n\nv0.2\n - Added options to sort active packages by name or package id.\n - Improved restoring de-bloated apps.\n - Implemented separate pop-up menu for individual pages.\n - Slightly improved app UI.\n - Miscellaneous changes.\n\nv0.1\n - Initial release.",
"latestVersionCode": 19,
"latestVersion": "v0.19",
"releaseUrl": "https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.19/app-release.apk",
"sha1": "206146784796222ccedbf489e2079835bb85d4e1"
}
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/18.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Largely improved app UI response.
* Replaced deprecated AsyncTask with a custom one.
* Added a welcome screen on the first app launch.
* Cleaned a lot of unnecessary code and largely improved coding quality.
* Enhanced Tomatot debloater.
* A lot more improvements under-the-hood.

0 comments on commit 9abca5a

Please sign in to comment.