Commit graph

2,031 commits

Author SHA1 Message Date
Wakelock
31234bed3c
Update uad_lists.json 2026-07-18 09:50:33 +00:00
Wakelock
067f2251e9
Update uad_lists.json 2026-07-18 09:43:54 +00:00
Wakelock
4ec90fa807
Update uad_lists.json 2026-07-16 10:07:28 +00:00
Wakelock
85c0d67776
Update uad_lists.json 2026-07-16 10:04:11 +00:00
Wakelock
3bc538292d
Update uad_lists.json 2026-07-16 07:47:04 +00:00
Wakelock
93c83863a6
Update uad_lists.json 2026-07-16 07:28:22 +00:00
Anonymoussaurus
596120a215
Merge pull request #1432 from Universal-Debloater-Alliance/docs/remove-cli-readme
docs(cli): remove README after moving it to the wiki
2026-07-14 11:16:37 +02:00
Anonymoussaurus
d98677c7ca
Merge pull request #1420 from iamanaws/chore/cli-deps-and-errors
fix(cli): avoid duplicate error output
2026-07-12 01:15:09 +02:00
Angel J
469ad5f710
docs(cli): remove README after moving it to the wiki 2026-07-11 08:08:16 -07:00
Angel J
81291e0655
fix(cli): avoid duplicate error output 2026-07-11 07:43:16 -07:00
Angel J
f9e4f141c0
chore(deps): bump tokio to 1.52.3 2026-07-11 07:38:48 -07:00
Angel J
1623d39b55
chore(deps): bump clap to 4.6.1 2026-07-11 07:38:45 -07:00
Anonymoussaurus
258a50cdfe
Merge pull request #1427 from Universal-Debloater-Alliance/refactor/pack_id-android
refactor(core): allow "android" `PackageId`
2026-07-06 10:47:34 +02:00
Rudxain
ded17cf91d
refactor(core): allow "android" PackageId 2026-07-01 19:14:56 -04:00
Anonymoussaurus
b051be8162
Merge pull request #1424 from aaronjmars/security/validate-package-id-in-request-builder
harden: validate package-name charset in request_builder
2026-06-26 15:48:17 +02:00
aeonframework
bd1ed7ea76 harden: validate package-name charset in request_builder
`request_builder` interpolates `package` verbatim into a device-shell
action string. Every current caller reconciles the name against the live
device package list first, so this is safe today — but the safety lives in
the callers, not the sink. Add a local charset guard (Android app-ID set
`[A-Za-z0-9_.]`) so a future caller passing an unreconciled or file-sourced
name can't produce an injectable device-shell command. Rejects nothing
legitimate; fails closed (emits no command) on a malformed name.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 10:54:06 -04:00
Anonymoussaurus
6bb0155c3a
Merge pull request #1416 from W1Z00/main
pkg(com.mi.appfinder): update description
2026-06-17 20:55:23 +02:00
Anonymoussaurus
4773be1f00
Merge pull request #1297 from iamanaws/feature/cli
feat: add CLI and restructure into multi-package workspace
2026-06-17 20:49:43 +02:00
Anonymoussaurus
7d023fadef
Merge pull request #1414 from Forero-0/main
pkg(samsung): add/update packages
2026-06-17 20:49:07 +02:00
Anonymoussaurus
826b159d03
Merge pull request #1413 from strumiv/pkg-motorola-setup-update
pkg(motorola): update com.motorola.setup removal level and description
2026-06-17 20:48:10 +02:00
W1Z00
ddd9b16ced
update desc for com.mi.appfinder 2026-06-17 18:38:00 +08:00
Forero-0
1f561b8d2d Update uad_lists.json 2026-06-16 18:22:28 -05:00
Angel J
02ba6e2cca
refactor: move theme to uad-gui; drop core gui deps; mark PmCommand must-use 2026-06-13 17:21:31 -07:00
Angel J
da7482601e
fix(cli): improve package verification, and output robustness 2026-06-13 17:21:28 -07:00
iamanaws
7dcb7e9315
feat: add CLI and restructure into multi-package workspace
- Add crates/uad-cli for command-line interface
- Extract shared logic into crates/uad-core
- Separate GUI into crates/uad-gui
- Enable code reuse across components
2026-06-13 17:21:27 -07:00
itz8bitstudios
b86c41187c pkg(motorola): update com.motorola.setup removal level and description
- Change removal level from Advanced to Expert
- Update description to emphasize security patch implications
- Clarify that freezing breaks Google Play System Updates (Project Mainline)
- Add clear warning about security patch impact

Closes #1412
2026-06-13 17:06:29 +02:00
Anonymoussaurus
1bb1453257
Merge pull request #1410 from Universal-Debloater-Alliance/chore/keyboard
pkg(aosp): fix typo in AOSP keyboard app description
2026-06-08 00:15:33 +02:00
Angel J
649d0d0bcf
pkg(aosp): fix typo in AOSP keyboard app description 2026-06-04 19:31:58 -07:00
Anonymoussaurus
0e5203f2fa
Merge pull request #1408 from Lost-Entrepreneur439/main
pkg(samsung, bell): add packages from Samsung Galaxy A21
2026-05-31 15:42:37 +02:00
Evelyn Torres
b11ac0bff9 pkg(samsung, bell): Add packages from Samsung Galaxy A21 2026-05-31 08:17:58 -02:30
Ricardo Fernández Serrata
6dea60dfc0
Merge pull request #1407 from Universal-Debloater-Alliance/dependabot/cargo/tar-0.4.46
chore(deps): bump tar from 0.4.45 to 0.4.46
2026-05-30 16:39:44 -04:00
dependabot[bot]
6e02459ee2
chore(deps): bump tar from 0.4.45 to 0.4.46
Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46.
- [Release notes](https://github.com/composefs/tar-rs/releases)
- [Commits](https://github.com/composefs/tar-rs/compare/0.4.45...0.4.46)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 0.4.46
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 21:57:11 +00:00
Anonymoussaurus
5492d39683
Merge pull request #1397 from Lost-Entrepreneur439/main
pkg(insulet): add packes from omnipod dash pdm
2026-05-18 11:27:47 +02:00
Evelyn
fb0dfa8d14
pkg(aosp): Update description for onetimeinitalizer 2026-05-12 17:17:10 -02:30
Anonymoussaurus
96dd6d937e
Merge pull request #1399 from Universal-Debloater-Alliance/g.aosp.wifi.res.ol-update
pkg(com.google.android.wifi.resources.overlay.common): update description
2026-05-11 14:36:35 +02:00
Anonymoussaurus
2739d9b213
Merge pull request #1398 from Universal-Debloater-Alliance/fix-linux-font
fix(gui): use Adwaita on Linux
2026-05-11 14:03:21 +02:00
Rudxain
8b0e15eb9a
pkg: update com.google.android.wifi.resources.overlay.common 2026-05-09 05:17:41 -04:00
Rudxain
51a929009c
docs(gui): explain Adwaita hack 2026-05-09 04:54:02 -04:00
bobbie.w
9108e3d4b4
fix(gui): explicitly request Adwaita Sans font on Linux to prevent Bounding Box clipping from monospace fallback 2026-05-09 04:48:27 -04:00
dependabot[bot]
e0e87e39ea
chore(deps): bump rand from 0.8.5 to 0.8.6 (#1387)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.8.6)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.8.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
2026-05-09 04:30:51 -04:00
dependabot[bot]
01dd13117c
chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13 (#1383)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.10 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
2026-05-09 04:08:01 -04:00
Evelyn Torres
c16ee8b379 pkg(insulet): add packes from omnipod dash pdm 2026-05-08 13:18:58 -02:30
Anonymoussaurus
b47675e913
Merge pull request #1347 from Mickmick21/main
pkg(honor) : add packages
2026-05-05 15:39:31 +02:00
Mickmick21
1731d39a2d Update uad_lists.json
Update uad_lists.json

Final ?

Update uad_lists.json

Update uad_lists.json0

Update uad_lists.json

Final commit.

Perfect example of why to check your commits.

pkg(jp.co.omronsoft.iwnnime.ml): change to unsafe

Don't know how to name this.

Try to resolve conflicts

I hate conflicts so much
2026-05-05 14:59:14 +02:00
Anonymoussaurus
dc6d383f58
Merge pull request #1393 from JustArchi/patch-1
pkg(com.motorola.securevault): change removal
2026-05-05 11:49:27 +02:00
Anonymoussaurus
a3de7464d4
Merge pull request #1392 from Raihann22/patch-1
pkg(com.android.providers.contacts): change description
2026-05-05 11:48:29 +02:00
Anonymoussaurus
0415bab6c0
Merge pull request #1375 from nyxSeal/main
pkg: change descriptions and removals
2026-05-05 11:43:44 +02:00
Anonymoussaurus
f788c87daa
Merge branch 'main' into main 2026-05-05 11:40:46 +02:00
Łukasz Domeradzki
20fcc6e7b6
pkg(com.motorola.securevault): Improve description 2026-05-01 14:09:49 +02:00
Łukasz Domeradzki
ede2b02501
pkg(com.motorola.securevault) Move under advanced 2026-05-01 00:09:12 +02:00