Daniel Gultsch
|
d53143ab34
|
change audio attributes for notification channel
This may help on platforms that make a difference between ringtone volume and notification volume
|
2018-11-27 10:41:19 +01:00 |
|
Daniel Gultsch
|
23cc305720
|
refactor quite hours to make them time zone indepentent. fixes #2565
|
2018-11-21 18:14:02 +01:00 |
|
Daniel Gultsch
|
4c88fce3b8
|
do not update foreground notification on error if it wasn’t enabled
|
2018-11-11 09:54:52 +01:00 |
|
Daniel Gultsch
|
8a67f31368
|
display spinning wheel + swipe to refresh for quicksy
|
2018-11-07 13:42:01 +01:00 |
|
Daniel Gultsch
|
1bcbd257c3
|
refresh contacts when opening StartConversationsActivity
|
2018-10-31 13:33:55 +01:00 |
|
Daniel Gultsch
|
3b31133606
|
do not show up navigation when opening edit account from notification
|
2018-10-31 13:33:55 +01:00 |
|
Daniel Gultsch
|
a420cb5886
|
refactored some ManageAccount, WelcomeActivity and a few other things into 'full' flavor
|
2018-10-31 13:33:55 +01:00 |
|
Daniel Gultsch
|
03cd176c27
|
refined nick matching patter. word boundry (\b) doesn’t match on words ending in a boundry
fixes #3249
|
2018-10-25 15:33:37 +02:00 |
|
Licaon_Kter
|
58c6dbbbbe
|
Lower foreground service notification priority (#3223)
...so no useless icon is shown on the status bar on Android 7 and older (as it was up to 2.2.9)
|
2018-10-11 02:44:17 +02:00 |
|
Daniel Gultsch
|
98d3d91a8e
|
create notification channel for quite hours. fixes #3212
|
2018-10-02 20:25:03 +02:00 |
|
Daniel Gultsch
|
23b641a6ad
|
fixed notification sounds for Android 6
|
2018-09-24 19:47:11 +02:00 |
|
Daniel Gultsch
|
2d206122a5
|
use conscrypt api to set sni and alpn
|
2018-09-23 11:20:23 +02:00 |
|
Daniel Gultsch
|
6ede6c7f85
|
behave nicely (no foreground service by default) if app is built with targetSdk <26
|
2018-09-18 11:33:18 +02:00 |
|
Daniel Gultsch
|
3624d11824
|
create notification channel for export service
|
2018-09-16 14:40:28 +02:00 |
|
Daniel Gultsch
|
7bde04877a
|
avoid duplicate notifcation sounds
|
2018-09-09 21:34:41 +02:00 |
|
Daniel Gultsch
|
ac7f0032af
|
properly clear file adding notification if forground service channel is disabled
|
2018-09-06 22:05:15 +02:00 |
|
Daniel Gultsch
|
39b86de698
|
removed global notifications switch
|
2018-09-06 16:56:31 +02:00 |
|
Daniel Gultsch
|
816f5b6d22
|
make channel for video compression
|
2018-09-06 15:37:31 +02:00 |
|
Daniel Gultsch
|
676d31f606
|
initial work toward api 26+
* introduce notification channels
* always use foreground service on 26+
|
2018-09-05 21:37:12 +02:00 |
|
Daniel Gultsch
|
93836d94ee
|
null pointer check in notification service
|
2018-07-16 20:49:30 +02:00 |
|
Daniel Gultsch
|
13f1a23889
|
introduced config setting to hide error notification
|
2018-06-14 15:01:25 +02:00 |
|
Holger Weiß
|
e948d12085
|
Make nickname matching case-sensitive (#3035)
Perform case-sensitive matching for highlighting the own nickname in MUC
messages and while checking whether to notify.
|
2018-05-20 15:54:34 +02:00 |
|
Daniel Gultsch
|
78b56bb904
|
don’t scall images to a 0 width or height
|
2018-05-07 11:13:46 +02:00 |
|
Daniel Gultsch
|
7ca719b8be
|
apply styling helper to conversation overview
|
2018-05-06 11:22:20 +02:00 |
|
Daniel Gultsch
|
949b77c353
|
make show location depend on plugin setting
|
2018-05-01 12:55:11 +02:00 |
|
Daniel Gultsch
|
59b5dece96
|
theming: switched to material green. changed accent color
|
2018-04-27 14:50:27 +02:00 |
|
Daniel Gultsch
|
35020702fb
|
very much unoptimized search functionality
|
2018-04-26 13:22:31 +02:00 |
|
Daniel Gultsch
|
bb37401028
|
do not match mentions on word boundries but only when preceeded by white space
|
2018-04-24 12:31:37 +02:00 |
|
Daniel Gultsch
|
406a5a10f9
|
removed 'received' prefix from description
|
2018-04-16 09:55:16 +02:00 |
|
Daniel Gultsch
|
ffc35f5bc5
|
wrap all calls to notification manager in exception handler to catch dead object exception
|
2018-04-15 17:47:51 +02:00 |
|
Daniel Gultsch
|
4bb45996c5
|
return contact and account.getServer() as String
|
2018-03-11 12:13:56 +01:00 |
|
Daniel Gultsch
|
94bb7c423c
|
added splash screen
|
2018-03-07 22:30:36 +01:00 |
|
Daniel Gultsch
|
1accf9d961
|
migrate to xmpp-addr
|
2018-03-07 22:30:36 +01:00 |
|
Daniel Gultsch
|
a4f4c80743
|
fixed 'mark read' icon on android ~4 devices
|
2018-03-07 22:30:36 +01:00 |
|
Daniel Gultsch
|
6b689edb52
|
move new activity back to original name
|
2018-03-07 22:30:34 +01:00 |
|
Daniel Gultsch
|
72cf702e75
|
mark error notifications as sensitve and local only. fixes #2795
|
2018-02-20 08:22:08 +01:00 |
|
Christian Schneppe
|
40878350c7
|
fixed crash on receiving files
|
2018-02-01 19:47:51 +01:00 |
|
Daniel Gultsch
|
3e9224bde9
|
add snooze button to notification
|
2018-01-28 13:14:30 +01:00 |
|
Daniel Gultsch
|
1e0f288e6a
|
avoid some unnecessary notification updates
|
2018-01-22 12:24:10 +01:00 |
|
Daniel Gultsch
|
5d11fe7dc6
|
added a few todos to source code
|
2018-01-15 11:13:35 +01:00 |
|
Daniel Gultsch
|
900ad2f7ef
|
ConversationsAdapter: Use EmojiWrapper instead of EmojiTextView
|
2017-11-23 09:36:51 +01:00 |
|
Daniel Gultsch
|
676f181cad
|
lower priority for error notification
|
2017-11-08 20:33:05 +01:00 |
|
Daniel Gultsch
|
aa10b9ff05
|
code refactoring to provide shorter account enabled check
|
2017-11-06 13:57:25 +01:00 |
|
Daniel Gultsch
|
0603378c75
|
show permanent notification while transcoding video
|
2017-09-18 17:56:25 +02:00 |
|
Daniel Gultsch
|
63817ecda1
|
removed unused 'disable foreground' button
|
2017-09-11 09:27:39 +02:00 |
|
Dan Pasanen
|
bbce690d4f
|
NotificationService: add button to mark conversation as read
|
2017-08-30 11:15:03 -05:00 |
|
Daniel Gultsch
|
85b502cff9
|
use proper defaults for notification. fix sound playing twice on Android 8
|
2017-08-22 12:19:18 +02:00 |
|
Daniel Gultsch
|
c3cbb21133
|
cache some information generated from body like isEmojiOnly, fileParams and isGeoUri
|
2017-08-03 13:24:41 +02:00 |
|
Daniel Gultsch
|
2b9cdde558
|
refactored retrieval of default preferences
|
2017-07-01 13:41:24 +02:00 |
|
Daniel Gultsch
|
311c99bb6d
|
put settings defaults into resource file
|
2017-06-30 21:22:35 +02:00 |
|