aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Detect full charge and improve watchface displayRiku Isokoski2021-09-032-3/+16
* Settings : use enums instead of ints to store colors. Group all PTS settings ...Jean-François Milants2021-08-281-20/+26
* Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-152-10/+34
|\
| * Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime i...Jean-François Milants2021-08-142-10/+34
| |\
| | * ImprovementsRiku Isokoski2021-08-012-28/+24
| | * Merge branch 'develop' into HEADRiku Isokoski2021-08-0128-372/+665
| | |\
| | * | cleaned up the code and reduced the size of the diff by removing things like ...Florian Kraupa2021-05-162-2/+2
| | * | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-162-8/+35
* | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-123-67/+26
|\| | |
| * | | Merge pull request #483 from Riksu9000/fix_adcJF0022021-08-102-57/+16
| |\ \ \
| | * | | Remove floating point calculationRiku Isokoski2021-08-011-2/+2
| | * | | Increase ADC precisionRiku Isokoski2021-07-271-4/+4
| | * | | Merge branch 'develop' into fix_adcRiku Isokoski2021-07-272-13/+35
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'develop' into fix_adcRiku Isokoski2021-07-136-17/+28
| | |\ \ \
| | * | | | Fix misconfigured ADC and remove now unnecessary filteringRiku Isokoski2021-07-122-48/+4
| * | | | | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ...Jean-François Milants2021-08-101-10/+10
| | |_|/ / | |/| | |
* | | | | Increment settings value, remove old hacky fixKieran Cawthray2021-07-251-1/+1
* | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-231-5/+4
|\| | | |
| * | | | Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-5/+4
* | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-207-29/+60
|\| | | |
| * | | | 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
| |/ /
* | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-128-194/+399
|\| |
| * | 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
* | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-06-291-0/+5
|\| |
| * | SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-0/+5
* | | PineTimeStyle color picker add settings integrationKieran Cawthray2021-06-241-0/+31
|/ /
* | 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