Releases: UweTrottmann/AndroidUtils
Releases · UweTrottmann/AndroidUtils
v4.0.0
v3.1.0
- Fix
AndroidUtils.isNetworkConnected
and.isUnmeteredNetworkConnected
crashing withSecurityException
on some Android 11 devices due to a system bug. See method for details. - Update Kotlin to 1.7.21, when using the library need to compile with at least Kotlin 1.6.
- Add
AndroidUtils.isAtLeastTiramisu
,AndroidUtils.isAtLeastSv2
.
v3.0.0
- Convert to Kotlin.
- Add replace with code for
CheatSheet
, deprecate all methods. - Add
AndroidUtils.isAtLeastS
, removeisICSMR1OrHigher
. AndroidUtils
usesNetworkCapabilities
API to detect network state on Android 6 and higher.- Remove
AndroidUtils.copyFile
, use a Kotlin extension function instead.
v2.4.1
- Migrate to AndroidX.
- Change
CheatSheet
to internally useTooltipCompat
from AndroidX appcompat. - Add Android API level checks up to Android 11 (API level 30).
- Renamed to include the code name to appease the Android Lint NewApi check.
- Add nullability, permission and type annotations.
v2.4.0
DO NOT USE THIS, use 2.4.1 instead.
Android Lint does not recognize the new version checks in this version.