82a4f9aa68resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStyle
mabuch
2022-04-18 14:35:31 +02:00
2607c3d799Let TouchHandler return TouchEvents instead of driver specific enum
Reinhold Gschweicher
2022-01-16 23:37:15 +01:00
b498e1d633Set version to 1.9.0
Jean-François Milants
2022-04-02 16:31:39 +02:00
78365548f7Replace airplane mode with a bluetooth toggle
Riku Isokoski
2022-04-02 16:03:20 +03:00
78cab3604dAlarmController: allow loss of precision for alarmTime cast
Reinhold Gschweicher
2022-02-21 23:45:59 +01:00
8f436e1d74Timer App : add background label to ensure that the app will be displayed correctly after a full refresh (HW scrolling transition). Code cleaning and rename methods.
Jean-François Milants
2022-03-27 20:21:44 +02:00
4761fcb63aDisplayApp : Call the event handler of the current app before loading the new one. This way, we ensure that lv_task_handler() is called before sending event to the newly loaded app.
Jean-François Milants
2022-03-27 20:29:52 +02:00
a8b7fbe48bNew changes according to the review : Priority 0 for display, 1 for system, timer and ble host, and 2 for ble LL
Jean-François Milants
2022-03-17 21:22:59 +01:00
cd1f218dd8Fix priorities of BLE tasks
Jean-François Milants
2022-03-14 21:54:13 +01:00
f1194a5f74In current configuration, the timer task (the one from FreeRTOS) has the lowest priority (0). Both display and system tasks are also set on priority 0. In cases where any other task takes too much time to execute (it can happen in Display Task, see https://github.com/InfiniTimeOrg/InfiniTime/issues/825), the timer task does not have the opportunity to run fast enough to detect and debounce presses on the button.
Jean-François Milants
2022-03-14 20:54:04 +01:00
88197b6632Music app : when title/track name are truncated, add an ellipsis at the end of the strings.
Jean-François Milants
2022-03-17 21:15:05 +01:00
f973f1c12cAdd missing space in if expression.
Jean-François Milants
2022-03-14 21:03:08 +01:00
a29e30c187Notifications: replace newlines in label-copy because of const char* title
Reinhold Gschweicher
2022-01-29 23:30:03 +01:00
29f0bce46bRemove unused includes in HearRate and Motion.h
Reinhold Gschweicher
2022-02-21 22:50:20 +01:00
51640c7248Add ITD as a companion app
Arsen6331
2022-03-03 17:01:34 +00:00
8dae4c8299terminal: Replace notification icon with a text entry
avery
2022-02-22 18:42:54 +01:00
2803dd667fUse Bluetooth brand color for status text
avery
2022-02-22 18:21:00 +01:00
0e2b27d792Merge branch 'evergreen22-airplane-mode' into develop
Jean-François Milants
2022-02-20 15:41:06 +01:00
ef44b763d9Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review.
Jean-François Milants
2022-02-20 15:40:49 +01:00