Just a simple watchface:
Displays the time (with seconds), the date, the day, the bluetooth connection state and the charging state. If the bluetooth connection is lost, the watch starts to vibrate every 3 seconds (with backlight on). This is repeated 10 times. The vibration alert can be stopped by shaking/tapping the watch. (Pebble firmware 2 is required for this watchface!)
The latest version includes German, Danish, Dutch, Italian, French, Finnish, Swedish, Spanish and English language.
This watchface has a configuration window where you can set the language and the inverted state. Furthermore you can disable the vibration alert when the BT connection is lost. These values should be stored persistently on the watch.
The configuration window can be reached in the Pebble app on the phone near the watchface (gears icon in Android). The configuration dialog needs an active internet connection on the phone as it loads the configuration page from the web (hopefully the Pebble team will add a webserver into the pebble app in the future). And there are some bugs regarding the configuration implementation in the Pebble Android app. If no configuration dialog comes up, restart your phone!
The configuration window can be reached in the Pebble app on the phone near the watchface (gears icon in Android). The configuration dialog needs an active internet connection on the phone as it loads the configuration page from the web (hopefully the Pebble team will add a webserver into the pebble app in the future). And there are some bugs regarding the configuration implementation in the Pebble Android app. If no configuration dialog comes up, restart your phone!


Changelog:
1.1.1
- Configuration window should display the current config now
- Some code cleanups
- Added Italian
- Added French
- Added a switch to disable the vibration alert when losing the BT connection.
- Corrected small typo in French seconds format
- Added Finnish
- Small tweaks for the Finnish version.
- Date format is now independently configurable from the chosen language.
- Swedish added.
- Added a configuration option to disable the seconds display. Will use the MINUTE_UNIT tick callback internally if disabled, so it should save some battery.
- Spanish added.
- Recompiled with beta2 SDK.
1.1.12
- Recompiled with beta4 SDK.
- Added config option for number of vibrations done by the watch when bluetooth connection is lost.