Skip to content

Releases: tommus/ktx-prefs

1.5.0

09 Nov 22:58
Compare
Choose a tag to compare
  • Update Gradle Wrapper (6.0);
  • Update Android Gradle Plugin (3.5.2);
  • Update Dagger (2.25.2);
  • Update RxJava (2.2.14);

1.4.5

04 Sep 12:57
Compare
Choose a tag to compare
  • Update Kotlin JDK8 (1.3.50);
  • Update Android Gradle Plugin (3.5.0);
  • Update Freemarker (2.3.29);
  • Update RxJava (2.2.12);
  • Update RxKotlin (2.4.0);
  • Replace Commons Lang and Commons IO with Commons Text;
  • Replace Javax Annotation library;

1.4.4

30 Jul 13:59
Compare
Choose a tag to compare
  • Update Kotlin JDK8 (1.3.41);
  • Update Gradle Wrapper (5.5.1);
  • Update Android Gradle Plugin (3.4.2);
  • Update Dagger (2.2.4);
  • Reimplement dependency injection in samples to no longer use deprecated builders;
  • Update RxJava (2.2.10);

1.4.3

29 Apr 11:35
Compare
Choose a tag to compare
  • Update Kotlin JDK8 (1.3.31);

1.4.2

29 Apr 11:35
Compare
Choose a tag to compare
  • Update Kotlin JDK8 (1.3.30);
  • Update RxJava (2.2.8);
  • Update Commons Lang (3.9);
  • Update Dagger (2.22.1);
  • Update Gradle Wrapper (5.4).

1.4.1

23 Mar 11:59
Compare
Choose a tag to compare
  • Update Android Gradle Plugin (3.3.2);
  • Update Gradle Wrapper (5.3).

1.4.0

22 Mar 14:09
Compare
Choose a tag to compare
  • Initialize subject with preloaded or default value.

1.3.0

05 Mar 08:57
Compare
Choose a tag to compare
  • Fix non-reactive clear() method;
  • Add reactive clearRx() method;
  • Fix publishing to field's reactive subject on removeRxXXX();
  • Add kotlin-reactive sample.

1.2.2

27 Feb 00:01
Compare
Choose a tag to compare
  • Open generated preferences wrapper for inheritance.

1.2.1

26 Feb 10:38
Compare
Choose a tag to compare
  • Hotfix preferences wrapper generation.