mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, update changelog
This commit is contained in:
parent
7cf6a59420
commit
6f51d96879
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.31.3
|
||||||
|
* Pebble: Fix crash with DISMISS and OPEN actions
|
||||||
|
|
||||||
#### Version 0.31.2
|
#### Version 0.31.2
|
||||||
* Pebble: Fix a regression that caused non-working mute, open and dismiss actions
|
* Pebble: Fix a regression that caused non-working mute, open and dismiss actions
|
||||||
* Fix setting language to Czech manually
|
* Fix setting language to Czech manually
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.31.2"
|
versionName "0.31.3"
|
||||||
versionCode 141
|
versionCode 142
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -343,7 +343,6 @@ public class NotificationListener extends NotificationListenerService {
|
|||||||
notificationSpec.attachedActions.add(muteAction);
|
notificationSpec.attachedActions.add(muteAction);
|
||||||
|
|
||||||
mNotificationHandleLookup.add(notificationSpec.getId(), sbn.getPostTime()); // for both DISMISS and OPEN
|
mNotificationHandleLookup.add(notificationSpec.getId(), sbn.getPostTime()); // for both DISMISS and OPEN
|
||||||
//getPostTime()); // for both DISMISS and OPEN
|
|
||||||
mPackageLookup.add(notificationSpec.getId(), sbn.getPackageName()); // for MUTE
|
mPackageLookup.add(notificationSpec.getId(), sbn.getPackageName()); // for MUTE
|
||||||
|
|
||||||
notificationBurstPrevention.put(source, cur_time);
|
notificationBurstPrevention.put(source, cur_time);
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.31.3" versioncode="142">
|
||||||
|
<change>Pebble: Fix crash with DISMISS and OPEN actions</change>
|
||||||
|
</release>
|
||||||
<release version="0.31.2" versioncode="141">
|
<release version="0.31.2" versioncode="141">
|
||||||
<change>Pebble: Fix a regression that caused non-working mute, open and dismiss actions</change>
|
<change>Pebble: Fix a regression that caused non-working mute, open and dismiss actions</change>
|
||||||
<change>Fix setting language to Czech manually</change>
|
<change>Fix setting language to Czech manually</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user