mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-24 06:24:19 +02:00
New Release (v0.2)
This commit is contained in:
parent
9ffb5db397
commit
d0cca9f2ca
3 changed files with 20 additions and 6 deletions
|
|
@ -10,6 +10,8 @@ and `Removed`.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2] - 2021-09-26
|
||||
|
||||
### Added
|
||||
- UAD now comes with a logger. Debug information will be written to a `uad.log` file (Warning level log in *stdout*) (#2)
|
||||
- Support for older phone (< Android 8.0) (#15):
|
||||
|
|
@ -30,3 +32,4 @@ and `Removed`.
|
|||
|
||||
### Fixed
|
||||
- Spelling mistake
|
||||
- Failed build with MSVC toolchain
|
||||
|
|
@ -2,8 +2,15 @@ cargo-features = ["strip"] # nightly
|
|||
|
||||
[package]
|
||||
name = "uad_gui"
|
||||
version = "0.1.0"
|
||||
description = "A cross-platform GUI debloater for android devices"
|
||||
version = "0.2.0"
|
||||
authors = ["w1nst0n"]
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://gitlab.com/W1nst0n/universal-android-debloater-rs"
|
||||
repository = "https://gitlab.com/W1nst0n/universal-android-debloater-rs"
|
||||
readme = "README.md"
|
||||
keywords = ["debloater", "android", "adb", "privacy", "bloatware"]
|
||||
categories = ["gui"]
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
14
README.md
14
README.md
|
|
@ -13,11 +13,11 @@ Packages are as well documented as possible in order to provide a better underst
|
|||
In any case, you can NOT brick your device with this software! That's the main thing, right?
|
||||
|
||||
## Features
|
||||
* [X] Quick search among all the packages of an android device
|
||||
* [X] Uninstallation/Reinstallation of system packages of system packages
|
||||
* [X] Device brand detection and auto-selection of the appropriate manufacturer debloat list
|
||||
* [X] Uninstall/Disable and Restore/Enable system packages
|
||||
* [X] Export/Import your selection in `uad_exported_selection.txt`
|
||||
* [X] Logging of all your action in the `uad.log` file
|
||||
|
||||
NB : System apps cannot really be uninstalled without root (see the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater/-/wikis/FAQ))
|
||||
NB : System apps cannot really be uninstalled without root (see the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater-rs/-/wikis/FAQ))
|
||||
|
||||
## Universal debloat lists
|
||||
* [X] GFAM (Google/Facebook/Amazon/Microsoft)
|
||||
|
|
@ -79,6 +79,10 @@ Red Hat Base:
|
|||
```bash
|
||||
$ sudo yum install android-tools
|
||||
```
|
||||
OpenSUSE Base:
|
||||
```bash
|
||||
$ sudo zypper install android-tools
|
||||
```
|
||||
</details>
|
||||
</p>
|
||||
|
||||
|
|
@ -110,7 +114,7 @@ $ brew install android-platform-tools
|
|||
</p>
|
||||
|
||||
|
||||
- Download [the lastest release of Universal Android Debloater GUI](https://gitlab.com/W1nst0n/universal-android-debloater-rs/-/releases).
|
||||
- Download the latest stable release of UAD GUI [here](https://gitlab.com/W1nst0n/universal-android-debloater-rs/-/releases).
|
||||
|
||||
**NOTE:** Chinese phones users may need to use the AOSP list for removing some stock apps because those chinese manufacturers (especially Xiaomi and Huawei) have been using the name of AOSP packages for their own (modified & closed-source) apps.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue