summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
AgeCommit message (Expand)Author
2022-04-13Revert "Sans notification (notification manager retained as it seems to be us...ultraredux2Michele Bini
2022-04-13Sans notification (notification manager retained as it seems to be used by th...Michele Bini
2022-04-12Fixed screen brightness, no sleep or wake upMichele Bini
2022-03-27Continue neofont supportMichele Bini
2022-03-27remove font jetbrains_mono_extrabold_compressed, replace with neofont3Michele Bini
2022-03-26Revert "sans animations"Michele Bini
2022-03-25sans animationsMichele Bini
2022-03-24sans music navigation metronome twosMichele Bini
2022-03-03Notifications: replace newlines in label-copy because of const char* titleReinhold Gschweicher
2022-02-19Notifications: use motorController object instead of class functionReinhold Gschweicher
2022-01-01Improved notification timeoutRiku Isokoski
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski
2021-09-12Merge pull request #602 from Riksu9000/del_unusedJF002
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski
2021-08-31Fix notifications that wouldn't auto close when the timeout elapsed (in previ...Jean-François Milants
2021-08-19Remove unused variablesRiku Isokoski
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-01FixesRiku Isokoski
2021-08-01ImprovementsRiku Isokoski
2021-08-01Merge branch 'develop' into HEADRiku Isokoski
2021-07-25Fix slow scrollRiku Isokoski
2021-07-19Refresh reworkRiku Isokoski
2021-07-02Fix call notification button alignmentRiku Isokoski
2021-05-20removed an empty assignment that caused a compiler warning (#372)Florian
2021-05-15NotificationItem now also redefines the start of the timeoutFlorian Kraupa
2021-05-15cleaned up the code and reduced the size of the diff by removing things like ...Florian Kraupa
2021-05-15only activate the timeout on call notification previews after they have been ...Florian Kraupa
2021-05-15implemented continuous vibration pattern for incoming callsFlorian Kraupa
2021-05-15better handling of long notification titlesFlorian Kraupa
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-09Fix display of empty notification.Jean-François Milants
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants
2021-04-04double tap wakeup error fixJoaquim
2021-04-04Notification app : disable swipe when the app is in 'preview' mode. In this m...Jean-François Milants
2021-04-04Add support for notification title. The notification buffer must contain the ...Jean-François Milants
2021-04-04Big UI and navigation RewriteJoaquim
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...Jean-François Milants
2021-02-14Fix merge conflict.Jean-François Milants
2021-02-07add vibration togglepetter
2021-02-05trigger vibration from systemtaskpetter
2021-01-28LVGL v7.10.0Joaquim
2021-01-27add mute button and functionality for call notification + new button iconspetter
2021-01-25create motorcontroller in main and pass by referencepetter
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants
2021-01-16add motor to notifs, fix tabs in motorcontroller.hjlukanc
2020-11-16Include cleanup: displayapp + screensokaestne
2020-10-22Notifications : Replace the label "notificationNr/notificationNb" by a grey b...JF