Commit Graph

20 Commits

Author SHA1 Message Date
Diggory Laycock 92a5b10223 Moves the comment about the source of the sound from the UserNotificationManager and into the AppAssets struct. 2022-10-01 15:20:53 +01:00
Diggory Laycock 1ed547d722 Moves the sound resource into the Shared Resources folder.
Moves the audio filename reference into the AppAssets struct to make it less stringly typed and centralise access.
2022-10-01 15:17:22 +01:00
Diggory Laycock 71275813da add custom notification sound
Added a blip sound file to the Resources and the iOS target.

Changed the notification code to use the sound.
2022-10-01 14:20:21 +01:00
Maurice Parker c6edaf1768 Enhance StatusDidChange message to pass status and flag when not passing full articles. Fixes #3481 2022-02-27 09:55:59 -08:00
Stuart Breckenridge 04f771975c UserNotificationManager
Removes deprecated `summaryArgument` and `summaryArgumentCount` from notification content.
2022-01-21 08:53:06 +08:00
Maurice Parker cf73fb5bd3 Fix bug that was removing unread notifications by checking the status. Fixes #2786 2021-02-07 17:46:24 -06:00
Maurice Parker ce93d3aadd Remove the custom dismiss option from the notification center. Fixes #2760 2021-01-24 10:21:34 -06:00
Stuart Breckenridge fe194ec2e5 adds iconImageUrl to article utils 2020-12-24 07:31:44 +08:00
Stuart Breckenridge 9a49c6d906 add category to notifications 2020-12-23 21:18:51 +08:00
Stuart Breckenridge 709bafbe62 adds icons and actions to notifications 2020-12-23 19:57:33 +08:00
Stuart Breckenridge fa51fa47b4 reorged the send notification code 2020-05-15 20:32:33 +08:00
Stuart Breckenridge 23ee6761ca adds grouping and summaries to notifications 2020-05-15 19:53:44 +08:00
Maurice Parker a8951089c3 Change to work with only article id's. Issue #1595 2020-01-11 12:51:13 -07:00
Maurice Parker 06bd5b3a6f Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
Maurice Parker 0d66259650 Add ArticleFetcherType and change state restoration to use new type. 2019-11-14 15:06:32 -06:00
Maurice Parker 00f100e3a3 Renamed TimelineStringFormatter to ArticleStringFormatter now that it is used for much more than the timelines 2019-10-20 02:28:00 -05:00
Maurice Parker a2a4616a48 Remove article notification when an article is read 2019-10-04 11:20:57 -05:00
Maurice Parker d41da79c72 Don't send article notification if the article has been read on another device 2019-10-03 11:44:54 -05:00
Maurice Parker 0c9a1ba8d0 Add notification deep linking for iOS 2019-10-03 09:53:21 -05:00
Maurice Parker cc187875d9 Add initial support for per feed notifications 2019-10-02 19:42:16 -05:00