Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Releases: kobakei/spot

2.1.0

05 Sep 13:27
2a93cee

Choose a tag to compare

  • Support boolean field like isFoo in Kotlin
    • If you use such field with v2.0.1, you may rename getIsFoo / setIsFoo with isFoo / setFoo.

2.0.1

24 Jul 04:41

Choose a tag to compare

  • Add clear method to clear shared preferences.

2.0.0

19 Apr 10:56

Choose a tag to compare

  • Important notice: Destructive changes here!!!
  • Now field annotation is @PrefField only. Previous @Pref*** annotations are abolished.
    • defaultValue option is abolished. Put default value to field init value.
    • useGetter and useSetter options are added. If you use this library with Kotlin, please set true to them.

1.0.0

03 Feb 15:35

Choose a tag to compare

  • Support Android annotation processor

0.1.4

31 Oct 08:01

Choose a tag to compare

  • Removed unnecessary attributes in AndroidManifest.xml
  • Update build tools and support library

0.1.3

19 Apr 10:15

Choose a tag to compare

  • Support source version Java8