144 Commits

Author SHA1 Message Date
Benjamin
f79320c013
fix: use ReVanced ring logo in about section (#1302) 2023-09-22 14:19:48 -07:00
Benjamin
cf71ea26ec
feat: implement Submit Issue button (#1276) 2023-09-21 19:18:42 +00:00
Benjamin
ee96c37c20
refactor: update progress onBackClick function (#1277) 2023-09-21 19:16:39 +00:00
Benjamin
a86923aee1
fix: disable WebView history (#1278) 2023-09-21 19:13:57 +00:00
Benjamin
e0f8d06152
fix(ui): make entire patches view button selectable (#1271) 2023-09-21 19:13:25 +00:00
Benjamin
6f2ca5bb89
fix: typo in string name import_keystore_description (#1273) 2023-09-18 16:59:03 +07:00
Benjamin
940885768d
fix: contributors screen fix (#1256) 2023-09-15 16:33:14 +00:00
Robert
bf10af2ae2
feat: root installation (#1243) 2023-09-09 13:18:00 +00:00
Tyff
42e0346e25
feat: make bundles selectable (#1237) 2023-09-04 07:05:55 +02:00
Ax333l
eeae46a415 chore: bump kotlinx.serialization plugin and patcher 2023-09-01 10:50:13 +02:00
Patryk Miś
c0badbe96b build: updates (#85) 2023-08-26 14:03:44 +00:00
Tyff
3cfa4ea6d6 feat: more info for the select from application screen (#81) 2023-08-23 20:05:21 +02:00
Robert
a0b92554e9 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
2023-08-17 17:42:10 +02:00
Ax333l
9586a9c0dd fix: patches not being reloaded 2023-08-14 18:29:56 +02:00
Ax333l
f6563b265b fix: permission error when using installed app 2023-08-12 14:52:34 +02:00
Ax333l
7aea9473de feat: patch options UI (#80) 2023-08-12 08:41:22 +00:00
Ax333l
3f059d7748 feat: switch to the new api (#75) 2023-08-07 09:03:50 +00:00
Ax333l
7e3c31c4b2 chore: bump patcher 2023-08-04 12:55:14 +02:00
Ax333l
1707a9690a feat: improve bundle dialog UI 2023-08-04 12:46:07 +02:00
Ax333l
379ce917a9 feat: finish implementing the sources system (#70) 2023-08-03 11:15:42 +00:00
CnC-Robert
55f22562eb fix: don't store app list in parcel 2023-07-31 13:24:49 +02:00
Ax333l
272d911464 fix(installer): progress tracking 2023-07-31 12:16:13 +02:00
CnC-Robert
61de0b67fa feat: show installed app in version selector 2023-07-30 19:45:40 +02:00
Robert
aec8cec9b8 feat: download apps in patcher screen (#73) 2023-07-30 10:29:22 +00:00
Tyff
21d99a1f24 feat: add patch bundle info screen (#55) 2023-07-23 15:27:07 +00:00
Patryk Miś
3238fcdae7 build: updates (#63)
* Update Java base to 17
* update Kotlin to 1.8.22
* update Bouncycastle
* update all dependencies
* follow the manifest on jni libs packaging
* enhance app optimization by specifying resource configurations, excluding dependencies info and unnessesary files
* Remove obsolete SDK check as we are already using minSdk 26

Signed-off-by: Patryk Miś <foss@patrykmis.com>
2023-07-17 12:27:19 +00:00
Patryk Miś
cd2587b1fd feat: improve accessibility (#64)
* Label Back button
* Mark group section headings as headings

Signed-off-by: Patryk Miś <foss@patrykmis.com>
2023-07-17 12:20:54 +00:00
Ax333l
879884a9fa feat: switch to Preferences DataStore (#60) 2023-07-15 09:52:12 +00:00
CnC-Robert
5d3b963682 feat: disable filter chips when there are no patches 2023-07-14 21:37:50 +02:00
CnC-Robert
955e7a4f1c feat: ReVanced theme colors 2023-07-14 21:35:17 +02:00
Robert
94a4dbaba1 feat: app downloader (#43) 2023-07-14 08:54:42 +00:00
Ax333l
aa02e9f8cf feat: improve keystore UI and UX (#52) 2023-07-07 18:48:36 +00:00
Ax333l
453f4da8ec feat: advanced settings page with device info (#51) 2023-07-07 15:35:36 +00:00
Ax333l
4ae9904c8a fix(installer): sign and install on threads
This is needed to avoid ANRs because it takes a while if the Apk is 100+
MB.
2023-07-07 12:31:31 +02:00
Ax333l
fe5e191cb5 feat: updater changelogs (#48)
---------

Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2023-07-07 08:56:04 +00:00
Ax333l
d9d83df9de feat: allow user to save logs 2023-07-06 20:01:44 +02:00
Ax333l
8dd8f88d2b feat: save patch options and selected patches in bundle (#50) 2023-07-04 09:09:16 +00:00
Ax333l
01fd4c8ffa feat: patch options (#45) 2023-07-03 09:12:34 +00:00
Ax333l
7ac3bb74e0 refactor: use getDir instead of filesDir directly 2023-07-03 10:09:01 +02:00
Ax333l
3b65cd0edc fix: use correct directory 2023-07-01 16:02:34 +02:00
Ax333l
6b7143dd8f feat: licenses screen (#47) 2023-06-29 20:05:43 +00:00
Ax333l
7e4ee00cb2 chore: update links in about page 2023-06-29 18:10:40 +02:00
Ax333l
4868c45b43 feat: animate the arrow button 2023-06-29 17:26:49 +02:00
Ax333l
81f485da6b refactor: use correct coroutine scopes 2023-06-29 10:35:23 +02:00
Ax333l
18cbe51e6b fix(installer): save step incorrectly being marked as completed 2023-06-29 10:11:44 +02:00
Ax333l
149c8cc8b2 fix: sources screen being misaligned during transitions 2023-06-29 10:03:15 +02:00
Tyff
0dccb8c27b feat: contributors screen (#42)
* Contributors page
- https://github.com/revanced/revanced-manager-compose/issues/34

* feat: adding ContributorScreen as clickable icons like the website

* feat: adding ContributorScreen
- Made changes that were asked for in prev PR
- Currently just waiting on a git merge to get ArrowButton in

* feat: adding ContributorScreen
- Made changes that were asked for in prev PR
- ArrowButton is also in use

* feat: adding ContributorScreen
- Made changes that were asked for in prev PR
- ArrowButton is also in use
- Fixed other PR comment changes

* Apply suggestions from code review

* Remove unused string resources

---------

Co-authored-by: Ax333l <main@axelen.xyz>
2023-06-28 19:51:12 +00:00
Ax333l
4302ea8832 fix: pass worker inputs without serialization (#44)
Because androidx.work.Data sucks and causes our app to crash.
2023-06-27 14:39:30 +00:00
Ax333l
1eac42dab8 fix(installer): make the correct column scrollable 2023-06-27 15:12:55 +02:00
Ax333l
9dd74f1f22 feat: experimental patches setting 2023-06-27 15:05:31 +02:00