summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2021-07-02Inititialize members in class declarationJonathan Vander Mey
Also added initializers for previously unintialized members.
2021-07-02Move local-only function into anonymous namespaceJonathan Vander Mey
2021-07-02Make MusicService UUID objects static constexprJonathan Vander Mey
2021-07-02Eliminate reinterpret_castingJonathan Vander Mey
2021-07-02Float voltage to int (#444)Riku Isokoski
* Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion
2021-07-02static_cast cleanupAvamander
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix
* Retrieve and display bootloader version - Display bootloader version on System Info screen - Enable SPI flash sleep mode if bootloader version >= 1.0.0 * Wait for SPI flash to wakeup before starting OTA DFU
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF002
* Add support for BMA425 acceleration sensor.
2021-06-12Fix signed/unsigned comparison warningJonathan Vander Mey
Changed type of encodedBufferIndex to size_t to eliminate warning. It is fine as a size_t as its only ever compared to another size_t and used as an array index.
2021-06-12Merge pull request #359 from Avamander/patch-2JF002
Used a macro for UUID generation, switched from C-style casts to reinterpret_cast, renamed callback
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-05-20Timer App (#355)Florian
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon
2021-05-16Updated license header yearAvamander
2021-05-16Used a macro for UUID generation, switched from C-style casts to ↵Avamander
reinterpret_cast, renamed callback
2021-05-16Emit event on power-present toggle (#320)David Ventura
* Emit event on power-present toggle * clang-format on changes * also update battery status on any event * update comments; remove double battery update * Fix formatting * Vibrate shortly on charging event * debounce charge event
2021-05-15Merge pull request #298 from joaquimorg/StepsAppJF002
New Steps app
2021-05-01Fix #209. Use int8_t for PPG data arraydavid
2021-04-26Merge branch 'develop' ofJoaquim
https://github.com/JF002/InfiniTime into StepsApp
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-20Fix button size and default step goalJoaquim
2021-04-19New Steps appJoaquim
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-16In order to stabilize the battery reading,Joaquim
I modified the process to make 5 consecutive readings, as the process is asynchronous, there is no interference in the main process.
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants
# 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
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants
# Conflicts: # src/displayapp/screens/Notifications.cpp
2021-04-09Merge pull request #259 from JF002/fix-music-app2JF002
Fix music app
2021-04-08restore battery bufferJoaquim
2021-04-05Fix wake up lock in twiJoaquim
optimize battery code
2021-04-04Fix music app :Jean-François Milants
- 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)
2021-04-04Reset the step count every day at midnight.Jean-François Milants
2021-04-04Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants
fails. This allows to boot InfiniTime even if the device cannot initialize.
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Ignore notification with empty message.Jean-François Milants
2021-04-04double tap wakeup error fixJoaquim
battery nonblocking read
2021-04-04Add support for notification title. The notification buffer must contain the ↵Jean-François Milants
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.
2021-04-04Big UI and navigation RewriteJoaquim
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...
2021-03-20Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF002
FIX screen corruption (Issue #213)
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-18FIX screen corruption #213Joaquim
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-03-06Update from JF comments to PRJoaquim
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
2021-02-14Merge pull request #182 from petterhs/warningsJF002
Fix build warnings coming from HR implementation
2021-02-14Fix merge conflict.Jean-François Milants
2021-02-14Merge pull request #161 from petterhs/callsJF002
Call functionality with changed UUID for notification event characteristic
2021-02-07add vibration togglepetter
2021-02-05refactor MotorControllerpetter
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-01-27add mute button and functionality for call notification + new button iconspetter
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants
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