| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'develop' into motion-sensor | Jean-François Milants | 2021-04-09 | 1 | -7/+44 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| | * | Fix wake up lock in twi | Joaquim | 2021-04-05 | 1 | -10/+16 |
| | | | | | | | | | optimize battery code | ||||
| | * | array in SettingWakeUp wrong size | Joaquim José Almeida Pereira | 2021-04-05 | 1 | -1/+1 |
| | | | |||||
| | * | double tap wakeup error fix | Joaquim | 2021-04-04 | 1 | -10/+10 |
| | | | | | | | | | battery nonblocking read | ||||
| | * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -9/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | 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... | ||||
| * | | TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases ↵ | Jean-François Milants | 2021-04-08 | 1 | -2/+6 |
| | | | | | | | | | | | | | and workarounds for errors on the bus. Reset the TWI bus after the soft-reset of the motion sensor to workaround issues on the TWI bus. | ||||
| * | | Reset the step count every day at midnight. | Jean-François Milants | 2021-04-04 | 1 | -2/+12 |
| | | | |||||
| * | | Handle return code from BMA driver, and set a flag is the initialization ↵ | Jean-François Milants | 2021-04-04 | 1 | -0/+1 |
| | | | | | | | | | fails. This allows to boot InfiniTime even if the device cannot initialize. | ||||
| * | | Code cleaning in BMA421 driver. Do the axis inversion in the driver and not ↵ | Jean-François Milants | 2021-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | in the application. NOTE: Axis remapping from the SDK do not apply to the "raw" X/Y/Z values returned to the sensor. According to the doc, the remapping is only applied to features, but I cannot check if it has any effect on step counting (I'm not sure I use it correctly, doc is not complete enough about this feature). | ||||
| * | | First integration of the motion sensor (bma 421) : step counting + wake on ↵ | Jean-François Milants | 2021-04-04 | 1 | -3/+25 |
| |/ | | | | wrist rotation + app to see the value of the 3 axis in "real time". | ||||
| * | replaced all unique_ptr.reset calls with std::make_unique | Niall Cooling | 2021-03-22 | 1 | -1/+1 |
| | | |||||
| * | Updated to include WatchFaceAnalog and fixed clashes | Niall Cooling | 2021-03-22 | 1 | -12/+16 |
| |\ | |||||
| | * | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-03-20 | 1 | -2/+6 |
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # src/main.cpp # src/systemtask/SystemTask.h | ||||
| | | * | Multi face support, analog clock, 12/24 config | Joaquim | 2021-02-24 | 1 | -2/+6 |
| | | | | |||||
| | * | | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 1 | -4/+8 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h | ||||
| | * | | Generate pinetime-recovery : a light version of InfiniTime design to be used ↵ | Jean-François Milants | 2021-01-26 | 1 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Resolved C++14 Cmake build issues so correctly building to C99/C++14 standards | Niall Cooling | 2021-03-16 | 1 | -2/+4 |
| | |/ |/| | |||||
| * | | Fix merge conflict. | Jean-François Milants | 2021-02-14 | 1 | -3/+7 |
| |\ \ | |||||
| | * | | add vibration toggle | petter | 2021-02-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | trigger vibration from systemtask | petter | 2021-02-05 | 1 | -3/+4 |
| | | | | |||||
| | * | | create motorcontroller in main and pass by reference | petter | 2021-01-25 | 1 | -2/+5 |
| | |/ | |||||
| * | | Handle call notification the same way than other notifications. | Jean-François Milants | 2021-01-24 | 1 | -6/+1 |
| | | | | | | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call. | ||||
| * | | Add incoming call functionality | Rasmus Schenstrom | 2021-01-21 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | 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> | ||||
| * | Add heart rate BLE service. | Jean-François Milants | 2021-01-17 | 1 | -2/+2 |
| | | |||||
| * | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵ | Jean-François Milants | 2021-01-17 | 1 | -6/+2 |
| | | | | | ON when the app is closed), display the HR value on the Clock app. | ||||
| * | HR Sensor : do not go to sleep when the HR app is running. | Jean-François Milants | 2021-01-10 | 1 | -0/+7 |
| | | |||||
| * | First implementation of the HR sensor using 100% foss code (ported from waspos) | Jean-François Milants | 2021-01-10 | 1 | -3/+13 |
| | | |||||
| * | Merge pull request #136 from okaestne/include-cleanup | JF002 | 2020-12-01 | 1 | -12/+20 |
| |\ | | | | | Includes cleanup | ||||
| | * | Include cleanup: components | okaestne | 2020-11-16 | 1 | -12/+20 |
| | | | |||||
| * | | Jeez this is what I get for rushing 😬 | Samuel Archibald | 2020-11-19 | 1 | -1/+1 |
| | | | |||||
| * | | Whoops! Don't look at this XD | Samuel Archibald | 2020-11-19 | 1 | -1/+1 |
| | | | |||||
| * | | Readability and fix | Samuel Archibald | 2020-11-19 | 1 | -1/+2 |
| | | | |||||
| * | | This is the actual fix, reducing the time between LCD is turned back on and ↵ | Samuel Archibald | 2020-11-02 | 1 | -7/+4 |
| | | | | | | | | | the next task which will display the time is started. | ||||
| * | | Fixed displaying last displayed time for ~100ms on wake | Samuel Archibald | 2020-11-02 | 1 | -4/+4 |
| |/ | |||||
| * | Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵ | JF | 2020-10-27 | 1 | -1/+6 |
| | | | | | | | because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version. | ||||
| * | Made sure to unsuppress the diagnostic check after the infinite loop declaration | Avamander | 2020-10-09 | 1 | -0/+2 |
| | | |||||
| * | Minor formatting, diagnostic and documentation changes | Avamander | 2020-10-09 | 1 | -1/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin-origin/patch-3' | Avamander | 2020-10-04 | 1 | -2/+2 |
| |\ | | | | | | | | | # Conflicts: # src/systemtask/SystemTask.cpp | ||||
| | * | Minor #include improvements | Avamander | 2020-10-04 | 1 | -4/+6 |
| | | | |||||
| * | | Fixed a typo in SystemTask | Avamander | 2020-10-04 | 1 | -3/+3 |
| |/ | |||||
| * | Fixed all the includes that were broken due to the renames | Avamander | 2020-10-02 | 1 | -3/+3 |
| | | |||||
| * | Renamed SystemTask/ to systemtask/ | Avamander | 2020-10-02 | 1 | -0/+247 |
