summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-01-15add motor to notifs, fix tabs in motorcontroller.hjlukanc1-0/+4
2020-11-16Include cleanup: displayapp + screensokaestne1-3/+1
2020-10-22Notifications : Replace the label "notificationNr/notificationNb" by a grey b...JF1-12/+16
2020-10-21Notifications : Fix display of notification index/number.JF1-4/+4
2020-10-20Integrate new notification UI with notifications coming from BLEJF1-140/+97
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both notificatio...JF1-73/+141
2020-10-18[WIP] New notification app that uses software scrolling effect.JF1-0/+145