about summary refs log tree commit diff
path: root/src/lib/notifications
Commit message (Expand)AuthorAgeFilesLines
* 108 fixes (#8977)Eric Bailey2025-09-041-1/+2
* Release 1.105.0 (#8693)Paul Frazee2025-07-211-0/+6
* Age assurance fast-follows (#8656)Eric Bailey2025-07-171-0/+3
* UI for age assurance compliance (#8652)Eric Bailey2025-07-161-30/+68
* Handle notifications on first load (#8629)Samuel Newman2025-07-102-10/+13
* Notifications registration (#8564)Eric Bailey2025-06-251-68/+163
* Logger improvements (#7729)Eric Bailey2025-02-281-9/+7
* Fix testsPaul Frazee2024-12-171-0/+11
* Sort imports (#6009)dan2024-10-291-2/+2
* Cleanup flags (#4891)dan2024-08-081-12/+2
* register the push token after request has been approved on android (#4481)Hailey2024-06-111-1/+15
* stop using `addPushTokenListener` (#4467)Hailey2024-06-111-3/+18
* Check `canAskAgain` for notification permissions (#4460)Hailey2024-06-101-2/+8
* Use the proper logic on iOS to increment the badge (#4233)Hailey2024-06-071-11/+13
* adjust notifications experiment by removing `canAskAgain` (#4271)Hailey2024-05-301-39/+34
* Replace getAgent() with reading agent (#4243)dan2024-05-281-5/+5
* Disable badge incrementing for DMs (#4088)Hailey2024-05-171-1/+7
* [🐴] Don't always show notification for everything (#4083)Hailey2024-05-171-1/+3
* [🐴] Decrement app badge when opening unread chat (#4040)Hailey2024-05-161-0/+12
* add a `Login` notifications request (#4006)Hailey2024-05-131-1/+2
* actually register token on permissions change (#3990)Hailey2024-05-131-10/+21
* Move request for notifications permissions to `HomeReadyScreen` (#3977)Hailey2024-05-131-44/+64
* Handle push notifications for DMs (#3895)Hailey2024-05-091-73/+1
* [Session] Drill `getAgent` into notifications handlers (#3705)Eric Bailey2024-04-251-1/+4
* Fix stale Notifications after push (#3507)dan2024-04-121-0/+4
* Make notifications init reactive to queryClient (#3329)dan2024-04-031-46/+58
* Track notification open (#3274)dan2024-03-191-0/+2
* Clean up some sentry logs (#2630)Eric Bailey2024-01-251-2/+2
* Multiple notifications fixes (#2154)Paul Frazee2023-12-091-2/+1
* Split notification init, add cleanup (#2102)dan2023-12-061-84/+77
* Maintain some feed data to avoid needless glimmers (#2054)Paul Frazee2023-11-301-2/+3
* Fix infinite query reloading behavior (reset, not invalidate) (#2031)Paul Frazee2023-11-291-2/+2
* Shell behaviors update (react-query refactor) (#1915)Paul Frazee2023-11-151-7/+7
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-5/+5
* Replace all logs with new loggerEric Bailey2023-11-041-17/+44
* Fix immediate TS errorsEric Bailey2023-11-041-10/+9
* Fix 1304 refresh notifications when a notif is clicked or received (#1339)Ansh2023-08-301-2/+7
* Add analytics event for when the app is opened from a notification (#1270)Paul Frazee2023-08-241-0/+2
* A couple quick notifications fixes (#1262)Paul Frazee2023-08-231-3/+6
* [APP-786] Native notifications (#1095)Ansh2023-08-231-0/+101