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: Support API 21 #1605

Draft
wants to merge 2 commits into
base: compose-dev
Choose a base branch
from
Draft

Conversation

BenjaminHalko
Copy link
Sponsor Member

@BenjaminHalko BenjaminHalko commented Dec 29, 2023

Adds support for API 21, the oldest API supported by Compose.

TODO:

  • Notifications requires API 26
  • StandardCopyOption.REPLACE_EXISTING requires API 26
  • setInstallReason requires API 26
  • CompactDecimalFormat requires API 24
  • connectivityManager.activeNetwork requires API 23
  • app.checkSelfPermission requires API 23
  • pm.isIgnoringBatteryOptimizations requires API 23
  • Patches don't seem to load correctly on anything lower than API 26

@BenjaminHalko BenjaminHalko added the ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager label Dec 29, 2023
@BenjaminHalko
Copy link
Sponsor Member Author

Currently it will launch on API 23, but anything below that crashes on startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant