Today I was bored and I wanted to learn something about the new Wakeup API. Moreover I was fed up with being waken on a weekend by my alarm which was intended for work days. So I decided to write a replacement for the builtin Alarms app.
After
5 many hours of coding I came up with:
- 8 alarms with snooze (12/24h mode depending on watch setting)
- individual weekdays on which the alarm is active
- add description (9 chars) to each alarm, shown when the alarm goes off
- possiblity to activate/deactivate individual alarms
- autostop the vibration after 3 minutes to preserve the battery
- optional long-press to dismiss alarm
- possibility to hide unused alarms
- one-time alarms (just set an alarm without a weekday).
- optional increasing vibration pattern
- flip to snooze
- localization support of FW 2.8 (English, Spanish and German ATM, searching for Translators)
You can find it at
Alarms++ on Pebble App Store . The current version is v2.2.
The source code is on
Github!
I'm looking forward to your comments!