aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Multiple wakeup sources (#290)Kozova12021-07-141-8/+31
* Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-116-21/+29
* Using littlefs (#438)joaquim.org2021-07-114-112/+314
* Whitespace and brace fixes (#456)Avamander2021-07-041-1/+2
* Inititialize members in class declarationJonathan Vander Mey2021-07-022-22/+12
* Move local-only function into anonymous namespaceJonathan Vander Mey2021-07-021-4/+3
* Make MusicService UUID objects static constexprJonathan Vander Mey2021-07-022-22/+31
* Eliminate reinterpret_castingJonathan Vander Mey2021-07-021-26/+26
* Float voltage to int (#444)Riku Isokoski2021-07-022-8/+12
* static_cast cleanupAvamander2021-07-021-1/+1
* SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-0/+5
* Add support for BMA425 acceleration sensor. (#440)JF0022021-06-192-0/+21
* Fix signed/unsigned comparison warningJonathan Vander Mey2021-06-121-1/+1
* Merge pull request #359 from Avamander/patch-2JF0022021-06-122-157/+95
|\
| * Updated license header yearAvamander2021-05-172-2/+2
| * Used a macro for UUID generation, switched from C-style casts to reinterpret_...Avamander2021-05-172-155/+93
* | Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2021-06-0613-49/+44
* | Timer App (#355)Florian2021-05-203-1/+100
* | Emit event on power-present toggle (#320)David Ventura2021-05-161-1/+0
|/
* Merge pull request #298 from joaquimorg/StepsAppJF0022021-05-152-4/+12
|\
| * Merge branch 'develop' ofJoaquim2021-04-2655-1874/+1626
| |\
| * | Fix button size and default step goalJoaquim2021-04-201-1/+1
| * | New Steps appJoaquim2021-04-192-3/+9
* | | Fix #209. Use int8_t for PPG data arraydavid2021-05-012-8/+8
| |/ |/|
* | Changed access modified indentationAvamander2021-04-2429-64/+64
* | Reformatted all the files according to clang-format styleAvamander2021-04-2456-1886/+1636
|/
* In order to stabilize the battery reading,Joaquim2021-04-162-8/+22
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-0914-70/+354
|\
| * Merge branch 'develop' into notification-titleJean-François Milants2021-04-099-64/+322
| |\
| | * Merge pull request #259 from JF002/fix-music-app2JF0022021-04-091-1/+1
| | |\
| | | * Fix music app :Jean-François Milants2021-04-041-1/+1
| | * | restore battery bufferJoaquim2021-04-082-10/+40
| | * | Fix wake up lock in twiJoaquim2021-04-052-29/+31
| | * | double tap wakeup error fixJoaquim2021-04-042-54/+67
| | * | Big UI and navigation RewriteJoaquim2021-04-046-13/+226
| | |/
| * | Ignore notification with empty message.Jean-François Milants2021-04-042-4/+10
| * | Add support for notification title. The notification buffer must contain the ...Jean-François Milants2021-04-046-2/+22
| |/
* | Reset the step count every day at midnight.Jean-François Milants2021-04-042-0/+21
* | Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants2021-04-042-2/+8
* | First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants2021-04-042-0/+59
|/
* Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF0022021-03-201-9/+5
|\
| * FIX screen corruption #213Joaquim2021-03-181-9/+5
* | Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-204-0/+183
|\ \
| * | Update from JF comments to PRJoaquim2021-03-061-2/+0
| * | Multi face support, analog clock, 12/24 configJoaquim2021-02-244-0/+185
| |/
* | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-0714-11/+160
|\|
| * Merge pull request #182 from petterhs/warningsJF0022021-02-143-6/+4
| |\
| | * fix build warnings in HR implementationpetter2021-01-253-6/+4
| * | Fix merge conflict.Jean-François Milants2021-02-144-0/+55
| |\ \
| | * | add vibration togglepetter2021-02-072-0/+11