Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
refactor: apply extra clippy lints suggestions (#673) Cherry picking of lints from clippy::pedantic / clippy::nursery / clippy::unwrap_used / clippy::expect_used Notable changes : - consideration of all clippy::use-self lints - replaced sort() by unstable_sort() - use of map_or_else() when appropriate - replaced "".to_string() by String::new() - replaced collect() + len() by count() The code base now passes all the clippy::nursery lints --------- Co-authored-by: w1nst0n <w1nst0n@keemail.me>
chore: upload `icomoon.io` project file for UAD This json file can be imported on https://icomoon.io/app/#/select to retrieve the UAD icons before being converted to a font
fix: action button error when `multi_user_mode` is disabled Regression introduced in 5fa6fea3531fe2b37c44359c5caf33be853e4bd8 (No public release affected)
refactor: apply extra clippy lints suggestions (#673) Cherry picking of lints from clippy::pedantic / clippy::nursery / clippy::unwrap_used / clippy::expect_used Notable changes : - consideration of all clippy::use-self lints - replaced sort() by unstable_sort() - use of map_or_else() when appropriate - replaced "".to_string() by String::new() - replaced collect() + len() by count() The code base now passes all the clippy::nursery lints --------- Co-authored-by: w1nst0n <w1nst0n@keemail.me>
feat: warn the user when a work profile is detected (#450) - display a warning message when switching to a work profile user - display unavailable work profile users in the settings
chore: update dependencies - Finally fixed the Dependabot alerts for a CVE not actually impacting UAD https://rustsec.org/advisories/RUSTSEC-2020-0071 - Fixed new breaking changes from Iced Note: UAD is not vulnerable to https://rustsec.org/advisories/RUSTSEC-2021-0145.html
chore: update dependencies - Finally fixed the Dependabot alerts for a CVE not actually impacting UAD https://rustsec.org/advisories/RUSTSEC-2020-0071 - Fixed new breaking changes from Iced Note: UAD is not vulnerable to https://rustsec.org/advisories/RUSTSEC-2021-0145.html
refactor: apply extra clippy lints suggestions (#673) Cherry picking of lints from clippy::pedantic / clippy::nursery / clippy::unwrap_used / clippy::expect_used Notable changes : - consideration of all clippy::use-self lints - replaced sort() by unstable_sort() - use of map_or_else() when appropriate - replaced "".to_string() by String::new() - replaced collect() + len() by count() The code base now passes all the clippy::nursery lints --------- Co-authored-by: w1nst0n <w1nst0n@keemail.me>
refactor: apply extra clippy lints suggestions (#673) Cherry picking of lints from clippy::pedantic / clippy::nursery / clippy::unwrap_used / clippy::expect_used Notable changes : - consideration of all clippy::use-self lints - replaced sort() by unstable_sort() - use of map_or_else() when appropriate - replaced "".to_string() by String::new() - replaced collect() + len() by count() The code base now passes all the clippy::nursery lints --------- Co-authored-by: w1nst0n <w1nst0n@keemail.me>