| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | In order to stabilize the battery reading, | Joaquim | 2021-04-16 | 2 | -8/+22 |
| | | | | | | | I modified the process to make 5 consecutive readings, as the process is asynchronous, there is no interference in the main process. | ||||
| * | Merge branch 'develop' into motion-sensor | Jean-François Milants | 2021-04-09 | 14 | -70/+354 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h | ||||
| | * | Merge branch 'develop' into notification-title | Jean-François Milants | 2021-04-09 | 9 | -64/+322 |
| | |\ | | | | | | | | | | | | | # Conflicts: # src/displayapp/screens/Notifications.cpp | ||||
| | | * | Merge pull request #259 from JF002/fix-music-app2 | JF002 | 2021-04-09 | 1 | -1/+1 |
| | | |\ | | | | | | | | | Fix music app | ||||
| | | | * | Fix music app : | Jean-François Milants | 2021-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
| | | * | | restore battery buffer | Joaquim | 2021-04-08 | 2 | -10/+40 |
| | | | | | |||||
| | | * | | Fix wake up lock in twi | Joaquim | 2021-04-05 | 2 | -29/+31 |
| | | | | | | | | | | | | | | | | | optimize battery code | ||||
| | | * | | double tap wakeup error fix | Joaquim | 2021-04-04 | 2 | -54/+67 |
| | | | | | | | | | | | | | | | | | battery nonblocking read | ||||
| | | * | | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 6 | -13/+226 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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... | ||||
| | * | | Ignore notification with empty message. | Jean-François Milants | 2021-04-04 | 2 | -4/+10 |
| | | | | |||||
| | * | | Add support for notification title. The notification buffer must contain the ↵ | Jean-François Milants | 2021-04-04 | 6 | -2/+22 |
| | |/ | | | | | | | | | | | 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. | ||||
| * | | Reset the step count every day at midnight. | Jean-François Milants | 2021-04-04 | 2 | -0/+21 |
| | | | |||||
| * | | Handle return code from BMA driver, and set a flag is the initialization ↵ | Jean-François Milants | 2021-04-04 | 2 | -2/+8 |
| | | | | | | | | | fails. This allows to boot InfiniTime even if the device cannot initialize. | ||||
| * | | First integration of the motion sensor (bma 421) : step counting + wake on ↵ | Jean-François Milants | 2021-04-04 | 2 | -0/+59 |
| |/ | | | | wrist rotation + app to see the value of the 3 axis in "real time". | ||||
| * | Merge pull request #240 from joaquimorg/ScreenCorruptionFIX | JF002 | 2021-03-20 | 1 | -9/+5 |
| |\ | | | | | FIX screen corruption (Issue #213) | ||||
| | * | FIX screen corruption #213 | Joaquim | 2021-03-18 | 1 | -9/+5 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-03-20 | 4 | -0/+183 |
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # src/main.cpp # src/systemtask/SystemTask.h | ||||
| | * | | Update from JF comments to PR | Joaquim | 2021-03-06 | 1 | -2/+0 |
| | | | | |||||
| | * | | Multi face support, analog clock, 12/24 config | Joaquim | 2021-02-24 | 4 | -0/+185 |
| | |/ | |||||
| * | | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 14 | -11/+160 |
| |\| | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h | ||||
| | * | Merge pull request #182 from petterhs/warnings | JF002 | 2021-02-14 | 3 | -6/+4 |
| | |\ | | | | | | | Fix build warnings coming from HR implementation | ||||
| | | * | fix build warnings in HR implementation | petter | 2021-01-25 | 3 | -6/+4 |
| | | | | |||||
| | * | | Fix merge conflict. | Jean-François Milants | 2021-02-14 | 4 | -0/+55 |
| | |\ \ | |||||
| | | * | | add vibration toggle | petter | 2021-02-07 | 2 | -0/+11 |
| | | | | | |||||
| | | * | | refactor MotorController | petter | 2021-02-05 | 2 | -24/+10 |
| | | | | | |||||
| | | * | | remove vibtimer from .h to fix nonstop vibration | jlukanc | 2021-01-25 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | move app timer def | jlukanc | 2021-01-25 | 2 | -5/+5 |
| | | | | | |||||
| | | * | | Merge branch 'develop' into upstream-dev | The King | 2021-01-24 | 18 | -49/+803 |
| | | |\| | |||||
| | | * | | remove unneeded defines | jlukanc | 2021-01-23 | 2 | -39/+1 |
| | | | | | |||||
| | | * | | add motor to notifs, fix tabs in motorcontroller.h | jlukanc | 2021-01-15 | 1 | -34/+34 |
| | | | | | |||||
| | | * | | add non-blocking motor controller | jlukanc | 2021-01-15 | 2 | -0/+97 |
| | | | | | |||||
| | * | | | Merge pull request #161 from petterhs/calls | JF002 | 2021-02-14 | 4 | -5/+98 |
| | |\ \ \ | | | | | | | | | | | Call functionality with changed UUID for notification event characteristic | ||||
| | | * | | | add mute button and functionality for call notification + new button icons | petter | 2021-01-27 | 2 | -1/+16 |
| | | | | | | |||||
| | | * | | | Handle call notification the same way than other notifications. | Jean-François Milants | 2021-01-24 | 2 | -26/+46 |
| | | | | | | | | | | | | | | | | | | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call. | ||||
| | | * | | | change Notification Event base UUID | petter | 2021-01-21 | 2 | -14/+14 |
| | | | | | | |||||
| | | * | | | change Notification Event UUID | petter | 2021-01-21 | 2 | -6/+8 |
| | | | | | | |||||
| | | * | | | Add incoming call functionality | Rasmus Schenstrom | 2021-01-21 | 4 | -4/+60 |
| | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com> | ||||
| | * / | | Update to nimble 1.3 master branch commit ↵ | Jean-François Milants | 2021-02-02 | 3 | -0/+3 |
| | |/ / | | | | | | | | | | | | | | | | 82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled! | ||||
| * / / | Generate pinetime-recovery : a light version of InfiniTime design to be used ↵ | Jean-François Milants | 2021-01-26 | 2 | -0/+72 |
| |/ / | | | | | | | | | | | | | | | | | as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the | ||||
| * | | Merge pull request #168 from Panky-codes/fix-erratic-battery | JF002 | 2021-01-20 | 2 | -5/+42 |
| |\ \ | | | | | | | Fix erratic battery | ||||
| | * | | Added more descriptive comments in doxygen format. | panky-codes | 2021-01-17 | 1 | -9/+15 |
| | | | | |||||
| | * | | Changed float to int in battery controller file. | panky-codes | 2021-01-16 | 1 | -2/+2 |
| | | | | |||||
| | * | | Changed std accumulate to use int instead of a float. | panky-codes | 2021-01-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Converted all the other float usage to int. | panky-codes | 2021-01-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Converted percent remaining calc to int. | panky-codes | 2021-01-16 | 2 | -6/+6 |
| | | | | |||||
| | * | | Adapted the accumulate function to return float. | panky-codes | 2021-01-14 | 1 | -1/+2 |
| | | | | |||||
| | * | | Implemented a circular buffer and added an average alg for batter remaining ↵ | panky-codes | 2021-01-14 | 2 | -3/+33 |
| | | | | | | | | | | | | | percentage. | ||||
| * | | | Merge branch piggz/nav into develop: | Jean-François Milants | 2021-01-20 | 4 | -0/+238 |
| | | | | | | | | | | | | | | | | - fix conflict - add a icon for the navigation app. | ||||
| * | | | Merge pull request #169 from JF002/heartRateSensor | JF002 | 2021-01-20 | 12 | -3/+446 |
| |\ \ \ | | | | | | | | | Heart rate sensor | ||||
| | * | | | Add heart rate BLE service. | Jean-François Milants | 2021-01-17 | 6 | -4/+147 |
| | | | | | |||||
