aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | fixed back and forth between Welcome- and EditAccountActivityDaniel Gultsch2016-11-171-4/+25
* | use base64.nowrap for omemo keysDaniel Gultsch2016-11-171-3/+3
* | reset startup count when swiped away (only count kills)Daniel Gultsch2016-11-172-7/+3
* | slightly darken verified icon + mark inactiveDaniel Gultsch2016-11-161-0/+2
* | work around -1 in next encryptionDaniel Gultsch2016-11-151-1/+1
* | refactor omemo fingerprint UI codeDaniel Gultsch2016-11-155-199/+250
* | distinguish between general i/o error and write exception when copying filesDaniel Gultsch2016-11-153-13/+27
* | fixed enabling trust toggle. unknown->untrustedDaniel Gultsch2016-11-152-4/+7
* | refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-1411-289/+327
* | increase restart thresholdDaniel Gultsch2016-11-141-2/+2
* | extract affiliations from unavailable presenceDaniel Gultsch2016-11-135-16/+23
* | Stop automagically select default encryptionDaniel Gultsch2016-11-131-30/+1
* | offer message correction in private convsDaniel Gultsch2016-11-121-1/+1
* | don't add outcasts or non-members in members-only rooms back to listDaniel Gultsch2016-11-122-4/+7
* | don't offer message correction in anonymous mucsDaniel Gultsch2016-11-111-1/+2
* | brought restart threshold down to 8 times in 8hDaniel Gultsch2016-11-084-8/+31
* | don't mark previous conversation as read when processing pending intent. fixe...Daniel Gultsch2016-11-081-1/+7
* | add frequent restart detectionDaniel Gultsch2016-11-083-3/+38
* | 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
* | 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 https://github.com/Mishiranu...Daniel Gultsch2016-10-203-40/+41
|\ \
| * | Remove MERGE_SEPARATORMishiranu2016-10-203-40/+41
* | | Merge branch 'feature-remove-spans' of https://github.com/Mishiranu/Conversat...Daniel Gultsch2016-10-203-5/+116
|\ \ \
| * | | 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 https://github.com/Mishiranu/Conversation...Daniel Gultsch2016-10-173-0/+246
|\ \
| * | 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