Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: ReVanced Manager Compose #1409

Draft
wants to merge 308 commits into
base: dev
Choose a base branch
from
Draft

feat!: ReVanced Manager Compose #1409

wants to merge 308 commits into from

Conversation

Axelen123
Copy link
Member

@Axelen123 Axelen123 commented Oct 20, 2023

Closes #1676

TODO

Axelen123 and others added 30 commits June 29, 2023 17:26
---------

Co-authored-by: Aunali321 <[email protected]>
This is needed to avoid ANRs because it takes a while if the Apk is 100+
MB.
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
"A what? 1.8.22 isn't compatible, but the version bump indicate that it's supposed to be bug fixes????"
* Better description for the repository license badge

* Clicking on badges open you the relevant url
* Label Back button
* Mark group section headings as headings

Signed-off-by: Patryk Miś <[email protected]>
* 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ś <[email protected]>
Signed-off-by: Patryk Miś <[email protected]>
When you hover on Commit & Activity badges, `revanced` will appear in url display, but on License badge, `ReVanced` will display

This commit fix that by changing the organisation to what we're supposed to be using which is {org_name}/{repo_name} (ReVanced/...)
@oSumAtrIX oSumAtrIX force-pushed the dev branch 2 times, most recently from 7f6666c to 820cd72 Compare October 6, 2024 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment