Commit Graph

49 Commits

Author SHA1 Message Date
59aad79aa0 feat(service): Show video thumbnails in the notification 2023-09-02 20:53:49 +02:00
6fc4672a6e fix(service,ui): Fix notifications not updating 2023-09-02 20:17:04 +02:00
7f2c978736 fix(service): Bring back notification tap events 2023-09-02 13:03:24 +02:00
1e795b8b10 fix(service): Translate the foreground service info 2023-08-30 20:19:32 +02:00
7d0896d84f fix(service): Fix message channel name 2023-08-30 16:05:40 +02:00
d969622675 feat(service): Replace the notification channels to apply new options 2023-08-30 15:51:51 +02:00
0b120c1e9c fix(service): Fix a fresh start on Android 13 2023-08-26 22:57:21 +02:00
301ff664a8 fix(ui,shared,service): Use a UUID as a unique message key 2023-08-12 18:58:24 +02:00
e3cd4aa3dd fix(service): Fix database migration 2023-08-12 15:51:45 +02:00
fbca84ae2f feat(service): Dismiss notifications on logout 2023-08-12 15:30:40 +02:00
6034ce5ba4 feat(ui,shared,service): Fix formatting and linter issues 2023-08-12 15:25:33 +02:00
2e71ffebd4 feat(service): Migrate the new notifications system 2023-08-12 13:43:38 +02:00
e34bbde27e fix(shared,service): Fix linter issues 2023-08-12 12:55:36 +02:00
ee9332f6f2 fix(service): Adjust to groupchat changes 2023-08-11 23:21:44 +02:00
178648a5ee chore(all): Bump moxplatform 2023-08-04 16:38:03 +02:00
ac5a2c9dd2 feat(service,ui): Request notification permission
This is a preparation for changes in Android 13.
2023-08-01 19:11:58 +02:00
06d132b0b0 chore(service): Minor clean-up 2023-08-01 14:28:18 +02:00
837787fdaf fix(service): Reuse logic from the conversation model 2023-08-01 12:56:46 +02:00
a5082762b5 fix(service): Fix crash when updating a notification 2023-07-31 18:17:30 +02:00
9fd6f847fe feat(service): React to locale changes 2023-07-31 17:26:08 +02:00
f65f8ec541 feat(service): Tell the notifications plugin about our own avatar 2023-07-30 22:33:37 +02:00
31d0c9c9ec feat(service): Implement the reply button 2023-07-30 22:05:16 +02:00
de3bf12c18 feat(service): Re-implement (and fix) mark as read 2023-07-30 20:40:40 +02:00
ee764d2213 feat(service): Migrate to Moxplatform's notifications 2023-07-29 22:23:31 +02:00
f0225eed4c feat(service): Show a notification when a message is bounced
Fixes #212. At the moment, this only happens with

- remote-server-not-found
- remote-server-timeout
- service-unavailable
2023-07-26 12:26:48 +02:00
d70527d65f feat(service): Move marking as read into MessageService 2023-07-04 14:06:55 +02:00
cc42f32b21 feat(all): Move avatars to CachingXMPPAvatar 2023-05-29 18:49:15 +02:00
2ece9e6209 feat(service): Try to bring over the service 2023-05-07 16:56:27 +02:00
fee39f56fa fix(meta): Fix linter warnings 2023-03-06 23:35:08 +01:00
Karthikeyan S
29b22b7dd9 feat: use dart format to format code 2023-03-06 10:19:10 +05:30
452734a433 chore(service): Rename init to initialize 2023-01-29 15:38:54 +01:00
7846520788 feat(service): Show 'Sticker' in the notification 2022-12-17 21:34:35 +01:00
fb1c202586 refactor(service): contact.dart -> contacts.dart 2022-12-12 12:50:47 +01:00
f423cd5611 feat(service): The correct avatar now appears in the notification 2022-12-11 22:01:00 +01:00
d965fbd57e feat(service): Make the service more togglable 2022-12-10 23:08:24 +01:00
035d29fabc fix(ui): Use the emoji + mime type combo for media messages 2022-11-25 20:01:54 +01:00
8e426b7fd6 feat(service): Tapping a message notification opens correct chat
Fixes #91.
2022-11-24 18:00:54 +01:00
c13a65b204 feat(service): Allow marking messages as read from the notification 2022-11-24 15:23:59 +01:00
85023299d2 feat(service): Migrate to awesome_notifications
Fixes #90.
Fixes #96.
Preparation for #91.
2022-11-23 21:51:47 +01:00
f628ec908c docs(service): Add TODO 2022-11-23 12:12:23 +01:00
6a166a6ef7 feat(service): Notifications are now more messaging like 2022-11-23 12:10:57 +01:00
a9e3d331fc feat(service): Make service strings translatable 2022-11-18 22:29:47 +01:00
38cb61102a service: Fix error with notification ids when showing a warning 2022-08-15 19:48:16 +02:00
9eb94583f2 service: Show a notification if we are not connected for 30 minutes 2022-08-13 12:08:09 +02:00
dc8e8ff882 style: Migrate to very_good_analysis 2022-07-17 21:20:57 +02:00
37f2c3f17f service: Make auto-downloads a bit more configurable 2022-03-05 19:11:28 +01:00
9683fedc39 service: Guard Big Picture notifications against anything not an image 2022-02-28 14:40:35 +01:00
0a61abdc22 service: Fix notifications appearing if the chat is open 2022-02-26 20:49:50 +01:00
cdaf57c761 service: Replace awesome_notifications
Replace awesome_notifications with flutter_local_notifications,
which allows big picture notifications to be used.
2022-02-25 13:18:31 +01:00