Skip to content

Releases: RhymezxCode/SimpleStore

1.1.2

Choose a tag to compare

@RhymezxCode RhymezxCode released this 29 Feb 13:46

Full Changelog:

  • Upgraded Kotlin version to 1.9.20
  • Ensured all dependencies are up to date
  • Conducted testing on Boolean preferences within Shared Preferences

1.1.1

Choose a tag to compare

@RhymezxCode RhymezxCode released this 02 Apr 14:33

Bug fixes 🔢 - fixed issues with preference names, when you do multiple declaration

1.1.0

Choose a tag to compare

@RhymezxCode RhymezxCode released this 02 Apr 02:53

Bug fixes 🥇 :- Issues with Boolean datatype

1.0.9

Choose a tag to compare

@RhymezxCode RhymezxCode released this 05 Mar 10:21

Added BlockStore features

How it works
Block Store allows developers to save and restore up to 16 byte arrays. This allows you to save important information regarding the current user session and offers the flexibility to save this information however you like. This data can be end-to-end encrypted and the infrastructure that supports Block Store is built on top of the Backup and Restore infrastructure.

During your app’s authentication flow, or anytime thereafter, you can store the user’s authentication token to Block Store for later retrieval.
The token will be stored locally and can also be backed up to the cloud, end-to-end encrypted when possible.
Data is transferred when the user initiates a restore flow on a new device.
If the user restores your app during the restore flow, your app can then retrieve the saved token from Block Store on the new device.

1.0.6

Choose a tag to compare

@RhymezxCode RhymezxCode released this 18 Feb 15:48

Added new datatypes for SharedPreference and Datastore in the library.
The List of supported datatypes are :

1. String
2. Integer
3. Float
4. Double
5. Set<String>
6. Boolean

1.0.4

Choose a tag to compare

@RhymezxCode RhymezxCode released this 12 Dec 09:07

Disabled encrypted datastore because it supports only one data class, a new implementation is coming soon.

1.0.3

Choose a tag to compare

@RhymezxCode RhymezxCode released this 11 Dec 20:34
corrected some issues

1.0.2

Choose a tag to compare

@RhymezxCode RhymezxCode released this 11 Dec 20:30
Merge remote-tracking branch 'origin/main'

1.0.1

Choose a tag to compare

@RhymezxCode RhymezxCode released this 11 Dec 20:28
55e1d7f
Update README.md

1.0.0

Choose a tag to compare

@RhymezxCode RhymezxCode released this 11 Dec 20:22
55e1d7f
Update README.md