9b216bb16fDocker container documentation : Adapt the --user documentation according to the new behavior.
Jean-François Milants
2022-05-23 19:39:10 +0200
1ffca52715Edit workflow to use the new docker image : infinitime/infinitime-build.
Jean-François Milants
2022-05-18 21:53:06 +0200
c77f923a33Update links to the docker image with the new account : infinitime/infinitime-build.
Jean-François Milants
2022-05-18 21:52:07 +0200
83b3a2a469Small modernization with --platform parameter in docker readme
Jean-François Milants
2022-05-18 21:33:05 +0200
123c801f17Add comment about the workaround that was needed in the github workflow.
Jean-François Milants
2022-05-15 11:05:10 +0200
831f93cd92The main build workflow for GitHub Actions now uses the infinitime-build docker image to build the firmware. This allows to avoid the duplication of the build logic in Docker and Github workflow format. The Dockerfile has been slightly adapted (remove the USER instructions). Docker images are now published in DockerHub (jf002/infinitime-build).
Jean-François Milants
2022-05-15 10:50:12 +0200
82a4f9aa68resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStyle
mabuch
2022-04-18 14:35:31 +0200
2607c3d799Let TouchHandler return TouchEvents instead of driver specific enum
Reinhold Gschweicher
2022-01-16 23:37:15 +0100
b498e1d633Set version to 1.9.0
Jean-François Milants
2022-04-02 16:31:39 +0200
78365548f7Replace airplane mode with a bluetooth toggle
Riku Isokoski
2022-04-02 16:03:20 +0300
78cab3604dAlarmController: allow loss of precision for alarmTime cast
Reinhold Gschweicher
2022-02-21 23:45:59 +0100
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 +0200
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 +0200
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 +0100
cd1f218dd8Fix priorities of BLE tasks
Jean-François Milants
2022-03-14 21:54:13 +0100
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 +0100
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 +0100
f973f1c12cAdd missing space in if expression.
Jean-François Milants
2022-03-14 21:03:08 +0100