mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
|
---
|
||
|
# Copyright 2025 Google LLC
|
||
|
#
|
||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
# you may not use this file except in compliance with the License.
|
||
|
# You may obtain a copy of the License at
|
||
|
#
|
||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||
|
#
|
||
|
# Unless required by applicable law or agreed to in writing, software
|
||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
# See the License for the specific language governing permissions and
|
||
|
# limitations under the License.
|
||
|
|
||
|
title: Pebble SDK 4.0-dp2 - Changelog
|
||
|
date: 2016-06-22
|
||
|
---
|
||
|
|
||
|
This is a developer preview release of SDK 4.0. No firmware is provided.
|
||
|
|
||
|
### Changes to Firmware
|
||
|
|
||
|
* Fixed a bug causing ``APP_GLANCE_SLICE_NO_EXPIRATION`` to mean "expire immediately"
|
||
|
rather than the intended "expire never".
|
||
|
* Fixed a bug causing empty app glances (i.e. attempts to remove all glances) to be
|
||
|
ignored.
|
||
|
|
||
|
### Changes to SDK
|
||
|
|
||
|
* None.
|
||
|
|
||
|
### Known Issues
|
||
|
|
||
|
* The `UnobstructedAreaHandler` object must be created before being passed into
|
||
|
the `unobstructed_area_service_subscribe` method.
|
||
|
* The Diorite emulator is still a little shy and will occassionally shake upon
|
||
|
starting. If your emulator doesn't stop shaking, try installing an app - that
|
||
|
usually brings it out of its shell.
|