summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)Author
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling
2021-03-21Merge pull request #245 from petterhs/fixDisplayErrorsJF002
fix display driver issues in recovery
2021-03-21fix display driver issues in recoverypetter
2021-03-21Reverted the paddle app in displayapp.cpppanky-codes
2021-03-20Merged upstreampanky-codes
2021-03-20Reworked based on PR comments.panky-codes
2021-03-20Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF002
FIX screen corruption (Issue #213)
2021-03-20Merge pull request #237 from muesli/systeminfo-urlJF002
Update project URL in SystemInfo
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-18FIX screen corruption #213Joaquim
2021-03-16Update project URL in SystemInfoChristian Muehlhaeuser
Pinetime -> InfiniTime
2021-03-15Removed unused variables. Tested.panky-codes
2021-03-13Increased the size of the button and realigned the layout a bit. Tested.panky-codes
2021-03-13Added some comments for clarity. Ready for review. Tested.panky-codes
2021-03-13Stopwatch completed. Ready for PRpanky-codes
2021-03-13Adding laps completed.panky-codes
2021-03-12Laps introduced. Tested. Need to change the icon.panky-codes
2021-03-12Added a button for stop lap. Logic works. Need to implement symbol and ↵panky-codes
buffer for lap
2021-03-11Added play/pause button.panky-codes
2021-03-11Changed the clock source. Stopwatch works. Need to add butttons.panky-codes
2021-03-11Merge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watchpanky-codes
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
2021-03-08fix AM/PMJoaquim José Almeida Pereira
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-03-06Update from JF comments to PRJoaquim
2021-03-06Merge from upstreamJoaquim
2021-03-03Moved private statics into unnamed namespace in cpp file to reduce coupling ↵Niall Cooling
and uncessar in header
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants
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 actionsJoaquim
2021-02-14Merge pull request #205 from nscooling/dirtyRefactorJF002
refactored class DirtyValue
2021-02-14Merge pull request #186 from petterhs/musicUIJF002
music: Symbols for the buttons
2021-02-14Fix merge conflict.Jean-François Milants
2021-02-12refactored class DirtyValueNiall Cooling
2021-02-07add vibration togglepetter
2021-02-05trigger vibration from systemtaskpetter
2021-02-01CleanupJoaquim
2021-01-28LVGL v7.10.0Joaquim
2021-01-27add mute button and functionality for call notification + new button iconspetter
2021-01-27improve music UI with icons for play/pause/next/prev/ and volumepetter
2021-01-27update font with icons for music, call and qrpetter
2021-01-27update font with icons for music, call and qrpetter
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
2021-01-25create motorcontroller in main and pass by referencepetter
2021-01-24Merge branch 'develop' into upstream-devThe King
2021-01-24Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants
Notifications.h.
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-21Add incoming call functionalityRasmus Schenstrom
Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
2021-01-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF002
Fix erratic battery
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants
- fix conflict - add a icon for the navigation app.