| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dismiss notifications by swiping right | Simon Willshire | 2022-06-28 | 1 | -10/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new interface `NotificationManager::Dismiss(id)` to delete a notification with the specified `id`. The animate the notification dismiss the `RightAnim` transition to a black screen is used. After the dismiss the new message is swiped in from below or above. If we dismiss the oldest message (when we are at 5/5, or 3/3), then the new message after a dismiss should appear to come from below. Otherwise (when we are at 2/3) the new message after a dismiss should appear to come from above. Rework the index code to show the index of the currently viewed notification. Instead of calculating the index relative to the oldest `id` introduce a new interface `NotificationManager::IndexOf(id)`. This is done because the `id` of the notifications in the buffer aren't continuous anymore (as some messages could have been dismissed). Rework notification ring buffer to have a beginIdx and a size internally to make the dismissal of notifications easier. Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/176 Co-authored-by: Simon Willshire <me@simonwillshire.com> Co-authored-by: Reinhold Gschweicher <pyro4hell@gmail.com> | ||||
| * | Toggle notifications only, keep vibrations. | Riku Isokoski | 2021-09-12 | 1 | -4/+1 |
| | | |||||
| * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -25/+39 |
| | | |||||
| * | Add support for notification title. The notification buffer must contain the ↵ | Jean-François Milants | 2021-04-04 | 1 | -0/+4 |
| | | | | | | | 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. | ||||
| * | Fix merge conflict. | Jean-François Milants | 2021-02-14 | 1 | -0/+3 |
| |\ | |||||
| | * | add vibration toggle | petter | 2021-02-07 | 1 | -0/+3 |
| |/ | |||||
| * | Include cleanup: components | okaestne | 2020-11-16 | 1 | -1/+3 |
| | | |||||
| * | Notifications : Fix copy when the messages is spread across multiple os_mbuf. | JF | 2020-10-22 | 1 | -1/+1 |
| | | |||||
| * | Notifications : Fix display of notification index/number. | JF | 2020-10-21 | 1 | -1/+1 |
| | | |||||
| * | Increase max size of notification message to 100 char. | JF | 2020-10-21 | 1 | -1/+2 |
| | | | | | Fix bug in message handling that would ignore the last character of the notification. | ||||
| * | Integrate new notification UI with notifications coming from BLE | JF | 2020-10-20 | 1 | -1/+14 |
| | | |||||
| * | Fixed all the includes that were broken due to the renames | Avamander | 2020-10-02 | 1 | -0/+29 |
