aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-19store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch2-23/+27
2015-12-19use presence name not server name when verification is being usedDaniel Gultsch1-3/+3
2015-12-19add more debugging to certificate checks after new omemo session was establishedDaniel Gultsch1-0/+4
2015-12-19only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2-3/+13
2015-12-19prefer server name over address book name when x509 verification is being usedDaniel Gultsch1-1/+4
2015-12-17add 'store' message hint to displayed chat markersDaniel Gultsch1-0/+1
2015-12-17throw exception at the end of the streamDaniel Gultsch1-128/+122
2015-12-17let message parser not artifically fail on messages with no to attributeDaniel Gultsch1-4/+4
2015-12-15timeout service discovery after 20sDaniel Gultsch3-10/+52
2015-12-14default force encryption to falseDaniel Gultsch1-1/+1
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch7-8/+10
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-12changed order of send presence and execute mam queriesDaniel Gultsch1-2/+2
2015-12-12more detailed loggingDaniel Gultsch1-2/+1
2015-12-11notfiy after mam catchup only if message count > 0Daniel Gultsch1-1/+1
2015-12-11fix cancelation of http downloads and enable resumeDaniel Gultsch2-9/+44
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch4-3/+23
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch5-55/+29
2015-12-10renamed pretty-please-store message hint to storeDaniel Gultsch1-1/+1
2015-12-10some more NPE checksDaniel Gultsch1-1/+1
2015-12-10notify on mam catchup messagesDaniel Gultsch4-8/+21
2015-12-10properly clean up timed out mam queriesDaniel Gultsch2-3/+18
2015-12-10disable sm loggingDaniel Gultsch1-5/+1
2015-12-09always show conversations with pending subscription requestsDaniel Gultsch1-3/+5
2015-12-09wait with status change to online after all disco queries have been madeDaniel Gultsch1-5/+14
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch3-5/+13
2015-12-09show sender name for notications in conferences. fixes #1581Daniel Gultsch1-0/+17
2015-12-08also verify sessions in CBE mode that got created by key transport messagesDaniel Gultsch1-2/+14
2015-12-07modified contact permission dialogDaniel Gultsch1-1/+1
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch4-16/+80
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch5-16/+70
2015-12-07implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2-23/+151
2015-12-06hide prepare file toast after preparing the fileDaniel Gultsch1-0/+1
2015-12-05check availabiltiy of pgp before sharing filesDaniel Gultsch1-0/+4
2015-12-05be more carefull with pending urisDaniel Gultsch1-8/+16
2015-12-05check for query object as condition to trigger deduplication instead of serverIdDaniel Gultsch1-1/+1
2015-12-04parse stanza-id from messagesDaniel Gultsch2-3/+23
2015-12-04properly clear muc user avatar cachesDaniel Gultsch4-13/+30
2015-12-04fixed showing avatars for contacts in mucDaniel Gultsch1-1/+10
2015-12-04avoid some NPEsDaniel Gultsch2-3/+4
2015-12-04rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch1-1/+3
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch3-8/+1
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch6-181/+295
2015-12-03enabled previously disabled http uploadDaniel Gultsch1-1/+1
2015-12-02Unset all PGP signatures oncefiaxh3-74/+96
2015-12-02Show status message when contact requests presenceSam Whited3-3/+22
2015-12-02show tor config in paranoid modeDaniel Gultsch1-1/+1
2015-12-02fixed avatar loading for non-file urisDaniel Gultsch2-11/+7
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr2-8/+35
2015-12-02hide message content in notifications in paranoia modeDaniel Gultsch1-20/+30