mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
1.7 KiB
1.7 KiB
title | date |
---|---|
Pebble SDK 2.4 - Changelog | 2014-08-11 |
Detailed List of Changes:
Changes for Firmware:
- Fix a potential crash when using scroll layers or animations
- Added support for realloc
- Added a gbitmap_create_blank function to create empty bitmaps of a fixed size
- Added number_window_get_window()
- Fixed a crash with atan2_lookup when high input values were used
- Fixed a bug where TupletInteger could not be used with unsigned integers
- Fixed several bluetooth reliability issues
- Fixed a case where the "Setup notifications" banner would erroneously show in the iOS Pebble app
- Fixed a bug with the music app where media playing faster than real time could not be paused
- Fixed a bug where the notifications view could show a rapidly increasing counter for number of notifications when first displayed
- Fixed a bug where switching watchfaces could cause the same watchface to be relaunched
Changes for PebbleKit iOS:
No changes
Changes for PebbleKit Android:
No changes
Changes for SDK Tools:
No changes
Changes for Examples:
No changes
Changes for Documentation:
- Improved documentation around click handling