Commit Graph

1603 Commits

Author SHA1 Message Date
Ushie
88e860cf01 feat: Select bundle type before adding bundle (#1490) 2025-10-01 21:50:45 +02:00
Benjamin
0616666d5e feat: Purple default theme (#1601) 2025-10-01 21:50:44 +02:00
Benjamin
2700d45e4d chore: upgrade AGP to 8.2.0 + migrate deprecated functions (#1574) 2025-10-01 21:50:43 +02:00
Ax333l
c3a32a1142 chore(deps): update jetpack compose 2025-10-01 21:50:42 +02:00
aAbed
afb0f80de5 feat(app-selector): show patchable installed apps first (#1496) 2025-10-01 21:50:41 +02:00
validcube
4aaa88e353 docs: update revanced url 2025-10-01 21:50:40 +02:00
validcube
359095a6f8 build: bump Gradle to v8.5
build: update Gradle wrapper
2025-10-01 21:50:39 +02:00
validcube
e1c3d61ec6 refactor: slight formatting of build.gradle.kts 2025-10-01 21:50:38 +02:00
validcube
72b7d24b33 chore(template): update label name for feature 2025-10-01 21:50:38 +02:00
validcube
0ccc2c13ac ci: caching with gradle-build-action
Allow for automatic capture of buildscan in job summary, and smarter
caching than the one provided by `setup-java`.
2025-10-01 21:50:37 +02:00
Ax333l
fa414ce6ee chore(deps): bump revanced patcher and library 2025-10-01 21:50:35 +02:00
Benjamin
3f362b605f fix: specify multithreadingDexFileWriter in PatcherOptions (#1402)
Co-authored-by: Ax333l <main@axelen.xyz>
2025-10-01 21:50:34 +02:00
Ax333l
a2f9e2f1da fix: load patch bundles earlier 2025-10-01 21:50:33 +02:00
Ushie
3af26e7065 feat(Update Screen): changelogs & handle states (#1464)
Co-authored-by: Ax333l <main@axelen.xyz>
2025-10-01 21:50:32 +02:00
Ushie
d5bdc293f3 feat(Contributors Screen): implement design from Figma (#1465)
Co-authored-by: Robert <72943079+CnC-Robert@users.noreply.github.com>
Co-authored-by: Ax333l <main@axelen.xyz>
2025-10-01 21:50:31 +02:00
Ax333l
336eed3a95 fix: parcel error for nullable types 2025-10-01 21:50:30 +02:00
oSumAtrIX
59b4c0b2d2 feat: Use correct casing in module description 2025-10-01 21:50:30 +02:00
Ax333l
0934b24591 chore: bump patcher 2025-10-01 21:50:29 +02:00
Robert
bb2164e1a9 feat: check for updates on startup (#1462) 2025-10-01 21:50:27 +02:00
Ushie
2a3590ddd2 feat(Changelogs): overall improvement (#1429) 2025-10-01 21:50:26 +02:00
Ushie
ceb7623794 feat(Installer): use BottomAppBar (#1428) 2025-10-01 21:50:25 +02:00
Benjamin
f183b6d8a6 fix: option state crash (#1456)
Co-authored-by: Ax333l <main@axelen.xyz>
2025-10-01 21:50:24 +02:00
Ax333l
a6174eee8f refactor(ui-components): deduplicate colors and move to settings folder 2025-10-01 21:50:23 +02:00
Ushie
f8aafa0503 feat(NotificationCard): rewrite & consistent usage (#1426) 2025-10-01 21:50:22 +02:00
Ushie
5e35893883 feat(Settings): use SettingsListItem consistently and overall improvements (#1427) 2025-10-01 21:50:21 +02:00
Ax333l
90db765c9a feat: remember patch options (#1449) 2025-10-01 21:50:20 +02:00
Benjamin
e61c98ca59 chore: add issue template (#1432) 2025-10-01 21:50:19 +02:00
Ax333l
c003c3c324 feat(installer): sign apk in patcher worker 2025-10-01 21:50:18 +02:00
Ax333l
5a3a619d16 fix: use correct checksum 2025-10-01 21:50:17 +02:00
Benjamin
89addf3f78 chore: upgrade dependencies (#1401) 2025-10-01 21:50:16 +02:00
Ax333l
34cf848baa fix: perform selected app operations in the correct order 2025-10-01 21:50:15 +02:00
Ax333l
a9171e17bd feat(bundles tab): add BackHandler 2025-10-01 21:50:14 +02:00
Ax333l
2e64022229 docs: clarify license 2025-10-01 21:50:13 +02:00
Ax333l
8aa70d350e feat: show toast when no patches are selected 2025-10-01 21:50:12 +02:00
Ax333l
ca93524be0 feat: add checkboxes to the downloaded apps page 2025-10-01 21:50:11 +02:00
Ax333l
7fb1e27617 fix: more android 34 fixes 2025-10-01 21:50:10 +02:00
Ax333l
1dd6738964 fix: handle exceptions when checking for bundle updates 2025-10-01 21:50:09 +02:00
Ax333l
4924eaef80 feat(patch-selector): remove TODO about an unplanned feature 2025-10-01 21:50:08 +02:00
Ax333l
56896d6197 fix: bundles not loading on Android 14 2025-10-01 21:50:07 +02:00
Ax333l
ee0f342456 fix: jvm signature clash error 2025-10-01 21:50:06 +02:00
Ax333l
90edf1ddd0 fix: use upsert when modifying installed apps 2025-10-01 21:50:04 +02:00
Ax333l
b69a369d4e feat: selected app info page (#1395) 2025-10-01 21:50:03 +02:00
Ax333l
663d21c6af refactor: move mount code to when block 2025-10-01 21:50:02 +02:00
Benjamin
dadc5462e3 fix: hide patch button (#1284) 2025-10-01 21:50:01 +02:00
Benjamin
3aea6cbaec feat: add user agent (#1382) 2025-10-01 21:50:00 +02:00
Ax333l
8425b6fa81 chore: bump patcher 2025-10-01 21:49:59 +02:00
Ax333l
c62f772284 chore: bump compose 2025-10-01 21:49:58 +02:00
Ax333l
ad775f3059 fix: broken logo in about page on release builds 2025-10-01 21:49:57 +02:00
Ax333l
c199801fb7 feat: hide unfinished pages in release mode 2025-10-01 21:49:56 +02:00
Ax333l
2ffcaec724 feat: armv7 warning 2025-10-01 21:49:55 +02:00