summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-26Make it possible to dismiss new notificationsTomas Groth1-2/+24
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski1-12/+6
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-4/+5
2022-08-08Notification swap text colors for visibility and reduce duplication (#1252)Riku Isokoski1-12/+7
2022-06-28Notifications: no inTransition screen, simple blackbox is enoughReinhold Gschweicher1-11/+7
2022-06-28Dismiss notifications by swiping rightSimon Willshire1-48/+127
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-2/+2
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski1-6/+0
2022-04-29Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski1-1/+1
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski1-6/+6
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski1-5/+5
2022-03-03Notifications: replace newlines in label-copy because of const char* titleReinhold Gschweicher1-8/+11
2022-02-19Notifications: use motorController object instead of class functionReinhold Gschweicher1-9/+15
2022-01-01Improved notification timeoutRiku Isokoski1-14/+38
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-3/+3
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski1-1/+1
2021-09-12Merge pull request #602 from Riksu9000/del_unusedJF0021-1/+1
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski1-4/+0
2021-08-31Fix notifications that wouldn't auto close when the timeout elapsed (in previ...Jean-François Milants1-1/+0
2021-08-19Remove unused variablesRiku Isokoski1-1/+1
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski1-44/+39
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-1/+0
2021-08-01FixesRiku Isokoski1-10/+17
2021-08-01ImprovementsRiku Isokoski1-74/+29
2021-08-01Merge branch 'develop' into HEADRiku Isokoski1-20/+20
2021-07-25Fix slow scrollRiku Isokoski1-1/+0
2021-07-19Refresh reworkRiku Isokoski1-3/+4
2021-07-02Fix call notification button alignmentRiku Isokoski1-20/+12
2021-05-20removed an empty assignment that caused a compiler warning (#372)Florian1-1/+0
2021-05-16NotificationItem now also redefines the start of the timeoutFlorian Kraupa1-7/+13
2021-05-16cleaned up the code and reduced the size of the diff by removing things like ...Florian Kraupa1-14/+9
2021-05-16only activate the timeout on call notification previews after they have been ...Florian Kraupa1-11/+24
2021-05-16implemented continuous vibration pattern for incoming callsFlorian Kraupa1-11/+28
2021-05-16better handling of long notification titlesFlorian Kraupa1-0/+10
2021-04-24Reformatted all the files according to clang-format styleAvamander1-55/+59
2021-04-09Fix display of empty notification.Jean-François Milants1-1/+1
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants1-23/+18
2021-04-04double tap wakeup error fixJoaquim1-1/+4
2021-04-04Notification app : disable swipe when the app is in 'preview' mode. In this m...Jean-François Milants1-0/+2
2021-04-04Add support for notification title. The notification buffer must contain the ...Jean-François Milants1-7/+8
2021-04-04Big UI and navigation RewriteJoaquim1-28/+20
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-8/+8
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...Jean-François Milants1-109/+82
2021-02-14Fix merge conflict.Jean-François Milants1-3/+6
2021-02-07add vibration togglepetter1-0/+4
2021-02-05trigger vibration from systemtaskpetter1-7/+3
2021-01-28LVGL v7.10.0Joaquim1-69/+41
2021-01-27add mute button and functionality for call notification + new button iconspetter1-5/+28
2021-01-25create motorcontroller in main and pass by referencepetter1-3/+7
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants1-17/+116