From d0cca9f2ca020ff864cd3746effe863d7cb84815 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sun, 26 Sep 2021 15:31:52 +0200 Subject: [PATCH] New Release (v0.2) --- CHANGELOG.md | 3 +++ Cargo.toml | 9 ++++++++- README.md | 14 +++++++++----- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c51891..7ff7798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 49098ad..340f468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 18c279f..b69365b 100644 --- a/README.md +++ b/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 +```

@@ -110,7 +114,7 @@ $ brew install android-platform-tools

-- 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.