Commit graph

119 commits

Author SHA1 Message Date
Philipp Heckel fa27fe9036 Avoid stack trace for empty icons 2022-11-27 20:24:10 -05:00
Philipp Heckel cd2e9b7d6a Dark mode color 2022-11-26 13:52:52 -05:00
Philipp Heckel 005d03a7c2 Fix notificaiton icon color on Android 12/13 2022-11-26 13:37:10 -05:00
Philipp Heckel 73c6047280 More deps updates 2022-11-18 19:54:32 -05:00
Philipp Heckel a66fd62374 Limit download size for icons to 5 MB 2022-09-10 23:18:11 -04:00
Philipp Heckel f2492904ea Do not crash preview if icon/attachment too large 2022-09-10 15:24:53 -04:00
Hunter Kehoe 433fad761a remove attachment download limit if userAction 2022-09-06 21:42:40 -06:00
Hunter Kehoe fcce44bef1 clean up old db queries and DownloadIconWorker 2022-09-05 16:52:26 -06:00
Hunter Kehoe f68bb5f379 delete unreferenced icons periodically and download updates every 24 hours 2022-08-28 14:52:35 -06:00
Hunter Kehoe c7edb50ebc cache notification icons and delete after 24 hours 2022-08-27 12:11:27 -06:00
Hunter Kehoe a2ae6e4c21 remove icon size and type 2022-08-25 21:58:37 -06:00
Hunter Kehoe 12bd524cbd change icon in message from object to string 2022-07-17 15:40:51 -06:00
Hunter Kehoe ecefdd3df6 notification icons 2022-07-16 14:33:38 -06:00
Hunter Kehoe bbc7549d7a custom display names
fixes binwiederhier/ntfy#313
fixes binwiederhier/ntfy#291 (at least the android portion)
2022-06-24 09:15:22 -06:00
Philipp Heckel 6333a063a1 Switch to since=<id> for WsConnection/JsonConnection 2022-06-19 15:19:01 -04:00
Philipp Heckel 18f3dc883e Use since=<id> API, #165 2022-06-18 21:01:05 -04:00
Philipp Heckel 7f88d8f3ff Remove _str options 2022-06-17 21:06:50 -04:00
Philipp Heckel 9dd21255d3 Add additional attachment extras 2022-06-17 20:57:51 -04:00
Hunter Kehoe 658efc8ece include attachment name and URL in broadcast intents 2022-06-16 21:01:12 -06:00
Philipp Heckel ac3496d7fa Polishing 2022-05-08 22:57:52 -04:00
Philipp Heckel 2909d877f7 WIP: Icon 2022-05-06 21:03:15 -04:00
Philipp Heckel 9f6dd91088 WIP: Subscription settings 2022-05-05 16:56:06 -04:00
Philipp Heckel c9643a2173 Add toast on error, for #233 2022-05-03 19:59:33 -04:00
Philipp Heckel e4255212ef Fix #220, Action "view" with "clear=true" 2022-04-23 20:46:41 -04:00
Philipp Heckel 4ad6846802 Fix #221 2022-04-23 13:42:41 -04:00
Philipp Heckel f15d7654c8 Add clear=true support 2022-04-22 22:45:33 -04:00
Philipp Heckel 31bdc2bc81 Bump FB, cleanup 2022-04-21 19:47:18 -04:00
Philipp Heckel 2625513216 Backup+restore, Firebase, formatting, custom intent action 2022-04-19 19:20:39 -04:00
Philipp Heckel 79c0e91e8d Actions WIP 2022-04-19 09:15:06 -04:00
Philipp Heckel 686616d4d2 WIP 2022-04-17 14:29:29 -04:00
Philipp Heckel f62b7fa952 Derp 2022-04-16 22:32:29 -04:00
Philipp Heckel 2f8be72c12 Actions 2022-04-16 20:12:40 -04:00
Philipp Heckel f1431e9a67 Add "Channel settings" button, fix instant delivery checkbox (#211, #91) 2022-04-14 13:00:19 -04:00
Philipp Heckel e600d15505 Fix test notifications in different languages 2022-04-13 21:36:02 -04:00
Philipp Heckel 8339bc9c2a Download attachments to cache folder, allow saving them 2022-03-21 23:11:37 -04:00
Philipp Heckel 8e1830d361 Backup/restore settings 2022-03-14 17:10:44 -04:00
Philipp Heckel bd8d61997d Implement UnifiedPush 2.0 spec (untested, #130) 2022-03-13 15:58:19 -04:00
Philipp Heckel 118bff0099 Add subscribed topics to the list of suggesed topics 2022-02-13 09:26:26 -05:00
Philipp Heckel 29a40080db Make large attachments fail fast 2022-02-12 13:51:41 -05:00
Philipp Heckel 9afdf5e6e7 Arbitrary attachments 2022-02-11 20:34:08 -05:00
Philipp Heckel 8100e68b8d Make image and text sharing work 2022-02-11 15:55:08 -05:00
Philipp Heckel 9ca5ebe6d2 Do not download attachments if they are expired 2022-02-10 12:10:27 -05:00
Philipp Heckel d44358f75c Implement auto-delete of notifications, closes #71 2022-02-09 16:20:24 -05:00
Philipp Heckel e6c3a2e2bd Styles for dark mode to match guidelines, closes #119 2022-02-07 18:35:36 -05:00
Philipp Heckel 678be49bff Fix scrolling issue in subscribe dialog; fix base URL background color; fix dark mode action bar 2022-02-06 15:51:30 -05:00
Philipp Heckel 3abd0b3da9 All the things; this should be it 2022-02-04 19:52:34 -05:00
Philipp Heckel 74b260f9a0 Fix websocket global ID bug 2022-02-02 12:11:04 -05:00
Philipp Heckel 82177253a7 Implement poll_request for Firebase to account for protected topics 2022-02-01 11:57:48 -05:00
Philipp Heckel 28bfd087c7 Remove per-topic user association; this is so. much. better. 2022-01-31 19:34:34 -05:00
Philipp Heckel f7fbf467b0 Fix back stack; properly update auth user via detail settings; works 2022-01-30 17:38:33 -05:00