aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ask for contact permissions when first opening StartConversationActivitysix_loveDaniel Gultsch2015-12-075-16/+83
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-066-16/+71
* implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-065-24/+164
* 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
* updated changelogDaniel Gultsch2015-12-051-0/+12
* 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
* | 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 presenceSam Whited2015-12-023-3/+22
| | * 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
* | hide message content in notifications in paranoia modeDaniel Gultsch2015-12-022-20/+34
|/
* introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch2015-12-016-5/+27
* introduce config.java variable to optionally show number of connected account...Daniel Gultsch2015-12-013-37/+58
* 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
* 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
|\
| * Own contact picture in tile for conferences with only one other occupantfiaxh2015-11-151-20/+48