Commit graph

5 commits

Author SHA1 Message Date
Anonymoussaurus
db1a1a5fc8
docs: remove explicit mention of 'GUI'
It's unnecessary as everyone is already familiar with the name. Barely anyone uses the CLI-version now.
2024-01-04 11:30:58 +01:00
AnonymousWP
c28e767644 fix: New Generation -> Next Generation 2024-01-01 21:35:04 +01:00
AnonymousWP
17b18c4ca7 feat: rename project name to Universal Android Debloater New Generation (UAD-ng) 2024-01-01 21:35:04 +01:00
Amaan Qureshi
68092ff987
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>
2023-04-10 09:33:12 +00:00
W1nst0n
8c7f3ff871 Add LICENSE 2021-09-09 14:59:19 +00:00