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 +02:00
36e27842e1Merge pull request #263 from joaquimorg/0.16.0Update
JF002
2021-04-16 19:57:35 +02:00
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 +01:00
c0c37877b5Merge pull request #1 from petterhs/0.16.0UpdateTwosFix
joaquim.org
2021-04-16 09:26:14 +01:00
2f1ddad403fix style formatting in 2048 game
petter
2021-04-16 01:18:32 +02:00
969bb8e721Change animation direction in menus
Joaquim José Almeida Pereira
2021-04-15 15:55:01 +01:00
d2f9ea893aapply button theme to Music UI
petter
2021-04-14 23:07:56 +02:00
f0b9b982c9Added a link to the stopwatch article.
panky-codes
2021-04-13 19:15:29 +02:00
f5e43a1668Move Task info to about menu fix build error in WatchFaceDigital
Joaquim
2021-04-11 17:20:15 +01:00
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 +01:00
eb769fb60eMerge branch 'motion-sensor' into develop
Jean-François Milants
2021-04-09 21:17:03 +02:00
15b3b8e282Merge branch 'develop' into motion-sensor
Jean-François Milants
2021-04-09 21:16:21 +02:00
57b4c3f0edFix display of empty notification.
Jean-François Milants
2021-04-09 20:50:09 +02:00
4560e9ed60Merge branch 'notification-title' into develop
Jean-François Milants
2021-04-09 20:47:39 +02:00
63584b6561Merge branch 'develop' into notification-title
Jean-François Milants
2021-04-09 20:47:24 +02:00
9096d1db4cMerge pull request #259 from JF002/fix-music-app2
JF002
2021-04-09 20:44:02 +02:00
17a37acaa8Merge pull request #258 from joaquimorg/BigRewrite
JF002
2021-04-09 20:43:39 +02:00
3685095da0add more memory to displayapp task
Joaquim
2021-04-09 09:29:29 +01:00
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 +02:00
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 +02:00
1d7576de64Reset the step count every day at midnight.
Jean-François Milants
2021-04-02 17:33:49 +02:00
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 +02:00
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 +02:00
19b53545d4Add step counting and wake up on wrist rotation in the list of features.
Jean-François Milants
2021-03-31 21:33:21 +02:00
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 +02:00
04fc33e2d4Merge pull request #239 from muesli/badge-link
JF002
2021-04-04 15:37:56 +02:00
3934e9bef2Ignore notification with empty message.
Jean-François Milants
2021-04-04 15:19:37 +02:00
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 +02:00
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 +02:00
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 +01:00
58a2d000c4Merge pull request #238 from nscooling/make_unique
JF002
2021-03-31 20:33:37 +02:00
136d4bb85eMerge pull request #249 from alexr4535/develop
JF002
2021-03-24 17:51:21 +01:00
181fb35b29add siglo as a companion app
Alex Robinson
2021-03-23 18:19:56 -05:00
8eb947a223replaced all unique_ptr.reset calls with std::make_unique
Niall Cooling
2021-03-22 17:56:26 +00:00
e5e3fc02b8Updated to include WatchFaceAnalog and fixed clashes
Niall Cooling
2021-03-22 17:23:49 +00:00
9f9d0eb5dfSet version to 0.15.0
Jean-François Milants
2021-03-21 17:12:29 +01:00
adefa1e660Update buildAndProgram.md with info about Debug/Release builds.
Jean-François Milants
2021-03-21 17:12:19 +01:00
0c8b371a4cMerge pull request #245 from petterhs/fixDisplayErrors
JF002
2021-03-21 16:35:21 +01:00
84798329dcMerge pull request #244 from joaquimorg/LVGL7.11.0
JF002
2021-03-21 16:35:00 +01:00
7b39130f88Merge pull request #231 from Panky-codes/feature/add-stop-watch
JF002
2021-03-21 16:33:27 +01:00
49f30189efAdded stopwatch app to readme
panky-codes
2021-03-21 13:59:18 +01:00
3b51b4367dfix display driver issues in recovery
petter
2021-03-20 19:34:41 +01:00
dd9d6cd23eReverted the paddle app in displayapp.cpp
panky-codes
2021-03-21 11:15:31 +01:00
bb12ae9d65Updated lvgl submodule to match with develop branch
panky-codes
2021-03-21 10:43:14 +01:00
161b36ab75Fix README build-badge link
Christian Muehlhaeuser
2021-03-18 05:22:48 +01:00
ce91e1a7a6Changed the clock source. Stopwatch works. Need to add butttons.
panky-codes
2021-03-11 11:56:58 +01:00
1f8f527f9fMerge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watch
panky-codes
2021-03-11 10:54:58 +01:00
cc58b635a3Basic logic done. Need to change the timer source to get ms. Also need to replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
panky-codes
2021-03-11 10:54:14 +01:00
282e34dca1fix AM/PM
Joaquim José Almeida Pereira
2021-03-08 12:23:32 +00:00
e63596b291Set version to 0.14.1
Jean-François Milants
2021-03-07 21:29:02 +01:00
c5dc4c55a7Merge branch 'recovery-firmware' of JF/PineTime into develop
JF
2021-03-07 18:45:35 +01:00