Skip to content

Commit

Permalink
De-Bloater v0.23
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Nov 24, 2021
1 parent 19df6d7 commit 8cd839c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 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.22-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater)
[![](https://img.shields.io/badge/De--Bloater-v0.23-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.22/app-release.apk)
height="80">](https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.23/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 31
versionCode 22
versionName "v0.22"
versionCode 23
versionName "v0.23"
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 and enhanced main UI.\n - Added option to Swipe change pages.\n - Added new credits page.\n - Updated translations message.\n - Main UI now includes package names.\n - Added searching in Inactive apps page.\n - De-Bloater now targets Android 12 (S, SDK 31).\n - Miscellaneous changes.",
"fullReleaseNotes": "v0.22\n - - Improved and enhanced main UI.\n - Added option to Swipe change pages.\n - Added new credits page.\n - Updated translations message.\n - Main UI now includes package names.\n - Added searching in Inactive apps page.\n - De-Bloater now targets Android 12 (S, SDK 31).\n - Miscellaneous changes.\n\nv0.21\n - Fixed crashing Tomatot Debloater page.\n - Fixed crashing app when root access is unavailable.\n - Updated gradle plugin.\n - Miscellaneous changes.\n\nv0.20\n - De-Bloater now handles updated system apps.\n - Improved backup/restore profiles.\n - Miscellaneous changes.\n\nv0.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": 22,
"latestVersion": "v0.22",
"releaseUrl": "https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.22/app-release.apk",
"sha1": "37d6da2f7b3ed55ad95e2ad84562959b37de3294"
"releaseNotes": " - Added French translations (incomplete).\n - Updated Italian & Polish translations.\n - Updated Credits.\n - Miscellaneous changes.",
"fullReleaseNotes": "v0.23\n - Added French translations (incomplete).\n - Updated Italian & Polish translations.\n - Updated Credits.\n - Miscellaneous changes.\n\nv0.22\n - - Improved and enhanced main UI.\n - Added option to Swipe change pages.\n - Added new credits page.\n - Updated translations message.\n - Main UI now includes package names.\n - Added searching in Inactive apps page.\n - De-Bloater now targets Android 12 (S, SDK 31).\n - Miscellaneous changes.\n\nv0.21\n - Fixed crashing Tomatot Debloater page.\n - Fixed crashing app when root access is unavailable.\n - Updated gradle plugin.\n - Miscellaneous changes.\n\nv0.20\n - De-Bloater now handles updated system apps.\n - Improved backup/restore profiles.\n - Miscellaneous changes.\n\nv0.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": 23,
"latestVersion": "v0.23",
"releaseUrl": "https://github.com/sunilpaulmathew/De-Bloater/releases/download/v0.23/app-release.apk",
"sha1": "47de15fc277f71d65b936c14370a1e1ed34bfab1"
}
6 changes: 6 additions & 0 deletions docs/pages/change-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ permalink: /change-logs/

## What's New

### v0.23
- Added French translations (incomplete).
- Updated Italian & Polish translations.
- Updated Credits.
- Miscellaneous changes.

### v0.22
- Improved and enhanced main UI.
- Added option to Swipe change pages.
Expand Down
8 changes: 0 additions & 8 deletions fastlane/metadata/android/en-US/changelogs/22.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added French translations (incomplete).
* Updated Italian & Polish translations.
* Updated Credits.
* Miscellaneous changes.

0 comments on commit 8cd839c

Please sign in to comment.