aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of https://github.com/Mishiranu/Conversations into ↵Daniel Gultsch2016-09-162-37/+56
|\ | | | | | | Mishiranu-master
| * Allow text selection with multiple links in messageMishiranu2016-09-162-37/+56
| |
* | use history clear date as minimum date for mamDaniel Gultsch2016-09-165-10/+40
| |
* | deal with null bodys in message previewDaniel Gultsch2016-09-151-5/+3
| |
* | store jid if it was changed during bindDaniel Gultsch2016-09-142-3/+8
|/
* Merge pull request #2018 from SamWhited/sasl_anonymousDaniel Gultsch2016-09-142-1/+32
|\ | | | | SASL ANONYMOUS (no UI)
| * Use JID returned by the server during bindSam Whited2016-09-121-1/+1
| | | | | | | | Not just the resourcepart
| * Support ANONYMOUS SASLSam Whited2016-09-122-0/+31
| |
* | Merge branch 'pebble-notification' of ↵Daniel Gultsch2016-09-121-1/+1
|\ \ | | | | | | | | | https://github.com/danielegobbetti/Conversations into danielegobbetti-pebble-notification
| * | 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
* | don't use display version of jidsDaniel Gultsch2016-09-122-95/+99
| |
* | remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-122-11/+57
|/
* Fix typolicaon-kter2016-09-101-1/+1
|
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-094-11/+23
|
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-082-2/+67
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-075-22/+46
|
* show server not found muc errorDaniel Gultsch2016-09-063-2/+10
|
* 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 use fileprovider when opening files on android M and belowDaniel Gultsch2016-09-041-7/+17
|
* don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch2016-09-041-4/+12
|
* fixed recreation issues in StartConversationActivityDaniel Gultsch2016-08-312-976/+1031
|
* fixed typoDaniel Gultsch2016-08-311-2/+2
|
* don't show duplicate nofications on android 4Daniel Gultsch2016-08-311-15/+14
|
* broader exception catchersDaniel Gultsch2016-08-301-1/+1
|
* use file provider for taking picturesDaniel Gultsch2016-08-302-3/+5
|
* don't show up navigation in startConversation when there are no open ↵Daniel Gultsch2016-08-301-1/+3
| | | | conversations
* add more logging to pgp engineDaniel Gultsch2016-08-302-15/+20
|
* 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-275-5/+18
|
* bring back connectivity changed events on android nDaniel Gultsch2016-08-271-2/+4
|
* don't overwrite edited information in editaccount on rotateDaniel Gultsch2016-08-261-1/+3
|
* don't set notification mode to background when on pauseDaniel Gultsch2016-08-261-6/+0
|
* wrap dynamic tags into multiple lines. fixes #2003Daniel Gultsch2016-08-262-3/+7
|
* some multi-window optimizations. set min width to 300Daniel Gultsch2016-08-262-0/+8
|
* attach contact to notificationDaniel Gultsch2016-08-263-15/+30
|
* add snackbar for request presence subscriptionDaniel Gultsch2016-08-261-0/+15
|
* always display allow contact perm dialog after introDaniel Gultsch2016-08-261-0/+10
|
* survive rotation in editaccountDaniel Gultsch2016-08-262-14/+49
|
* made payment required error standard compliantDaniel Gultsch2016-08-251-4/+5
|
* add file provider to share files on android nDaniel Gultsch2016-08-252-1/+5
|
* offer quick reply on android NDaniel Gultsch2016-08-254-44/+109
|
* use N style stacked notificationsDaniel Gultsch2016-08-252-75/+84
|
* send register IQs without full fromDaniel Gultsch2016-08-253-5/+6
|
* made image preview size smaller for low res imagesDaniel Gultsch2016-08-251-8/+14
|
* various null pointer checksDaniel Gultsch2016-08-203-3/+12
|
* display error status for missing internet permissionDaniel Gultsch2016-08-192-7/+12
|
* check for rare null pointer platform bug in share intent handlingDaniel Gultsch2016-08-191-3/+5
|
* add payment required errorDaniel Gultsch2016-08-162-2/+20
|
* don't close otr session on every presence changeDaniel Gultsch2016-08-131-8/+5
|