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