This repository was 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
AndroidVersionclass.
3.1.1
- Remove deprecated declarations from previous releases.
- Add Nougat and Oreo to
AndroidVersionclass.
3.1
Viewscaster is deprecated.devicedetectionpackage with bunch of detector classes are added.- DeviceDetection detects whether the user has
AmazonorIntel x86devices. - AndroidVersion is to check the Android version in a nicer way.
- DeviceDetection detects whether the user has
v3.0.2
notils-javais 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-androidandnotils-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 SimpleDateFormatThreadSafehas a constructor that takes a string pattern and a timezone #71- Use
DeveloperErrorinstead of rawRuntimeExceptionincaster#69 SimpleDataFormatThreadSafehas a public constructor #66