1616 Commits

Author SHA1 Message Date
44b5f7b3bc fix(downloader): versions not loading correctly 2025-05-20 14:04:15 +02:00
46bd2f48a8 fix: automatically focus search views 2025-05-20 14:04:13 +02:00
3ac2062992 feat: move update to notification card (#1917) 2025-05-20 14:04:11 +02:00
95be465b39 feat: revert to blue theme colors 2025-05-20 14:04:09 +02:00
226d9c9c23 refactor: fix more warnings 2025-05-20 14:04:06 +02:00
dabf16a436 build(deps): update ksp 2025-05-20 14:04:04 +02:00
ff0bf43c7d refactor: replace deprecated functions 2025-05-20 14:04:02 +02:00
016de8bb0d 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-05-20 14:04:00 +02:00
b6c02b7be1 build(deps): bump aboutLibrariesGradlePlugin from 11.1.0 to 11.1.1 (#1813)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 14:03:58 +02:00
9e7b26b1c8 build(deps): bump androidx.compose.ui:ui-tooling from 1.6.3 to 1.6.4 (#1814)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 14:03:56 +02:00
05eb0d7457 build(deps): bump androidx.compose:compose-bom from 2024.02.02 to 2024.03.00 (#1812)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 14:03:55 +02:00
4b0706f8b0 build(deps): bump libsu from 5.2.1 to 5.2.2 (#1810)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 14:03:52 +02:00
9c6f0c324b 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-05-20 14:03:48 +02:00
c98ca70e08 fix: correctly patch apk files 2025-05-20 14:03:46 +02:00
424fe25dfb feat: add external process runtime (#1799) 2025-05-20 14:03:44 +02:00
666deda0b5 feat: check if the version being used is the recommended version (#1675) 2025-05-20 14:03:42 +02:00
5e4510eed5 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-05-20 14:03:39 +02:00
a9147ed0c0 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-05-20 14:03:37 +02:00
bd7c4aa554 chore: upgrade dependencies (#1670) 2025-05-20 14:03:36 +02:00
9d0f3a3605 fix(VersionSelector): use correct LazyColumn item key 2025-05-20 14:03:33 +02:00
093a4ebf49 refactor: Disable update for dev build (#1673)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2025-05-20 14:03:31 +02:00
17cc9f9e9e feat: Collapse ExtendedFAB on scroll (#1630) 2025-05-20 14:03:29 +02:00
bd85b254e4 feat: add toast feedback to the bundle update button 2025-05-20 14:03:26 +02:00
1460fd7be2 fix: patch options reset button being broken 2025-05-20 14:03:24 +02:00
bc3fe3f0f2 refactor: use consistent wording for the version compat check 2025-05-20 14:03:21 +02:00
bdc0fc89c3 docs(security): init (#1612)
Co-authored-by: Ax333l <main@axelen.xyz>
2025-05-20 14:03:20 +02:00
aeefe644c2 refactor: fix terminology and wording related to patches (#1623) 2025-05-20 14:03:17 +02:00
48604804f9 feat: Scrollbars (#1479) 2025-05-20 14:03:14 +02:00
03ccea46e2 fix: progress bar not updating 2025-05-20 14:03:13 +02:00
b4bc14e4ed feat: improve patcher UI (#1494) 2025-05-20 14:03:09 +02:00
6dcbe271a7 feat: updater UI and code improvements (#1597) 2025-05-20 14:03:07 +02:00
3317fd5649 feat: Select bundle type before adding bundle (#1490) 2025-05-20 14:03:05 +02:00
c9eb3ffa14 feat: Purple default theme (#1601) 2025-05-20 14:03:02 +02:00
fe1e65ce9c chore: upgrade AGP to 8.2.0 + migrate deprecated functions (#1574) 2025-05-20 14:03:00 +02:00
f7426309b4 chore(deps): update jetpack compose 2025-05-20 14:02:58 +02:00
7f67a86413 feat(app-selector): show patchable installed apps first (#1496) 2025-05-20 14:02:56 +02:00
a22ef4d9b8 docs: update revanced url 2025-05-20 14:02:54 +02:00
ada99e80f9 build: bump Gradle to v8.5
build: update Gradle wrapper
2025-05-20 14:02:51 +02:00
111d8b6543 refactor: slight formatting of build.gradle.kts 2025-05-20 14:02:50 +02:00
15599dbb21 chore(template): update label name for feature 2025-05-20 14:02:49 +02:00
24cd2dca75 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-05-20 14:02:46 +02:00
c48f5b2488 chore(deps): bump revanced patcher and library 2025-05-20 14:02:44 +02:00
06d4485032 fix: specify multithreadingDexFileWriter in PatcherOptions (#1402)
Co-authored-by: Ax333l <main@axelen.xyz>
2025-05-20 14:02:43 +02:00
73fdf92780 fix: load patch bundles earlier 2025-05-20 14:02:42 +02:00
0fda344952 feat(Update Screen): changelogs & handle states (#1464)
Co-authored-by: Ax333l <main@axelen.xyz>
2025-05-20 14:02:38 +02:00
9c0665acb2 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-05-20 14:02:36 +02:00
6bafa23bb4 fix: parcel error for nullable types 2025-05-20 14:02:34 +02:00
8387ada245 feat: Use correct casing in module description 2025-05-20 14:02:32 +02:00
048ba12703 chore: bump patcher 2025-05-20 14:02:31 +02:00
1b6a77a463 feat: check for updates on startup (#1462) 2025-05-20 14:02:29 +02:00