aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (follow)
Commit message (Expand)AuthorAgeFilesLines
* store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch2015-12-192-23/+27
* use presence name not server name when verification is being usedDaniel Gultsch2015-12-191-3/+3
* add more debugging to certificate checks after new omemo session was establishedDaniel Gultsch2015-12-191-0/+4
* only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2015-12-192-3/+13
* prefer server name over address book name when x509 verification is being usedDaniel Gultsch2015-12-191-1/+4
* add 'store' message hint to displayed chat markersDaniel Gultsch2015-12-171-0/+1
* throw exception at the end of the streamDaniel Gultsch2015-12-171-128/+122
* let message parser not artifically fail on messages with no to attributeDaniel Gultsch2015-12-171-4/+4
* timeout service discovery after 20sDaniel Gultsch2015-12-153-10/+52
* default force encryption to falseDaniel Gultsch2015-12-141-1/+1
* splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-147-8/+10
* make message text non-selectable. fixes #1606Daniel Gultsch2015-12-141-3/+0
* changed order of send presence and execute mam queriesDaniel Gultsch2015-12-121-2/+2
* more detailed loggingDaniel Gultsch2015-12-121-2/+1
* notfiy after mam catchup only if message count > 0Daniel Gultsch2015-12-111-1/+1
* fix cancelation of http downloads and enable resumeDaniel Gultsch2015-12-112-9/+44
* set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-114-3/+23
* get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-115-55/+29
* renamed pretty-please-store message hint to storeDaniel Gultsch2015-12-101-1/+1
* some more NPE checksDaniel Gultsch2015-12-101-1/+1
* notify on mam catchup messagesDaniel Gultsch2015-12-104-8/+21
* properly clean up timed out mam queriesDaniel Gultsch2015-12-102-3/+18
* disable sm loggingDaniel Gultsch2015-12-101-5/+1
* always show conversations with pending subscription requestsDaniel Gultsch2015-12-091-3/+5
* wait with status change to online after all disco queries have been madeDaniel Gultsch2015-12-091-5/+14
* when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch2015-12-093-5/+13
* show sender name for notications in conferences. fixes #1581Daniel Gultsch2015-12-091-0/+17
* also verify sessions in CBE mode that got created by key transport messagesDaniel Gultsch2015-12-081-2/+14
* modified contact permission dialogDaniel Gultsch2015-12-071-1/+1
* ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-074-16/+80
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-075-16/+70
* implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-072-23/+151
* hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
* check availabiltiy of pgp before sharing filesDaniel Gultsch2015-12-051-0/+4
* be more carefull with pending urisDaniel Gultsch2015-12-051-8/+16
* check for query object as condition to trigger deduplication instead of serverIdDaniel Gultsch2015-12-051-1/+1
* parse stanza-id from messagesDaniel Gultsch2015-12-042-3/+23
* properly clear muc user avatar cachesDaniel Gultsch2015-12-044-13/+30
* fixed showing avatars for contacts in mucDaniel Gultsch2015-12-041-1/+10
* Merge pull request #1595 from fiaxh/pgp_database_signatureDaniel Gultsch2015-12-043-74/+96
|\
| * Unset all PGP signatures oncefiaxh2015-12-023-74/+96
* | avoid some NPEsDaniel Gultsch2015-12-042-3/+4
* | rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch2015-12-041-1/+3
* | use proposed nick as default nick in mucoptionsDaniel Gultsch2015-12-043-8/+1
* | parse vcard avatars from muc presencesDaniel Gultsch2015-12-036-181/+295
* | enabled previously disabled http uploadDaniel Gultsch2015-12-031-1/+1
* | Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch2015-12-023-3/+22
|\ \
| * \ Merge pull request #1545 from SamWhited/show_new_contact_request_messagesDaniel Gultsch2015-12-023-3/+22
| |\ \ | | |/ | |/|
| | * Show status message when contact requests presenceSam Whited2015-12-023-3/+22
* | | show tor config in paranoid modeDaniel Gultsch2015-12-021-1/+1
|/ /