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
CnC-Robert
e088d053ab
feat: rename ViewModels for consistency
2023-06-03 23:27:01 +02:00
CnC-Robert
ffa8d9c063
feat: hide tabs when 1 bundle is used
2023-06-03 20:12:03 +02:00
Robert
7a5596a281
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
9f46f74357
refactor(logs): use consistent tag
2023-05-26 15:39:56 +02:00
Ax333l
36c4e2dfe0
refactor(di): use constructor DSL for VMs
...
Instead of doing it manually with viewModel { }
2023-05-26 15:25:08 +02:00
Ax333l
5cb31dbe9d
chore(deps): bump revanced-patcher
to 9.0.0
2023-05-26 15:17:57 +02:00
Ax333l
399fc98dec
feat: better installer ui ( #29 )
...
based cossale
Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2023-05-26 13:14:21 +00:00
Ax333l
c22371e0c5
feat: patch bundle sources system ( #24 )
2023-05-26 12:58:14 +00:00
Aunali321
a4842c078b
feat: in-app updater ( #25 )
2023-05-23 11:02:22 +02:00
Aunali321
c332760786
feat(settings screen): add battery optimization notification
2023-05-22 05:17:26 +05:30
Aunali321
ea4247c688
feat(update screen): complete main update screen
2023-05-22 04:14:43 +05:30
Aunali321
fec8c0cc14
feat(about screen): complete about screen
2023-05-22 03:23:14 +05:30
Aunali321
9b585c73fb
feat(settings screen): match typography from figma
2023-05-22 02:34:07 +05:30
Aunali321
c695fa525f
refactor(settings screen): clean code up a bit
2023-05-22 02:29:19 +05:30
Ax333l
93f3e27d48
fix: dont crash when the bundle cannot be downloaded
2023-05-20 17:14:05 +02:00
Ax333l
52ab7937bd
feat(installer): apk signing and installation
2023-05-20 12:30:24 +02:00
Ax333l
762bfa8514
fix(patches selector): copy the selected patches list
2023-05-20 09:47:42 +02:00
Ax333l
ca20996b62
refactor(ui): move PatchItem to the only file where it is used
2023-05-19 21:21:37 +02:00
Ax333l
ad14818de8
refactor(net apis): remove unnecessary interfaces
...
Having interfaces like that is only really useful if you have unit
tests, which we don't.
Other similar compose projects don't make interfaces either.
Not having them is more readable.
2023-05-19 21:01:33 +02:00
Ax333l
32839656f8
style: run formatter
2023-05-19 20:58:44 +02:00
Patryk Miś
a48faad17a
build: updates ( #23 )
2023-05-19 18:54:21 +00:00
Ax333l
40487923f9
feat: integrate revanced patcher ( #22 )
2023-05-19 18:49:32 +00:00
CnC-Robert
f1656c6d1e
feat: improved dashboard screen
2023-05-18 13:46:59 +02:00
CnC-Robert
4c3dbbd8d5
feat: patches selector screen
2023-05-18 13:44:19 +02:00
CnC-Robert
4088ed747e
feat: settings screen
2023-05-18 13:38:02 +02:00
Patryk Miś
bca8df8efd
build: updates ( #21 )
...
* perf: obsolete sdk check
Signed-off-by: Patryk Mis <foss@patrykmis.com>
* chore: bump dependencies
Signed-off-by: Patryk Mis <foss@patrykmis.com>
---------
Signed-off-by: Patryk Mis <foss@patrykmis.com>
2023-05-13 12:00:06 +00:00
CnC-Robert
54f0a69596
feat: app selector screen
2023-05-06 12:42:30 +02:00
Aunali321
9065c0d260
feat: Dashboard Screen ( #18 )
...
* feat: add Dashboard Screen and Sources Screen
* fix: fix tab onClick not working
* refactor: remove AppBar
---------
Co-authored-by: CnC-Robert <CnC.Rob3rt@gmail.com>
2023-04-30 19:27:14 +00:00