Skip to content

Releases: FabianTerhorst/Iron

Version 0.8.0

22 Jun 10:15
Compare
Choose a tag to compare

fix #6 (ConcurrentModificationException for callbacks), thanks to @pivotal-graham-bell

Version 0.7.3

06 May 11:57
Compare
Choose a tag to compare

Support for constructor arguments

Version 0.7.2

04 Mar 11:42
Compare
Choose a tag to compare

RxJava support
reduced MehthodCount (- 6000 Methods)
Iron.chest().set("key", value) is now asynchron because of RxJava
Iron.chest().get("key") is returning a Observable thats returns the value asynchron and notifies on data changes

Version 0.6.5

11 Jan 13:46
Compare
Choose a tag to compare
  • better mutithread support
  • update compiler, retrofit and encryption
  • rename method from setLoaderExtension to setLoader
  • rename method from setEncryptionExtension to setEncryption
  • update documentation
  • code cleanup

Version 0.6.3

10 Jan 12:50
Compare
Choose a tag to compare
  • fix cache reference from interface
  • update cache
  • fix reference from storage inside cache
  • update tests

Version 0.6.2

10 Jan 12:06
Compare
Choose a tag to compare
  • fix default cache
  • fix cache NONE
  • better cache implementation
  • update tests

Version 0.6.1

10 Jan 04:15
Compare
Choose a tag to compare
asynctask compatibility

* use thread pool executor on sdk > 10
* update tests

Version 0.6.0

10 Jan 03:17
Compare
Choose a tag to compare
  • better cache support
  • set the cache from Iron.setCache(new LruCache())
  • now supports api 8
  • synced filestream for multithread

Version 0.5.7

09 Jan 15:53
Compare
Choose a tag to compare
  • make chest thread save
  • update compiler to support adding a arraylist to a arraylist

Version 0.5.6

09 Jan 14:14
Compare
Choose a tag to compare
  • first stable encryption extension release