aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Timer App : add background label to ensure that the app will be displayed cor...Jean-François Milants2022-03-283-20/+28
* DisplayApp : Call the event handler of the current app before loading the new...Jean-François Milants2022-03-281-4/+4
* New changes according to the review : Priority 0 for display, 1 for system, t...Jean-François Milants2022-03-213-3/+4
* Fix priorities of BLE tasksJean-François Milants2022-03-211-2/+2
* In current configuration, the timer task (the one from FreeRTOS) has the lowe...Jean-François Milants2022-03-212-3/+3
* Music app : when title/track name are truncated, add an ellipsis at the end o...Jean-François Milants2022-03-211-5/+13
* Add missing space in if expression.Jean-François Milants2022-03-211-1/+1
* Limit the size of the track and album name received by MusicService. This sho...Jean-François Milants2022-03-211-0/+7
* Merge pull request #1038 from NeroBurner/analog_local_variablesJF2022-03-142-13/+6
|\
| * WatchFaceAnalog: local date/time variablesReinhold Gschweicher2022-03-142-13/+6
* | Merge pull request #1033 from NeroBurner/music_override_warningJF2022-03-141-1/+1
|\ \
| * | Music: fix warning about overridden functionReinhold Gschweicher2022-03-131-1/+1
| |/
* | Merge pull request #1034 from NeroBurner/twos_comparison_warningJF2022-03-141-1/+1
|\ \
| * | Twos: fix warning about extra paranthesisReinhold Gschweicher2022-03-131-1/+1
| |/
* | Merge pull request #1039 from NeroBurner/datetime_const_and_analog_const_refJF2022-03-143-5/+5
|\ \ | |/ |/|
| * WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher2022-03-141-1/+1
| * DateTimeController: make possible functions constReinhold Gschweicher2022-03-142-4/+4
|/
* Merge pull request #1026 from NeroBurner/fix_settings_chimesJF2022-03-091-1/+1
|\
| * Fix SettingChimes cbOption array sizeReinhold Gschweicher2022-03-081-1/+1
* | Merge pull request #1005 from aveeryy/notifications-as-textJF2022-03-091-6/+6
|\ \ | |/ |/|
| * Remove unnecessary lineavery2022-03-061-1/+0
| * Merge branch 'develop' into notifications-as-textavery2022-03-0613-48/+40
| |\
| * | Replace notif entry with "You have mail." textavery2022-03-051-6/+4
| * | terminal: Replace notification icon with a text entryavery2022-02-221-5/+6
| * | Use Bluetooth brand color for status textavery2022-02-221-4/+4
* | | CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshotReinhold Gschweicher2022-03-081-1/+1
* | | Update navigation font readme sectionRiku Isokoski2022-03-082-11/+7
* | | Add ExtraBold font ttfRiku Isokoski2022-03-081-0/+0
* | | Further updates to font readme.Riku Isokoski2022-03-083-385/+416
* | | Update font readme, update fonts, add missing filesRiku Isokoski2022-03-087-238/+248
* | | CI: add lv_sim workflow and upload 'infinisim' executableReinhold Gschweicher2022-03-082-0/+78
* | | SystemMonitor: implement FreeRtosMonitor only if trace facility is setReinhold Gschweicher2022-03-084-39/+35
* | | Add missing nrf_log.h includes shadowed by SystemMonitor.hReinhold Gschweicher2022-03-085-0/+5
| |/ |/|
* | removed SetClockFace from watchface ConstructorsYehoshua Pesach Wallach2022-03-032-2/+0
* | Settings: more specific read and write modeReinhold Gschweicher2022-03-031-2/+2
* | Update README.mdmedeyko2022-03-031-2/+1
* | Update README.mdmedeyko2022-03-031-1/+1
* | Update README.mdmedeyko2022-03-031-0/+17
* | Update jetbrains_mono_bold_20.cmedeyko2022-03-031-2/+2
* | terminal watchface: remove icons and other fixesRiku Isokoski2022-03-032-31/+9
* | Replace Airplane mode iconavery2022-03-031-1/+1
* | Notifications: replace newlines in label-copy because of const char* titleReinhold Gschweicher2022-03-032-12/+11
* | Remove unused includes in HearRate and Motion.hReinhold Gschweicher2022-03-032-2/+0
* | Add ITD as a companion appArsen63312022-03-031-0/+1
|/
* Merge branch 'evergreen22-airplane-mode' into developJean-François Milants2022-02-2026-107/+370
|\
| * Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-2021-123/+178
| * Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-2022-87/+295
|/|
| * Add airplane mode featureJames A. Jerkins2021-12-2323-99/+307
* | Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants2022-02-208-9/+303
* | Provide reference to BrightnessController in DisplayAppReinhold Gschweicher2022-02-195-1/+10