Commit graph

77 commits

Author SHA1 Message Date
dependabot[bot]
49003af949
build: (deps): bump flutter_local_notifications from 19.5.0 to 20.0.0
Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 19.5.0 to 20.0.0.
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v19.5.0...flutter_local_notifications-v20.0.0)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-07 17:46:29 +01:00
Christian Kußowski
1ea649f01e
refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
Christian Kußowski
31b3758622
chore: Remove Notification actions when using UnifiedPush 2025-11-14 09:27:00 +01:00
Christian Kußowski
4c357f6249
refactor: Use AppSettings enum based configuration everywhere and fix load from json on web 2025-10-19 19:51:06 +02:00
Christian Kußowski
4f0ed3e93f
chore: Follow up notification actions 2025-10-19 17:40:47 +02:00
Christian Kußowski
1bef2dcbbb
chore: Follow up notification action 2025-10-07 10:51:04 +02:00
Christian Kußowski
a88849c2db
chore: Follow up notification actions 2025-10-03 09:14:53 +02:00
Christian Kußowski
40bd7eed91
feat: Forward notifications to Android Auto 2025-10-02 16:08:24 +02:00
krille-chan
04b5ecce54
feat: Add notification actions 2025-10-02 09:46:58 +02:00
krille-chan
2e07b7bcf1
feat: Notification actions on android 2025-10-02 08:36:57 +02:00
Christian Kußowski
6fa6c008f0
refactor: Remove broken push error reporter 2025-08-25 08:35:32 +02:00
Christian Kußowski
140d27ff7b
chore: Better error handling for push notifications 2025-07-25 18:52:52 +02:00
Christian Kußowski
b8547c4792
build: Upgrade to flutter 3.22 2025-05-21 08:06:52 +02:00
Christian Kußowski
15543275c4
chore: Follow up push avatars 2025-05-17 16:40:09 +02:00
krille-chan
7b5a9c10c6
refactor: Reduce notification avatar size to 128 2025-05-15 15:53:29 +02:00
krille-chan
e7034184d6
chore: Follow up crop circle notification avatars 2025-05-15 15:47:35 +02:00
krille-chan
1305171219
chore: Crop shortcut file on android and cache it 2025-05-12 18:29:05 +02:00
Krille
89fb866cde
refactor: Display thread messages like replies as a thread fallback
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-05-05 09:30:56 +02:00
Krille
856a53a310
chore: Do not store event from push in database
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-05-04 13:13:55 +02:00
Krille
38e5b02b14
refactor: Remove broken callkeep implementation 2025-02-16 11:30:16 +01:00
Krille
e001b8d81f
build: Switch to flutter_shortcuts_new 2025-02-16 11:09:32 +01:00
krille-chan
5321a3768d
chore: Remove conversationTitle if room is dm room in android notifications 2024-12-03 19:00:44 +01:00
krille-chan
7feb815250
chore: Revert no Person object for DM room 2024-12-03 18:51:01 +01:00
krille-chan
b4c5cd8df9
chore: Do not set Person if sender is dm room user 2024-12-03 18:26:49 +01:00
krille-chan
69d4c50b13
chore: Do not display sender prefix for DM rooms in notification ticker 2024-11-30 14:19:57 +01:00
krille-chan
0d4b7d67cc
refactor: Use non nullable localizations builder and lazy load on web 2024-10-06 08:35:37 +02:00
krille-chan
86c9354cfd
refactor: Reuse flutter local notifications object 2024-10-03 16:42:19 +02:00
Krille
de7b85819f
chore: Group notifications on android by first space parent 2024-09-29 17:08:01 +02:00
Krille
158a6855c3
feat: Use matrix authenticated media 2024-08-25 12:46:15 +02:00
krille-chan
a928ecec1e
Revert "refactor: Only initialize FlutterLocalNotificationsPlugin once"
This reverts commit d3a13705bd.
2024-08-01 09:47:49 +02:00
krille-chan
d3a13705bd
refactor: Only initialize FlutterLocalNotificationsPlugin once 2024-08-01 09:18:12 +02:00
Krille
0436c5c517
chore: Adjust ticker of notifications for Android 2024-03-28 08:25:32 +01:00
Krille
bb3865757b
chore: Follow up dismiss notifications logic 2024-03-06 16:05:57 +01:00
Krille
0eaa7aa73e
chore: Follow up notification logging 2024-03-06 15:46:14 +01:00
Krille
6d973db6fc
refactor: Better logic for removing outdated notifications 2024-03-06 15:45:00 +01:00
krille-chan
f12bf5a9bd
fix: Notifications open sometimes automatically on android 2024-02-22 20:00:50 +01:00
krille-chan
477a8b858b
feat: Open chat on shortcut click on android 2024-02-22 16:28:21 +01:00
Krille
859701e158
chore: Follow up android shortcuts 2024-02-20 17:15:30 +01:00
Krille
d2a58422b4
refactor: Use hashcode instead of string to id workaround for notifications 2024-02-20 16:10:22 +01:00
Krille
d6e797b04b
chore: Thumbnail follow up for notifications 2024-02-19 15:12:56 +01:00
krille-chan
20154e3f24
chore: Follow up notification avatar 2024-02-17 07:47:55 +01:00
Krille
e45101325f
chore: Follow up shortcut icon android 2024-02-16 11:15:04 +01:00
Krille
91f4cdc7e3
chore: Follow up shortcuts on android 2024-02-16 07:16:43 +01:00
krille-chan
dee9323d47
feat: Add notification shortcuts to android 2024-02-15 12:02:32 +01:00
krille-chan
aa68e8fe3b
chore: Add more information to Person object in android notifications 2024-02-05 15:55:47 +01:00
Krille
6cc2c6a578
fix: Request notification permission on android 2024-02-04 08:02:02 +01:00
krille-chan
efb26622ac
fix: Userbottomsheet crash on some edge cases 2023-11-27 17:36:01 +01:00
krille-chan
c6007a3c3d
refactor: Check if app is in foreground on pushhelper 2023-11-27 17:26:05 +01:00
krille-chan
085bb19da5
fix: Do not hide push if app romm in foreground but is in background 2023-11-27 17:00:16 +01:00
krille-chan
2f1720a770
chore: Always show notification popup on android 2023-11-26 11:52:19 +01:00