aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingWakeUp.h
Commit message (Collapse)AuthorAgeFilesLines
* lowersleep: Implement Lower to Sleep functionality (#827)FintasticMan2023-08-271-1/+2
|
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+1
|
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Optimize SettingWakeUpRiku Isokoski2022-12-181-8/+14
|
* Added Shake to wakeTim Keller2022-01-041-1/+1
|
* Refresh reworkRiku Isokoski2021-07-191-1/+0
|
* Multiple wakeup sources (#290)Kozova12021-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow multiple wakeup modes at the same time. This commit adds multiple wakeup modes support. It does so by storing them as a uint8_t bitfield enum. It changes the following functions: Since multiple modes can be on now, older version would not cut it: WakeUpMode getWakeupMode() -> std::bitset<3> getWakeUpModes() Where each bit corresponds to a WakeUpMode We still need a way to check whether a specific wakeup mode is on, so: bool isWakeUpModeOn(const WakeUpMode mode) This function was changed to work correctly with the new implementation. setWakeUpMode(WakeupMode mode, bool enable) Previously, systemtask would exit SystemTask::OnTouchEvent() if the wake up mode was None or RaiseWrist, to prevent waking up when a touch was received. However, after enabling using multiple WakeUpModes, this caused a bug where when RaiseWrist was checked with SingleTap or DoubleTap, the tap detection wouldn't work. This commit fixes that bug. Next commit will update the settings WakeUpMode select UI to reflect these changes. Signed-off-by: Kozova1 <mug66kk@gmail.com> * Updated UI to reflect multiple WakeUp sources being available. Signed-off-by: Kozova1 <mug66kk@gmail.com>
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-12/+10
|
* array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira2021-04-051-1/+1
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+30
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...