Skip to content

Releases: kf4x/android-cache

Compatibility

03 Apr 17:17
cfb78cd
Compare
Choose a tag to compare

No code changes but rather manifest and proguard.

Manifest - removed backup and rtl
Proguard - added rules for removing code that is not needed also added optimization/obfuscation calls

2.3

23 Jan 23:17
Compare
Choose a tag to compare
2.3

Build configuration changes see v2.2 for more details

2.2

23 Jan 23:00
Compare
Choose a tag to compare
2.2

Biggest issue was returning null when error had occurred. See [CachedFetch] file (https://github.com/javierchavez/android-cache/blob/master/cachelibrary/src/main/java/cachelibrary/net/CachedFetch.java#L85)

Other

  • No longer storing context within class
  • Added ability to cache files

2.1

10 Aug 21:56
c601952
Compare
Choose a tag to compare
2.1

Arch changes

  • Functionality abstracted out of FetchData and moved into interface Fetch
  • FetchData was renamed into CachedFetch to explicitly denote caching.

Other

  • project level gradle.build is cleaned up and no longer generating jar. This was causing issues when importing as dependancey in other projects.

2.0

10 Aug 18:50
27b8367
Compare
Choose a tag to compare
2.0

Completely removed hand-rolled caching technique and now letting android handle it.

  • Simplified the API use to a single Cache singleton class
  • Relying on android HttpResponseCache see

v1.1

09 Aug 18:47
552aa81
Compare
Choose a tag to compare
Added type flexability when getting data from cache

v1.0

09 Aug 14:57
acde8df
Compare
Choose a tag to compare
Initial release