mirror of
https://github.com/google/pebble.git
synced 2025-11-08 08:32:45 -05:00
1.7 KiB
1.7 KiB
title, date
| title | date |
|---|---|
| Pebble SDK 2.9 - Changelog | 2015-02-10 |
This release introduces actionable notifications for Android and minor stability improvements.
Detailed List of Changes:
Changes for Firmware:
- Add support for Android actionable notifications
- Fix bug that caused crashes when
mktime()was used - Fix behavior of
window_stack_pop_allso that only the last window is animated - Compiler will now show an error when the resources limit is reached
- Improve the stability of
Workeron launch - Fix bug where a
Workerselected from the Activity menus would not be set to default - Fix bug where a
Workerlaunched by a new app would not be set to default after the default worker was deleted - Fix an issue that caused
AppMessageto report sends as failed when sending/recieving a high volume of messages - Notification date format is standardized: "Wednesday 11, February" -> "Wednesday, February 11"
Changes for SDK Tools:
No changes
Changes for Examples:
- Update openweather apis used in example apps.
Changes for Documentation:
No changes