aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed lap counter to trip meterStephanie2021-12-303-33/+43
* Added "lap" button to step counterStephanie2021-12-303-8/+57
* Add missing breakRiku Isokoski2021-12-301-0/+1
* Improve gesture consistency across the firmwareRiku Isokoski2021-12-303-6/+24
* Merge pull request #718 from kieranc/pts-settingsJF2021-12-3010-403/+334
|\
| * Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-0944-234/+1946
| |\
| * | Include Colors.hKieran Cawthray2021-12-061-0/+1
| * | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-05149-270/+296
| |\ \
| * | | Improve notification icon alignmentKieran Cawthray2021-11-161-1/+1
| * | | Revert "Fix notification icon alignment"Kieran Cawthray2021-11-161-13/+8
| * | | Fix notification icon alignmentKieran Cawthray2021-11-161-8/+13
| * | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-11-151-11/+5
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-11-154-23/+67
| |\ \ \ \
| * | | | | clang-format and clang-tidy PineTimeStyleRiku Isokoski2021-11-132-25/+31
| * | | | | Close menu with buttonRiku Isokoski2021-11-135-16/+35
| * | | | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-11-0721-55/+454
| |\ \ \ \ \
| * | | | | | Revert "Update GetNext/GetPrevious"Kieran Cawthray2021-10-231-2/+11
| * | | | | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-236-43/+102
| |\ \ \ \ \ \
| * | | | | | | Update GetNext/GetPreviousKieran Cawthray2021-10-201-11/+2
| * | | | | | | Improve random color selection, disable longpress when settings are visibleKieran Cawthray2021-10-201-18/+17
| * | | | | | | Restore settings orderKieran Cawthray2021-10-201-2/+2
| * | | | | | | Ensure needle color is visible on reset/randomizeKieran Cawthray2021-10-201-0/+6
| * | | | | | | Change gauge needle color when background is whiteKieran Cawthray2021-10-191-1/+15
| * | | | | | | Fix settings merge errorKieran Cawthray2021-10-181-2/+5
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-1839-222/+776
| |\ \ \ \ \ \ \
| * | | | | | | | Disable DoubleTap when settings buttons are displayedKieran Cawthray2021-10-181-0/+3
| * | | | | | | | More duplicate color dodgingKieran Cawthray2021-10-181-3/+10
| * | | | | | | | Remove old PineTimeStyle settings appKieran Cawthray2021-10-036-400/+4
| * | | | | | | | Initial commitKieran Cawthray2021-10-032-17/+274
* | | | | | | | | InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher2021-12-301-0/+2
* | | | | | | | | Use Bluetooth brand color for BLE logo #0082FChubmartin2021-12-301-1/+1
* | | | | | | | | Real white nowhubmartin2021-12-301-1/+1
* | | | | | | | | WatchFaceDigital - BLE symbol changed to white colorhubmartin2021-12-301-1/+1
* | | | | | | | | Optional secure pairing with a passkeyJames A. Jerkins2021-12-213-6/+4
* | | | | | | | | Merge pull request #874 from evergreen22/alarm-breakJF2021-12-121-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins2021-12-111-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Fix Failed rebase.Tim Keller2021-12-102-5/+3
* | | | | | | | | Fix more initializersTim Keller2021-12-101-12/+10
* | | | | | | | | Fix large file support that broke due to a refactor.Tim Keller2021-12-101-1/+1
* | | | | | | | | Force variable cleanup because LFS makes assumptions about variable initializ...Tim Keller2021-12-101-7/+5
* | | | | | | | | Attempt at a more robust File handlerTim Keller2021-12-101-8/+15
* | | | | | | | | Change read to return LFS return values when reading a directory or nonexista...Tim Keller2021-12-101-12/+12
* | | | | | | | | Fix string nullterminations,Tim Keller2021-12-101-13/+23
* | | | | | | | | Added move functionTim Keller2021-12-104-4/+33
* | | | | | | | | Fix lvgl_open to respect littlefs open errorsTim Keller2021-12-102-11/+10
* | | | | | | | | Remove DirDelete, implementation did not work and memory contraints are recur...Tim Keller2021-12-102-18/+2
* | | | | | | | | Remove mount/unmount. No longer neededTim Keller2021-12-102-17/+8
* | | | | | | | | Write worksTim Keller2021-12-104-18/+77
* | | | | | | | | Reading Seems to work?Tim Keller2021-12-101-39/+39
* | | | | | | | | Actually fix memory corruption, seems stable nowTim Keller2021-12-102-65/+43