aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | changed order of send presence and execute mam queriesDaniel Gultsch2015-12-131-2/+2
| |
* | more detailed loggingDaniel Gultsch2015-12-131-2/+1
| |
* | modified stringsChristian S2015-12-122-1/+7
| |
* | notfiy after mam catchup only if message count > 0Daniel Gultsch2015-12-121-1/+1
| |
* | fix cancelation of http downloads and enable resumeDaniel Gultsch2015-12-122-9/+44
| |
* | set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-124-3/+23
| |
* | get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-125-55/+29
| |
* | renamed pretty-please-store message hint to storeDaniel Gultsch2015-12-121-1/+1
| |
* | some more NPE checksDaniel Gultsch2015-12-121-1/+1
| |
* | notify on mam catchup messagesDaniel Gultsch2015-12-124-8/+21
| |
* | properly clean up timed out mam queriesDaniel Gultsch2015-12-122-3/+18
| |
* | disable sm loggingDaniel Gultsch2015-12-121-5/+1
| |
* | always show conversations with pending subscription requestsDaniel Gultsch2015-12-121-3/+5
| |
* | wait with status change to online after all disco queries have been madeDaniel Gultsch2015-12-121-5/+14
| |
* | when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch2015-12-123-5/+13
| |
* | show sender name for notications in conferences. fixes #1581Daniel Gultsch2015-12-121-0/+17
| |
* | also verify sessions in CBE mode that got created by key transport messagesDaniel Gultsch2015-12-121-2/+14
| |
* | modified contact permission dialogDaniel Gultsch2015-12-122-3/+2
| |
* | ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-125-16/+83
| |
* | request storage permission when needed on Android 6.0Daniel Gultsch2015-12-126-1455/+1510
| |
* | implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-114-24/+164
| |
* | disable update download only on WiFiChristian S2015-12-061-2/+2
| |
* | hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
| |
* | be more carefull with pending urisDaniel Gultsch2015-12-061-8/+16
| |
* | check availabiltiy of pgp before sharing filesDaniel Gultsch2015-12-061-0/+4
| |
* | check for query object as condition to trigger deduplication instead of serverIdDaniel Gultsch2015-12-061-1/+1
| |
* | parse stanza-id from messagesDaniel Gultsch2015-12-062-3/+23
| |
* | properly clear muc user avatar cachesDaniel Gultsch2015-12-064-13/+30
| |
* | enabled previously disabled http uploadDaniel Gultsch2015-12-061-1/+1
| |
* | renamed axolotl to omemoChristian S2015-12-041-1/+1
| |
* | updated stringsChristian S2015-12-042-2/+19
| |
* | fixed showing avatars for contacts in mucDaniel Gultsch2015-12-041-1/+10
| |
* | avoid some NPEsDaniel Gultsch2015-12-042-3/+4
| |
* | 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-043-8/+1
| |
* | parse vcard avatars from muc presencesDaniel Gultsch2015-12-041-0/+5
| |
* | Unset all PGP signatures oncefiaxh2015-12-043-74/+96
| | | | | | | | ... so they will be redone to match the changed status.
* | renamed x509 verified omemo to v\OMEMODaniel Gultsch2015-12-041-3/+3
| |
* | show tor config in paranoid modeDaniel Gultsch2015-12-041-1/+1
| |
* | hide message content in notifications in paranoia modeDaniel Gultsch2015-12-042-20/+34
| |
* | introduced build-time paranoia mode that disables unencrypted chats a…Daniel Gultsch2015-12-045-5/+26
| | | | | | | | …nd forces TOR
* | introduce config.java variable to optionally show number of connected…Daniel Gultsch2015-12-043-21/+44
| | | | | | | | … accounts in notification
* | fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2015-12-042-40/+96
| |
* | add error state for unavailable tor networkDaniel Gultsch2015-12-044-13/+15
| |
* | always use http proxy for http requests. (socks is leaking dns)Daniel Gultsch2015-12-041-5/+1
| |
* | refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-044-53/+72
| |