Commit Graph

960 Commits

Author SHA1 Message Date
Tyff
21d99a1f24 feat: add patch bundle info screen (#55) 2023-07-23 15:27:07 +00:00
Ax333l
1331479072 fix: serialization not working 2023-07-17 16:48:29 +02:00
Patryk Miś
b472a36a9a fix: buildfile syntax (#66)
Signed-off-by: Patryk Miś <foss@patrykmis.com>
2023-07-17 14:41:17 +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
Ax333l
d2dcd4209d fix: release builds not working properly 2023-07-14 13:11:34 +02:00
Rom Reviewer
6299ff5b48 chore: migrate dependencies to version catalogs (#58) 2023-07-14 10:33:42 +00:00
Robert
94a4dbaba1 feat: app downloader (#43) 2023-07-14 08:54:42 +00:00
Pun Butrach
c36deea045 build: update gradle to v8.2.1 2023-07-12 20:36:23 +07:00
Pun
7030d43aa5 docs(readme): minor changes to how badges works
* Better description for the repository license badge

* Clicking on badges open you the relevant url
2023-07-08 20:43:10 +07:00
Ax333l
aa02e9f8cf feat: improve keystore UI and UX (#52) 2023-07-07 18:48:36 +00:00
Pun Butrach
37e177b56e revert: downgrade Kotlin to 1.8.21
"A what? 1.8.22 isn't compatible, but the version bump indicate that it's supposed to be bug fixes????"
2023-07-07 23:16:07 +07:00
Ax333l
453f4da8ec feat: advanced settings page with device info (#51) 2023-07-07 15:35:36 +00:00
Pun Butrach
400163b820 build: update dependencies
There are 9 dependencies update, changelog of this commit are available
below here.

Android Gradle Plugin: 8.0.1 -> 8.0.2
Kotlin: 1.8.21 -> 1.8.22
Android Compose BOM: 2023.05.01 -> 2023.06.01
Room: 2.5.1 -> 2.5.2
ReVanced Patcher: 11.0.1 -> 11.0.4
APKsig: 8.2.0-alpha05 -> 8.2.0-alpha10
Koin (Android, workmanager): 3.4.0 -> 3.4.2
Koin (Androidx Compose): 3.4.4 -> 3.4.5
Ktor: 2.3.0 -> 2.3.1
2023-07-07 20:27:53 +07: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
a9606728bf build: bump patcher 2023-07-01 15:09:21 +02:00
Pun Butrach
4d4f1a242c build: update gradle to v8.2 2023-07-01 12:40:01 +07: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
Ax333l
923ce74735 feat: save patch selection using room db (#38) 2023-06-22 10:20:30 +00:00
Ax333l
2d9f9adfee refactor: better PatchBundle docs and naming 2023-06-17 13:59:37 +02:00
Ax333l
9a55e51a3a build: bump patcher 2023-06-17 13:47:55 +02:00
Ax333l
5681c917c5 feat: show stacktrace in installer ui (#36) 2023-06-17 11:45:52 +00:00
CnC-Robert
6309e8bdf5 feat: filter options for patches 2023-06-15 22:20:17 +02:00
Ax333l
535efa3d73 fix: run blocking IO operations in the correct context 2023-06-11 17:52:43 +02:00
Ax333l
b8a51d32f5 fix(patcher): add notification and wakelock to worker; chore: add app icon 2023-06-11 17:49:42 +02:00
Ax333l
919b6b7014 feat: keystore import/export (#30) 2023-06-11 14:38:56 +00:00
Ax333l
971277ed39 fix(installer): properly track worker state (#32) 2023-06-09 15:34:10 +00:00
Ax333l
7ce4de7a8b feat(koin): use the android logger 2023-06-06 12:27:42 +02:00
CnC-Robert
9591f4e14f feat: ProGuard 2023-06-04 19:37:23 +02:00
CnC-Robert
27426b1390 feat: rename package to app.revanced.manager 2023-06-04 18:27:40 +02:00
CnC-Robert
fcb75dd780 feat: improved compose stability 2023-06-04 17:50:40 +02:00
CnC-Robert
1be9c9c1bd fix: use correct getViewModel 2023-06-04 17:42:21 +02:00