GadgetBridge/CHANGELOG.md

205 lines
10 KiB
Markdown
Raw Normal View History

2015-03-16 19:34:58 +01:00
###Changelog
2015-05-18 23:22:21 +02:00
2015-10-25 00:08:49 +02:00
####Version 0,6.5
* Support "Locate Device" with Mi Band 1A (and Mi Band 1 with new firmware)
* Disable activity fetching when not supported
* Small improvements to live activity charts
####Version 0.6.4
2015-10-18 21:41:46 +02:00
* Support pull down to synchronize activity data (#138)
* Display tabs in the Charts activity (#139)
* Mi Band: initial support for Mi Band 1a (the one with white LEDs) (thanks @sarg) (#136)
* Mi Band: Attempt at fixing problem with never finishing activity data fetching (#141, #142)
2015-10-18 21:41:46 +02:00
* Register/unregister BroadcastReceivers instead of enabling/disabling them with PackageManager (#134)
2015-10-18 21:36:39 +02:00
(should fix disconnection because the service is being killed)
####Version 0.6.3
2015-10-07 15:39:58 +02:00
* Pebble: support installation of language files (.pbl) on FW 2.x
* Try to prevent service being killed by disallowing backups
2015-10-07 15:39:58 +02:00
2015-10-03 14:52:27 +02:00
####Version 0.6.2
2015-10-02 11:24:02 +02:00
* Mi Band: support firmare versione 1.0.10.14 (and onwards?) vibration
* Mi Band: get device name from official BT SIG endpoint
* Mi Band: initial support for displaying live activity data, screen stays on
2015-10-02 11:24:15 +02:00
2015-09-26 21:28:58 +02:00
####Version 0.6.1
* Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch
2015-09-23 23:53:16 +02:00
* Pebble: Detect all known Pebble Versions including new "chalk" platform (Pebble Time Round)
* Option to ignore phone calls (useful for Pebble Dialer)
2015-09-26 21:28:58 +02:00
* Mi Band: Added progressbar for activity data transfer and fixes for firmware transfer progressbar
* Bugfix for app blacklist (some checkboxes where wrongly drawn as checked)
2015-09-23 23:53:16 +02:00
2015-09-19 12:56:29 +02:00
####Version 0.6.0
2015-09-17 23:22:15 +02:00
* Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo)
2015-09-19 12:56:29 +02:00
* Pebble: Option to set reconnection attempts in settings (one attempt usually takes about 5 seconds)
2015-09-17 23:22:15 +02:00
* Support contolling all audio players that react to media buttons (can be chosen in settings)
* Treat SMS as generic notification if set to "never" (can be blacklisted there also if desired)
* Treat Conversations messagess as chat messages, even if arrived via Pebble Intents (nice icon for Pebble FW 3.x)
2015-09-18 16:36:33 +02:00
* Allow opening firmware / app files from the download manager "app" (technically a content provider)
2015-09-19 12:56:29 +02:00
* Mi Band: whitelisted a few firmware versions
2015-09-17 23:22:15 +02:00
2015-09-12 23:22:29 +02:00
####Version 0.5.4
2015-09-19 12:56:29 +02:00
* Mi Band: allow the transfer of activity data without clearing MiBand's memory
2015-09-12 23:31:59 +02:00
* Pebble: for generic notifications use generic icon instead of SMS icons on FW 3.x (thanks @roidelapluie)
2015-09-13 14:59:07 +02:00
* Pebble: use different icons and background colors for specific groups of applications (chat, mail, etc) (thanks @roidelapluie)
2015-09-12 23:22:29 +02:00
* In settings, support blacklisting apps for generic notifications
2015-09-05 22:20:22 +02:00
####Version 0.5.3
2015-09-12 23:31:59 +02:00
* Pebble: For generic notifications, support dismissing individual notifications and "Open on Phone" feature (OG & PT)
* Pebble: Allow to treat K9 notifications as generic notifications (if notification mode is set to never)
* Ignore QKSMS notifications to avoid double notification for incoming SMS
2015-09-06 00:11:51 +02:00
* Improved UI of Firmware/App installer
* Device state again visible on lockscreen
* Date display and navigation now working properly for all charts
2015-09-05 21:38:35 +02:00
2015-08-29 20:19:17 +02:00
####Version 0.5.2
* Pebble: support "dismiss all" action also on Pebble Time/FW 3.x notifications
2015-09-19 12:56:29 +02:00
* Mi Band: show a notification when the battery is below 10%
2015-08-29 20:19:17 +02:00
* Graphs are now using the same theme as the rest of the application
* Graphs now show when the device was not worn by the user (for devices that send this information)
2015-08-29 22:58:01 +02:00
* Remove unused settings option in charts view
* Build target is now Android SDK 23 (Marshmellow)
2015-08-22 22:36:32 +02:00
####Version 0.5.1
* Pebble: support taking screenshot from Pebble Time
* Fix broken "find lost device" which was broken in 0.5.0
2015-08-21 16:06:23 +02:00
####Version 0.5.0
2015-09-12 23:31:59 +02:00
* Mi Band: fix setting wear location
2015-08-17 14:27:43 +02:00
* Pebble: experimental watchapp installation support for FW 3.x/Pebble Time
2015-08-20 22:51:55 +02:00
* Pebble: support Pebble emulator via TCP connection (needs rebuild with INTERNET permission)
2015-08-17 14:27:43 +02:00
* Pebble: use SMS/EMAIL icons for FW 3.x/Pebble Time
2015-08-29 22:47:33 +02:00
* Pebble: do not throttle notifications
2015-09-12 23:31:59 +02:00
* Support going forward/backwards in time in the activity charts
2015-08-20 22:51:55 +02:00
* Various small bugfixes to the App/Fw Installation Activity
2015-08-17 14:27:43 +02:00
2015-08-15 12:08:30 +02:00
####Version 0.4.6
* Mi Band: Fixed negative number of steps displayed (#91)
* Mi Band: fixed (re-) connection problems after band getting disconnected
2015-08-15 22:41:29 +02:00
* Pebble: new option to enable untested code (enable only if you like bad surprises)
2015-08-15 22:46:04 +02:00
* Pebble: always enable 2.x notifications with "dismiss all" action on FW 2.x (except for K9)
2015-08-15 12:08:30 +02:00
* Fixed slight steps graph distortion through black text labels
* Fixed control center activity and notification showing different device connection state
* Small firmware installation improvements
* Various refactorings and code cleanups
2015-08-03 01:36:54 +02:00
####Version 0.4.5
2015-07-29 17:31:53 +02:00
* Enhancement to activity graphs: new graph showing the number of steps done today and in the last week
2015-07-30 11:58:38 +02:00
* New preference to set the desired fitness goal (number of steps to walk in one day)
* Mi Band: support for setting the fitness goal (the band will show the progress to the goal with the leds and vibrates when the goal is reached)
2015-07-31 15:15:54 +02:00
* Mi Band: send the wear location (left / right hand) to the device
2015-07-29 17:31:53 +02:00
* Mi Band: support for flashing firmware from .fw files (upgrades and downgrades are possible)
2015-08-03 01:36:54 +02:00
* Fixed crash when synchronizing activity data in the graphs activity and changing device orientation
2015-07-29 17:31:53 +02:00
####Version 0.4.4
* Set GadgetBridge notification visibility to public, to show the connection status on the lockscreen
* Support for backup up and restoring of the activity database (via Debug activity)
* Support for graceful upgrades and downgrades, keeping your activity database intact
2015-07-25 21:31:22 +02:00
* Enhancement to activity graphs: new graphs for sleep data (only last night) accessible swiping right from the main graph
2015-07-25 21:29:31 +02:00
* Enhancement to graphs activity: it is now possible to fetch the activity data directly from this activity
* Pebble: experimental support for dismissing (all) notifications via actionable notifications (disabled by default)
* Pebble: make FW 3.x notifications available by default
2015-07-25 21:29:31 +02:00
* Mi Band: Set the graphs activity as the default action available with a single tap on the connected device
2015-07-05 00:27:48 +02:00
####Version 0.4.3
* Mi Band: Support for setting alarms
* Mi Band: Bugfix for activity data synchronization
2015-07-02 14:02:26 +02:00
####Version 0.4.2
* Material style for Lollipop
2015-09-12 23:31:59 +02:00
* Support for finding a lost device (vibrate until cancelled)
* Mi Band: Support for vibration profiles, configurable for notifications
* Pebble: Support taking screenshots from the device context menu (Pebble Time not supported yet)
2015-06-19 13:22:41 +02:00
####Version 0.4.1
* New icons, thanks xphnx!
* Improvements to Sleep Monitor charts
* Pebble: use new Sleep Monitor for Morpheuz (previously Mi Band only)
2015-09-12 23:31:59 +02:00
* Pebble: experimental support for FW 3.x notification protocol
2015-06-19 13:22:41 +02:00
* Pebble: dev option to force latest notification protocol
####Version 0.4.0
2015-06-11 23:30:04 +02:00
* Pebble: Initial Morpheuz protocol support for getting sleep data
* Pebble: Support launching of watchapps though the AppManager Activity
* Pebble: Support CM 12.1 default music app (Eleven)
* Pebble: Fix firmware installation when all 8 app slots are in use
2015-09-12 23:31:59 +02:00
* Pebble: Fix firmware installation when Pebble is in recovery mode
* Pebble: Fix error when reinstalling apps, useful for upgrading/downgrading
2015-05-18 23:22:21 +02:00
* Mi Band: Make vibration count configurable for different kinds of Notifications
* Mi Band: Initial support for fetching activity data
2015-05-18 23:22:21 +02:00
* Support rebooting Mi Band/Pebble through the Debug Activity
2015-06-11 23:30:04 +02:00
* Add highly experimental sleep monitor (accessible via long press on a device)
2015-09-12 23:31:59 +02:00
* Fix Debug activity (SMS and E-Mail buttons were broken)
2015-06-13 21:42:38 +02:00
* Add Turkish translation contributed by Tarik Sekmen
2015-05-18 23:22:21 +02:00
####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-09-12 23:31:59 +02:00
* Pebble: Bugfix for being 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)
* 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-09-12 23:31:59 +02:00
* Mi Band: Fix for notifications only working 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
2015-09-12 23:31:59 +02:00
* Filter out annoying 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
2015-09-12 23:31:59 +02:00
(This was not meant to be released yet, but the DST fix made a new release necessary)
####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
2015-09-12 23:31:59 +02:00
* Show hint in the Main Activity (tap to connect etc)
####Version 0.1.3
2015-09-12 23:31:59 +02:00
* Remove the connect button, list all supported 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.
2015-09-12 23:31:59 +02:00
* "Generic notification support" in Setting now opens Androids "Notification access" dialog.
2015-03-16 19:34:58 +01:00
####Version 0.1.0
* Initial release