aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Notifications.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor doNotGoToSleep to a wakelock countermark90642024-09-211-4/+3
* notifications: Dismiss to watchface when empty (#1716)Eli Tan2024-09-181-4/+5
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-1/+1
* Fix formattingtgc-dk2022-12-261-2/+1
* Put common code into DismissToBlack helper functionTomas Groth2022-12-261-15/+13
* Make it possible to dismiss new notificationsTomas Groth2022-12-261-2/+24
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-181-12/+6
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-4/+5
* Notification swap text colors for visibility and reduce duplication (#1252)Riku Isokoski2022-08-081-12/+7
* Notifications: no inTransition screen, simple blackbox is enoughReinhold Gschweicher2022-06-281-11/+7
* Dismiss notifications by swiping rightSimon Willshire2022-06-281-45/+124
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-2/+2
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-6/+0
* Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski2022-04-291-1/+1
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-6/+6
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-5/+5
* Notifications: replace newlines in label-copy because of const char* titleReinhold Gschweicher2022-03-031-8/+11
* Notifications: use motorController object instead of class functionReinhold Gschweicher2022-02-191-9/+15
* Improved notification timeoutRiku Isokoski2022-01-011-14/+38
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-3/+3
* Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-131-1/+1
|\
| * Merge pull request #602 from Riksu9000/del_unusedJF0022021-09-121-1/+1
| |\
| | * Remove unused variablesRiku Isokoski2021-08-191-1/+1
* | | Toggle notifications only, keep vibrations.Riku Isokoski2021-09-121-4/+0
|/ /
* | Fix notifications that wouldn't auto close when the timeout elapsed (in previ...Jean-François Milants2021-08-311-1/+0
* | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-42/+37
|\|
| * FixesRiku Isokoski2021-08-011-10/+17
| * ImprovementsRiku Isokoski2021-08-011-74/+29
| * Merge branch 'develop' into HEADRiku Isokoski2021-08-011-20/+20
| |\
| * | NotificationItem now also redefines the start of the timeoutFlorian Kraupa2021-05-161-7/+13
| * | cleaned up the code and reduced the size of the diff by removing things like ...Florian Kraupa2021-05-161-14/+9
| * | only activate the timeout on call notification previews after they have been ...Florian Kraupa2021-05-161-11/+24
| * | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-161-11/+28
* | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-1/+0
|\ \ \ | | |/ | |/|
| * | Fix slow scrollRiku Isokoski2021-07-251-1/+0
* | | Refresh reworkRiku Isokoski2021-07-191-3/+4
|/ /
* | Fix call notification button alignmentRiku Isokoski2021-07-021-20/+12
* | removed an empty assignment that caused a compiler warning (#372)Florian2021-05-201-1/+0
* | better handling of long notification titlesFlorian Kraupa2021-05-161-0/+10
|/
* Reformatted all the files according to clang-format styleAvamander2021-04-241-55/+59
* Fix display of empty notification.Jean-François Milants2021-04-091-1/+1
* Merge branch 'develop' into notification-titleJean-François Milants2021-04-091-23/+18
|\
| * double tap wakeup error fixJoaquim2021-04-041-1/+4
| * Big UI and navigation RewriteJoaquim2021-04-041-28/+20
* | Notification app : disable swipe when the app is in 'preview' mode. In this m...Jean-François Milants2021-04-041-0/+2
* | Add support for notification title. The notification buffer must contain the ...Jean-François Milants2021-04-041-7/+8
|/
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-8/+8
* Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...Jean-François Milants2021-02-231-102/+75
|\
| * LVGL v7.10.0Joaquim2021-01-281-62/+34
* | Fix merge conflict.Jean-François Milants2021-02-141-3/+6
|\ \