mirror of
https://github.com/google/pebble.git
synced 2025-11-14 03:22:48 -05:00
1.8 KiB
1.8 KiB
title, date
| title | date |
|---|---|
| Pebble SDK 3.0-dp7 - Changelog | 2015-04-09 |
This is the seventh Developer Preview release of Pebble SDK 3.0.
Detailed List of Changes:
Changes for Firmware:
No changes
Changes to SDK:
- Added
graphics_draw_rotated_bitmapfor drawing rotated bitmaps to a GContext. - Added new
Draw Commandswhich allow for doing vector-like graphics and even animating them. - Added
action_bar_layer_set_icon_press_animationfor setting the direction of the animation when selecting actions in theActionBarLayer. - Updated
MenuLayerwith new methods and callbacks to support color highlighting.
Changes for SDK Tools:
- You are no longer required to log in to the Pebble tool. If you want to use the Pebble timeline in the emulator you will still need to log in.
Changes to Timeline:
- Added
foregroundColor,backgroundColor,headings, andparagraphsas new fields on the Layout object for Pins. Check out the Pin Structure guide for more details.
Changes for Examples:
- Created cards-example to
demonstrate the new [Pebble Draw Commands](
Draw Commands).
Changes for Documentation:
No changes