This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: novoda/notils
Releases · novoda/notils
3.1.5
Versions 3.1.3 and 3.1.4
AndroidVersion
helper class now includes all Android versions after projects minSdk
3.1.2
- Remove deprecated declarations from previous releases.
- Add Nougat and Oreo to
AndroidVersion
class.
3.1.1
- Remove deprecated declarations from previous releases.
- Add Nougat and Oreo to
AndroidVersion
class.
3.1
Views
caster is deprecated.devicedetection
package with bunch of detector classes are added.- DeviceDetection detects whether the user has
Amazon
orIntel x86
devices. - AndroidVersion is to check the Android version in a nicer way.
- DeviceDetection detects whether the user has
v3.0.2
notils-java
is source- and target-compatible with Java 1.7
v3.0.1
v3.0.0
- As of this version, we now have separate releases for
notils-android
andnotils-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 rawRuntimeException
incaster
#69 SimpleDataFormatThreadSafe
has a public constructor #66