| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Notifications: replace newlines in label-copy because of const char* title | Reinhold Gschweicher | 2022-03-03 | 1 | -4/+0 |
| | | | | | | | | | | | | | The variable `title` is defined as `const char*`, which means, that `strchr()` returns a `const char*` as well according to https://www.cplusplus.com/reference/cstring/strchr/ But in the same line the return value is assigned to a non-const `char*`, which shouldn't be allowed (error with `-pedantic`). Because the `lv_label` creates an internal copy of the title sting, just modify that one instead and replace newline in the copied string. | ||||
| * | Notifications: use motorController object instead of class function | Reinhold Gschweicher | 2022-02-19 | 1 | -1/+4 |
| | | | | | We get the motoroController object, so store and use it. | ||||
| * | Improved notification timeout | Riku Isokoski | 2022-01-01 | 1 | -2/+8 |
| | | |||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Merge pull request #602 from Riksu9000/del_unused | JF002 | 2021-09-12 | 1 | -8/+0 |
| |\ | | | | | Remove unused variables | ||||
| | * | Remove unused variables | Riku Isokoski | 2021-08-19 | 1 | -8/+0 |
| | | | |||||
| * | | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-08-15 | 1 | -4/+8 |
| |\| | |||||
| | * | Fixes | Riku Isokoski | 2021-08-01 | 1 | -0/+2 |
| | | | |||||
| | * | Improvements | Riku Isokoski | 2021-08-01 | 1 | -20/+7 |
| | | | |||||
| | * | NotificationItem now also redefines the start of the timeout | Florian Kraupa | 2021-05-16 | 1 | -1/+3 |
| | | | |||||
| | * | cleaned up the code and reduced the size of the diff by removing things like ↵ | Florian Kraupa | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | | | additional whitespaces | ||||
| | * | only activate the timeout on call notification previews after they have been ↵ | Florian Kraupa | 2021-05-16 | 1 | -2/+6 |
| | | | | | | | | | interacted with | ||||
| | * | implemented continuous vibration pattern for incoming calls | Florian Kraupa | 2021-05-16 | 1 | -1/+7 |
| | | | |||||
| * | | Refresh rework | Riku Isokoski | 2021-07-19 | 1 | -4/+3 |
| |/ | |||||
| * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -4/+4 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -29/+36 |
| | | |||||
| * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -2/+1 |
| | | | | | | | | | | | | 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... | ||||
| * | Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵ | Jean-François Milants | 2021-02-23 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 |
| | | | |||||
| * | | add mute button and functionality for call notification + new button icons | petter | 2021-01-27 | 1 | -0/+3 |
| | | | |||||
| * | | Revert invalid changes in Navigation.h and add missing changes in ↵ | Jean-François Milants | 2021-01-24 | 1 | -1/+6 |
| | | | | | | | | | Notifications.h. | ||||
| * | | Handle call notification the same way than other notifications. | Jean-François Milants | 2021-01-24 | 1 | -16/+26 |
| |/ | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call. | ||||
| * | Include cleanup: displayapp + screens | okaestne | 2020-11-16 | 1 | -5/+4 |
| | | |||||
| * | Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵ | JF | 2020-10-22 | 1 | -0/+1 |
| | | | | | border on the bottom that is displayed when there are other notifications to available. | ||||
| * | Integrate new notification UI with notifications coming from BLE | JF | 2020-10-20 | 1 | -10/+26 |
| | | |||||
| * | [WIP] Add new notification UI that use HW scrolling effects. Both ↵ | JF | 2020-10-19 | 1 | -12/+20 |
| | | | | | 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/+36 |
