Daniel Gultsch
|
943f11e1f6
|
share with uses new preview mechanism
|
2018-09-12 17:21:32 +02:00 |
|
Daniel Gultsch
|
7bde04877a
|
avoid duplicate notifcation sounds
|
2018-09-09 21:34:41 +02:00 |
|
Daniel Gultsch
|
be4c6bc2ca
|
speed up DNS
run queries in parallel
decrease timeout
do not fall back to google
|
2018-09-08 11:30:20 +02:00 |
|
Daniel Gultsch
|
accc378c4b
|
hasInternetConnection() will always return true if type=ethernet
|
2018-09-06 23:18:06 +02:00 |
|
Daniel Gultsch
|
eadd0c5f7a
|
listen for Android 6 DND events
|
2018-09-06 23:17:37 +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
|
d86f4ce3a6
|
load contacts and start observer after giving permissions
|
2018-09-06 15:55:54 +02:00 |
|
Daniel Gultsch
|
816f5b6d22
|
make channel for video compression
|
2018-09-06 15:37:31 +02:00 |
|
Daniel Gultsch
|
5675f65d6d
|
use adaptive launcher icon :-/
|
2018-09-05 22:24:58 +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
|
06f37b0d2b
|
AudioPlayer: disable screen and switch to earpiece when holding phone to ear
Based of initial worked by @harshitbansal05
|
2018-09-01 18:23:07 +02:00 |
|
Daniel Gultsch
|
cbea85c4dd
|
special treatment for presence errors known to be mucs
|
2018-08-28 15:04:55 +02:00 |
|
Daniel Gultsch
|
dc5e7e5d95
|
store bookmarks in pep if conversion xep is running
|
2018-08-18 16:27:50 +02:00 |
|
Daniel Gultsch
|
fd28b32d56
|
call onMessageFound outside sync block
|
2018-07-22 22:42:32 +02:00 |
|
Daniel Gultsch
|
1764656ff9
|
call switchTo(Fore|Back)ground() outside synchronized block
|
2018-07-16 21:35:52 +02:00 |
|
Daniel Gultsch
|
93836d94ee
|
null pointer check in notification service
|
2018-07-16 20:49:30 +02:00 |
|
Daniel Gultsch
|
2cc601ee36
|
do not call listeners while being synchronized on stanza queue
|
2018-07-16 20:42:17 +02:00 |
|
Daniel Gultsch
|
9bdebb81ba
|
handle non participating mucs a bit better
|
2018-07-09 11:35:30 +02:00 |
|
Daniel Gultsch
|
3014b7f857
|
change listener lock strategie
|
2018-07-08 20:01:39 +02:00 |
|
Daniel Gultsch
|
48e366e410
|
support mam:1
|
2018-07-07 11:20:39 +02:00 |
|
Daniel Gultsch
|
a23d9929f1
|
use sets instead of list for listeners
|
2018-07-06 20:15:45 +02:00 |
|
Daniel Gultsch
|
dfb95f0a84
|
persist muc avatar and show in bookmarks
|
2018-06-30 13:35:17 +02:00 |
|
Daniel Gultsch
|
ad5c9f85c3
|
clean up imports
|
2018-06-25 09:46:52 +02:00 |
|
Daniel Gultsch
|
0fffc7a1ac
|
restart file observer when permisson are granted
|
2018-06-24 20:54:01 +02:00 |
|
Daniel Gultsch
|
e8a1f069c2
|
reset subject and name on empty
|
2018-06-24 16:33:15 +02:00 |
|
Daniel Gultsch
|
4c9e331e01
|
save name instead of subject in bookmark
|
2018-06-24 16:17:20 +02:00 |
|
Daniel Gultsch
|
b0e1b5b02d
|
refined create conference dialog
|
2018-06-24 11:23:10 +02:00 |
|
Daniel Gultsch
|
64aa238d57
|
make safe button work
|
2018-06-23 00:58:20 +02:00 |
|
Daniel Gultsch
|
e6532e739a
|
do not include white listed domains in room list. fixes #3082
|
2018-06-22 20:25:50 +02:00 |
|
Daniel Gultsch
|
4b3de32a4e
|
linkify subject + open xmpp directly w/o going through start conv activity
|
2018-06-20 15:12:02 +02:00 |
|
Daniel Gultsch
|
159fedb358
|
use room name (if available and != localpart) as group name
|
2018-06-18 22:17:10 +02:00 |
|
Daniel Gultsch
|
d7ebd7d453
|
WIP: set room avatar and slight redesign of group details
|
2018-06-18 14:15:19 +02:00 |
|
Daniel Gultsch
|
f434925753
|
do not include read only chats in contact chooser. fixes #3077
|
2018-06-16 19:00:23 +02:00 |
|
Daniel Gultsch
|
13f1a23889
|
introduced config setting to hide error notification
|
2018-06-14 15:01:25 +02:00 |
|
ChaosKid42
|
bc50239c2a
|
improve active_since implementation (XEP-0319: Last User Interaction in Presence) (#3045)
* set contact to inactive if it becomes offline
* send idle also in case app started in background
|
2018-05-26 15:57:33 +02:00 |
|
Daniel Gultsch
|
70d95c7903
|
upload files using p1s3 - sending part
|
2018-05-25 12:24:23 +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
|
39e4b26ff0
|
prefetch omemo device lists only if muc has omemo enabled
|
2018-05-20 12:10:07 +02:00 |
|
Daniel Gultsch
|
383b32c80d
|
make fcm receiver ignore messages when all accounts are disabled
|
2018-05-20 12:01:07 +02:00 |
|
Daniel Gultsch
|
ec54a483f8
|
migrate to fcm library
|
2018-05-19 20:05:45 +02:00 |
|
Daniel Gultsch
|
9ef2d32a3e
|
changed jid of push server
|
2018-05-12 17:23:37 +02:00 |
|
Daniel Gultsch
|
543d1f689b
|
do not use end in catchup mam queries
|
2018-05-11 11:16:29 +02:00 |
|
Daniel Gultsch
|
678fcf8b31
|
removed dead code + null check
|
2018-05-10 18:59:17 +02:00 |
|
Daniel Gultsch
|
5b41906328
|
do not include body in simple status updates to not trigger fts update
|
2018-05-10 10:47:28 +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
|
7b3d871f28
|
improved logging for node configuration change
|
2018-05-03 22:44:28 +02:00 |
|
Daniel Gultsch
|
157d644750
|
organize listeners in lists
|
2018-05-03 14:54:22 +02:00 |
|
Daniel Gultsch
|
9625f191c3
|
hide treatAsDownloadable in search results
|
2018-05-02 12:14:24 +02:00 |
|