MDP43140 / LTECleanerFOSS

The last Android cleaner you'll ever need!
https://mdp43140.github.io/LTECleanerFOSS
GNU General Public License v3.0
6 stars 0 forks source link
android android-app android-application cleaner cleaner-android cleaner-app cleanup cleanup-tool

LTECleanerFOSS

A maintained-ish improved fork of @TheRedSpy15's LTE Cleaner

Android CI GitHub issues License

Tired of the abundance of phone cleaners on the Play Store? Tired of them being extremely shady? Tired of them doing nothing? Tired of ads? Tired of having to pay? Me too.

There are simply way too many apps out there that claim to "speed up your device". In reality, they don't do anything. LTE Cleaner only aims to clean your phone by removing safe to delete files, which not only frees up a lot of space, but also improve your privacy. Since LTE Cleaner removes .log files, which well, log what you do.

LTE Cleaner is 100% free, open source, no ads, and deletes everything it claims to.

Install

GitHub release Build it yourself Original F-Droid (outdated) Original source code (outdated) Original GitHub release (outdated)

Features

Cleans:

To do list (not guaranteed because i'm busy irl):

Screenshots

The Team

Contribute to this project:

Compiling the app

First, export some variables (for Linux users. Windows user might want to adjust this a bit):```bash export JAVA_HOME="${JAVA_HOME:-/usr/lib/jvm/java-21-openjdk-amd64}" export ANDROID_SDK_ROOT="${ANDROID_SDK_ROOT:-/home/mdp/.android/SDK}"


Just go to the project root directory, and run this command: ```./gradlew :app:assembleRelease``` (if you're using Windows, change `./gradlew` to `gradlew.bat`)

## License
[![GNU GPL v3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)

LTE Cleaner is Free Software: You can use, study, share, and improve it at
will. Specifically you can redistribute and/or modify it under the terms of the
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.