Commit graph

  • 63635381b0 Disable 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
  • 36e27842e1
    Merge pull request #263 from joaquimorg/0.16.0Update JF002 2021-04-16 19:57:35 +0200
  • 3c413bdd52 In 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
  • c0c37877b5
    Merge pull request #1 from petterhs/0.16.0UpdateTwosFix joaquim.org 2021-04-16 09:26:14 +0100
  • 2f1ddad403 fix style formatting in 2048 game petter 2021-04-16 01:18:32 +0200
  • 969bb8e721 Change animation direction in menus Joaquim José Almeida Pereira 2021-04-15 15:55:01 +0100
  • d2f9ea893a apply button theme to Music UI petter 2021-04-14 23:07:56 +0200
  • 0cbbd1dfc0
    Add Python modules to build instructions Cameron Himes 2021-04-13 21:40:42 -0400
  • f0b9b982c9 Added a link to the stopwatch article. panky-codes 2021-04-13 19:15:29 +0200
  • f5e43a1668 Move Task info to about menu fix build error in WatchFaceDigital Joaquim 2021-04-11 17:20:15 +0100
  • 012c246e40 0.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
  • eb769fb60e Merge branch 'motion-sensor' into develop Jean-François Milants 2021-04-09 21:17:03 +0200
  • 15b3b8e282 Merge branch 'develop' into motion-sensor Jean-François Milants 2021-04-09 21:16:21 +0200
  • 57b4c3f0ed Fix display of empty notification. Jean-François Milants 2021-04-09 20:50:09 +0200
  • 4560e9ed60 Merge branch 'notification-title' into develop Jean-François Milants 2021-04-09 20:47:39 +0200
  • 63584b6561 Merge branch 'develop' into notification-title Jean-François Milants 2021-04-09 20:47:24 +0200
  • 9096d1db4c
    Merge pull request #259 from JF002/fix-music-app2 JF002 2021-04-09 20:44:02 +0200
  • 17a37acaa8
    Merge pull request #258 from joaquimorg/BigRewrite JF002 2021-04-09 20:43:39 +0200
  • 3685095da0 add more memory to displayapp task Joaquim 2021-04-09 09:29:29 +0100
  • 9ac4be8b75 TwiMaster 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
  • 3cf4df905a restore battery buffer Joaquim 2021-04-08 16:15:57 +0100
  • 365e68e6cc Fix wake up lock in twi optimize battery code Joaquim 2021-04-05 15:22:10 +0100
  • 96961709f3 array in SettingWakeUp wrong size Joaquim José Almeida Pereira 2021-04-05 11:01:44 +0100
  • 7e2db806c3 font creation Joaquim 2021-04-04 22:03:53 +0100
  • f8b9a7c060 Fix 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
  • 1d7576de64 Reset the step count every day at midnight. Jean-François Milants 2021-04-02 17:33:49 +0200
  • 52a90288fd Handle 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
  • c7cc47ae30 Code 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
  • 19b53545d4 Add step counting and wake up on wrist rotation in the list of features. Jean-François Milants 2021-03-31 21:33:21 +0200
  • 68bdaee1cc First 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
  • 04fc33e2d4
    Merge pull request #239 from muesli/badge-link JF002 2021-04-04 15:37:56 +0200
  • 3934e9bef2 Ignore notification with empty message. Jean-François Milants 2021-04-04 15:19:37 +0200
  • bb7531e208 double tap wakeup error fix battery nonblocking read Joaquim 2021-04-04 13:51:22 +0100
  • 1b71a10beb Notification 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
  • 03de1c6739 Add 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
  • 1d3742e14f Big 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
  • 58a2d000c4
    Merge pull request #238 from nscooling/make_unique JF002 2021-03-31 20:33:37 +0200
  • 136d4bb85e
    Merge pull request #249 from alexr4535/develop JF002 2021-03-24 17:51:21 +0100
  • 181fb35b29 add siglo as a companion app Alex Robinson 2021-03-23 18:19:56 -0500
  • 8eb947a223 replaced all unique_ptr.reset calls with std::make_unique Niall Cooling 2021-03-22 17:56:26 +0000
  • e5e3fc02b8 Updated to include WatchFaceAnalog and fixed clashes Niall Cooling 2021-03-22 17:23:49 +0000
  • 9f9d0eb5df Set version to 0.15.0 Jean-François Milants 2021-03-21 17:12:29 +0100
  • adefa1e660 Update buildAndProgram.md with info about Debug/Release builds. Jean-François Milants 2021-03-21 17:12:19 +0100
  • 0c8b371a4c
    Merge pull request #245 from petterhs/fixDisplayErrors JF002 2021-03-21 16:35:21 +0100
  • 84798329dc
    Merge pull request #244 from joaquimorg/LVGL7.11.0 JF002 2021-03-21 16:35:00 +0100
  • 7b39130f88
    Merge pull request #231 from Panky-codes/feature/add-stop-watch JF002 2021-03-21 16:33:27 +0100
  • 49f30189ef Added stopwatch app to readme panky-codes 2021-03-21 13:59:18 +0100
  • 3b51b4367d fix display driver issues in recovery petter 2021-03-20 19:34:41 +0100
  • dd9d6cd23e Reverted the paddle app in displayapp.cpp panky-codes 2021-03-21 11:15:31 +0100
  • bb12ae9d65 Updated lvgl submodule to match with develop branch panky-codes 2021-03-21 10:43:14 +0100
  • 161b36ab75
    Fix README build-badge link Christian Muehlhaeuser 2021-03-18 05:22:48 +0100
  • 5345650880 Merged upstream panky-codes 2021-03-20 22:45:29 +0100
  • 754ac23304 Reworked based on PR comments. panky-codes 2021-03-20 22:42:13 +0100
  • d257ad21be Update to LVGL 7.11.0 Final Joaquim 2021-03-20 18:12:44 +0000
  • a3ff2e46ca
    Merge pull request #240 from joaquimorg/ScreenCorruptionFIX JF002 2021-03-20 18:10:13 +0100
  • 463e60eb4e
    Merge pull request #237 from muesli/systeminfo-url JF002 2021-03-20 17:55:32 +0100
  • 91ddc666e3
    Merge pull request #235 from MFAshby/doc_correction JF002 2021-03-20 17:54:07 +0100
  • 405c85c160 Merge branch 'develop' of github.com:JF002/Pinetime into develop Jean-François Milants 2021-03-20 11:41:49 +0100
  • 9e9bb2085e
    Merge pull request #217 from joaquimorg/MultiFaceClock JF002 2021-03-20 11:27:16 +0100
  • dba7e47ac0 FIX screen corruption #213 Joaquim 2021-03-18 19:38:19 +0000
  • 14bd790701 Resolved C++14 Cmake build issues so correctly building to C99/C++14 standards Niall Cooling 2021-03-16 12:43:50 +0000
  • 509ac066d4
    Update project URL in SystemInfo Christian Muehlhaeuser 2021-03-16 04:01:22 +0100
  • bca7ba4eed
    Small correction to git URL in documentation files Martin Ashby 2021-03-15 23:07:04 +0000
  • abc30028a2 Removed unused variables. Tested. panky-codes 2021-03-15 21:35:36 +0100
  • bc6d447a5f Increased the size of the button and realigned the layout a bit. Tested. panky-codes 2021-03-13 22:29:07 +0100
  • d409643b8e Added some comments for clarity. Ready for review. Tested. panky-codes 2021-03-13 14:53:37 +0100
  • 02824d0671 Stopwatch completed. Ready for PR panky-codes 2021-03-13 14:38:18 +0100
  • 5d57b9054a Adding laps completed. panky-codes 2021-03-13 13:59:54 +0100
  • 00f2a053bf Laps introduced. Tested. Need to change the icon. panky-codes 2021-03-12 20:24:53 +0100
  • a090664a4c Added a button for stop lap. Logic works. Need to implement symbol and buffer for lap panky-codes 2021-03-12 09:43:13 +0100
  • 70373e7345 Added play/pause button. panky-codes 2021-03-11 23:41:24 +0100
  • ce91e1a7a6 Changed the clock source. Stopwatch works. Need to add butttons. panky-codes 2021-03-11 11:56:58 +0100
  • 1f8f527f9f Merge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watch panky-codes 2021-03-11 10:54:58 +0100
  • cc58b635a3 Basic 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 +0100
  • 282e34dca1 fix AM/PM Joaquim José Almeida Pereira 2021-03-08 12:23:32 +0000
  • e63596b291 Set version to 0.14.1 Jean-François Milants 2021-03-07 21:29:02 +0100
  • c5dc4c55a7 Merge branch 'recovery-firmware' of JF/PineTime into develop JF 2021-03-07 18:45:35 +0100
  • 5845fd98ba Add submodule again... Jean-François Milants 2021-03-07 09:15:26 +0100
  • c083916f33 Revert "Add submodule again..." Jean-François Milants 2021-03-07 09:08:45 +0100
  • 15484d0b34 Add submodule again... Jean-François Milants 2021-03-07 08:50:35 +0100
  • 9f67e6f652 Merge branch 'develop' into recovery-firmware Jean-François Milants 2021-03-07 08:44:14 +0100
  • 524e204ed1
    Merge branch 'develop' into MultiFaceClock joaquim.org 2021-03-06 20:08:55 +0000
  • adc38d5c93 clean up vsc settings Joaquim 2021-03-06 19:57:41 +0000
  • 97deb43fb7 Update from JF comments to PR Joaquim 2021-03-06 19:55:53 +0000
  • 3d6e8c3beb Merge from upstream Joaquim 2021-03-06 19:55:36 +0000
  • ada9425357
    Merge pull request #223 from hubmartin/patch-1 JF002 2021-03-06 17:36:40 +0100
  • 54dcd77c61
    Merge pull request #222 from nscooling/refactor-clock-private-statics JF002 2021-03-06 17:34:57 +0100
  • d22e8a47e8
    Merge pull request #221 from nscooling/C++14 JF002 2021-03-06 17:33:41 +0100
  • 66e2092357
    Add WebBLEWatch option to update time Martin Hub 2021-03-04 17:11:06 +0100
  • d34a510158 Moved private statics into unnamed namespace in cpp file to reduce coupling and uncessar in header Niall Cooling 2021-03-03 17:07:05 +0000
  • 35aa4bb8d6 Refactored src/CMakelist to support C++14 and cleanup up redundant/incorrect -std= directives Niall Cooling 2021-03-03 15:27:32 +0000
  • a44260aab0 Update pictures in the main README.md file. Jean-François Milants 2021-02-25 21:18:22 +0100
  • 6a5aea2919 Merge branch 'develop' of https://github.com/JF002/Pinetime into MultiFaceClock Joaquim 2021-02-25 20:01:30 +0000
  • ee6ce64571 Merge branch 'develop' of https://github.com/JF002/Pinetime into MultiFaceClock Joaquim 2021-02-25 09:28:25 +0000
  • 8c53d0b70b Multi face support, analog clock, 12/24 config Joaquim 2021-02-24 19:40:24 +0000
  • e8a8a8417f Set version to 0.14.0 Jean-François Milants 2021-02-24 20:28:26 +0100
  • 8a48850afd
    Merge pull request #211 from roblabla/fix-flashing JF002 2021-02-24 20:05:47 +0100
  • c18f4e5811 Update doc : init git submodule before build. Jean-François Milants 2021-02-23 22:37:21 +0100
  • 094f98743d Fix LVGL submodule (sorry!) Jean-François Milants 2021-02-23 21:40:02 +0100
  • 67c545b1fb Merge branch 'joaquimorg-LVGL7' into develop Jean-François Milants 2021-02-23 21:25:43 +0100