summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-09Merge pull request #259 from JF002/fix-music-app2JF0024-13/+17
Fix music app
2021-04-09Merge pull request #258 from joaquimorg/BigRewriteJF002487-10580/+58737
New settings menu and more...
2021-04-09add more memory to displayapp taskJoaquim1-1/+1
2021-04-08restore battery bufferJoaquim3-12/+41
2021-04-05Fix wake up lock in twiJoaquim5-44/+50
optimize battery code
2021-04-05array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira3-3/+3
2021-04-04font creationJoaquim1-4/+13
2021-04-04Fix music app :Jean-François Milants4-13/+17
- 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-04Merge pull request #239 from muesli/badge-linkJF0021-1/+1
Fix README build-badge link
2021-04-04double tap wakeup error fixJoaquim7-68/+89
battery nonblocking read
2021-04-04Big UI and navigation RewriteJoaquim484-10524/+58616
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-31Merge pull request #238 from nscooling/make_uniqueJF00211-69/+64
Resolved C++14 Cmake build issues so correctly building to C99/C++14
2021-03-24Merge pull request #249 from alexr4535/developJF0021-1/+2
add siglo as a companion app
2021-03-23add siglo as a companion appAlex Robinson1-1/+2
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling7-39/+45
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling83-561/+5373
2021-03-21Set version to 0.15.0Jean-François Milants1-1/+1
2021-03-21Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants1-5/+10
2021-03-21Merge pull request #245 from petterhs/fixDisplayErrorsJF0022-8/+4
fix display driver issues in recovery
2021-03-21Merge pull request #244 from joaquimorg/LVGL7.11.0JF0021-0/+0
Update to LVGL 7.11.0 Final
2021-03-21Merge pull request #231 from Panky-codes/feature/add-stop-watchJF00210-45/+376
Added stopwatch
2021-03-21Added stopwatch app to readmepanky-codes1-0/+1
2021-03-21fix display driver issues in recoverypetter2-8/+4
2021-03-21Reverted the paddle app in displayapp.cpppanky-codes1-2/+2
2021-03-21Updated lvgl submodule to match with develop branchpanky-codes1-0/+0
2021-03-21Fix README build-badge linkChristian Muehlhaeuser1-1/+1
2021-03-20Merged upstreampanky-codes76-529/+4994
2021-03-20Reworked based on PR comments.panky-codes4-38/+56
2021-03-20Update to LVGL 7.11.0 FinalJoaquim1-0/+0
2021-03-20Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF0024-78/+38
FIX screen corruption (Issue #213)
2021-03-20Merge pull request #237 from muesli/systeminfo-urlJF0021-1/+1
Update project URL in SystemInfo
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF0026-11/+11
Small correction to git URL in documentation files
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants27-319/+1327
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-20Merge pull request #217 from joaquimorg/MultiFaceClockJF00225-315/+1320
Multi face support, analog clock, 12/24 config
2021-03-18FIX screen corruption #213Joaquim4-78/+38
2021-03-16Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling4-23/+16
2021-03-16Update project URL in SystemInfoChristian Muehlhaeuser1-1/+1
Pinetime -> InfiniTime
2021-03-15Small correction to git URL in documentation filesMartin Ashby6-11/+11
2021-03-15Removed unused variables. Tested.panky-codes3-9/+8
2021-03-13Increased the size of the button and realigned the layout a bit. Tested.panky-codes1-5/+7
2021-03-13Added some comments for clarity. Ready for review. Tested.panky-codes2-4/+16
2021-03-13Stopwatch completed. Ready for PRpanky-codes5-55/+75
2021-03-13Adding laps completed.panky-codes2-6/+17
2021-03-12Laps introduced. Tested. Need to change the icon.panky-codes2-7/+71
2021-03-12Added a button for stop lap. Logic works. Need to implement symbol and ↵panky-codes2-9/+58
buffer for lap
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-08fix AM/PMJoaquim José Almeida Pereira1-5/+15