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

Fix encrypted preferences #3745

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Conversation

twistios
Copy link

@twistios twistios commented Sep 21, 2024

encryptedPreferences (main change):

  • implemented a fix for an javax.crypto.AEADBadTagException (on API level 24 and up)
  • does not change anything for previous API levels (there)

OtherSettings:

  • changed discord and piped integration to require API 24 (also because of the main change)
  • extracted "extraSpace" as it would be disabled (not available)

isAtLeastAndroid7: added new method for check for android 7

Demo:

API 21 (foss)

rimusic_api21_changed_foss

API 21 (accrescent)

rimusic_api21_changed_accrescent

API 34 (foss)

rimusic_api_34_changed_foss

API 34 (accrescent)

rimusic_api_34_changed_accrescent

- implemented a fix for an javax.crypto.AEADBadTagException on API level > 24
- does not change anything for previous API levels
OtherSettings:
- changed discord and piped integration to require API 24 (also because of the main change)
- extracted "extraSpace" as it would be disabled
@fast4x fast4x merged commit 0fed5cc into fast4x:master Sep 23, 2024
@fast4x
Copy link
Owner

fast4x commented Sep 23, 2024

Merged thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants