Commit graph

305 commits

Author SHA1 Message Date
Markus Doits
b63e5e8bfc
add preference to open notification settings if enabled 2022-12-06 21:55:00 +01:00
Markus Doits
522f05ed60
separate notification group creation and deletion from channel creation and deletion 2022-12-06 19:15:47 +01:00
Markus Doits
a94d750b73
code formatting 2022-12-06 18:46:31 +01:00
Markus Doits
99a939ab12
remove now unused import 2022-12-06 18:45:07 +01:00
Markus Doits
d295f08449
rename "own notification channels" to "dedicated channels" 2022-12-06 18:44:13 +01:00
Markus Doits
accf3ccf38
refactor creation of notification channels for subscriptions 2022-12-06 18:23:18 +01:00
Markus Doits
9149bc3c8d
add detail setting preference to toggle and send notifications to custom channel 2022-12-01 11:13:20 +01:00
Markus Doits
711f1eaf06
add own notification channel setting to subscriptions 2022-12-01 11:12:37 +01:00
Markus Doits
692c620dae
add a default group for notifications 2022-11-30 21:51:44 +01:00
Markus Doits
d953507d2a
refactor notification service to be able to pass a name 2022-11-30 21:51:27 +01:00
Philipp Heckel
1b587ab82a Set ongoing flag for foreground notification to prevent swiping away on Android 13 2022-11-28 12:39:03 -05:00
Philipp Heckel
3d1d062f4d Fix opening wrong topic on click 2022-11-28 06:42:37 -05:00
Philipp Heckel
fa27fe9036 Avoid stack trace for empty icons 2022-11-27 20:24:10 -05:00
Philipp Heckel
d09fdb2ff2 Fix crashes from large images (#474) 2022-11-27 12:38:07 -05:00
Philipp Heckel
e5dba81036 Fix topics do not re-subscribe to Firebase after restoring from backup (#511) 2022-11-26 21:05:49 -05:00
Philipp Heckel
d3174ae39b Donate button 2022-11-26 20:57:37 -05:00
Philipp Heckel
b9479e3ecd Changelog 2022-11-26 19:47:28 -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
4bfc72c1c9 Make DeleteWorker more resilient 2022-11-19 15:03:37 -05:00
Philipp Heckel
69fdd30a26 Do not prevent running other deletion tasks when icon does not exist 2022-11-19 14:52:29 -05:00
Philipp Heckel
92ec2d753f Ask for permission to post notifications (SDK 33) 2022-11-18 21:08:12 -05:00
Philipp Heckel
f974352c4a Update deps, hurray 2022-11-18 20:08:24 -05:00
Philipp Heckel
73c6047280 More deps updates 2022-11-18 19:54:32 -05:00
Philipp Heckel
51dfd8edba More dep updates 2022-11-18 17:07:15 -05:00
Hunter Kehoe
1173ac3a5f fixes binwiederhier/ntfy#471 2022-11-12 14:02:25 -07:00
Simon Ser
890e3b311c Avoid printing binary in logs
The ByteArray may contain arbitrary bytes. Printing it to the logs
results in garbage and terminal emulators will try to interpret
escape codes.
2022-10-08 13:30:19 +02:00
Philipp Heckel
3e3189fdf2 Download icons when adding subscription 2022-09-11 15:28:47 -04: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
Philipp Heckel
f6ce3af473 Layouting icon Ahhhh 2022-09-09 14:14:03 -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
80cc011852 improved icon cache clean up 2022-08-28 20:34:39 -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
wunter8
3824cfa8bb
Update app/src/main/java/io/heckel/ntfy/ui/MainActivity.kt
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
2022-07-01 22:13:38 -07:00
Hunter Kehoe
b850378c0d add display names for UP subscriptions 2022-07-01 20:30:30 -07:00
Philipp Heckel
78ff855f32 Make action buttons look good 2022-06-26 19:55:40 -04:00
Philipp Heckel
e351884abe DAbble 2022-06-24 14:24:49 -04:00
Philipp Heckel
104d4222ba Merge branch 'main' into 236-android-action-buttons 2022-06-24 14:11:40 -04:00
Hunter Kehoe
50e4be1ca9 show default topicUrl in dialog 2022-06-24 10:55:41 -06:00
Philipp Heckel
b48cbcd19d Merge branch 'main' into 236-android-action-buttons 2022-06-24 12:49:19 -04:00
Hunter Kehoe
c5496c3f8c fix problem with deep links 2022-06-24 10:32:48 -06:00
Hunter Kehoe
e69692fe9e remove TODO 2022-06-24 10:19:53 -06:00
Hunter Kehoe
f18285a170 use custom dialog with display name preference 2022-06-24 10:08:33 -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