| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | better handling of long notification titles | Florian Kraupa | 2021-05-16 | 1 | -0/+10 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -55/+59 |
| | | |||||
| * | Fix display of empty notification. | Jean-François Milants | 2021-04-09 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' into notification-title | Jean-François Milants | 2021-04-09 | 1 | -23/+18 |
| |\ | | | | | | | | | # Conflicts: # src/displayapp/screens/Notifications.cpp | ||||
| | * | double tap wakeup error fix | Joaquim | 2021-04-04 | 1 | -1/+4 |
| | | | | | | | | | battery nonblocking read | ||||
| | * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -28/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | 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... | ||||
| * | | Notification app : disable swipe when the app is in 'preview' mode. In this ↵ | Jean-François Milants | 2021-04-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | 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). | ||||
| * | | Add support for notification title. The notification buffer must contain the ↵ | Jean-François Milants | 2021-04-04 | 1 | -7/+8 |
| |/ | | | | | | 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. | ||||
| * | replaced all unique_ptr.reset calls with std::make_unique | Niall Cooling | 2021-03-22 | 1 | -8/+8 |
| | | |||||
| * | Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵ | Jean-François Milants | 2021-02-23 | 1 | -102/+75 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | LVGL v7.10.0 | Joaquim | 2021-01-28 | 1 | -62/+34 |
| | | | |||||
| * | | Fix merge conflict. | Jean-François Milants | 2021-02-14 | 1 | -3/+6 |
| |\ \ | |||||
| | * | | add vibration toggle | petter | 2021-02-07 | 1 | -0/+4 |
| | | | | |||||
| | * | | trigger vibration from systemtask | petter | 2021-02-05 | 1 | -7/+3 |
| | | | | |||||
| | * | | create motorcontroller in main and pass by reference | petter | 2021-01-25 | 1 | -3/+7 |
| | | | | |||||
| | * | | add motor to notifs, fix tabs in motorcontroller.h | jlukanc | 2021-01-15 | 1 | -0/+4 |
| | |/ | |||||
| * | | add mute button and functionality for call notification + new button icons | petter | 2021-01-27 | 1 | -5/+28 |
| | | | |||||
| * | | Handle call notification the same way than other notifications. | Jean-François Milants | 2021-01-24 | 1 | -17/+116 |
| |/ | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call. | ||||
| * | Include cleanup: displayapp + screens | okaestne | 2020-11-16 | 1 | -3/+1 |
| | | |||||
| * | Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵ | JF | 2020-10-22 | 1 | -12/+16 |
| | | | | | border on the bottom that is displayed when there are other notifications to available. | ||||
| * | Notifications : Fix display of notification index/number. | JF | 2020-10-21 | 1 | -4/+4 |
| | | |||||
| * | Integrate new notification UI with notifications coming from BLE | JF | 2020-10-20 | 1 | -139/+96 |
| | | |||||
| * | [WIP] Add new notification UI that use HW scrolling effects. Both ↵ | JF | 2020-10-19 | 1 | -73/+141 |
| | | | | | notification apps are available in the menu, we can compare them. | ||||
| * | [WIP] New notification app that uses software scrolling effect. | JF | 2020-10-18 | 1 | -0/+145 |
