Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-20 16:34:49 +01:00
parent 21de94943c
commit 4e2998210b
143 changed files with 10606 additions and 2 deletions

193
docs/pages/change-logs.md Normal file
View file

@ -0,0 +1,193 @@
---
layout: default
title: What's New
permalink: /change-logs/
---
## What's New
### v0.30
- Updated build tools.
- Added Estonian translations.
- Miscellaneous changes.
### v0.29
- Now possible to opt-out from the auto-update check (only at first launch).
- Updated Japaneses translations.
- Miscellaneous changes.
### v0.28
- APatch support (experimental).
- More materialized app UI.
- Now targets SDK 35.
- Build with latest gradle and dependencies.
- Added Hungarian, Slovak, and Dominican Spanish (and updated) translations
- Miscellaneous changes.
### v0.27
- Kernel SU support.
- More materialized app UI.
- Build with latest gradle and dependencies.
- Miscellaneous changes.
### v0.26
- Exp: Included '/system/preload' to support list.
- Exporting profiles now allows using custom names.
- Searching apps now consider for both app and package names.
- Replaced depreciated onActivityResult with ActivityResultLauncher
- Added Japanese and Chinese (Simplified & Traditional - HK) translations.
- Updated other translations.
- Updated build tools and dependencies.
- Miscellaneous changes.
### v0.25
- Improved app updates.
- Added French (Belgian), Portuguese (Brazilian) and Chinese (Traditional) translations.
- Updated other translations.
- Updated build tools and dependencies.
- Miscellaneous changes.
### v0.24
- Added Vietnamese and Chinese (Simplified) translations.
- Updated French translations.
- Updated build tools and dependencies.
- Miscellaneous changes.
### 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.
- Added new credits page.
- Updated translations message.
- Main UI now includes package names.
- Added searching in Inactive apps page.
- De-Bloater now targets Android 12 (S, SDK 31).
- Miscellaneous changes.
### v0.21
- Fixed crashing Tomatot Debloater page.
- Fixed crashing app when root access is unavailable.
- Updated gradle plugin.
- Miscellaneous changes.
### v0.20
- De-Bloater now handles updated system apps.
- Improved backup/restore profiles.
- Miscellaneous changes.
### v0.19
- 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.
### v0.18
- Improved case sensitivity in searching.
- Updated gradle build tools.
- Miscellaneous changes.
### v0.17
- Allow debloating more apps (e.g. from /system_ext (need more testing) and /product/priv-app folders).
- Added Polish & German translations and updated others.
- Updated gradle plugin.
- Internal improvements.
- Miscellaneous changes.
### v0.16
- Updates for Android 11.
- App will now targets latest SDK.
- Implement own file picker for restore activities.
- Improved searching.
- Miscellaneous changes.
### v0.15
- Added a top TabLayout to easily switch app types.
- Fixed likely crashes on Android 11.
- Miscellaneous changes.
### v0.14
- Added Spanish and Italian translations.
- Updated some options in about page.
- Miscellaneous changes.
### v0.13
- Improved Universal Android and Tomatot debloater.
- Updated Turkish and Russian translation.
- Updated storage handling for Android 10 and above.
- Updated build tools and dependencies.
- Miscellaneous changes.
### v0.12
- Adapted Universal Android Debloater by @W1nst0n.
- Re-organized and largely improved coding.
- Slightly improved app UI.
- Added a start-up warning message.
- Temporarily fixed storage relates issues on Android 11.
- Updated build tools and dependencies.
- Miscellaneous changes.
### v0.11
- Added Turkish translations.
- Miscellaneous changes.
### v0.10
- Workaround to disable auto-update check on installation from F-Droid.
- Added detailed change-logs and licence views.
- Miscellaneous changes.
### v0.9
- Introduced a signature check to avoid conflicts with F-Droid.
### v0.8
- Updated Russian & Ukrainian translations.
- Updates for F-Droid submission.
- Miscellaneous changes.
### v0.7
- Use Magisk BusyBox binaries as much as possible.
- Updated app icon.
- Miscellaneous changes.
### v0.6
- Added backup and restore options.
- Use material style elements as much as possible.
- Miscellaneous changes.
### v0.5
- Added custom script page.
- Switched to blue accent color.
- Added Ukrainian translation.
- Updated Russian translation.
- Miscellaneous changes.
### v0.4
- Fixed search results occasionally duplicating.
- Colorize (with accent) titles on recycle view.
- Added a donate option.
- Added Russian translation.
- Added option to reverse app list.
- Miscellaneous changes.
### v0.3
- Added option to show apps from specific folders.
- Improved inactive app handling.
- Show app logo on startup.
- Improved app searching.
- Miscellaneous changes.
### v0.2
- Added options to sort active packages by name or package id.
- Improved restoring de-bloated apps.
- Implemented separate pop-up menu for individual pages.
- Slightly improved app UI.
- Miscellaneous changes.
### v0.1
- Initial release.

View file

@ -0,0 +1,23 @@
---
layout: default
title: Contributions
permalink: /contribute/
---
<style>
tab1 { padding-left: 4em; }
</style>
## Contribute to De-Bloater
<p style="text-align: justify;"><tab1>De-Bloater is, and as always, an open-source project which is ready to accept contributions from others. The application gladly received contributions from a number of people from time to time, mostly with translations. An incomplete list of people who contributed to this project, directly or indirectly, is available <a href="https://github.com/sunilpaulmathew/De-Bloater#credits" target="_blank">here</a>.</tab1></p>
Some potential ways to contribute to this project includes, but not limited to
<ol>
<li><b>Developers</b> - Improve De-Bloater by sending <a href="https://github.com/sunilpaulmathew/De-Bloater" target="_blank">pull requests</a>.</li>
<li><b>Expert User</b> - Thoroughly testing De-Bloater and <a href="https://github.com/sunilpaulmathew/De-Bloater/issues/new/" target="_blank">report issues</a>, if any, at GitHub</li>
<li><b>Translators</b> - <a href="https://poeditor.com/join/project?hash=BZS89Ev3WG" target="_blank">Translate</a> De-Bloater into your local language (or improve the existing translations).</li>
<li><b>General</b> - Consider supporting the development by sending a <a href="{{ site.github.url }}/donations/">donation</a>.</li>
<li><b>General</b> - Help to improve anything related to De-Bloater (app, website, etc) you think beneficial.</li>
</ol>

15
docs/pages/disclaimer.md Normal file
View file

@ -0,0 +1,15 @@
---
layout: default
title: Disclaimer
permalink: /disclaimer/
---
<style>
tab1 { padding-left: 4em; }
</style>
## Disclaimer
<p style="text-align: justify;"><tab1>De-Bloater is free and open-source: you can redistribute it and/or modify it under the terms of the <b>GNU General Public License</b> as published by the <i>Free Software Foundation</i>, either version 3 of the License, or (at your option) any later version.</tab1></p>
<p style="text-align: justify;"><tab1>However, please be noted that De-Bloater is distributed in the hope that it will be useful, but <b>WITHOUT ANY WARRANTY</b>; without even the implied warranty of <b>MERCHANTABILITY</b> or <b>FITNESS FOR A PARTICULAR PURPOSE</b>. See the GNU General Public License (<a href="http://www.gnu.org/licenses/" target="_blank">http://www.gnu.org/licenses/</a>) for more details.</tab1></p>

26
docs/pages/donations.md Normal file
View file

@ -0,0 +1,26 @@
---
layout: default
title: Donations
permalink: /donations/
---
<style>
tab1 { padding-left: 4em; }
</style>
## Support the development of De-Bloater
<p style="text-align: justify;"><tab1>If you like to appreciate the efforts of developer to provide De-Bloater free (always available in GitHub release page), non-intrusive and without Ads, please consider supporting the development in some way. Maintaining this project takes a lot of time. So, each and every support from the android community will be hugely appreciated.</tab1></p>
<p><a href="https://github.com/sponsors/sunilpaulmathew" target="_blank"><img src="https://github.com/SmartPack/SmartPack.github.io/blob/master/assets/pic014.png?raw=true" alt="" height="60" /></a> <a href="https://liberapay.com/sunilpaulmathew/donate" target="_blank"><img src="https://liberapay.com/assets/widgets/donate.svg" alt="" height="60" /></a> <a href="https://www.paypal.me/menacherry" target="_blank"><img src="https://github.com/SmartPack/SmartPack.github.io/blob/master/assets/pic005.png?raw=true" alt="" height="60" /></a> <a href="https://ko-fi.com/sunilpaulmathew" target="_blank"><img src="https://github.com/SmartPack/SmartPack.github.io/blob/master/assets/pic010.png?raw=true" alt="" height="60" /></a> <a href="https://play.google.com/store/apps/details?id=com.smartpack.donate" target="_blank"><img src="https://github.com/SmartPack/SmartPack.github.io/blob/master/assets/pic009.png?raw=true" alt="" height="60" /></a></p>
<p><strong>GitHub Sponsors page</strong>: <a href="https://github.com/sponsors/sunilpaulmathew" target="_blank">https://github.com/sponsors/sunilpaulmathew</a><br><strong>Liberapay Donation url</strong>: <a href="https://liberapay.com/sunilpaulmathew/donate" target="_blank">https://liberapay.com/sunilpaulmathew/donate</a><br><strong>PayPal Donation url</strong>: <a href="https://www.paypal.me/menacherry" target="_blank">https://www.paypal.me/menacherry</a><br><strong>PayPal Donation email</strong>: <a href="mailto:sunil.kde@gmail.com">sunil.kde@gmail.com</a><br><strong>Ko-fi Donation url</strong>: <a href="https://ko-fi.com/sunilpaulmathew" target="_blank">https://ko-fi.com/sunilpaulmathew</a>
</p>
Some other ways to support the development includes, but not limited to
<ol>
<li>Buy De-Bloater from <a href="https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater" target="_blank">Google Play</a>. It's very cheap, but still capable to support the development.</li>
<li>If you already purchased the De-Bloater, please consider rating or/and reviewing the same in <a href="https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater" target="_blank">Google Play</a> (It's free)!</li>
<li>Help to <a href="https://poeditor.com/join/project?hash=BZS89Ev3WG" target="_blank">translate</a> De-Bloater into your local language (or improve existing translations).</li>
<li>Share good words about De-Bloater with others (family, friends, and other enthusiastic android users).</li>
</ol>

26
docs/pages/general.md Normal file
View file

@ -0,0 +1,26 @@
---
layout: default
title: General
permalink: /general/
---
<style>
tab1 { padding-left: 4em; }
</style>
## General
<p style="text-align: justify;"><tab1>De-Bloater is an application using the power of Magisk/Kernel SU/APatch to de-bloat unwanted applications systemless-ly. The application is available to download via <a href="https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater" target="_blank">Google Play</a> or <a href="https://f-droid.org/packages/com.sunilpaulmathew.debloater" target="_blank">F-Droid</a>.</tab1></p>
### Requirement
<p style="text-align: justify;"><tab1>De-Bloater requires <b>Root Access</b> and a fully functional <b>Magisk</b> or Kernel SU/APatch environment, including modules, for proper working. As a result, De-Bloater won't work with other rooting solutions as well as in Magisk core-only mode.</tab1></p>
### How to Use
<p style="text-align: justify;"><tab1>Open the app, click the remove button on each app you want to remove. The selected apps will be removed systemless-ly after a reboot. To restore an app, selectively restore it from the second page (Inactive Applications) of De-Bloater. Please note that a restart is necessary to get any of these changes in effect.</tab1></p>
### How it works
<p style="text-align: justify;"><tab1>The app will systemless-ly replace the selected APKs by making a Magisk/Kernel SU/APatch module. As a result, you will see a new Module (name: De-bloater).</tab1></p>
### Troubleshooting
<p style="text-align: justify;"><tab1>In case, if you accidentally remove some important apps and your phone bootloops, please delete <b>"/data/adb/modules/De-bloater"</b> via recovery.</tab1></p>

20
docs/pages/permissions.md Normal file
View file

@ -0,0 +1,20 @@
---
layout: default
title: Permissions
permalink: /permissions/
---
<style>
tab1 { padding-left: 4em; }
</style>
## Permissions Explained
<p style="text-align: justify;"><tab1>As a privacy-friendly application, De-Bloater only demands the very necessary permissions required to offer the promised features, and are</tab1></p>
<ol>
<li><b>ACCESS_SUPERUSER</b> - required to handle several tasks that demand root permissions.</li>
<li><b>INTERNET</b> & <b>REQUEST_INSTALL_PACKAGES</b> - required to handle app-updates (only applicable for GitHub version).</li>
<li><b>WRITE_EXTERNAL_STORAGE</b> - necessary to export de-bloated applications list to device storage for later use.</li>
<li><b>QUERY_ALL_PACKAGES</b> - necessary permission to get most applications visible in Android 11 and above.</li>
</ol>

View file

@ -0,0 +1,13 @@
---
layout: default
title: Privacy Policy
permalink: /privacy-policy/
---
<style>
tab1 { padding-left: 4em; }
</style>
## Privacy Policy
<p style="text-align: justify;"><tab1>The developer of De-Bloater respects the privacy of end-users. Therefore, De-Bloater doesn't collect or share any kind of user data, including the sensitive ones from a device. Please read the complete Privacy Policy <a href="https://smartpack.github.io/privacy-policy/" target="_blank">here</a>. Moreover, De-Bloater is, and always will be, an open-source application, which allows anyone to inspect the source code and find potential flows if any.</tab1></p>