| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-27 | Continue neofont support | Michele Bini | |
| 2022-03-27 | remove font jetbrains_mono_extrabold_compressed, replace with neofont3 | Michele Bini | |
| 2022-03-26 | Revert "sans animations" | Michele Bini | |
| This reverts commit 268ddbdc7622ab2a6b0490701064ffdde13fee51. | |||
| 2022-03-25 | sans animations | Michele Bini | |
| 2022-03-24 | sans music navigation metronome twos | Michele Bini | |
| 2022-03-03 | Notifications: replace newlines in label-copy because of const char* title | Reinhold Gschweicher | |
| 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. | |||
| 2022-02-19 | Notifications: use motorController object instead of class function | Reinhold Gschweicher | |
| We get the motoroController object, so store and use it. | |||
| 2022-01-01 | Improved notification timeout | Riku Isokoski | |
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| 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. | |||
| 2021-09-13 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-12 | Merge pull request #602 from Riksu9000/del_unused | JF002 | |
| Remove unused variables | |||
| 2021-09-12 | Toggle notifications only, keep vibrations. | Riku Isokoski | |
| 2021-08-31 | Fix notifications that wouldn't auto close when the timeout elapsed (in ↵ | Jean-François Milants | |
| preview mode). | |||
| 2021-08-19 | Remove unused variables | Riku Isokoski | |
| 2021-08-15 | Merge branch 'develop' into refresh_rework | Riku Isokoski | |
| 2021-08-03 | Merge branch 'develop' into refresh_rework | Riku Isokoski | |
| 2021-08-01 | Fixes | Riku Isokoski | |
| 2021-08-01 | Improvements | Riku Isokoski | |
| 2021-08-01 | Merge branch 'develop' into HEAD | Riku Isokoski | |
| 2021-07-25 | Fix slow scroll | Riku Isokoski | |
| 2021-07-19 | Refresh rework | Riku Isokoski | |
| 2021-07-02 | Fix call notification button alignment | Riku Isokoski | |
| 2021-05-20 | removed an empty assignment that caused a compiler warning (#372) | Florian | |
| 2021-05-15 | NotificationItem now also redefines the start of the timeout | Florian Kraupa | |
| 2021-05-15 | cleaned up the code and reduced the size of the diff by removing things like ↵ | Florian Kraupa | |
| additional whitespaces | |||
| 2021-05-15 | only activate the timeout on call notification previews after they have been ↵ | Florian Kraupa | |
| interacted with | |||
| 2021-05-15 | implemented continuous vibration pattern for incoming calls | Florian Kraupa | |
| 2021-05-15 | better handling of long notification titles | Florian Kraupa | |
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-04-09 | Fix display of empty notification. | Jean-François Milants | |
| 2021-04-09 | Merge branch 'develop' into notification-title | Jean-François Milants | |
| # Conflicts: # src/displayapp/screens/Notifications.cpp | |||
| 2021-04-04 | double tap wakeup error fix | Joaquim | |
| battery nonblocking read | |||
| 2021-04-04 | Notification 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-04 | Add 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-04 | Big UI and navigation Rewrite | Joaquim | |
| 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-22 | replaced all unique_ptr.reset calls with std::make_unique | Niall Cooling | |
| 2021-02-23 | Merge 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-14 | Fix merge conflict. | Jean-François Milants | |
| 2021-02-07 | add vibration toggle | petter | |
| 2021-02-05 | trigger vibration from systemtask | petter | |
| 2021-01-28 | LVGL v7.10.0 | Joaquim | |
| 2021-01-27 | add mute button and functionality for call notification + new button icons | petter | |
| 2021-01-25 | create motorcontroller in main and pass by reference | petter | |
| 2021-01-24 | Handle 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-16 | add motor to notifs, fix tabs in motorcontroller.h | jlukanc | |
| 2020-11-16 | Include cleanup: displayapp + screens | okaestne | |
| 2020-10-22 | Notifications : 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-21 | Notifications : Fix display of notification index/number. | JF | |
| 2020-10-20 | Integrate new notification UI with notifications coming from BLE | JF | |
| 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. | |||
