| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-10 | Optimized compilation options | Michele Bini | |
| 2022-04-10 | Display deciseconds in digital watchface | Michele Bini | |
| 2022-04-10 | Watchface digital display: seconds and temperature | Michele Bini | |
| 2022-04-10 | fix for bluetooth-passkey-enable-toggle | Michele Bini | |
| 2022-04-10 | Add more symbols... | Michele Bini | |
| 2022-04-10 | Bluetooth Passkey Toggle setting | Michele Bini | |
| 2022-04-10 | lowercase characters | Michele Bini | |
| 2022-04-10 | neofont: don't try to print non-printable characters with code < 0x20 | Michele Bini | |
| 2022-04-10 | Persist brightness level of flashlight, and start as on | Michele Bini | |
| 2022-04-10 | reduce conditional branching and tests for motion activity interactions | Michele Bini | |
| 2022-04-10 | Merge branch 'develop' into edge | Michele Bini | |
| 2022-04-10 | fix repeated code | Michele Bini | |
| 2022-04-10 | work-patches/hdline-work.patch | Michele Bini | |
| 2022-04-10 | Reduce interface noise | Michele Bini | |
| 2022-04-10 | . | Michele Bini | |
| 2022-04-10 | New changes to try | Michele Bini | |
| 2022-04-10 | mix work | Michele Bini | |
| 2022-04-10 | add bluetooth icon | Michele Bini | |
| 2022-04-10 | fix for previous commit | Michele Bini | |
| 2022-04-10 | allow custom glyphs for neofont | Michele Bini | |
| 2022-04-10 | Use neofonts | Michele Bini | |
| 2022-04-10 | Add neofont{0|1|15|2|3}[mono] | Michele Bini | |
| 2022-04-10 | src/displayapp/fonts/neofont.c | Michele Bini | |
| 2022-04-10 | FreeRTOS cooperative mode. This is experimental. | Michele Bini | |
| It seems that blocking code is not used in the infinitime codebase. This saves a few bytes, and may make the operation more reliable or predictable. | |||
| 2022-04-10 | Streamline datetime code, adjust precision to the one actually used, save ↵ | Michele Bini | |
| with second precision in noinit section | |||
| 2022-04-10 | integration fixes | Michele Bini | |
| 2022-04-10 | Improved alarm alert handling | Riku Isokoski | |
| 2022-04-10 | Integrate hatmajster's timer code | Michele Bini | |
| 2022-04-09 | Integrate FintasticMan's RaiseWake and LowerToSleep mods | Michele Bini | |
| 2022-04-09 | Comment about unused macro | Michele Bini | |
| 2022-04-09 | Merge branch 'develop' of https://github.com/InfiniTimeOrg/InfiniTime into ↵ | Michele Bini | |
| develop | |||
| 2022-04-02 | Set version to 1.9.0 | Jean-François Milants | |
| 2022-04-02 | Replace airplane mode with a bluetooth toggle | Riku Isokoski | |
| 2022-03-30 | Steps and heartbeat for analog24 watchface | Michele Bini | |
| 2022-03-30 | Merge remote-tracking branch 'upstream/develop' into develop | Michele Bini | |
| 2022-03-29 | AlarmController: allow loss of precision for alarmTime cast | Reinhold Gschweicher | |
| Allow a loss of precision if the system clock has a lower resolution than nanoseconds. This is the case for web assembly. | |||
| 2022-03-28 | Timer App : add background label to ensure that the app will be displayed ↵ | Jean-François Milants | |
| correctly after a full refresh (HW scrolling transition). Code cleaning and rename methods. | |||
| 2022-03-28 | DisplayApp : Call the event handler of the current app before loading the ↵ | Jean-François Milants | |
| new one. This way, we ensure that lv_task_handler() is called before sending event to the newly loaded app. | |||
| 2022-03-23 | Analog24 watchfaceHEADdevelop | Michele Bini | |
| 2022-03-21 | New changes according to the review : Priority 0 for display, 1 for system, ↵ | Jean-François Milants | |
| timer and ble host, and 2 for ble LL | |||
| 2022-03-21 | Fix priorities of BLE tasks | Jean-François Milants | |
| 2022-03-21 | In current configuration, the timer task (the one from FreeRTOS) has the ↵ | Jean-François Milants | |
| 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. This commit sets the following priorities: - [0] : Display Task - [1] : Timer and System tasks - [2] : BLE Host - [3] : BLE LL This way, we ensure that button presses will always be detected, even if the rendering of the display takes a huge amount of time. | |||
| 2022-03-21 | Music app : when title/track name are truncated, add an ellipsis at the end ↵ | Jean-François Milants | |
| of the strings. | |||
| 2022-03-21 | Add missing space in if expression. | Jean-François Milants | |
| 2022-03-21 | Limit the size of the track and album name received by MusicService. This ↵ | Jean-François Milants | |
| should work around this bug : https://github.com/InfiniTimeOrg/InfiniTime/issues/825 and prevent heap over-allocation. | |||
| 2022-03-14 | Merge pull request #1038 from NeroBurner/analog_local_variables | JF | |
| WatchFaceAnalog: local date/time variables | |||
| 2022-03-14 | Merge pull request #1033 from NeroBurner/music_override_warning | JF | |
| Music: fix warning about overridden function | |||
| 2022-03-14 | Merge pull request #1034 from NeroBurner/twos_comparison_warning | JF | |
| Twos: fix warning about extra paranthesis | |||
| 2022-03-14 | Merge pull request #1039 from NeroBurner/datetime_const_and_analog_const_ref | JF | |
| Datetime const and analog const ref | |||
| 2022-03-14 | WatchFaceAnalog: local date/time variables | Reinhold Gschweicher | |
| Use local date and time variables. No need to store them in the object. | |||
