InfiniTime.git

ref: 1.9.0
Sha Commit date Commit message Author
187ea0f0 2022-04-02 Merge branch 'develop' of JF/PineTime into master JF
b498e1d6 2022-04-02 Set version to 1.9.0 Jean-François Milants
78365548 2022-04-02 Replace airplane mode with a bluetooth toggle Riku Isokoski
8f436e1d 2022-03-27 Timer App : add background label to ensure that the app will be displayed correctly after a full refresh (HW scrolling transition). Jean-François Milants
4761fcb6 2022-03-27 DisplayApp : 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
a8b7fbe4 2022-03-17 New 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
cd1f218d 2022-03-14 Fix priorities of BLE tasks Jean-François Milants
f1194a5f 2022-03-14 In 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. Jean-François Milants
88197b66 2022-03-17 Music app : when title/track name are truncated, add an ellipsis at the end of the strings. Jean-François Milants
f973f1c1 2022-03-14 Add missing space in if expression. Jean-François Milants
df619070 2022-03-14 Limit the size of the track and album name received by MusicService. This should work around this bug : https://github.com/InfiniTimeOrg/InfiniTime/issues/825 and prevent heap over-allocation. Jean-François Milants
1c4a56b0 2022-03-14 Merge pull request #1038 from NeroBurner/analog_local_variables JF
5f2ce538 2022-03-14 Merge pull request #1033 from NeroBurner/music_override_warning JF
fc374562 2022-03-14 Merge pull request #1034 from NeroBurner/twos_comparison_warning JF
76b7436d 2022-03-14 Merge pull request #1039 from NeroBurner/datetime_const_and_analog_const_ref JF
1379b790 2022-03-14 WatchFaceAnalog: local date/time variables Reinhold Gschweicher
bebc072e 2022-03-14 WatchFaceAnalog: const ref to dateTimeController Reinhold Gschweicher
db41d908 2022-03-14 DateTimeController: make possible functions const Reinhold Gschweicher
51716898 2022-03-13 Twos: fix warning about extra paranthesis Reinhold Gschweicher
0933d60b 2022-03-13 Music: fix warning about overridden function Reinhold Gschweicher
21da5869 2022-03-09 Merge pull request #1026 from NeroBurner/fix_settings_chimes JF
dbfcb455 2022-03-09 Merge pull request #1005 from aveeryy/notifications-as-text JF
f47b04ff 2022-03-08 Fix SettingChimes cbOption array size Reinhold Gschweicher
7e0b053b 2022-03-08 CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshot Reinhold Gschweicher
61a9a97e 2022-03-01 Update navigation font readme section Riku Isokoski
04d21dcd 2022-02-27 Add ExtraBold font ttf Riku Isokoski
13c66dd5 2022-02-27 Further updates to font readme. Riku Isokoski
204ad7ca 2022-02-27 Update font readme, update fonts, add missing files Riku Isokoski
4c92ed41 2022-02-01 CI: add lv_sim workflow and upload 'infinisim' executable Reinhold Gschweicher
187d99c0 2022-01-27 SystemMonitor: implement FreeRtosMonitor only if trace facility is set Reinhold Gschweicher
5fe5cee9 2022-02-20 Add missing nrf_log.h includes shadowed by SystemMonitor.h Reinhold Gschweicher
8844ea60 2022-03-06 Remove unnecessary line avery
452dd12e 2022-03-06 Merge branch 'develop' into notifications-as-text avery
5d974434 2022-03-05 Replace notif entry with "You have mail." text avery
30797b37 2022-01-28 removed SetClockFace from watchface Constructors Yehoshua Pesach Wallach
5613449b 2021-11-19 Settings: more specific read and write mode Reinhold Gschweicher
dd47ba97 2022-02-07 Update README.md medeyko
dd283595 2022-02-07 Update README.md medeyko
43399b38 2022-02-07 Update README.md medeyko
1eaf258a 2022-02-07 Update jetbrains_mono_bold_20.c medeyko
f1c91e1c 2022-02-20 terminal watchface: remove icons and other fixes Riku Isokoski
1bfee61e 2022-02-22 Replace Airplane mode icon avery
a29e30c1 2022-01-29 Notifications: replace newlines in label-copy because of const char* title Reinhold Gschweicher
29f0bce4 2022-02-21 Remove unused includes in HearRate and Motion.h Reinhold Gschweicher
51640c72 2022-03-03 Add ITD as a companion app Arsen6331
8dae4c82 2022-02-22 terminal: Replace notification icon with a text entry avery
2803dd66 2022-02-22 Use Bluetooth brand color for status text avery
0e2b27d7 2022-02-20 Merge branch 'evergreen22-airplane-mode' into develop Jean-François Milants
ef44b763 2022-02-20 Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode Jean-François Milants
40cdb547 2022-02-20 Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode Jean-François Milants
69e4ab6b 2022-02-20 Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/pull/932) from 13werwolf13 (https://github.com/13werwolf13). This PR adds a new Terminal watchface to InfiniTime! Jean-François Milants
40790868 2022-01-30 Provide reference to BrightnessController in DisplayApp Reinhold Gschweicher
f829427c 2022-02-16 Remove unused and not compiling DropDownDemo Reinhold Gschweicher
b857fdb9 2022-02-15 SystemTask: forward declare BatteryController to fix of cyclic dependency Reinhold Gschweicher
4aaa3a3b 2022-02-15 SettingShakeThreshold: add missing SystemTask.h, relative include Reinhold Gschweicher
a2a70f8e 2022-01-29 MotorController: no need to make this function a class function Reinhold Gschweicher
04eca81a 2022-01-29 Notifications: use motorController object instead of class function Reinhold Gschweicher
d5b78ecd 2022-01-29 SystemTask: remove unused ble includes Reinhold Gschweicher
4f649a85 2022-01-18 Improved alarm alert handling Riku Isokoski
e332be0d 2022-02-13 Merge branch 'mruss77-statusBarTimeFormat' into develop Jean-François Milants
87d882b1 2022-02-13 Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime into mruss77-statusBarTimeFormat Jean-François Milants
d967efa1 2021-12-19 Fix biased BLE pass key generation Zorvalt
5938b4b2 2022-01-29 SystemTask: fix static cast missing brackets syntax Reinhold Gschweicher
32fe7b66 2022-02-03 Make switch disabled state slightly dimmer Riku Isokoski
76f63ed7 2022-02-02 Fix switch default state Riku Isokoski
0930a790 2022-02-02 Alarm: Fix missing stop button. Revert alert layout Riku Isokoski
a9b77ae0 2022-02-02 Alarm: Change checkable button for a switch Riku Isokoski
1ac1d5aa 2022-01-26 Add issue links Riku Isokoski
2daa5dcb 2022-01-16 Added alarm 12 hour interface Eli Weiss
ae0724c2 2022-01-11 Corrected capitalization Eli Weiss
02e94acf 2022-01-11 Corrected code formatting Eli Weiss
d86f81b9 2022-01-11 Changed setHourLabels function to handle 24H too Eli Weiss
c8d998e8 2022-01-10 Consolidated label changes, optimizations Eli Weiss
5be2f57a 2022-01-09 Consolidated time conversion logic Eli Weiss
18133999 2022-01-03 Removed redundant brackets Eli Weiss
2bc338ce 2022-01-03 Cleaned up redundant if statements, spacing Eli Weiss
698288d8 2022-01-02 Added 12 hour set time Eli Weiss
e73a92c2 2022-01-26 Merge pull request #949 from Riksu9000/fix_alarm JF
f38c5590 2022-01-26 Merge pull request #954 from NeroBurner/music_initialize_lastLength JF
b1260344 2022-01-26 Merge pull request #959 from NeroBurner/stopwatch_include_cleanup JF
71c895dc 2022-01-26 Merge pull request #531 from hatmajster/heart-rate-gain-setting JF
9e9010c7 2022-01-26 Merge pull request #876 from yehoshuapw/hrs-driver-changes JF
458f5b8e 2022-01-26 Merge pull request #903 from Riksu9000/improved_notif_timeout JF
bbb823b1 2022-01-26 Merge pull request #939 from NeroBurner/buttonHandler_relative_include JF
a1880ca3 2022-01-26 Merge pull request #940 from NeroBurner/systemTask_queue_include JF
a354650a 2022-01-26 Merge pull request #944 from NeroBurner/no_generated_files_in_source_dir JF
cc01d6ca 2022-01-26 Merge pull request #948 from Riksu9000/watchfacecleanup JF
67f546fa 2022-01-24 StopWatch: cleanup unused includes and use relative to src includes Reinhold Gschweicher
b4e95622 2022-01-24 Hrs3300: changed default gain to x8 hatmajster
314c0219 2022-01-23 Music: initialize totalLength to have non-random data from the start Reinhold Gschweicher
470db4ab 2022-01-22 Fix alarm on time change Riku Isokoski
6bf6bb7e 2022-01-20 PTS and digital watchface code cleanups Riku Isokoski
688dc2fe 2022-01-17 Create Version.h in binary dir instead of src dir Reinhold Gschweicher
bbc5af07 2022-01-16 SystemTask: add missing queue.h include for QueueHandle_t Reinhold Gschweicher
48e94583 2022-01-16 ButtonHandler: includes relative to src dir Reinhold Gschweicher
adc7909c 2022-01-07 Merge branch 'develop' of JF/PineTime into master JF
26ae828e 2022-01-07 Set version to 1.8.0 Jean-François Milants
f711f0f7 2022-01-07 Merge pull request #916 from Riksu9000/shake_menuoption JF
97cbe349 2022-01-06 Update shakewake menu option Riku Isokoski
e8fc46ba 2022-01-05 Merge pull request #912 from SteveAmor/chimesradio JF