aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-02renamed x509 verified omemo to v\OMEMODaniel Gultsch1-3/+3
2015-12-02Show status message when contact requests presenceSam Whited3-3/+22
Remove presence when conversation closed
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 Flohr4-9/+37
library
2015-12-02hide message content in notifications in paranoia modeDaniel Gultsch2-20/+34
2015-12-01s/.../…/ in default stringsSam Whited1-2/+2
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch6-5/+27
forces TOR
2015-12-01introduce config.java variable to optionally show number of connected ↵Daniel Gultsch3-37/+58
accounts in notification
2015-12-01fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2-40/+95
2015-12-01combine multiple message receipts into single messageDaniel Gultsch2-12/+15
2015-12-01add error state for unavailable tor networkDaniel Gultsch4-14/+15
2015-12-01always use http proxy for http requests. (socks is leaking dns)Daniel Gultsch1-5/+1
2015-12-01refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch4-53/+72
2015-12-01do socks5 connect manuallyDaniel Gultsch3-51/+69
2015-12-01initial tor supportDaniel Gultsch15-130/+346
2015-11-30changed method signature of calcSampleSizeDaniel Gultsch1-1/+1
2015-11-26hide subject edit button if not editable by userDaniel Gultsch4-5/+30
2015-11-26encrypt pgp messages to selfDaniel Gultsch1-8/+8
2015-11-26detect server identity and added muc-workaround for slackDaniel Gultsch3-5/+49
2015-11-26removed unnecessary configuration fetch after joinDaniel Gultsch1-1/+1
2015-11-26removed unecessary chat stateDaniel Gultsch1-1/+1
2015-11-26fail jingle file transfer if axolotl key message could not be created. fixes ↵Daniel Gultsch1-1/+5
#1576
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch16-134/+91
2015-11-15PgpEngine: Get account from conversation instead of from contact. fixes ↵fiaxh1-3/+3
#1568, fixes #1544
2015-11-15Own contact picture in tile for conferences with only one other occupantfiaxh1-20/+48
2015-11-09Sign empty statusfiaxh2-3/+1
2015-11-09Use OpenPGP-API 9.0fiaxh6-43/+138
2015-11-06Move migration 19 before 17Andreas Straub1-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.
2015-11-01don't close socket on disconnectDaniel Gultsch1-1/+0
2015-10-31indicate cbe in chat message hintDaniel Gultsch3-3/+26
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch7-16/+48
2015-10-30fixed session objects not being build on start upDaniel Gultsch2-2/+1
2015-10-29moved db calls made from UI into serial background threadDaniel Gultsch1-5/+21
2015-10-29avoid npe when checking for stream restartDaniel Gultsch1-2/+4
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch7-5/+47
2015-10-29load avatars in message adapter in background taskDaniel Gultsch4-17/+115
2015-10-28show encryption type in warned/red messagesDaniel Gultsch3-0/+32
2015-10-28Show PGP "please wait" message only when actually decryptingfiaxh2-2/+7
2015-10-28Decrypt PGP messages in backgroundfiaxh9-73/+287
2015-10-26Don't synchronize on non-final fieldSam Whited1-1/+1
2015-10-26Reset the margins manually after rotatingsaqura8-1/+53
2015-10-25invalidate menu after backend connection.Daniel Gultsch1-0/+1
fixes the menu not being shown after rotation in edit account details
2015-10-25Handle some orientation changes manuallysaqura1-0/+4
Currently most activities get destroyed/recreated when rotating the device. This commit prevents this from happening where it is not necessary. The most obvious improvements are: * The options menu in the EditAccountActivity does not disappear when rotating the device. * CSI inactive/active states are no longer sent on every rotate.
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch2-2/+43
2015-10-21fixed read conversations showing up as notifications after a restartDaniel Gultsch1-5/+4
2015-10-20open unknown files with wildcard intentDaniel Gultsch2-10/+15
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch4-88/+105
2015-10-19move chat state reset from background switch to foreground switch to account ↵Daniel Gultsch1-3/+3
for chat states sent in the mean time
2015-10-19update last seen in mucs. fixes #1508Daniel Gultsch1-1/+5