aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Notifications.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | add vibration togglepetter2021-02-071-0/+4
| * | trigger vibration from systemtaskpetter2021-02-051-7/+3
| * | create motorcontroller in main and pass by referencepetter2021-01-251-3/+7
| * | add motor to notifs, fix tabs in motorcontroller.hjlukanc2021-01-151-0/+4
| |/
* | add mute button and functionality for call notification + new button iconspetter2021-01-271-5/+28
* | Handle call notification the same way than other notifications.Jean-François Milants2021-01-241-17/+116
|/
* Include cleanup: displayapp + screensokaestne2020-11-161-3/+1
* Notifications : Replace the label "notificationNr/notificationNb" by a grey b...JF2020-10-221-12/+16
* Notifications : Fix display of notification index/number.JF2020-10-211-4/+4
* Integrate new notification UI with notifications coming from BLEJF2020-10-201-139/+96
* [WIP] Add new notification UI that use HW scrolling effects. Both notificatio...JF2020-10-191-73/+141
* [WIP] New notification app that uses software scrolling effect.JF2020-10-181-0/+145