Commit Graph

70 Commits

Author SHA1 Message Date
Ax333l
a09e00c7a9
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
d611ae7e9c
feat: updater changelogs (#48)
---------

Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2023-07-07 08:56:04 +00:00
Ax333l
62e293763d
feat: allow user to save logs 2023-07-06 20:01:44 +02:00
Ax333l
370276dcab
feat: save patch options and selected patches in bundle (#50) 2023-07-04 09:09:16 +00:00
Ax333l
a0ab7a0e26
feat: patch options (#45) 2023-07-03 09:12:34 +00:00
Ax333l
c324483485
refactor: use getDir instead of filesDir directly 2023-07-03 10:09:01 +02:00
Ax333l
ea3d20997c
fix: use correct directory 2023-07-01 16:02:34 +02:00
Ax333l
ded19bd866
build: bump patcher 2023-07-01 15:09:21 +02:00
Pun Butrach
833aaeff69
build: update gradle to v8.2 2023-07-01 12:40:01 +07:00
Ax333l
5e71576701
feat: licenses screen (#47) 2023-06-29 20:05:43 +00:00
Ax333l
5c12fe546b
chore: update links in about page 2023-06-29 18:10:40 +02:00
Ax333l
7f4943d5bf
feat: animate the arrow button 2023-06-29 17:26:49 +02:00
Ax333l
f6c04a3c2a
refactor: use correct coroutine scopes 2023-06-29 10:35:23 +02:00
Ax333l
ac147b818e
fix(installer): save step incorrectly being marked as completed 2023-06-29 10:11:44 +02:00
Ax333l
346b9e55ea
fix: sources screen being misaligned during transitions 2023-06-29 10:03:15 +02:00
Tyff
99ddea270f
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
59a99c83a5
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
bcdcdbe67a
fix(installer): make the correct column scrollable 2023-06-27 15:12:55 +02:00
Ax333l
47deee6438
feat: experimental patches setting 2023-06-27 15:05:31 +02:00
Ax333l
f0edf35206
feat: save patch selection using room db (#38) 2023-06-22 10:20:30 +00:00
Ax333l
1ffaf43b82
refactor: better PatchBundle docs and naming 2023-06-17 13:59:37 +02:00
Ax333l
909266daf4
build: bump patcher 2023-06-17 13:47:55 +02:00
Ax333l
d59c57a882
feat: show stacktrace in installer ui (#36) 2023-06-17 11:45:52 +00:00
CnC-Robert
41c521876a
feat: filter options for patches 2023-06-15 22:20:17 +02:00
Ax333l
56bc4ba7f1
fix: run blocking IO operations in the correct context 2023-06-11 17:52:43 +02:00
Ax333l
ee715b5d22
fix(patcher): add notification and wakelock to worker; chore: add app icon 2023-06-11 17:49:42 +02:00
Ax333l
7521a00bfb
feat: keystore import/export (#30) 2023-06-11 14:38:56 +00:00
Ax333l
f180f20905
fix(installer): properly track worker state (#32) 2023-06-09 15:34:10 +00:00
Ax333l
be79c99135
feat(koin): use the android logger 2023-06-06 12:27:42 +02:00
CnC-Robert
2a9ea7de51
feat: ProGuard 2023-06-04 19:37:23 +02:00
CnC-Robert
e23bad85d5
feat: rename package to app.revanced.manager 2023-06-04 18:27:40 +02:00
CnC-Robert
db07c5969e
feat: improved compose stability 2023-06-04 17:50:40 +02:00
CnC-Robert
776d0d93d1
fix: use correct getViewModel 2023-06-04 17:42:21 +02:00
CnC-Robert
d2af48ff48
feat: rename ViewModels for consistency 2023-06-03 23:27:01 +02:00
CnC-Robert
b8c58c0695
feat: hide tabs when 1 bundle is used 2023-06-03 20:12:03 +02:00
Robert
cd0144b563
refactor: PackageManager (#31)
* refactor: refactor `PM`

* feat: use plurals for patch count

* fix: support apk's from storage

* feat: use ViewModel for loading apps and bundles

* fix: fix file selector that has no reason to be broken

* refactor: rename parameter

* refactor: `MainViewModel`

* feat: make all apps use `path`

* build: target java 11
2023-06-03 18:03:14 +00:00
Ax333l
a6b86691db
refactor(logs): use consistent tag 2023-05-26 15:39:56 +02:00
Ax333l
91863d82a9
refactor(di): use constructor DSL for VMs
Instead of doing it manually with viewModel { }
2023-05-26 15:25:08 +02:00
Ax333l
e4cfab4026
chore(deps): bump revanced-patcher to 9.0.0 2023-05-26 15:17:57 +02:00
Ax333l
05477536cb
feat: better installer ui (#29)
based cossale


Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2023-05-26 13:14:21 +00:00
Ax333l
91c11da363
feat: patch bundle sources system (#24) 2023-05-26 12:58:14 +00:00
Aunali321
3de4d84484
feat: in-app updater (#25) 2023-05-23 11:02:22 +02:00
Aunali321
4584128f7d feat(settings screen): add battery optimization notification 2023-05-22 05:17:26 +05:30
Aunali321
7345665db8 feat(update screen): complete main update screen 2023-05-22 04:14:43 +05:30
Aunali321
2203a985a7 feat(about screen): complete about screen 2023-05-22 03:23:14 +05:30
Aunali321
202feab519 feat(settings screen): match typography from figma 2023-05-22 02:34:07 +05:30
Aunali321
b38f0d96e0 refactor(settings screen): clean code up a bit 2023-05-22 02:29:19 +05:30
Ax333l
a2bf4b165e
fix: dont crash when the bundle cannot be downloaded 2023-05-20 17:14:05 +02:00
Ax333l
2012258fe7
feat(installer): apk signing and installation 2023-05-20 12:30:24 +02:00
Ax333l
8c58c41bb7
fix(patches selector): copy the selected patches list 2023-05-20 09:47:42 +02:00