Skip to content

Releases: apksherlock/rocket

Rocket remake

22 Dec 21:30
Compare
Choose a tag to compare

Remade most of the implementation of the functionality:

  • Removed unnecessary suspending methods.
  • Added flow support.
  • Improved documentation.

Rocket with some sweet KTX support

09 Aug 19:54
6676e8d
Compare
Choose a tag to compare

Improved docs and also removed nullable rocket parameter in extension functions.

Rocket with some sweet KTX support

30 Jul 18:32
Compare
Choose a tag to compare

Rocket now has a sweet documentation, unit test and extensions functions to be used.

Rocket with coroutine support

05 Jul 09:52
3e276d9
Compare
Choose a tag to compare

Now rocket runs by default on Dispatchers.IO scheduler.

Rocket with default mode and String set read and write

10 May 10:37
Compare
Choose a tag to compare

Forgot to add the reading the string set on the Rocket class

Rocket release with mode option

10 May 10:20
Compare
Choose a tag to compare

Now you can specify the mode for the sharedpreferences .

Rocket first update

04 May 11:36
4542f3e
Compare
Choose a tag to compare

Now the Rocket returns its type in the companion object . That was a simple mistake .

Rocket First Release

27 Mar 22:24
Compare
Choose a tag to compare

Added a simple class for handling SharedPreferences in Android .