Starting from Version 1.1.1
- fixes a bug in
location.FusedLocationSourceBuilder.build()
- Added
widget.AppWidgetCoordinator
- Added
widget.CallbackAppWidgetProvider
- Added
widget.AppWidgetProviderUtil
- Added
app.AppPackageUtil
- Added some integration tests
- Lifted
androidx.appcompat:appcompat:1.2.0
toandroidx.appcompat:appcompat:1.3.0
- Added Source Jar to maven package for Javadoc support
- Minor changes on the build procedure
- Lifted
androidx.appcompat:appcompat:1.3.0
toandroidx.appcompat:appcompat:1.3.1
- Lifted
com.google.android.material:material:1.3.0
tocom.google.android.material:material:1.4.0
- Lifted
androidx.test.ext:junit:1.1.2
toandroidx.test.ext:junit:1.1.3
- Lifted
androidx.test.espresso:espresso-core:3.3.0
toandroidx.test.espresso:espresso-core:3.4.0
- Replaced
RingtonePickerUtil
withRingtonePicker
to use theActivity Result API
- Replaced
ContactPickerUtil
withContactPicker
to use theActivity Result API
- Added
ContactUtil
- Added
androidx.preference:preference
as dependency - Added
IntEditTextPreference
- Added
PhoneNumberPreference
- Added
PhoneNumberContactPreference
- Added
RingtonePreference
- Added
RingtonePickerPreference
- Minor Bugfix in
PhoneNumberPreference
- Lifted
com.google.android.gms:play-services-maps:17.0.1
tocom.google.android.gms:play-services-maps:18.0.0
- Updated Target SDK to 31
- Lifted
androidx.appcompat:appcompat:1.3.1
toandroidx.appcompat:appcompat:1.4.1
- Lifted
com.google.android.material:material:1.4.0
tocom.google.android.material:material:1.5.0
- Lifted
androidx.preference:preference:1.1.1
toandroidx.preference:preference:1.2.0
- Lifted
com.google.android.gms:play-services-location:18.0.0
tocom.google.android.gms:play-services-location:19.0.1
- Lifted
com.google.android.gms:play-services-maps:18.0.0
tocom.google.android.gms:play-services-maps:18.0.2
FusedLocationSource
supports now optional LoopersFusedLocationSourceBuilder
has now the option to run in a separate Thread
- Fixes an error occurring on Android 12 (S+) concerning
PendingIntent
Flags
- Added
RingtoneProviderS
as silent will be treated as dnd
- Mitigated an issue in
RingtoneProviderS
where an error is thrown when tried to set Interruption Filter 0 - Lifted
androidx.appcompat:appcompat:1.4.1
toandroidx.appcompat:appcompat:1.5.0
- Lifted
com.google.android.material:material:1.5.0
tocom.google.android.material:material:1.6.1
- Lifted
com.google.android.gms:play-services-location:19.0.1
tocom.google.android.gms:play-services-location:20.0.0
- Lifted
com.google.android.gms:play-services-maps:18.0.2
tocom.google.android.gms:play-services-maps:18.1.0
- Lifted minSdK Version to 19
- Adjustments in build scripts