aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-071-1/+4
|
* refresh error notification after 'try again'Daniel Gultsch2016-10-061-0/+1
|
* issue ping after push was receivedDaniel Gultsch2016-10-061-1/+3
|
* try to fix messages stuck at sendingDaniel Gultsch2016-10-061-1/+2
|
* make error notification dismissable. fixes #1815Daniel Gultsch2016-10-042-40/+36
|
* Allow to dismiss the notification from a wear reply.Daniele Gobbetti2016-09-272-10/+20
| | | | | - use different IDs in the same method for the PendingIntent - fix reply for GPG encrypted replies (untested)
* don't reset encryption choice to auto on archivingDaniel Gultsch2016-09-241-2/+0
|
* don't react to null and empty voice repliesDaniel Gultsch2016-09-211-3/+4
|
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-181-2/+2
|
* use history clear date as minimum date for mamDaniel Gultsch2016-09-162-3/+13
|
* Use the last message in the content text instead of the first.Daniele Gobbetti2016-09-111-1/+1
| | | | | | | | This fixes the issue where the first message in the notification was sent to pebble (and possibly to other wear devices) for every update in the conversation, as reported in #1249. This is the same patch propoed in https://github.com/siacs/Conversations/issues/1249#issuecomment-245878335
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-6/+13
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-071-9/+17
|
* show server not found muc errorDaniel Gultsch2016-09-061-2/+6
|
* remove explicit pebble support. treat as wear deviceDaniel Gultsch2016-09-061-25/+0
|
* show reply action on wear devicesDaniel Gultsch2016-09-061-2/+4
|
* don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch2016-09-041-4/+12
|
* don't show duplicate nofications on android 4Daniel Gultsch2016-08-311-15/+14
|
* mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2016-08-272-1/+24
|
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-0/+10
|
* bring back connectivity changed events on android nDaniel Gultsch2016-08-271-2/+4
|
* attach contact to notificationDaniel Gultsch2016-08-261-0/+8
|
* add file provider to share files on android nDaniel Gultsch2016-08-251-0/+1
|
* offer quick reply on android NDaniel Gultsch2016-08-252-17/+81
|
* use N style stacked notificationsDaniel Gultsch2016-08-252-75/+84
|
* send register IQs without full fromDaniel Gultsch2016-08-251-1/+1
|
* don't close otr session on every presence changeDaniel Gultsch2016-08-131-8/+5
|
* start file observer in backgroundDaniel Gultsch2016-08-131-1/+6
|
* close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch2016-08-092-13/+27
|
* don't do idle ping if close_tcp option is setDaniel Gultsch2016-08-091-2/+4
|
* catch platform bug when getting ringer modeDaniel Gultsch2016-08-021-4/+9
|
* add logging when swiping away from recents is being ignoredDaniel Gultsch2016-07-311-0/+2
|
* show identity type for device selectionDaniel Gultsch2016-07-281-1/+1
|
* fixed rare null pointer in avatar creationDaniel Gultsch2016-07-271-1/+1
|
* fixed regression in file delete detection due to missing !Daniel Gultsch2016-07-261-1/+1
|
* added more logging for file deletionDaniel Gultsch2016-07-261-6/+11
|
* refactored how view intents are handledDaniel Gultsch2016-07-251-19/+16
| | | | | processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-231-19/+23
|
* allow message correction by default since security implications are negligibleDaniel Gultsch2016-07-171-1/+1
| | | | Conversations only allows correction of the *last* message. so nudging a message into oblivion by adding a message correction doesn't work. also conversations checks the fingerprint for encrypted messages
* call update file params from threadDaniel Gultsch2016-07-131-16/+16
| | | | now that file params has more work to do we should make sure we always call it from a sperate thread
* display toast on pgp errorDaniel Gultsch2016-06-191-2/+12
|
* log reason for not showing notificationDaniel Gultsch2016-06-191-0/+3
|
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-142-0/+14
|
* refactored pgp decryptionDaniel Gultsch2016-06-131-3/+14
|
* use darker colors for actionbar on dark themeDaniel Gultsch2016-06-101-1/+1
|
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-091-14/+5
|
* swap sending presence and csiDaniel Gultsch2016-06-041-3/+3
|
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-6/+34
|
* disconnect account in background after deletion. fixes #1861Daniel Gultsch2016-06-031-1/+6
|
* deactive grace period when receiving screen on actionDaniel Gultsch2016-06-011-1/+8
|