aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* parse vcard avatars from muc presencesmuc_vcard_avatarsDaniel Gultsch2015-12-037-125/+229
|
* pulled new translations from transifexDaniel Gultsch2015-12-0226-285/+879
|
* version bump to 1.8.0-betaDaniel Gultsch2015-12-021-2/+2
|
* renamed x509 verified omemo to v\OMEMODaniel Gultsch2015-12-021-3/+3
|
* Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch2015-12-024-5/+24
|\
| * Merge pull request #1545 from SamWhited/show_new_contact_request_messagesDaniel Gultsch2015-12-024-5/+24
| |\ | | | | | | Show status message when contact requests presence
| | * Show status message when contact requests presenceSam Whited2015-12-023-3/+22
| | | | | | | | | | | | Remove presence when conversation closed
| | * s/.../…/ in default stringsSam Whited2015-12-011-2/+2
| | |
* | | show tor config in paranoid modeDaniel Gultsch2015-12-021-1/+1
|/ /
* | fixed avatar loading for non-file urisDaniel Gultsch2015-12-022-11/+7
| |
* | users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-025-9/+41
| | | | | | | | library
* | hide message content in notifications in paranoia modeDaniel Gultsch2015-12-022-20/+34
|/
* introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch2015-12-016-5/+27
| | | | forces TOR
* introduce config.java variable to optionally show number of connected ↵Daniel Gultsch2015-12-013-37/+58
| | | | accounts in notification
* fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2015-12-012-40/+95
|
* combine multiple message receipts into single messageDaniel Gultsch2015-12-012-12/+15
|
* add error state for unavailable tor networkDaniel Gultsch2015-12-014-14/+15
|
* always use http proxy for http requests. (socks is leaking dns)Daniel Gultsch2015-12-011-5/+1
|
* refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-014-53/+72
|
* do socks5 connect manuallyDaniel Gultsch2015-12-013-51/+69
|
* initial tor supportDaniel Gultsch2015-12-0115-130/+346
|
* changed method signature of calcSampleSizeDaniel Gultsch2015-11-301-1/+1
|
* increment version code1.7.3Daniel Gultsch2015-11-261-1/+1
|
* hide subject edit button if not editable by userDaniel Gultsch2015-11-264-5/+30
|
* encrypt pgp messages to selfDaniel Gultsch2015-11-261-8/+8
|
* detect server identity and added muc-workaround for slackDaniel Gultsch2015-11-263-5/+49
|
* version bump to 1.7.3Daniel Gultsch2015-11-261-2/+2
|
* removed unnecessary configuration fetch after joinDaniel Gultsch2015-11-261-1/+1
|
* removed unecessary chat stateDaniel Gultsch2015-11-261-1/+1
|
* fail jingle file transfer if axolotl key message could not be created. fixes ↵Daniel Gultsch2015-11-261-1/+5
| | | | #1576
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-2516-134/+91
|
* Merge pull request #1569 from fiaxh/conference_one_other_occupantDaniel Gultsch2015-11-241-20/+48
|\ | | | | Show own avatar in tile for conferences with only one other occupant next to theirs
| * Own contact picture in tile for conferences with only one other occupantfiaxh2015-11-151-20/+48
| |
* | Merge pull request #1558 from fiaxh/pgp_api_9.0Daniel Gultsch2015-11-2453-1875/+138
|\ \ | | | | | | Use OpenPGP-API 9.0
| * | Sign empty statusfiaxh2015-11-092-3/+1
| | |
| * | Use OpenPGP-API 9.0fiaxh2015-11-0952-1874/+139
| |/
* | Merge pull request #1570 from fiaxh/pgp_pgpengine_nullpointer_fixDaniel Gultsch2015-11-241-3/+3
|\ \ | |/ |/| PGP fix
| * PgpEngine: Get account from conversation instead of from contact. fixes ↵fiaxh2015-11-151-3/+3
|/ | | | #1568, fixes #1544
* Move migration 19 before 17Andreas Straub2015-11-061-3/+6
| | | | | | | | | Migration 17 depends on Account deserialization, so any migrations that touch the accounts table need to be applied beforehand. Re-writing the migration to work directly on the database would lead to a lot of code duplication, so it's not worth it at this time, but might become necessary later on to avoid dependency cycles.
* updated FAQ to account for incompatible serverDaniel Gultsch2015-11-011-0/+12
|
* don't close socket on disconnectDaniel Gultsch2015-11-011-1/+0
|
* indicate cbe in chat message hintDaniel Gultsch2015-10-313-3/+26
|
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-317-16/+48
|
* versrion bump to 1.7.21.7.2Daniel Gultsch2015-10-301-2/+2
|
* fixed session objects not being build on start upDaniel Gultsch2015-10-302-2/+1
|
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-3011-75/+294
|\ | | | | PGP messages background decryption
| * Show PGP "please wait" message only when actually decryptingfiaxh2015-10-282-2/+7
| |
| * Decrypt PGP messages in backgroundfiaxh2015-10-289-73/+287
| |
* | version bump to 1.7.11.7.1Daniel Gultsch2015-10-292-2/+5
| |
* | moved db calls made from UI into serial background threadDaniel Gultsch2015-10-291-5/+21
| |