bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2018-11-17 16:43:14 +01:00
parent 7cf6a59420
commit 6f51d96879
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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);

View File

@ -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>