summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04Add step counting and wake up on wrist rotation in the list of features.Jean-François Milants1-0/+3
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants27-26/+12344
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Merge pull request #239 from muesli/badge-linkJF0021-1/+1
Fix README build-badge link
2021-04-04Ignore notification with empty message.Jean-François Milants2-4/+10
2021-04-04double tap wakeup error fixJoaquim7-68/+89
battery nonblocking read
2021-04-04Notification app : disable swipe when the app is in 'preview' mode. In this ↵Jean-François Milants1-0/+2
mode, only the new notification should be displayed, there is no point to allow navigating to past notifications. Works as a workaround for the crash that occurs when you swipe the notification app in preview mode (https://github.com/JF002/InfiniTime/issues/250).
2021-04-04Add support for notification title. The notification buffer must contain the ↵Jean-François Milants7-9/+30
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 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
2021-03-07Set version to 0.14.1Jean-François Milants1-1/+1
2021-03-07Merge branch 'recovery-firmware' of JF/PineTime into developJF49-108/+3624
2021-03-07Add submodule again...Jean-François Milants2-0/+3