Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/notils

3.1.5

16 Apr 13:15
Compare
Choose a tag to compare

Added API 25 and 27 to AndroidVersion helper class

Versions 3.1.3 and 3.1.4

23 Jan 13:36
Compare
Choose a tag to compare

AndroidVersion helper class now includes all Android versions after projects minSdk

3.1.2

22 Jan 13:29
Compare
Choose a tag to compare
  • Remove deprecated declarations from previous releases.
  • Add Nougat and Oreo to AndroidVersion class.

3.1.1

22 Jan 12:39
Compare
Choose a tag to compare
  • Remove deprecated declarations from previous releases.
  • Add Nougat and Oreo to AndroidVersion class.

3.1

19 Jan 16:36
a0660a3
Compare
Choose a tag to compare
3.1
  • Views caster is deprecated.
  • devicedetection package with bunch of detector classes are added.

v3.0.2

16 Jun 15:24
Compare
Choose a tag to compare
  • notils-java is source- and target-compatible with Java 1.7

v3.0.1

16 Jun 11:11
Compare
Choose a tag to compare
  • notils-android has the most minimal AndroidManifest.xml you can think of #74
  • This prevents manifest merger errors in projects using this lib

v3.0.0

15 Jun 13:57
Compare
Choose a tag to compare
  • As of this version, we now have separate releases for notils-android and notils-java #68
  • Any class that has a dependency on any part of the Android SDK lives in notils-android
  • Any class that doesn't need to know anything about Android lives in notils-java
  • SimpleDateFormatThreadSafe has a constructor that takes a string pattern and a timezone #71
  • Use DeveloperError instead of raw RuntimeException in caster #69
  • SimpleDataFormatThreadSafe has a public constructor #66

v2.2.16

29 Jan 11:15
Compare
Choose a tag to compare
  • Fix Toaster#displayLong(int) to actually use DURATION_LONG in the implementations

v2.2.15

14 Jan 17:04
Compare
Choose a tag to compare
  • SimpleDateFormatThreadSafe: Removing inheritance on SimpleDateFormat to ensure thread safety.