| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | aod: simplify AOD disablement based on notification status | mark9064 | 2024-08-05 | 1 | -32/+5 |
| | | |||||
| * | aod: disable while in notification sleep | John Crawford | 2024-08-05 | 1 | -4/+35 |
| | | |||||
| * | feat: always on display | KaffeinatedKat | 2024-08-05 | 1 | -1/+14 |
| | | |||||
| * | settings: Add settings item for weather format | FintasticMan | 2023-12-23 | 1 | -1/+14 |
| | | |||||
| * | User applications selection using CMake | Jean-François Milants | 2023-12-23 | 1 | -1/+1 |
| | | | | | Fix include path since last rebase. | ||||
| * | Watch face selection at build time | Jean-François Milants | 2023-12-21 | 1 | -1/+1 |
| | | | | | Watch faces can now be selected at buid time. It's implemented in a similar way than the selection of user apps, using a list of watch face description that is generated at build time (consteval, constexpr) | ||||
| * | lowersleep: Implement Lower to Sleep functionality (#827) | FintasticMan | 2023-08-27 | 1 | -9/+5 |
| | | |||||
| * | PineTimeStyle weather display (#1459) | kieranc | 2023-06-04 | 1 | -1/+13 |
| | | | | | | Weather display for PineTimeStyle Documentation : https://wiki.pine64.org/wiki/PineTimeStyle and https://wiki.pine64.org/wiki/Infinitime-Weather | ||||
| * | Refactor watch face to enum (#1339) | Max Friedrich | 2023-04-30 | 1 | -6/+7 |
| | | | | | | | | change watch face from int to enum --------- Co-authored-by: minacode <minamoto9@web.de> | ||||
| * | Format header files | Finlay Davidson | 2023-01-09 | 1 | -0/+13 |
| | | | | | In my PR updating clang-format, I forgot to also format the headers. | ||||
| * | Checkbox list now receives a function pointer to call when the setting has ↵ | Jean-François Milants | 2022-10-11 | 1 | -8/+5 |
| | | | | | changed. This allow to remove the dependency between CheckBoxList (UI component) with SettingController. | ||||
| * | Merge branch 'pts-options' of github.com:kieranc/InfiniTime into ↵ | Jean-François Milants | 2022-10-02 | 1 | -0/+12 |
| |\ | | | | | | | | | | | | | kieranc-pts-options # Conflicts: # src/components/settings/Settings.h | ||||
| | * | Cleanup | Kieran Cawthray | 2022-09-06 | 1 | -2/+1 |
| | | | |||||
| | * | Implement persistent settings | Kieran Cawthray | 2022-09-06 | 1 | -1/+14 |
| | | | |||||
| * | | Merge branch 'watchface-casio-digital-G7710' of ↵ | Jean-François Milants | 2022-09-27 | 1 | -8/+8 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:ITCactus/InfiniTime into ITCactus-watchface-casio-digital-G7710 # Conflicts: # src/components/settings/Settings.h # src/displayapp/screens/CheckboxList.cpp # src/displayapp/screens/CheckboxList.h # src/displayapp/screens/Clock.cpp # src/displayapp/screens/Clock.h # src/displayapp/screens/settings/SettingWatchFace.cpp | ||||
| | * | | Apply clang-format to Settings.h | Autoformatter | 2022-06-30 | 1 | -1/+0 |
| | | | | |||||
| | * | | post rebase fixes | ITCactus | 2022-06-30 | 1 | -4/+5 |
| | | | | |||||
| | * | | [new watchface] watchface inspired by G7710, with day of year and week ↵ | ITCactus | 2022-06-30 | 1 | -1/+11 |
| | | | | | | | | | | | | | number info | ||||
| * | | | Merge pull request #1024 from dmlls/infineat-pr | JF | 2022-09-27 | 1 | -1/+36 |
| |\ \ \ | | | | | | | | | Infineat Watchface + support for external resources. | ||||
| | * \ \ | Merge branch 'develop' into infineat-external-resources | Jean-François Milants | 2022-09-11 | 1 | -2/+2 |
| | |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | # Conflicts: # src/displayapp/screens/Symbols.h # src/displayapp/screens/settings/SettingWatchFace.cpp # src/displayapp/screens/settings/SettingWatchFace.h | ||||
| | * | | | Bump settings version (#1) | Diego Miguel | 2022-06-11 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Implement SettingWatchFace list | Diego Miguel | 2022-06-11 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Fixes in side cover toggling | Diego Miguel | 2022-06-11 | 1 | -4/+6 |
| | | | | | |||||
| | * | | | Add Infineat settings to settings controller | Diego Miguel | 2022-06-11 | 1 | -0/+24 |
| | | |/ | |/| | |||||
| * | | | Update src/components/settings/Settings.h | Akseli | 2022-09-17 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com> | ||||
| * | | | add pink color | Akseli Lahtinen | 2022-09-17 | 1 | -2/+3 |
| | |/ |/| | |||||
| * | | Add sleep mode which disables notifications, touch- and motion wakeup (#1261) | Riku Isokoski | 2022-08-21 | 1 | -2/+2 |
| |/ | |||||
| * | Apply clang-format to all C++ files | Finlay Davidson | 2022-06-05 | 1 | -14/+13 |
| | | |||||
| * | Replace airplane mode with a bluetooth toggle | Riku Isokoski | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | 2022-02-20 | 1 | -5/+5 |
| | | | | | | | | | | | | | | into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review. # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp | ||||
| * | Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | 2022-02-20 | 1 | -4/+35 |
| |\ | | | | | | | | | | | | | | | | | | | | | into evergreen22-airplane-mode # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp | ||||
| | * | Add airplane mode feature | James A. Jerkins | 2021-12-23 | 1 | -4/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632 | ||||
| * | | Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime ↵ | Jean-François Milants | 2022-02-13 | 1 | -1/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | into mruss77-statusBarTimeFormat # Conflicts: # src/components/datetime/DateTimeController.cpp | ||||
| | * | | Status bar displays time in 12 or 24 hour format based on settings | Mark Russell | 2021-11-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵ | Jean-François Milants | 2022-01-04 | 1 | -4/+18 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp | ||||
| | * | | | Actually save the threshold | Tim Keller | 2022-01-04 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | Prevent a few crashes due to an LV task being active when it shouldnt be. | ||||
| | * | | | Better Sensitivity UI, Calibration button added | Tim Keller | 2022-01-04 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Add averaging to wake threshold. Makes it take more then just a "flick" to ↵ | Tim Keller | 2022-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | turn on | ||||
| | * | | | Add start of settings app for senstivity. | Tim Keller | 2022-01-04 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with. | ||||
| | * | | | Added Shake to wake | Tim Keller | 2022-01-04 | 1 | -3/+5 |
| | | |/ | |/| | |||||
| * | | | Adds enum class for chimes option | SteveAmor | 2022-01-04 | 1 | -6/+7 |
| | | | | |||||
| * | | | resolves conflicts | SteveAmor | 2022-01-02 | 1 | -1/+0 |
| |\| | | |||||
| | * | | Settings: remove unused driver include | Reinhold Gschweicher | 2021-12-02 | 1 | -1/+0 |
| | |/ | |||||
| * | | update settings version | SteveAmor | 2021-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | Chimes option | SteveAmor | 2021-11-07 | 1 | -0/+11 |
| |/ | |||||
| * | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #617 from ColinKinloch/wake_up_mode_setting_change | JF002 | 2021-09-12 | 1 | -1/+1 |
| | |\ | | | | | | | Correct change test for wake up mode setting | ||||
| | | * | Correct change test for wake up mode setting | Colin Kinloch | 2021-08-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Toggle notifications only, keep vibrations. | Riku Isokoski | 2021-09-12 | 1 | -7/+7 |
| |/ / | |||||
| * | | Settings : use enums instead of ints to store colors. Group all PTS settings ↵ | Jean-François Milants | 2021-08-28 | 1 | -20/+26 |
| | | | | | | | | | | | | | | | into a struct. PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface | ||||
