Commit Graph

97 Commits

Author SHA1 Message Date
Ax333l
e833bf4ad1 fix: use correct classes to determine option type
I can't believe this happened
2025-10-01 21:49:47 +02:00
Ax333l
805d440450 feat(settings): move experimental patches option to advanced 2025-10-01 21:49:46 +02:00
Ax333l
e997255cf3 feat(installer): adjust arrow icon size 2025-10-01 21:49:45 +02:00
Ax333l
cfcabf6ef1 feat(installer): adjust step icon size and alignment 2025-10-01 21:49:44 +02:00
Ax333l
7af6c79076 chore: switch to revanced library and bump patcher (#1314) 2025-10-01 21:49:42 +02:00
Ax333l
a17c2de228 feat(patch-selector): default patches selection (#1272) 2025-10-01 21:49:41 +02:00
Ax333l
3bb071d80d feat: remove dead help icons
These never did anything and were removed from the figma a while ago.
2025-10-01 21:49:40 +02:00
Benjamin
933a4a3220 fix: use ReVanced ring logo in about section (#1302) 2025-10-01 21:49:33 +02:00
Benjamin
a269a39aa4 feat: implement Submit Issue button (#1276) 2025-10-01 21:49:32 +02:00
Benjamin
cff9c5ed09 refactor: update progress onBackClick function (#1277) 2025-10-01 21:49:32 +02:00
Benjamin
a811df9547 fix: disable WebView history (#1278) 2025-10-01 21:49:31 +02:00
Benjamin
83cdaaee18 fix(ui): make entire patches view button selectable (#1271) 2025-10-01 21:49:30 +02:00
Benjamin
933e69e21e fix: typo in string name import_keystore_description (#1273) 2025-10-01 21:49:27 +02:00
Benjamin
dc73462ac4 fix: contributors screen fix (#1256) 2025-10-01 21:49:26 +02:00
Robert
62e934c403 feat: root installation (#1243) 2025-10-01 21:49:24 +02:00
Tyff
a246863a89 feat: make bundles selectable (#1237) 2025-10-01 21:49:21 +02:00
Ax333l
9b3974414c chore: bump kotlinx.serialization plugin and patcher 2025-10-01 21:49:16 +02:00
Tyff
3f446f8236 feat: more info for the select from application screen (#81) 2025-10-01 21:49:12 +02:00
Robert
b14285b2c8 feat: store patched apps (#79)
* feat: store patched apps

* fix: missing string

* feat: save patch selection

* feat: things

* fix: fix broken query

* fix: remove redundant `withContext`

* fix: fix
2025-10-01 21:49:10 +02:00
Ax333l
dccf86163a fix: patches not being reloaded 2025-10-01 21:49:05 +02:00
Ax333l
8767f0e99c fix: permission error when using installed app 2025-10-01 21:49:04 +02:00
Ax333l
0a1acd24e3 feat: patch options UI (#80) 2025-10-01 21:49:02 +02:00
Ax333l
a55160e7c6 feat: switch to the new api (#75) 2025-10-01 21:49:00 +02:00
Ax333l
6436483206 chore: bump patcher 2025-10-01 21:48:58 +02:00
Ax333l
409c888d52 feat: improve bundle dialog UI 2025-10-01 21:48:57 +02:00
Ax333l
858b0ec5b4 feat: finish implementing the sources system (#70) 2025-10-01 21:48:55 +02:00
CnC-Robert
e7802ed3d7 fix: don't store app list in parcel 2025-10-01 21:48:51 +02:00
Ax333l
f547bb7ab1 fix(installer): progress tracking 2025-10-01 21:48:50 +02:00
CnC-Robert
1ab1e4682f feat: show installed app in version selector 2025-10-01 21:48:47 +02:00
Robert
a854221969 feat: download apps in patcher screen (#73) 2025-10-01 21:48:46 +02:00
Tyff
8ae4e850da feat: add patch bundle info screen (#55) 2025-10-01 21:48:43 +02:00
Patryk Miś
39b08e5201 feat: improve accessibility (#64)
* Label Back button
* Mark group section headings as headings

Signed-off-by: Patryk Miś <foss@patrykmis.com>
2025-10-01 21:48:38 +02:00
Ax333l
18527999b5 feat: switch to Preferences DataStore (#60) 2025-10-01 21:48:36 +02:00
CnC-Robert
fd520bba70 feat: disable filter chips when there are no patches 2025-10-01 21:48:35 +02:00
CnC-Robert
59b894dce4 feat: ReVanced theme colors 2025-10-01 21:48:34 +02:00
Robert
1f1a480d51 feat: app downloader (#43) 2025-10-01 21:48:29 +02:00
Ax333l
49b4bbbf0b feat: improve keystore UI and UX (#52) 2025-10-01 21:48:25 +02:00
Ax333l
86e42449eb feat: advanced settings page with device info (#51) 2025-10-01 21:48:23 +02:00
Ax333l
3d59ee51ac fix(installer): sign and install on threads
This is needed to avoid ANRs because it takes a while if the Apk is 100+
MB.
2025-10-01 21:48:20 +02:00
Ax333l
6dbcd6293e feat: updater changelogs (#48)
---------

Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2025-10-01 21:48:18 +02:00
Ax333l
a008cf5dd1 feat: allow user to save logs 2025-10-01 21:48:16 +02:00
Ax333l
23162f6233 feat: save patch options and selected patches in bundle (#50) 2025-10-01 21:48:15 +02:00
Ax333l
8540d30196 feat: patch options (#45) 2025-10-01 21:48:13 +02:00
Ax333l
f06da2ba56 refactor: use getDir instead of filesDir directly 2025-10-01 21:48:12 +02:00
Ax333l
9e1ebb3902 fix: use correct directory 2025-10-01 21:48:11 +02:00
Ax333l
e3cb056858 feat: licenses screen (#47) 2025-10-01 21:48:06 +02:00
Ax333l
eb2270673d chore: update links in about page 2025-10-01 21:48:05 +02:00
Ax333l
db070b125b feat: animate the arrow button 2025-10-01 21:48:04 +02:00
Ax333l
a510d59e64 refactor: use correct coroutine scopes 2025-10-01 21:48:03 +02:00
Ax333l
0264308b6d fix(installer): save step incorrectly being marked as completed 2025-10-01 21:48:02 +02:00