aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* properly clear muc user avatar cachesDaniel Gultsch2015-12-041-2/+7
|
* Merge pull request #1595 from fiaxh/pgp_database_signatureDaniel Gultsch2015-12-041-4/+13
|\ | | | | Regenerate PGP signatures once
| * Unset all PGP signatures oncefiaxh2015-12-021-4/+13
| | | | | | | | ... so they will be redone to match the changed status.
* | rely on message id if message id is uuid and pgp encryption was used to ↵Daniel Gultsch2015-12-041-1/+3
| | | | | | | | deduplicate messages. fixes #1357
* | use proposed nick as default nick in mucoptionsDaniel Gultsch2015-12-041-1/+1
| |
* | parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-155/+122
| |
* | Show status message when contact requests presenceSam Whited2015-12-021-1/+1
|/ | | | Remove presence when conversation closed
* introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch2015-12-011-2/+9
| | | | forces TOR
* add error state for unavailable tor networkDaniel Gultsch2015-12-011-3/+3
|
* do socks5 connect manuallyDaniel Gultsch2015-12-011-16/+4
|
* initial tor supportDaniel Gultsch2015-12-011-4/+46
|
* hide subject edit button if not editable by userDaniel Gultsch2015-11-261-4/+18
|
* detect server identity and added muc-workaround for slackDaniel Gultsch2015-11-261-0/+8
|
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-252-24/+5
|
* Use OpenPGP-API 9.0fiaxh2015-11-091-2/+36
|
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-2/+2
|
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-302-0/+8
|\ | | | | PGP messages background decryption
| * Decrypt PGP messages in backgroundfiaxh2015-10-282-0/+8
| |
* | push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-3/+16
|/
* Don't synchronize on non-final fieldSam Whited2015-10-261-1/+1
|
* fixed read conversations showing up as notifications after a restartDaniel Gultsch2015-10-211-5/+4
|
* introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-0/+3
| | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do
* make unread status and notifications presistent across restartsDaniel Gultsch2015-10-142-14/+30
|
* initial UI work to allow setting up accounts from certifcatesDaniel Gultsch2015-10-091-6/+10
|
* Show whether MAM is supported in MUCssaqura2015-10-061-0/+5
| | | | | The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server.
* fixed NPE when executing rename callback in mucDaniel Gultsch2015-09-281-1/+3
|
* added missing type='submit' to mam queriesDaniel Gultsch2015-09-152-9/+5
| | | | | fixed some nasty inheritance problems along the way fixes #1411
* added possibiltiy to set conferences as moderated (only visible in advanced ↵Daniel Gultsch2015-09-131-6/+20
| | | | mode)
* added mp4 to well known extensions. fixes #1403Daniel Gultsch2015-09-121-1/+1
|
* Issues with URLs with multiple dots in file. fixes #1373Daniel Gultsch2015-09-041-7/+15
|
* added special error state for dns timeoutDaniel Gultsch2015-09-011-1/+4
|
* fixed bug that prevented newly opened conversations to load the entire ↵Daniel Gultsch2015-08-301-0/+4
| | | | history via mam. fixes #1328
* be more restrictive about marking messages as sent_received in muc parserDaniel Gultsch2015-08-261-5/+16
|
* bugfix: next encryption is now being properly detectedDaniel Gultsch2015-08-231-2/+2
|
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-2/+2
|
* enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-011-17/+17
|
* improved 'next encryption' selectionDaniel Gultsch2015-07-312-28/+37
|
* Fix session logic: enforce same type of encryptionAndreas Straub2015-07-301-0/+31
|
* use gcm for file encryption over httpDaniel Gultsch2015-07-291-89/+8
|
* Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-3/+21
| | | | | | Messages sent from another device of the own account are now explicitly tagged as carboned message. The session detection logic now uses this tag to find "session borders".
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-2/+2
| | | | | | | Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.
* removed recursion in message.getMerged*()Daniel Gultsch2015-07-281-13/+19
|
* show warning when trying to highlight users that have left the conferenceDaniel Gultsch2015-07-221-0/+9
|
* treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch2015-07-221-0/+7
|
* Optimize importsAndreas Straub2015-07-203-10/+4
|
* Don't merge messages with different trust statusesAndreas Straub2015-07-191-1/+7
|
* Show trust status of messages' originating sessionAndreas Straub2015-07-191-0/+4
| | | | | Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown
* Overhauled Message taggingAndreas Straub2015-07-191-9/+10
| | | | | | Messages are now tagged with the IdentityKey fingerprint of the originating session. IdentityKeys have one of three trust states: undecided (default), trusted, and untrusted/not yet trusted.
* Fix displaying Contact IdentityKeysAndreas Straub2015-07-191-64/+0
| | | | | Migrate ContactDetailsActivity to use new SQL IdentityKeys storage, remove dead code from Contact class.
* Tag messages with originating sessionAndreas Straub2015-07-191-0/+4
| | | | | This can be used later in order to display trust status of messages, as well as for potential resending of messages in case of preKey conflicts.