summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-12Merge pull request #602 from Riksu9000/del_unusedJF0021-8/+0
Remove unused variables
2021-08-19Remove unused variablesRiku Isokoski1-8/+0
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski1-4/+8
2021-08-01FixesRiku Isokoski1-0/+2
2021-08-01ImprovementsRiku Isokoski1-20/+7
2021-07-19Refresh reworkRiku Isokoski1-4/+3
2021-05-16NotificationItem now also redefines the start of the timeoutFlorian Kraupa1-1/+3
2021-05-16cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa1-1/+1
additional whitespaces
2021-05-16only activate the timeout on call notification previews after they have been ↵Florian Kraupa1-2/+6
interacted with
2021-05-16implemented continuous vibration pattern for incoming callsFlorian Kraupa1-1/+7
2021-04-24Changed access modified indentationAvamander1-4/+4
2021-04-24Reformatted all the files according to clang-format styleAvamander1-29/+36
2021-04-04Big UI and navigation RewriteJoaquim1-2/+1
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-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants1-1/+1
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-01-28LVGL v7.10.0Joaquim1-1/+1
2021-01-27add mute button and functionality for call notification + new button iconspetter1-0/+3
2021-01-24Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants1-1/+6
Notifications.h.
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants1-18/+28
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2020-11-16Include cleanup: displayapp + screensokaestne1-5/+4
2020-10-22Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵JF1-0/+1
border on the bottom that is displayed when there are other notifications to available.
2020-10-20Integrate new notification UI with notifications coming from BLEJF1-10/+26
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both ↵JF1-12/+20
notification apps are available in the menu, we can compare them.
2020-10-18[WIP] New notification app that uses software scrolling effect.JF1-0/+36