aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-04Implements FS#83: Reload from last received messagesteckbrief3-16/+44
2015-12-04parse stanza-id from messagesDaniel Gultsch2-3/+23
2015-12-04properly clear muc user avatar cachesDaniel Gultsch4-13/+30
2015-12-04fixed showing avatars for contacts in mucDaniel Gultsch1-1/+10
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief3-16/+9
2015-12-04avoid some NPEsDaniel Gultsch2-3/+4
2015-12-04rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch1-1/+3
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch3-8/+1
2015-12-04Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2-2/+4
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch6-181/+295
2015-12-03enabled previously disabled http uploadDaniel Gultsch1-1/+1
2015-12-02Fixed compile error in inner classsteckbrief1-1/+1
2015-12-02Unset all PGP signatures oncefiaxh3-74/+96
2015-12-02Show status message when contact requests presenceSam Whited3-3/+22
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 Flohr2-8/+35
2015-12-02hide message content in notifications in paranoia modeDaniel Gultsch1-20/+30
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch5-4/+24
2015-12-01introduce config.java variable to optionally show number of connected account...Daniel Gultsch2-37/+57
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 Gultsch3-13/+14
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 Gultsch11-129/+273
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
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch15-129/+91
2015-11-20Partially implements FS#6: Conference ID changed to c+bugs@conferesteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new acti...steckbrief36-226/+639
2015-11-15PgpEngine: Get account from conversation instead of from contact. fixes #1568...fiaxh1-3/+3
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-06FileBackend splitted into several util classes for separate concerns: AvatarU...steckbrief22-580/+771
2015-11-06Move migration 19 before 17Andreas Straub1-3/+6
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a pictur...steckbrief14-173/+521
2015-11-01don't close socket on disconnectDaniel Gultsch1-1/+0
2015-10-31indicate cbe in chat message hintDaniel Gultsch2-1/+23
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch6-16/+46
2015-10-30Implements FS#24: Introduce setting for picture resizingsteckbrief3-0/+24
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