This website requires JavaScript.
28ccf15e13
Stopwatch fixes
Riku Isokoski
2022-04-09 13:57:58 +0300
3bf6b1cb16
Fix timer layout
Riku Isokoski
2022-04-09 12:55:01 +0300
d7441d18be
Firmware update screen fixes
Riku Isokoski
2022-04-09 14:47:43 +0300
129dd97b51
SpiNorFlash: use C++ style struct in C++ only header
Reinhold Gschweicher
2022-03-20 22:45:24 +0100
5a13c5215c
Merge pull request #997 from minacode/remove-nm-reference
Riku Isokoski
2022-04-19 16:27:47 +0300
f84a0a3897
Merge branch 'develop' into remove-nm-reference
Max Friedrich
2022-04-19 00:40:29 +0200
ed91b5a998
Merge pull request #1044 from Riksu9000/replace-lv_set_text
Riku Isokoski
2022-04-18 19:57:40 +0300
68a7016080
Replace lv_label_set_text where possible
Riku Isokoski
2022-03-20 16:47:25 +0200
ff73f67d6f
Merge pull request #1009 from NeroBurner/AlarmController_allow_less_precice_system_time
Riku Isokoski
2022-04-18 19:42:09 +0300
943a48f189
Merge pull request #1031 from mabuch/rename-PineTimeStyle-to-WatchFacePineTimeStyle
Riku Isokoski
2022-04-18 19:40:54 +0300
82a4f9aa68
resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStyle
mabuch
2022-04-18 14:35:31 +0200
2607c3d799
Let TouchHandler return TouchEvents instead of driver specific enum
Reinhold Gschweicher
2022-01-16 23:37:15 +0100
b498e1d633
Set version to 1.9.0
Jean-François Milants
2022-04-02 16:31:39 +0200
78365548f7
Replace airplane mode with a bluetooth toggle
Riku Isokoski
2022-04-02 16:03:20 +0300
78cab3604d
AlarmController: allow loss of precision for alarmTime cast
Reinhold Gschweicher
2022-02-21 23:45:59 +0100
8f436e1d74
Timer 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
4761fcb63a
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
2022-03-27 20:29:52 +0200
a8b7fbe48b
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
2022-03-17 21:22:59 +0100
cd1f218dd8
Fix priorities of BLE tasks
Jean-François Milants
2022-03-14 21:54:13 +0100
f1194a5f74
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. 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
88197b6632
Music 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
f973f1c12c
Add missing space in if expression.
Jean-François Milants
2022-03-14 21:03:08 +0100
df61907073
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
2022-03-14 20:44:19 +0100
1c4a56b05b
Merge pull request #1038 from NeroBurner/analog_local_variables
JF
2022-03-14 21:25:46 +0100
5f2ce53877
Merge pull request #1033 from NeroBurner/music_override_warning
JF
2022-03-14 21:21:33 +0100
fc374562dd
Merge pull request #1034 from NeroBurner/twos_comparison_warning
JF
2022-03-14 21:21:11 +0100
76b7436dfb
Merge pull request #1039 from NeroBurner/datetime_const_and_analog_const_ref
JF
2022-03-14 21:13:56 +0100
1379b7902f
WatchFaceAnalog: local date/time variables
Reinhold Gschweicher
2022-03-14 20:33:14 +0100
bebc072e78
WatchFaceAnalog: const ref to dateTimeController
Reinhold Gschweicher
2022-03-14 20:55:20 +0100
db41d9081a
DateTimeController: make possible functions const
Reinhold Gschweicher
2022-03-14 20:28:51 +0100
51716898aa
Twos: fix warning about extra paranthesis
Reinhold Gschweicher
2022-03-13 22:03:29 +0100
0933d60b16
Music: fix warning about overridden function
Reinhold Gschweicher
2022-03-13 21:58:53 +0100
ea14c580ca
Rename PineTimeStyle to WatchFacePineTimeStyle
mabuch
2022-03-12 17:55:54 +0100
21da5869c5
Merge pull request #1026 from NeroBurner/fix_settings_chimes
JF
2022-03-09 21:59:30 +0100
dbfcb455fe
Merge pull request #1005 from aveeryy/notifications-as-text
JF
2022-03-09 21:33:46 +0100
f47b04ffd0
Fix SettingChimes cbOption array size
Reinhold Gschweicher
2022-03-08 23:10:06 +0100
7e0b053b38
CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshot
Reinhold Gschweicher
2022-03-08 21:28:57 +0100
61a9a97e26
Update navigation font readme section
Riku Isokoski
2022-03-01 01:09:48 +0200
04d21dcd93
Add ExtraBold font ttf
Riku Isokoski
2022-02-27 15:02:02 +0200
13c66dd54b
Further updates to font readme.
Riku Isokoski
2022-02-27 14:53:06 +0200
204ad7ca2a
Update font readme, update fonts, add missing files
Riku Isokoski
2022-02-27 14:30:47 +0200
4c92ed410f
CI: add lv_sim workflow and upload 'infinisim' executable
Reinhold Gschweicher
2022-02-01 21:48:56 +0100
187d99c0f7
SystemMonitor: implement FreeRtosMonitor only if trace facility is set
Reinhold Gschweicher
2022-01-27 23:10:59 +0100
5fe5cee9ef
Add missing nrf_log.h includes shadowed by SystemMonitor.h
Reinhold Gschweicher
2022-02-20 14:45:59 +0100
8844ea60b1
Remove unnecessary line
avery
2022-03-06 14:01:20 +0100
452dd12eff
Merge branch 'develop' into notifications-as-text
avery
2022-03-06 13:11:26 +0100
5d974434ef
Replace notif entry with "You have mail." text
avery
2022-03-05 13:01:50 +0100
30797b37bc
removed SetClockFace from watchface Constructors
Yehoshua Pesach Wallach
2022-01-28 14:34:59 +0200
5613449bfb
Settings: more specific read and write mode
Reinhold Gschweicher
2021-11-19 23:14:19 +0100
dd47ba9782
Update README.md
medeyko
2022-02-07 18:29:28 +0300
dd28359571
Update README.md
medeyko
2022-02-07 17:31:18 +0300
43399b3832
Update README.md
medeyko
2022-02-07 17:25:56 +0300
1eaf258a63
Update jetbrains_mono_bold_20.c
medeyko
2022-02-07 17:17:12 +0300
f1c91e1ce0
terminal watchface: remove icons and other fixes
Riku Isokoski
2022-02-20 15:06:28 +0200
1bfee61ef9
Replace Airplane mode icon
avery
2022-02-22 17:37:28 +0100
a29e30c187
Notifications: replace newlines in label-copy because of const char* title
Reinhold Gschweicher
2022-01-29 23:30:03 +0100
29f0bce46b
Remove unused includes in HearRate and Motion.h
Reinhold Gschweicher
2022-02-21 22:50:20 +0100
51640c7248
Add ITD as a companion app
Arsen6331
2022-03-03 17:01:34 +0000
8dae4c8299
terminal: Replace notification icon with a text entry
avery
2022-02-22 18:42:54 +0100
2803dd667f
Use Bluetooth brand color for status text
avery
2022-02-22 18:21:00 +0100
0e2b27d792
Merge branch 'evergreen22-airplane-mode' into develop
Jean-François Milants
2022-02-20 15:41:06 +0100
ef44b763d9
Merge 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 +0100
40cdb54772
Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode
Jean-François Milants
2022-02-20 15:25:24 +0100
69e4ab6be1
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
2022-02-20 13:20:43 +0100
407908686a
Provide reference to BrightnessController in DisplayApp
Reinhold Gschweicher
2022-01-30 14:31:13 +0100
f829427c41
Remove unused and not compiling DropDownDemo
Reinhold Gschweicher
2022-02-16 22:33:59 +0100
b857fdb9f4
SystemTask: forward declare BatteryController to fix of cyclic dependency
Reinhold Gschweicher
2022-02-15 23:59:38 +0100
4aaa3a3b49
SettingShakeThreshold: add missing SystemTask.h, relative include
Reinhold Gschweicher
2022-02-15 23:56:42 +0100
a2a70f8eda
MotorController: no need to make this function a class function
Reinhold Gschweicher
2022-01-29 23:45:22 +0100
04eca81a95
Notifications: use motorController object instead of class function
Reinhold Gschweicher
2022-01-29 23:34:09 +0100
d5b78ecd66
SystemTask: remove unused ble includes
Reinhold Gschweicher
2022-01-29 22:08:52 +0100
a1db9fca13
remove unused reference
minacode
2022-02-16 13:34:14 +0100
4f649a8544
Improved alarm alert handling
Riku Isokoski
2022-01-18 19:08:03 +0200
e332be0d7c
Merge branch 'mruss77-statusBarTimeFormat' into develop
Jean-François Milants
2022-02-13 11:23:20 +0100
87d882b151
Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime into mruss77-statusBarTimeFormat
Jean-François Milants
2022-02-13 11:23:05 +0100
d967efa197
Fix biased BLE pass key generation
Zorvalt
2021-12-19 17:10:50 +0100
5938b4b208
SystemTask: fix static cast missing brackets syntax
Reinhold Gschweicher
2022-01-29 21:46:31 +0100
32fe7b660c
Make switch disabled state slightly dimmer
Riku Isokoski
2022-02-03 12:36:45 +0200
76f63ed76a
Fix switch default state
Riku Isokoski
2022-02-02 20:59:06 +0200
0930a79041
Alarm: Fix missing stop button. Revert alert layout
Riku Isokoski
2022-02-02 16:22:44 +0200
a9b77ae0d4
Alarm: Change checkable button for a switch
Riku Isokoski
2022-02-02 13:57:30 +0200
1ac1d5aa5a
Add issue links
Riku Isokoski
2022-01-26 15:18:54 +0200
2daa5dcbee
Added alarm 12 hour interface
Eli Weiss
2022-01-16 09:40:23 -0500
ae0724c28c
Corrected capitalization
Eli Weiss
2022-01-11 16:25:26 -0500
02e94acf18
Corrected code formatting
Eli Weiss
2022-01-11 16:23:49 -0500
d86f81b9ad
Changed setHourLabels function to handle 24H too
Eli Weiss
2022-01-11 10:24:17 -0500
c8d998e82c
Consolidated label changes, optimizations
Eli Weiss
2022-01-10 10:16:38 -0500
5be2f57a78
Consolidated time conversion logic
Eli Weiss
2022-01-09 10:39:04 -0500
1813399959
Removed redundant brackets
Eli Weiss
2022-01-03 18:22:42 -0500
2bc338ceed
Cleaned up redundant if statements, spacing
Eli Weiss
2022-01-03 18:13:47 -0500
698288d822
Added 12 hour set time
Eli Weiss
2022-01-02 10:24:34 -0500
e73a92c29b
Merge pull request #949 from Riksu9000/fix_alarm
JF
2022-01-26 22:03:14 +0100
f38c559089
Merge pull request #954 from NeroBurner/music_initialize_lastLength
JF
2022-01-26 22:01:07 +0100
b12603448c
Merge pull request #959 from NeroBurner/stopwatch_include_cleanup
JF
2022-01-26 22:00:33 +0100
71c895dc71
Merge pull request #531 from hatmajster/heart-rate-gain-setting
JF
2022-01-26 21:44:23 +0100
9e9010c725
Merge pull request #876 from yehoshuapw/hrs-driver-changes
JF
2022-01-26 21:39:58 +0100
458f5b8eb8
Merge pull request #903 from Riksu9000/improved_notif_timeout
JF
2022-01-26 21:38:07 +0100
bbb823b170
Merge pull request #939 from NeroBurner/buttonHandler_relative_include
JF
2022-01-26 21:35:03 +0100
a1880ca3b8
Merge pull request #940 from NeroBurner/systemTask_queue_include
JF
2022-01-26 21:34:25 +0100
a354650a9c
Merge pull request #944 from NeroBurner/no_generated_files_in_source_dir
JF
2022-01-26 21:33:57 +0100