This website requires JavaScript.
83b3a2a469
Small modernization with --platform parameter in docker readme
Jean-François Milants
2022-05-18 21:33:05 +0200
123c801f17
Add comment about the workaround that was needed in the github workflow.
Jean-François Milants
2022-05-15 11:05:10 +0200
831f93cd92
The 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
34506be06e
comment about common error "glyphs.map" in old nodejs (#1142 )
Yehoshua Pesach Wallach
2022-05-18 17:14:58 +0300
6171c9d45d
Only test format when it is wanted
Riku Isokoski
2022-05-10 22:30:03 +0300
a6fcdec0f8
Don't allow test-format.sh to be run locally
Riku Isokoski
2022-05-10 22:29:20 +0300
443408312a
fonts: gen.py: clearify missing exe message
Reinhold Gschweicher
2022-05-14 22:12:06 +0200
324927f2b7
update build stop, lv_font_conv not required globally installed
Reinhold Gschweicher
2022-05-14 20:39:31 +0200
db0f909b46
generalize lv-font creation
Reinhold Gschweicher
2022-05-10 23:48:41 +0200
8485cdb54d
Only run lv_sim GH Actions on push to develop and master
FintasticMan
2022-05-10 21:19:36 +0200
4cb07bac53
fontgen: update README.md to remove patch advanced options
Yehoshua Pesach Wallach
2022-05-10 22:50:58 +0300
c9f23c11b3
update docker to 22, and use python3 by default
Yehoshua Pesach Wallach
2022-05-10 14:55:27 +0300
f56788465d
docker: bump ubuntu to 20.04 and node to 18
Yehoshua Pesach Wallach
2022-05-08 23:53:22 +0300
78267eec40
fongen: don't pre-build fonts
Yehoshua Pesach Wallach
2022-04-28 23:14:09 +0300
a2057ebc6f
fontgen: changes to allow CMake to work from other project
Yehoshua Pesach Wallach
2022-04-28 23:04:45 +0300
b6b322efdd
fontgen: remove advanced (format string, process as list) from patching
Yehoshua Pesach Wallach
2022-04-27 19:29:28 +0300
f7e8caa04a
fontgen: verify lv_font_conv at cmake
Yehoshua Pesach Wallach
2022-04-27 18:36:06 +0300
4fba1ac5ce
fontgen: remove double-asterisk in readme
Yehoshua Pesach Wallach
2022-04-27 18:26:47 +0300
27e598f3fa
fontgen: assume plain .patch for single string patch
Yehoshua Pesach Wallach
2022-04-27 18:25:03 +0300
8b2e1c69f2
fotngen: check for lv_font_conv
Yehoshua Pesach Wallach
2022-04-27 18:18:02 +0300
95a970a75d
fontgen: install npm, lv_font_conv in Dockerfile
Yehoshua Pesach Wallach
2022-04-24 19:53:38 +0300
2ccf88c03c
fontgen: lock version at current
Yehoshua Pesach Wallach
2022-04-24 18:49:15 +0300
331de8ce8e
fontgen: remove "feature" feature
Yehoshua Pesach Wallach
2022-04-24 18:46:44 +0300
4e2b0b1f10
fontgen: remove "generating the fonts" section
Yehoshua Pesach Wallach
2022-04-24 18:41:07 +0300
d967ed7d90
fontgen: move lv_font_conv doc
Yehoshua Pesach Wallach
2022-04-24 17:36:11 +0300
ef17f2f981
fontgen: generate font .c files in build dir
Yehoshua Pesach Wallach
2022-04-20 21:38:42 +0300
e39f183efe
fontgen: make simulator build fonts too
Yehoshua Pesach Wallach
2022-04-20 20:53:10 +0300
b9fbee1007
Added lv_font_conv to workflow main
Yehoshua Pesach Wallach
2022-04-20 20:45:12 +0300
43443eda74
fontgen: generate fonts at runtime with CMake
Yehoshua Pesach Wallach
2022-04-20 20:41:30 +0300
1c0d9ef383
fonts: update README.md to match new method
Yehoshua Pesach Wallach
2022-04-20 17:15:55 +0300
c006f05c99
fontgen: simplfy json after removed external features key
Yehoshua Pesach Wallach
2022-04-20 17:15:30 +0300
9d3671561f
fontgen: minor changes
Yehoshua Pesach Wallach
2022-04-19 19:51:29 +0300
a75912dd97
fontgen: remove .c from requested font if there
Yehoshua Pesach Wallach
2022-04-19 18:05:03 +0300
1d4fd9c27f
fontgen: simplify enabled fonts
Yehoshua Pesach Wallach
2022-04-19 18:01:12 +0300
77645b20b2
fontgen: use patch file for jetbrains 0 fix
Yehoshua Pesach Wallach
2022-04-19 17:56:06 +0300
451d755e3d
fontgen: removed ability of removing .c ext
Yehoshua Pesach Wallach
2022-04-19 14:57:26 +0300
9535c1e651
fontgen: move features into fonts
Yehoshua Pesach Wallach
2022-04-19 14:53:57 +0300
ac0dc5ff47
fontgen: added missing requested font check
Yehoshua Pesach Wallach
2022-04-19 14:41:17 +0300
875b9c4bc5
fontgen: Added ability to choose fonts with .c
Yehoshua Pesach Wallach
2022-04-18 20:42:58 +0300
3005fe8710
Added FontAwesome5-Solid+Brands+Regular.woff to git
Yehoshua Pesach Wallach
2022-04-18 19:30:36 +0300
4116baf72e
Added font auto-generate script
Yehoshua Pesach Wallach
2022-04-18 19:29:52 +0300
09b852d8f0
Fix and test workflow
Riku Isokoski
2022-05-08 22:21:10 +0300
c94e0d53bb
Ignore deleted files in format test
Riku Isokoski
2022-05-01 12:07:39 +0300
015f17cd25
Add formatting test workflow
Riku Isokoski
2022-04-30 22:53:34 +0300
dedb397ae0
Systemtask : replace enum SystemTaskState by an enum class.
Jean-François Milants
2022-05-08 13:29:02 +0200
ae2b9d30d6
Simplify systemtask states
Riku Isokoski
2021-07-30 21:43:44 +0300
beddfc346d
Disable clip_corner, because it is slow.
Riku Isokoski
2022-04-21 23:14:09 +0300
2b9418c7f8
Fix dropdown graphical issues.
Riku Isokoski
2022-04-21 22:31:46 +0300
8160748733
Force full screen refresh with a rounder function
Riku Isokoski
2022-04-20 12:21:35 +0300
6dac0a62f4
Remove lcd from DisplayApp
Riku Isokoski
2021-09-06 11:59:54 +0300
4229386501
List: add missing array include
Reinhold Gschweicher
2022-04-24 23:32:07 +0200
09a50dcc15
Mention that InfiniLink is searching for devs
FintasticMan
2022-04-30 22:14:27 +0200
8b470d33a1
Update link to InfiniLink and mention that it is unmaintained
FintasticMan
2022-04-30 12:08:44 +0200
8061822f0c
Fix large blacklevel step. Lower 25% of shades are now accessible.
Riku Isokoski
2022-04-26 13:09:30 +0300
b31fbb4adb
New sharper batteryicon. Remove old unused batteryicons
Riku Isokoski
2022-04-07 17:28:04 +0300
54df828665
Fix warnings
Riku Isokoski
2022-04-09 13:37:31 +0300
b7b1af1c4c
Replace app_timer with FreeRTOS timers
Riku Isokoski
2021-07-17 11:59:19 +0300
2e42b90009
Keep the paddle on screen in whole
Reinhold Gschweicher
2022-04-03 20:51:53 +0200
b6807ee3ca
Make functions const again
Riku Isokoski
2022-04-24 12:38:09 +0300
36cb7c82f3
Remove now unused position override
Riku Isokoski
2022-03-29 23:06:48 +0300
34858d0a6c
Update track progress in MusicService. Fix #127
Riku Isokoski
2022-03-28 17:00:23 +0300
f82aa71eb0
Improve PTS color matching after gamma change
Riku Isokoski
2022-04-22 23:52:18 +0300
aa32159c00
Tweak gamma on ST7789 and match UI colors
Riku Isokoski
2022-04-22 23:26:38 +0300
5e83a862db
Use centiseconds
Riku Isokoski
2022-04-09 14:03:17 +0300
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