Ushie
36c8f59d6f
feat: Scrollbars ( #1479 )
2024-01-08 01:28:16 +03:00
Robert
3232bb10e6
feat: improve patcher UI ( #1494 )
2024-01-06 16:51:11 +01:00
Benjamin
4fdd6bbe5f
chore: upgrade AGP to 8.2.0
+ migrate deprecated functions ( #1574 )
2023-12-26 20:37:42 +00:00
validcube
d9eb1c42bc
refactor: slight formatting of build.gradle.kts
2023-12-02 17:00:52 +07:00
Ushie
bd9778a3d1
feat(Update Screen): changelogs & handle states ( #1464 )
...
Co-authored-by: Ax333l <main@axelen.xyz>
2023-11-19 23:28:28 +03:00
Ushie
1a83315424
feat(Changelogs): overall improvement ( #1429 )
2023-11-03 18:03:14 +00:00
Benjamin
6abaac25d9
chore: upgrade dependencies ( #1401 )
2023-10-26 07:25:12 -07:00
Ax333l
cee2240cdc
chore: bump compose
2023-10-15 13:17:07 +02:00
Ax333l
e232044157
chore: switch to revanced library and bump patcher ( #1314 )
2023-10-05 15:36:33 +00:00
Benjamin Halko
4cb4ce298a
feat: change appID and name of debug builds
2023-09-20 20:15:55 -07:00
Patryk Miś
fc577b4c3e
chore: update dependencies ( #1247 )
2023-09-15 16:30:46 +00:00
Robert
bf10af2ae2
feat: root installation ( #1243 )
2023-09-09 13:18:00 +00: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
Ax333l
299aaa2b68
fix: library info not being embedded
2023-08-01 21:14:15 +02:00
Robert
aec8cec9b8
feat: download apps in patcher screen ( #73 )
2023-07-30 10:29:22 +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
Ax333l
879884a9fa
feat: switch to Preferences DataStore ( #60 )
2023-07-15 09:52:12 +00: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
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
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
fe5e191cb5
feat: updater changelogs ( #48 )
...
---------
Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2023-07-07 08:56:04 +00:00
Ax333l
a9606728bf
build: bump patcher
2023-07-01 15:09:21 +02:00
Ax333l
6b7143dd8f
feat: licenses screen ( #47 )
2023-06-29 20:05:43 +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
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
Ax333l
971277ed39
fix(installer): properly track worker state ( #32 )
2023-06-09 15:34:10 +00: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
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
5cb31dbe9d
chore(deps): bump revanced-patcher
to 9.0.0
2023-05-26 15:17:57 +02:00
Ax333l
c22371e0c5
feat: patch bundle sources system ( #24 )
2023-05-26 12:58:14 +00:00
Ax333l
52ab7937bd
feat(installer): apk signing and installation
2023-05-20 12:30:24 +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
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
Patryk Miś
ec0f7e3f7a
build: dependency and syntax updates ( #17 )
...
* build: Update Gradle to v8.1.1
* build: Bump dependencies
* build: move repo configurations to settings
---------
Co-authored-by: Patryk Mis <24607131+PatrickMis@users.noreply.github.com>
2023-04-23 12:36:52 +00:00
CnC-Robert
e5d898f025
feat: backend
2023-03-18 11:53:25 +01:00
Canny
49f9dfcf95
feat: splash screen
2023-01-28 02:30:39 +03:00
Canny
9536cdcae1
feat: implement navigation
2023-01-28 02:28:39 +03:00
Canny
57e2632f38
feat: implement DI
2023-01-28 02:19:44 +03:00
Canny
b372f7ee84
feat: initialize project
2023-01-28 02:00:52 +03:00