Skip to content

Releases: B3nedikt/restring

5.2.2

15 Nov 09:20
Compare
Choose a tag to compare

5.2.1

25 Jul 17:05
Compare
Choose a tag to compare
  • Fixed a crash on android <= 23 [#106]

5.2.0

26 May 09:00
Compare
Choose a tag to compare
  • Fixed a bug in the string repositories [#103]
  • Added a method to the Restring Restring facade which creates a new instance of the RestringResources for use cases like [#102]

5.1.4

08 Jul 21:14
Compare
Choose a tag to compare
  • Set the minSdk version back to 16, I set it to 21 by mistake

5.1.3

08 Jul 20:27
Compare
Choose a tag to compare
  • Fixed a crash which could occur when the repository was empty (#90 )

5.1.2

03 Feb 19:04
Compare
Choose a tag to compare
  • Fixed a bug which led to CachedStringRepository.kt not getting cleared when calling strings.clear(), see #80

5.1.1

09 Dec 08:58
Compare
Choose a tag to compare
  • Improved performance of the repositories
  • fixed a bug with string array serialization

5.1.0

27 Sep 20:17
Compare
Choose a tag to compare
  • New APIs to simplify custom StringRepository implementations
  • Fixed two crashes: #51 & #52

5.0.1

18 Sep 07:27
Compare
Choose a tag to compare
  • Fixed a crash on old android versions

5.0.0

12 Sep 22:46
Compare
Choose a tag to compare
  • Removed the Builder & the StringsLoader API, as they were outdated and misleading
  • Improved documentation & sample apps
  • Reworked the StringsRepository API