summaryrefslogtreecommitdiff
path: root/src/displayapp/Messages.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02resolves conflictsSteveAmor1-0/+4
2022-01-02resolves conflictsSteveAmor1-0/+1
2021-12-09Connect and bond with a passkeyJames A. Jerkins1-0/+1
This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
2021-11-15Add missing standard includesReinhold Gschweicher1-0/+1
2021-11-07Chimes optionSteveAmor1-1/+2
2021-10-25Newer buttonhandlerRiku Isokoski1-0/+3
2021-09-16resolve conflict in src/systemtask/Messages.hMark Russell1-1/+0
2021-09-16Revert "Merge upstream"Mark Russell1-0/+1
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
2021-09-16Merge upstreamMark Russell1-1/+0
2021-09-10Created basic alarm appMark Russell1-1/+2
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-1/+0
2021-07-24Dim screen before sleep (#464)Riku Isokoski1-2/+4
* Implement dimming
2021-05-20Timer App (#355)Florian1-0/+1
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon
2021-04-24Reformatted all the files according to clang-format styleAvamander1-2/+10
2021-04-04Big UI and navigation RewriteJoaquim1-1/+1
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-0/+11
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the