Commit Graph

196 Commits

Author SHA1 Message Date
Ax333l
feb0ca4cf3 feat: add ability to share debug logs 2025-10-01 21:51:29 +02:00
Ax333l
0383bd74f7 fix: import bundles on another thread 2025-10-01 21:51:28 +02:00
Ax333l
60fdec9804 feat: get bundle information from jar manifest (#2027) 2025-10-01 21:51:27 +02:00
Ax333l
483be5d722 fix: add bounds checks in patch selector 2025-10-01 21:51:26 +02:00
Robert
e44d3fdee4 feat: rename main bundle to Default 2025-10-01 21:51:25 +02:00
Robert
b59a16191a fix: use proper update icon 2025-10-01 21:51:24 +02:00
Robert
f4d6c60b9e feat: improve patcher screen labels 2025-10-01 21:51:23 +02:00
Robert
154f036fe9 fix: scrolling in patch selector 2025-10-01 21:51:22 +02:00
Robert
d3417adbeb feat: rename debug build to ReVanced Manager (dev) 2025-10-01 21:51:21 +02:00
Robert
16c4290f05 fix(downloader): versions not loading correctly 2025-10-01 21:51:20 +02:00
Robert
d23d673c47 fix: automatically focus search views 2025-10-01 21:51:19 +02:00
Robert
b80f94b77b feat: move update to notification card (#1917) 2025-10-01 21:51:17 +02:00
Robert
5f4c9584a9 feat: revert to blue theme colors 2025-10-01 21:51:17 +02:00
Ax333l
9a085f4091 refactor: fix more warnings 2025-10-01 21:51:16 +02:00
Ax333l
c21076f2fb refactor: replace deprecated functions 2025-10-01 21:51:13 +02:00
Ax333l
05fe058151 fix: crash caused by compose inlining bug
This is a bug in jetpack compose. Inlining this function wasn't very
important anyways so it's best to just stop inlining it to avoid the
crash.
2025-10-01 21:51:12 +02:00
dependabot[bot]
d622208b17 build(deps): bump plugin.serialization from 1.9.22 to 1.9.23 (#1811)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 21:51:07 +02:00
Ax333l
c5cb18a7ea fix: correctly patch apk files 2025-10-01 21:51:06 +02:00
Ax333l
0d73e0cd32 feat: add external process runtime (#1799) 2025-10-01 21:51:05 +02:00
Ax333l
9d961f6a52 feat: check if the version being used is the recommended version (#1675) 2025-10-01 21:51:04 +02:00
Benjamin
7df3350acb feat: add social links (#1294)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Ax333l <main@axelen.xyz>
2025-10-01 21:51:03 +02:00
Benjamin
858dd99ffa chore: Upgrade dependencies (#1761)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 21:51:02 +02:00
Benjamin
757e132321 chore: upgrade dependencies (#1670) 2025-10-01 21:51:01 +02:00
Ax333l
413fe980a8 fix(VersionSelector): use correct LazyColumn item key 2025-10-01 21:51:00 +02:00
Benjamin
1aba6bc874 refactor: Disable update for dev build (#1673)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2025-10-01 21:50:59 +02:00
Ushie
b5c1f6d732 feat: Collapse ExtendedFAB on scroll (#1630) 2025-10-01 21:50:57 +02:00
Ax333l
ea50e65ab1 feat: add toast feedback to the bundle update button 2025-10-01 21:50:56 +02:00
Ax333l
e1647fdef0 fix: patch options reset button being broken 2025-10-01 21:50:55 +02:00
Ax333l
0b362e3393 refactor: use consistent wording for the version compat check 2025-10-01 21:50:53 +02:00
Ax333l
b1206cb663 refactor: fix terminology and wording related to patches (#1623) 2025-10-01 21:50:50 +02:00
Ushie
b5558ea3ff feat: Scrollbars (#1479) 2025-10-01 21:50:49 +02:00
Robert
dcaa38c882 fix: progress bar not updating 2025-10-01 21:50:48 +02:00
Robert
429b428f67 feat: improve patcher UI (#1494) 2025-10-01 21:50:47 +02:00
Ax333l
a12cae7299 feat: updater UI and code improvements (#1597) 2025-10-01 21:50:46 +02:00
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
aAbed
afb0f80de5 feat(app-selector): show patchable installed apps first (#1496) 2025-10-01 21:50:41 +02:00
validcube
e1c3d61ec6 refactor: slight formatting of build.gradle.kts 2025-10-01 21:50:38 +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