The Pebble Appstore changes based on your specific choices. Use the options below to look around!
Pebble Original
Pebble Time
Pebble Time Round
Pebble 2
Pebble 2 Duo
Pebble Time 2
Pebble Round 2Supports the Pebble Time 2.
Long (>30 character) results from the server response are now sent as Pebble notifications, which means that we can handle much longer responses.
Fixed a problem with labels not being saved.
Adds debugging options in configuration. Stores message headers correctly.
Enabled a Quick GPS option that responds more quickly by doing a single GPS read rather than a run (defaults to off).
Now uses the Clay interface for the settings, which avoids some of the limitations associated with Setpebble system.
Recompiled with SDK 4, includes a Diorite build.
Improved handling of geolocation errors.
Centralises the label text and scales for screen size to fit better on the Pebble Round and utilise the extra space on the Pebble Time 2.
Improved handling of GPS errors.
Supports setting request headers, which are specified after the data segment for POSTs or after a trailing } for GETs and are separated by |'s,
e.g.
for a POST: url{data}Authorization|Basic cG34dGljbergsFy45ljbgU=
or
for a GET: url}Authorization|Basic cG34dGljbergsFy45ljbgU= Improved handling of confirmation - ~ in the confirmation field will return the result to the watch, ~<field name> will return a particular field from the result.
Compiled for timeline (SDK3) on Aplite.
Won't trigger a second message if a button is pressed to dismiss the status message. Handles an attempt to trigger a dictation session on a watch without a microphone (in preparation for SDK3 on Aplite). Initialises the hint_layer pointer to NULL.
Now doesn't try to find it's location unless it's needed => faster response when GPS isn't required.
Enhanced the Tertiary Text input function to provide more space for the text. Confirmation string can now be used to extend the URL - if a "|" is found in the string then anything before it is added to the url or data segment and only what follows it is used as the confirmation string.
The Tertiary Text input is included for Aplite as a substitute for dictation.
On Basalt, ~Txt is replaced with some text dictated to the watch. Accepts multiple dictation sessions, so you can configure it to do something like "send the text message I dictate to the number that I dictate" (with the aid of a suitable HTTP to SMS service).
Tidied up the display on the Pebble Round.
Displays the street address on the watch if it was sent.