aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
Commit message (Collapse)AuthorAgeFilesLines
* Updated to include WatchFaceAnalog and fixed clashesNiall Cooling2021-03-2229-415/+1861
|\
| * Merge pull request #245 from petterhs/fixDisplayErrorsJF0022021-03-211-4/+2
| |\ | | | | | | fix display driver issues in recovery
| | * fix display driver issues in recoverypetter2021-03-211-4/+2
| | |
| * | Reverted the paddle app in displayapp.cpppanky-codes2021-03-211-2/+2
| | |
| * | Merged upstreampanky-codes2021-03-2023-370/+1488
| |\|
| | * Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF0022021-03-201-56/+29
| | |\ | | | | | | | | FIX screen corruption (Issue #213)
| | | * FIX screen corruption #213Joaquim2021-03-181-56/+29
| |_|/ |/| |
| | * Merge pull request #237 from muesli/systeminfo-urlJF0022021-03-201-1/+1
| | |\ | | | | | | | | Update project URL in SystemInfo
| | | * Update project URL in SystemInfoChristian Muehlhaeuser2021-03-161-1/+1
| |_|/ |/| | | | | | | | Pinetime -> InfiniTime
| | * Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-2018-312/+1109
| | |\ | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
| | | * fix AM/PMJoaquim José Almeida Pereira2021-03-081-5/+15
| | | |
| | | * Update from JF comments to PRJoaquim2021-03-064-31/+6
| | | |
| | | * Merge from upstreamJoaquim2021-03-061-1/+2
| | | |
| | | * Multi face support, analog clock, 12/24 configJoaquim2021-02-2416-306/+1116
| | | |
| | * | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-0734-1532/+1413
| | |\ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
| | * | Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants2021-01-268-5/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Reworked based on PR comments.panky-codes2021-03-203-38/+37
| | | |
| * | | Removed unused variables. Tested.panky-codes2021-03-153-9/+8
| | | |
| * | | Increased the size of the button and realigned the layout a bit. Tested.panky-codes2021-03-131-5/+7
| | | |
| * | | Added some comments for clarity. Ready for review. Tested.panky-codes2021-03-132-3/+15
| | | |
| * | | Stopwatch completed. Ready for PRpanky-codes2021-03-135-55/+75
| | | |
| * | | Adding laps completed.panky-codes2021-03-132-6/+17
| | | |
| * | | Laps introduced. Tested. Need to change the icon.panky-codes2021-03-122-6/+70
| | | |
| * | | Added a button for stop lap. Logic works. Need to implement symbol and ↵panky-codes2021-03-122-9/+58
| | | | | | | | | | | | | | | | buffer for lap
| * | | Added play/pause button.panky-codes2021-03-112-9/+55
| | | |
| * | | Changed the clock source. Stopwatch works. Need to add butttons.panky-codes2021-03-112-12/+29
| | | |
| * | | Merge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watchpanky-codes2021-03-112-39/+39
| |\ \ \ | |/ / / |/| | |
| * | | Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes2021-03-115-3/+112
| | |/ | |/| | | | | | | replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
* / | Moved private statics into unnamed namespace in cpp file to reduce coupling ↵Niall Cooling2021-03-032-39/+39
|/ / | | | | | | and uncessar in header
* | Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants2021-02-2329-1120/+727
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Fix delay in button actionsJoaquim2021-02-221-30/+1
| | |
| * | CleanupJoaquim2021-02-0110-235/+13
| | |
| * | LVGL v7.10.0Joaquim2021-01-2824-903/+792
| |/
* | Merge pull request #205 from nscooling/dirtyRefactorJF0022021-02-141-13/+13
|\ \ | | | | | | refactored class DirtyValue
| * | refactored class DirtyValueNiall Cooling2021-02-121-13/+13
| |/
* | Merge pull request #186 from petterhs/musicUIJF0022021-02-141-7/+8
|\ \ | | | | | | music: Symbols for the buttons
| * | improve music UI with icons for play/pause/next/prev/ and volumepetter2021-01-271-7/+8
| | |
| * | update font with icons for music, call and qrpetter2021-01-273-396/+498
| |/
* | Fix merge conflict.Jean-François Milants2021-02-141-3/+6
|\ \
| * | add vibration togglepetter2021-02-071-0/+4
| | |
| * | trigger vibration from systemtaskpetter2021-02-054-18/+5
| | |
| * | create motorcontroller in main and pass by referencepetter2021-01-254-7/+20
| | |
| * | Merge branch 'develop' into upstream-devThe King2021-01-24281-403/+10681
| |\|
| * | add motor to notifs, fix tabs in motorcontroller.hjlukanc2021-01-152-0/+6
| | |
* | | add mute button and functionality for call notification + new button iconspetter2021-01-272-5/+31
| | |
* | | update font with icons for music, call and qrpetter2021-01-273-396/+498
| | |
* | | Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants2021-01-242-3/+8
| | | | | | | | | | | | Notifications.h.
* | | Handle call notification the same way than other notifications.Jean-François Milants2021-01-247-49/+147
| | | | | | | | | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call.
* | | Add incoming call functionalityRasmus Schenstrom2021-01-214-13/+53
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-203-7/+7
|\ \ | | | | | | Fix erratic battery