Merge remote-tracking branch 'origin/development' into development
# Conflicts: # fastlane/metadata/android/en-US/changelogs/134.txt
This commit is contained in:
commit
1a60c88f35
@ -36,7 +36,7 @@ android {
|
||||
{
|
||||
dimension "version"
|
||||
versionNameSuffix "-googlePlay"
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 32
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -138,6 +138,7 @@ public class BatteryReceiver extends BroadcastReceiver implements AutomationList
|
||||
this.actionCharging(context);
|
||||
break;
|
||||
case BatteryManager.BATTERY_STATUS_DISCHARGING:
|
||||
case BatteryManager.BATTERY_STATUS_NOT_CHARGING:
|
||||
this.actionDischarging(context);
|
||||
break;
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
* Fixed: Added overlay permission for start-phone-call action
|
||||
* Change: Icon changed in Play store version
|
||||
* Change: Target-SDK raised in Play store version
|
||||
* Fixed: Trigger "battery is charging" would only fire once and not after disconnecting and connecting charger
|
||||
* Change: Was forced to raise targetSdk to 32 for Google Play version. If that should break something, consider switching to the F-Droid or APK version.
|
Loading…
Reference in New Issue
Block a user