mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
update changelog, bump version
(also change one German string and remove two newlines :P)
This commit is contained in:
parent
24c51deaf9
commit
884c4262cf
@ -1,4 +1,12 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
####Version 0.9.8
|
||||||
|
* Pebble: fix more reconnnect issues
|
||||||
|
* Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health
|
||||||
|
* Pebble: option in AppManager to delete files from cache
|
||||||
|
* Pebble: enable pbw cache and watchface configuration for Firmware 2.x
|
||||||
|
* Pebble: allow enabling of Pebble Health without "untested features" being enabled
|
||||||
|
* Honour "Do Not Disturb" for phone calls and SMS
|
||||||
|
|
||||||
####Version 0.9.7
|
####Version 0.9.7
|
||||||
* Pebble: hopefully fix some reconnect issues
|
* Pebble: hopefully fix some reconnect issues
|
||||||
* Mi Band: fix live activity monitoring running forever if back button pressed
|
* Mi Band: fix live activity monitoring running forever if back button pressed
|
||||||
|
@ -16,8 +16,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.9.7"
|
versionName "0.9.8"
|
||||||
versionCode 51
|
versionCode 52
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -212,8 +212,6 @@ public class AppManagerActivity extends GBActivity {
|
|||||||
switch (item.getItemId()) {
|
switch (item.getItemId()) {
|
||||||
case R.id.appmanager_health_deactivate:
|
case R.id.appmanager_health_deactivate:
|
||||||
case R.id.appmanager_app_delete_cache:
|
case R.id.appmanager_app_delete_cache:
|
||||||
|
|
||||||
|
|
||||||
String baseName;
|
String baseName;
|
||||||
try {
|
try {
|
||||||
baseName = FileUtils.getExternalFilesDir().getPath() + "/pbw-cache/" + selectedApp.getUUID();
|
baseName = FileUtils.getExternalFilesDir().getPath() + "/pbw-cache/" + selectedApp.getUUID();
|
||||||
|
@ -207,7 +207,7 @@
|
|||||||
<string name="fwinstaller_firmware_not_compatible_to_device">Diese Firmware ist nicht mit dem Gerät kompatibel</string>
|
<string name="fwinstaller_firmware_not_compatible_to_device">Diese Firmware ist nicht mit dem Gerät kompatibel</string>
|
||||||
<string name="miband_prefs_reserve_alarm_calendar">Wecker für zukünftige Ereignisse vormerken</string>
|
<string name="miband_prefs_reserve_alarm_calendar">Wecker für zukünftige Ereignisse vormerken</string>
|
||||||
<string name="miband_prefs_hr_sleep_detection">Verwende den Herzfrequenzsensor um die Schlaferkennung zu verbessern</string>
|
<string name="miband_prefs_hr_sleep_detection">Verwende den Herzfrequenzsensor um die Schlaferkennung zu verbessern</string>
|
||||||
<string name="waiting_for_reconnect">warte auf eingehende Verbindung</string>
|
<string name="waiting_for_reconnect">warte auf Verbindung</string>
|
||||||
<string name="appmananger_app_reinstall">Erneut installieren</string>
|
<string name="appmananger_app_reinstall">Erneut installieren</string>
|
||||||
<string name="activity_prefs_about_you">Über Dich</string>
|
<string name="activity_prefs_about_you">Über Dich</string>
|
||||||
<string name="activity_prefs_year_birth">Geburtsjahr</string>
|
<string name="activity_prefs_year_birth">Geburtsjahr</string>
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.9.8" versioncode="52">
|
||||||
|
<change>Pebble: fix more reconnnect issues</change>
|
||||||
|
<change>Pebble: fix deep sleep not being detected with Firmware 3.12 when using Pebble Health</change>
|
||||||
|
<change>Pebble: option in AppManager to delete files from cache</change>
|
||||||
|
<change>Pebble: enable pbw cache and watchface configuration for Firmware 2.x</change>
|
||||||
|
<change>Pebble: allow enabling of Pebble Health without "untested features" being enabled</change>
|
||||||
|
<change>Honour "Do Not Disturb" for phone calls and SMS</change>
|
||||||
|
</release>
|
||||||
<release version="0.9.7" versioncode="51">
|
<release version="0.9.7" versioncode="51">
|
||||||
<change>Pebble: hopefully fix some reconnect issues</change>
|
<change>Pebble: hopefully fix some reconnect issues</change>
|
||||||
<change>Mi Band: fix live activity monitoring running forever if back button pressed</change>
|
<change>Mi Band: fix live activity monitoring running forever if back button pressed</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user