summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-11Added play/pause button.panky-codes2-9/+55
2021-03-11Changed the clock source. Stopwatch works. Need to add butttons.panky-codes2-12/+29
2021-03-11Merge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watchpanky-codes4-48/+60
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes6-3/+114
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
2021-03-06Merge pull request #223 from hubmartin/patch-1JF0021-0/+1
Add link to README.md to WebBLEWatch to update time from web browser
2021-03-06Merge pull request #222 from nscooling/refactor-clock-private-staticsJF0022-39/+39
Moved private statics into unnamed namespace in cpp file
2021-03-06Merge pull request #221 from nscooling/C++14JF0021-9/+20
Refactored src/CMakelist to support C++14
2021-03-04Add WebBLEWatch option to update timeMartin Hub1-0/+1
2021-03-03Moved private statics into unnamed namespace in cpp file to reduce coupling ↵Niall Cooling2-39/+39
and uncessar in header
2021-03-03Refactored src/CMakelist to support C++14 and cleanup up redundant/incorrect ↵Niall Cooling1-9/+20
-std= directives
2021-02-25Update pictures in the main README.md file.Jean-François Milants4-1/+2
2021-02-24Set version to 0.14.0Jean-François Milants1-1/+1
2021-02-24Merge pull request #211 from roblabla/fix-flashingJF0021-7/+7
Flash correct file name
2021-02-23Update doc : init git submodule before build.Jean-François Milants1-0/+1
2021-02-23Fix LVGL submodule (sorry!)Jean-François Milants294-241414/+0
2021-02-23Merge branch 'joaquimorg-LVGL7' into developJean-François Milants373-52274/+204260
2021-02-23Remove LVGL folder (it's now a submodule)Jean-François Milants340-50932/+203090
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants33-1342/+1170
joaquimorg-LVGL7 # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.cpp # src/displayapp/screens/Modal.cpp # src/displayapp/screens/Modal.h # src/displayapp/screens/Notifications.cpp # src/displayapp/screens/Tile.h
2021-02-22Fix delay in button actionsJoaquim2-30/+1
2021-02-19Flash correct file nameroblabla1-7/+7
2021-02-14Set version to 0.13.0Jean-François Milants1-1/+1
2021-02-14Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants30-503/+934
2021-02-14Fix IRQ management in FreeRTOS to avoid crash and deadlock in BLE stack.Jean-François Milants2-2/+24
2021-02-14Merge pull request #205 from nscooling/dirtyRefactorJF0021-13/+13
refactored class DirtyValue
2021-02-14Merge pull request #186 from petterhs/musicUIJF0021-7/+8
music: Symbols for the buttons
2021-02-14Remove debug variable.Jean-François Milants1-1/+1
2021-02-14Merge pull request #206 from nscooling/Hrs3300_SetGain_remove_warningsJF0021-4/+5
Eliminated warnings in Hrs3300
2021-02-14Merge branch 'develop' into Hrs3300_SetGain_remove_warningsJF00227-478/+907
2021-02-14Merge pull request #182 from petterhs/warningsJF0024-8/+6
Fix build warnings coming from HR implementation
2021-02-14Merge branch 'jlukanc1-upstream-dev' into developJean-François Milants10-7/+80
2021-02-14Fix merge conflict.Jean-François Milants10-7/+80
2021-02-14Merge pull request #161 from petterhs/callsJF00219-469/+827
Call functionality with changed UUID for notification event characteristic
2021-02-12eliminated warnings in Hrs3300Niall Cooling1-4/+5
2021-02-12refactored class DirtyValueNiall Cooling1-13/+13
2021-02-07Set version to 0.12.1Jean-François Milants1-1/+1
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants1-0/+2
2021-02-07add vibration togglepetter4-1/+16
2021-02-05refactor MotorControllerpetter2-24/+10
2021-02-05trigger vibration from systemtaskpetter5-21/+9
2021-02-04Merge branch 'update-nimble-1_3-master' into developJean-François Milants2-3/+3
2021-02-04Merge pull request #198 from JF002/update-nimble-1_3-masterJF002286-9261/+31329
Update to nimble 1.3 master branch
2021-02-04Set version to 0.12..0Jean-François Milants1-1/+1
2021-02-03Increase FreeRTOS heap size and re-enable heart rate task. New Nimble ↵Jean-François Milants2-3/+3
probably uses more memory than before.
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants286-9261/+31329
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-02-01CleanupJoaquim12-241/+13
2021-02-01Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7Joaquim10-6/+244
2021-01-31Merge pull request #197 from Avamander/patch-9JF0021-0/+3
Enabled clang-format in Clion
2021-01-31Merge pull request #196 from Avamander/patch-8JF0021-0/+26
Added clang-tidy configuration
2021-01-31Merge pull request #194 from Avamander/patch-6JF0021-0/+136
Added Clang formatting rules
2021-01-31Merge pull request #195 from Avamander/patch-7JF0021-1/+21
Improve CLion's formatting rules