Skip to content

Releases: FabianTerhorst/Iron

Version 0.8.0

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 22 Jun 10:15

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

Version 0.7.3

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 06 May 11:57

Support for constructor arguments

Version 0.7.2

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 04 Mar 11:42

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

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 11 Jan 13:46
  • 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

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 10 Jan 12:50
  • fix cache reference from interface
  • update cache
  • fix reference from storage inside cache
  • update tests

Version 0.6.2

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 10 Jan 12:06
  • fix default cache
  • fix cache NONE
  • better cache implementation
  • update tests

Version 0.6.1

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 10 Jan 04:15
asynctask compatibility

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

Version 0.6.0

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 10 Jan 03:17
  • better cache support
  • set the cache from Iron.setCache(new LruCache())
  • now supports api 8
  • synced filestream for multithread

Version 0.5.7

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 09 Jan 15:53
  • make chest thread save
  • update compiler to support adding a arraylist to a arraylist

Version 0.5.6

Choose a tag to compare

@FabianTerhorst FabianTerhorst released this 09 Jan 14:14
  • first stable encryption extension release