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.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_all
so that only the last window is animated - Compiler will now show an error when the resources limit is reached
- Improve the stability of
Worker
on launch - Fix bug where a
Worker
selected from the Activity menus would not be set to default - Fix bug where a
Worker
launched by a new app would not be set to default after the default worker was deleted - Fix an issue that caused
AppMessage
to 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