Skip to content

Support for encryption of shared preferences - #681

Merged
QuintinWillison merged 8 commits into
mainfrom
593-support-for-encryption-of-shared-preferences
Aug 5, 2021
Merged

Support for encryption of shared preferences#681
QuintinWillison merged 8 commits into
mainfrom
593-support-for-encryption-of-shared-preferences

Conversation

@martin-morek

Copy link
Copy Markdown
Contributor
  • Fixes593
  • Default SharedPreferences could be replaced with custom Storage implementation, ClientOptions allows to inject custom object. If nothing is injected current behaviour using SharedPreferences is used so no need to do any changes to keep current functionality.

@martin-morek
martin-morek marked this pull request as ready for review July 6, 2021 12:35
Comment threadlib/src/main/java/io/ably/lib/push/Storage.java Outdated
Comment threadandroid/src/main/java/io/ably/lib/push/SharedPreferenceStorage.java Outdated
Comment threadlib/src/main/java/io/ably/lib/push/Storage.java Outdated
Comment threadlib/src/main/java/io/ably/lib/push/Storage.java
@jamienewcomb

Copy link
Copy Markdown
Member

@sacOO7 are you happy with the changes?

@QuintinWillisonQuintinWillison left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some tweaks, please.

Comment threadlib/src/main/java/io/ably/lib/push/Storage.java
Comment threadlib/src/main/java/io/ably/lib/push/Storage.java Outdated
Comment threadlib/src/main/java/io/ably/lib/types/ClientOptions.java Outdated
Comment threadlib/src/main/java/io/ably/lib/types/ClientOptions.java Outdated
@QuintinWillison
QuintinWillison merged commit 3e6ff70 into mainAug 5, 2021
@QuintinWillison
QuintinWillison deleted the 593-support-for-encryption-of-shared-preferences branch August 5, 2021 08:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Support for encryption of shared preferences

4 participants

@martin-morek@jamienewcomb@QuintinWillison@sacOO7