aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* lower case incoming dns recordsDaniel Gultsch2016-11-081-18/+23
|
* fixed regression of showing delivery failed after receiptDaniel Gultsch2016-11-071-2/+1
|
* show warning in account details when data saver is enabledDaniel Gultsch2016-11-072-22/+63
|
* handle file attachment when missing connectionDaniel Gultsch2016-11-021-1/+3
|
* removed unnecessary push_modeDaniel Gultsch2016-11-023-37/+10
|
* leaving low ping timeout mode after coming onlineDaniel Gultsch2016-11-021-35/+46
|
* fixed npe when jingle partner is using unknown candidateDaniel Gultsch2016-11-011-0/+4
|
* extracting stanza-id where by=accountDaniel Gultsch2016-10-313-2/+19
|
* always use ipv4 localhost when using orbot http proxyDaniel Gultsch2016-10-311-1/+1
|
* Revert "use file provider on android M as well"Daniel Gultsch2016-10-302-2/+2
| | | | This reverts commit a4020e85f627f9af2142213a4c34cb4efaa8ac9a.
* schedule correct wakeup call when in low ping timeout modeDaniel Gultsch2016-10-291-2/+3
|
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-268-27/+92
|
* use file provider on android M as wellDaniel Gultsch2016-10-232-2/+2
|
* connect instantly in low ping mode after going offlineDaniel Gultsch2016-10-231-2/+7
|
* don't leave low timeout mode prematurelyDaniel Gultsch2016-10-201-3/+3
|
* Merge branch 'feature-remove-merge-separator' of ↵Daniel Gultsch2016-10-203-40/+41
|\ | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-remove-merge-separator
| * Remove MERGE_SEPARATORMishiranu2016-10-203-40/+41
| |
* | Merge branch 'feature-remove-spans' of ↵Daniel Gultsch2016-10-203-5/+116
|\ \ | | | | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-remove-spans
| * | Remove spans on copying or pasting a textMishiranu2016-10-193-5/+116
| |/
* | introduced low ping timeout mode after gcm pushDaniel Gultsch2016-10-202-2/+13
| |
* | write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-206-32/+45
| |
* | include pgp signature only in non anonymous mucsDaniel Gultsch2016-10-192-3/+7
| |
* | retrigger key selection if openpgp key was deletedDaniel Gultsch2016-10-192-3/+15
|/
* update conversation in database background threadDaniel Gultsch2016-10-185-18/+18
|
* don't trigger context menu in message adapter manually. fixes #2077Daniel Gultsch2016-10-181-13/+0
|
* Merge branch 'feature-selection' of ↵Daniel Gultsch2016-10-173-0/+246
|\ | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-selection
| * Retain TextView selection after list updatingMishiranu2016-09-183-39/+216
| |
| * Add "Select text" context menu optionMishiranu2016-09-172-0/+69
| |
* | add exception handling when loading default resourceDaniel Gultsch2016-10-171-2/+10
| |
* | small code reformation in pgp decryption serviceDaniel Gultsch2016-10-171-2/+4
| |
* | synchronize access to json key storage in account modelDaniel Gultsch2016-10-133-73/+75
| |
* | don't use sending state on muc pms without smacksDaniel Gultsch2016-10-091-2/+4
| |
* | add password to direct muc inviteDaniel Gultsch2016-10-091-0/+4
| |
* | added disclaimer that conversations.im account is 8 euro / yearDaniel Gultsch2016-10-081-0/+6
| |
* | fetch new conference configuration on every conf updateDaniel Gultsch2016-10-082-20/+20
| |
* | reset sending to waiting on every errorDaniel Gultsch2016-10-072-2/+11
| |
* | fixed account hash calculationDaniel Gultsch2016-10-071-1/+1
| |
* | respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-075-6/+13
| |
* | create new instances of key manager every time it's usedDaniel Gultsch2016-10-071-3/+6
| |
* | warn user if account is offline during avatar publicationDaniel Gultsch2016-10-061-4/+10
| |
* | refresh error notification after 'try again'Daniel Gultsch2016-10-061-0/+1
| |
* | be more careful parsing integers in omemoDaniel Gultsch2016-10-062-4/+12
| |
* | issue ping after push was receivedDaniel Gultsch2016-10-062-1/+13
| |
* | parse smacks delay from messagesDaniel Gultsch2016-10-061-1/+1
| |
* | try to fix messages stuck at sendingDaniel Gultsch2016-10-062-1/+3
| |
* | make error notification dismissable. fixes #1815Daniel Gultsch2016-10-043-40/+47
| |
* | fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-034-5/+10
| |
* | resolve take photo uri for internal useDaniel Gultsch2016-10-032-5/+5
| |
* | properly index take photo uris from file providerDaniel Gultsch2016-10-032-8/+15
| |
* | add more logging to attaching file processDaniel Gultsch2016-10-031-0/+14
| |