Merge pull request #352 from Avamander/patch-6
JF002
2021-05-15 09:55:10 +0200
3214f98ac6Improved clang-tidy configuration for less noise
Avamander
2021-05-14 13:01:05 +0300
d29d513244Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting errors
Avamander
2021-05-14 12:46:51 +0300
e54163b7c2Added braces to a few if statements
Avamander
2021-05-14 12:43:29 +0300
33f965f326Switched to booleans for infinite while loops
Avamander
2021-05-14 12:40:46 +0300
7571d477f9Fixed typos in the doc/contribute.md using google docs’s spelling check system
CoderThomasB
2021-05-14 19:28:54 +1200
a4de61e1f5git: show git short ref hash on SystemInfo(first screen) and FirmwareValidation screen alongside other information
Stoian Minaiev
2021-05-14 01:09:40 +0300
e04c8ee95egit: store git short ref hash on build stage to Version.h
Stoian Minaiev
2021-05-14 01:08:37 +0300
d82a1c5225docker: add git system package to image
Stoian Minaiev
2021-05-14 01:07:32 +0300
410cc821f4Fix formatting issue on the lap counter in Stopwatch.
Jean-François Milants
2021-04-19 20:30:51 +0200
cd4a3e1dfeNew Steps app Settings to set the steps goal More detail in Motion app New 42px Font
Joaquim
2021-04-19 15:28:38 +0100
b4c402d252Added Python virtual environment to .gitignore
Avamander
2021-04-18 19:02:38 +0300
bbc24e88b0Fix a display glitch when an OTA is initiated while an app (other than Clock) was open and while the device was in sleep mode.
Jean-François Milants
2021-04-18 17:44:40 +0200
a7114f21b7Fix display consistency with the HR measurement when measurements are already running when the app is open.
Jean-François Milants
2021-04-18 13:50:38 +0200
Changed text in Navigation
Panagiotis Vasilopoulos
2021-04-17 05:40:05 +0300
77470e73f9Set version to 1.0.0, wohoo!
JF002
2021-04-16 21:34:21 +0200
63635381b0Disable the reading of the motion values in sleep mode when the wake up mode is not 'wrist rotation'.
Jean-François Milants
2021-04-16 20:05:46 +0200
Merge pull request #263 from joaquimorg/0.16.0Update
JF002
2021-04-16 19:57:35 +0200
3c413bdd52In order to stabilize the battery reading, I modified the process to make 5 consecutive readings, as the process is asynchronous, there is no interference in the main process.
Joaquim
2021-04-16 16:15:38 +0100
f0b9b982c9Added a link to the stopwatch article.
panky-codes
2021-04-13 19:15:29 +0200
f5e43a1668Move Task info to about menu fix build error in WatchFaceDigital
Joaquim
2021-04-11 17:20:15 +0100
012c246e400.16.0 TWI problems fix More memory for freertos heap and timer stack Fix warning in watchface Fix number of bytes read by cst816 Debug app to show freertos tasks Increased the number of bytes of the twi write buffer
Joaquim
2021-04-10 19:09:33 +0100
eb769fb60eMerge branch 'motion-sensor' into develop
Jean-François Milants
2021-04-09 21:17:03 +0200
15b3b8e282Merge branch 'develop' into motion-sensor
Jean-François Milants
2021-04-09 21:16:21 +0200
57b4c3f0edFix display of empty notification.
Jean-François Milants
2021-04-09 20:50:09 +0200
4560e9ed60Merge branch 'notification-title' into develop
Jean-François Milants
2021-04-09 20:47:39 +0200
63584b6561Merge branch 'develop' into notification-title
Jean-François Milants
2021-04-09 20:47:24 +0200
Merge pull request #258 from joaquimorg/BigRewrite
JF002
2021-04-09 20:43:39 +0200
3685095da0add more memory to displayapp task
Joaquim
2021-04-09 09:29:29 +0100
9ac4be8b75TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases and workarounds for errors on the bus.
Jean-François Milants
2021-04-08 20:07:24 +0200
f8b9a7c060Fix music app : - Enable LVGL animation (and disable groups, which were not used), and set the speed. - Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
Jean-François Milants
2021-04-04 17:19:41 +0200
1d7576de64Reset the step count every day at midnight.
Jean-François Milants
2021-04-02 17:33:49 +0200
52a90288fdHandle return code from BMA driver, and set a flag is the initialization fails. This allows to boot InfiniTime even if the device cannot initialize.
Jean-François Milants
2021-04-02 16:56:14 +0200
c7cc47ae30Code cleaning in BMA421 driver. Do the axis inversion in the driver and not in the application.
Jean-François Milants
2021-04-01 21:18:59 +0200
19b53545d4Add step counting and wake up on wrist rotation in the list of features.
Jean-François Milants
2021-03-31 21:33:21 +0200
68bdaee1ccFirst integration of the motion sensor (bma 421) : step counting + wake on wrist rotation + app to see the value of the 3 axis in "real time".
Jean-François Milants
2021-03-31 19:47:27 +0200
1b71a10bebNotification app : disable swipe when the app is in 'preview' mode. In this mode, only the new notification should be displayed, there is no point to allow navigating to past notifications. Works as a workaround for the crash that occurs when you swipe the notification app in preview mode (https://github.com/JF002/InfiniTime/issues/250).
Jean-François Milants
2021-04-04 13:42:22 +0200
03de1c6739Add support for notification title. The notification buffer must contain the title and the message separated by a '\0' character. If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app.
Jean-François Milants
2021-04-04 12:10:47 +0200
1d3742e14fBig UI and navigation Rewrite new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
Joaquim
2021-04-04 03:08:51 +0100