summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
AgeCommit message (Collapse)Author
2021-04-09Fix display of empty notification.Jean-François Milants
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants
# Conflicts: # src/displayapp/screens/Notifications.cpp
2021-04-04double tap wakeup error fixJoaquim
battery nonblocking read
2021-04-04Notification app : disable swipe when the app is in 'preview' mode. In this ↵Jean-François Milants
mode, only the new notification should be displayed, there is no point to allow navigating to past notifications. Works as a workaround for the crash that occurs when you swipe the notification app in preview mode (https://github.com/JF002/InfiniTime/issues/250).
2021-04-04Add support for notification title. The notification buffer must contain the ↵Jean-François Milants
title and the message separated by a '\0' character. If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app.
2021-04-04Big UI and navigation RewriteJoaquim
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
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 ↵Jean-François Milants
joaquimorg-LVGL7 # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.cpp # src/displayapp/screens/Modal.cpp # src/displayapp/screens/Modal.h # src/displayapp/screens/Notifications.cpp # src/displayapp/screens/Tile.h
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
Display the call notifications in the Notification app, with buttons to accept/reject the call.
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 ↵JF
border on the bottom that is displayed when there are other notifications to available.
2020-10-21Notifications : Fix display of notification index/number.JF
2020-10-20Integrate new notification UI with notifications coming from BLEJF
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both ↵JF
notification apps are available in the menu, we can compare them.
2020-10-18[WIP] New notification app that uses software scrolling effect.JF