Commit graph

209 commits

Author SHA1 Message Date
Philipp Heckel
f7fbf467b0 Fix back stack; properly update auth user via detail settings; works 2022-01-30 17:38:33 -05:00
Philipp Heckel
80570eb323 WIP Subscription settings 2022-01-30 14:05:36 -05:00
Philipp Heckel
c67af7f958 User management works 2022-01-29 22:25:39 -05:00
Philipp Heckel
43757eb7b5 Continued "user add/edit" dialog 2022-01-29 16:59:51 -05:00
Philipp Heckel
a8dd3bebc0 WIP User edit dialog 2022-01-28 22:53:48 -05:00
Philipp Heckel
678e5625dd WIP: Manage user settings 2022-01-28 14:40:09 -05:00
Philipp Heckel
437bc76b8c Merge branch 'main' of github.com:binwiederhier/ntfy-android into auth 2022-01-28 13:48:20 -05:00
Philipp Heckel
016fb316b7 Clear username on reset 2022-01-28 13:46:19 -05:00
Eskilop
3264ec31d9
Combine flags with logical or 2022-01-28 18:47:45 +01:00
Eskilop
d7fde53354
Fix crash on notification receipt in android 12 2022-01-28 17:46:13 +01:00
Philipp Heckel
2328081150 Merge branch 'main' of github.com:binwiederhier/ntfy-android into auth 2022-01-28 11:43:02 -05:00
Philipp Heckel
c16282fcae More add dialog changes; we're getting there 2022-01-28 11:42:44 -05:00
Eskilop
a5af8d81fa
Adds support for android 12 2022-01-28 17:03:09 +01:00
Philipp Heckel
88b2576af0 Add baseUrl to user, check "use another checkbox" if only one host, show keyboard 2022-01-28 10:19:12 -05:00
Philipp Heckel
e7ecdc266e Continued dialogs 2022-01-28 00:02:20 -05:00
Philipp Heckel
a263246060 Loading spinner 2022-01-27 22:42:22 -05:00
Philipp Heckel
cdd345face WIP: Auth in add dialog 2022-01-27 19:57:43 -05:00
Philipp Heckel
153e6bd020 Merge branch 'fdroid-v1.7.2' into main 2022-01-23 19:53:54 -05:00
Philipp Heckel
e8b2076550 Bump version for F-Droid (forgotten changelog) 2022-01-23 19:52:13 -05:00
Philipp Heckel
8debe94d10 Update changelog 2022-01-23 19:49:32 -05:00
Philipp Heckel
ad16e6eb50 Fix for #116 2022-01-23 19:33:17 -05:00
Philipp Heckel
80781821a8 Move to SDK 31; upgrade libs 2022-01-21 14:15:53 -05:00
Philipp Heckel
0e2899c419 Remove in-app rating; replace with Google Play link 2022-01-21 09:40:09 -05:00
Philipp Heckel
04c4bc2d5b Docs; pause notification dialog style 2022-01-20 21:43:28 -05:00
Philipp Heckel
955f3922d1 Shorten log recording entries 2022-01-20 21:23:24 -05:00
Philipp Heckel
6efc30b17d In-app rate flow 2022-01-19 23:40:03 -05:00
Philipp Heckel
a135f5b312 Fix dark theme selected row color 2022-01-19 22:57:07 -05:00
Philipp Heckel
2d9171311f Dark mode 2022-01-19 21:05:41 -05:00
Philipp Heckel
71b8ea1e6d -- 2022-01-18 22:24:30 -05:00
Philipp Heckel
7c18d956de Move wakelock back to advanced section 2022-01-18 22:22:00 -05:00
Philipp Heckel
5286e02c9c Make wakelock disabled by default 2022-01-18 22:13:27 -05:00
Philipp Heckel
4855ba7d32 Upload log feature 2022-01-18 22:07:49 -05:00
Philipp Heckel
e402bbf381 Show/hide banner only for instant subscriptions 2022-01-18 20:11:50 -05:00
Philipp Heckel
30f7059172 Move visibility toggle to onResume 2022-01-18 19:10:34 -05:00
Philipp Heckel
9c616d3b7d Battery optimization banner 2022-01-18 16:49:00 -05:00
Philipp Heckel
8fcef8ddee Rename database namespace 2022-01-18 14:28:48 -05:00
Philipp Heckel
e87cc33f13 Reduce service start worker to every 3h 2022-01-17 19:02:46 -05:00
Philipp Heckel
7152469172 Copy logs to clipboard; scrub terms; add schema migration 2022-01-17 18:05:59 -05:00
Philipp Heckel
5fb3ae0536 Android-side fix for binary unifiedpush messages #101 2022-01-17 14:06:59 -05:00
Philipp Heckel
0968a39420 WIP: Record logs in SQLite 2022-01-17 00:19:05 -05:00
Philipp Heckel
6b6bf0bd7a Move battery settings to experimental section 2022-01-16 15:21:34 -05:00
Philipp Heckel
4dd09ac39d Actually kill WS connection 2022-01-15 19:20:30 -05:00
Philipp Heckel
5175b1b0cb Make a setting for WS 2022-01-15 18:40:38 -05:00
Philipp Heckel
26b408c828 WIP: Websockets 2022-01-15 13:31:34 -05:00
Philipp Heckel
97f1f5eb90 Fix crash of settings activity after resume 2022-01-14 13:58:40 -05:00
Philipp Heckel
5019545d10 Alignment for UnifiedPush subscriptions 2022-01-14 13:31:48 -05:00
Philipp Heckel
f37ddb80a8 Fix race condition with fileExists(); this should also be faster 2022-01-14 13:02:55 -05:00
Philipp Heckel
0fce663975 Use Content-Type and Content-Length response headers 2022-01-14 12:32:36 -05:00
Philipp Heckel
3b9f3f2e52 Remove more instant delivery test for F-Droid 2022-01-12 23:38:50 -05:00
Philipp Heckel
ca217d8275 Hide instant delivery icons and text for F-Droid 2022-01-12 23:31:37 -05:00