GadgetBridge/CHANGELOG.md

81 lines
3.4 KiB
Markdown
Raw Normal View History

2015-03-16 19:34:58 +01:00
###Changelog
2015-05-18 23:22:21 +02:00
####Next Version
* Pebble: Support launching of Watchapps though the AppManager Activity
2015-05-25 01:32:16 +02:00
* Pebble: Fix firmware installation when all 8 app slots are in use (and probably firmware installation form recovery)
* Pebble: Fix error when reinstalling apps, useful for upgrading/downgrading
2015-06-02 21:47:51 +02:00
* Pebble: Support CM 12.1 Music App
2015-05-18 23:22:21 +02:00
* Mi Band: Make vibration count configurable for different kinds of Notifications
* Support rebooting Mi Band/Pebble through the Debug Activity
####Version 0.3.5
* Add discovery and pairing Activity for Pebble and Mi Band
2015-05-11 08:52:49 +02:00
* Listen for Pebble Message Intents and forward notifications (used by Conversations)
* Make strings translatable and add German, Italian, Russian, Spanish and Korean translations
2015-05-07 00:05:54 +02:00
* Mi Band: Display battery status
2015-05-11 08:52:49 +02:00
2015-04-29 00:23:00 +02:00
####Version 0.3.4
* Pebble: Huge speedup for app/firmware installation.
* Pebble: Use a separate notification with progress bar for installation procedure
2015-04-28 23:38:13 +02:00
* Pebble: Bugfix for beeing stuck while waiting for a slot, when none is available
* Mi Band: Display connection status in notification (previously Pebble only)
2015-04-26 14:40:48 +02:00
####Version 0.3.3
* Pebble: Try to reduce battery usage by acknowledging datalog packets
* Mi Band: Set current time on the device (thanks to PR by @danielegobbetti)
* General: More robust connection state handling and display
2015-04-20 23:41:19 +02:00
####Version 0.3.2
2015-04-26 14:40:48 +02:00
* Mi Band: Fix for notifications only working after manual connection
* Mi Band: Display firmware version
2015-04-20 23:52:12 +02:00
* Pebble: Display hardware revision
* Pebble: Check if firmware is compatible before allowing installation
2015-04-20 23:41:19 +02:00
####Version 0.3.1
2015-04-26 14:40:48 +02:00
* Mi Band: Fix for notifications only woking in Debug
2015-03-16 19:34:58 +01:00
####Version 0.3.0
2015-04-26 14:40:48 +02:00
* Mi Band: Initial support (see README.md)
2015-04-17 12:23:19 +02:00
* Pebble: Firmware installation (USE AT YOUR OWN RISK)
* Pebble: Fix installation problems with certain .pbw files
* Pebble: Volume control
* Add icon for activity tracker apps (icon by xphnx)
2015-04-17 12:23:19 +02:00
* Let the application quit when in reconnecting state
2015-04-13 22:31:00 +02:00
####Version 0.2.0
* Experimental pbw installation support (watchfaces/apps)
* New icons for device and app lists
* Fix for device list not refreshing when bluetooth gets turned on
* Filter out annyoing low battery notifications
* Fix for crash on some devices when creating a debug notification
* Lots of internal changes preparing multi device support
####Version 0.1.5
* Fix for DST (summer time)
* Option to sync time on connect (enabled by default)
* Opening .pbw files with Gadgetbridge prints some package information
(This was not meant to be released yet, but the DST fix made a new release neccessary)
####Version 0.1.4
* New AppManager shows installed Apps/Watchfaces (removal possible via context menu)
* Allow back navigation in ActionBar (Debug and AppMananger Activities)
* Make sure Intent broadcasts do not leave Gadgetbridge
* Show hint in the Main Activiy (tap to connect etc)
####Version 0.1.3
* Remove the connect button, list all suported devices and connect on tap instead
* Display connection status and firmware of connected devices in the device list
* Remove quit button from the service notification, put a quit item in the context menu instead
####Version 0.1.2
* Added option to start Gadgetbridge and connect automatically when bluetooth is turned on
* stop service if bluetooth is turned off
* try to reconnect if connection was lost
2015-03-16 19:34:58 +01:00
####Version 0.1.1
* Fixed various bugs regarding K-9 Mail notifications.
* "Generic notification support" in Setting now opens Androids "Notifcaion access" dialog.
####Version 0.1.0
* Initial release