02c6793
fixed avatar loading for non-file uris
Daniel Gultsch created
02c6793
fixed avatar loading for non-file uris
Daniel Gultsch created
0329c9c
users are now able to crop their avatar pictures using the android-crop
library
Philip Flohr created
8455e5b
hide message content in notifications in paranoia mode
Daniel Gultsch created
e1aeb37
s/.../…/ in default strings
Sam Whited created
dc8967d
introduced build-time paranoia mode that disables unencrypted chats and forces TOR
Daniel Gultsch created
65b5504
introduce config.java variable to optionally show number of connected accounts in notification
Daniel Gultsch created
2cd43f7
fixed crashes when activity got destroyed when selecting pgp key
Daniel Gultsch created
d42c82a
combine multiple message receipts into single message
Daniel Gultsch created
2225b0b
add error state for unavailable tor network
Daniel Gultsch created
b4a2598
always use http proxy for http requests. (socks is leaking dns)
Daniel Gultsch created
8ffcc11
refactored socks5 connection code. make jingle transport use that new code
Daniel Gultsch created
ebccb67
do socks5 connect manually
Daniel Gultsch created
f0b1761
initial tor support
Daniel Gultsch created
06cadab
changed method signature of calcSampleSize
Daniel Gultsch created
aeba964
increment version code
Daniel Gultsch created
60211a3
hide subject edit button if not editable by user
Daniel Gultsch created
23ef1c6
encrypt pgp messages to self
Daniel Gultsch created
fd6ed5b
detect server identity and added muc-workaround for slack
Daniel Gultsch created
26ec6f7
version bump to 1.7.3
Daniel Gultsch created
84120a3
removed unnecessary configuration fetch after join
Daniel Gultsch created
210de7d
removed unecessary chat state
Daniel Gultsch created
ecb4615
fail jingle file transfer if axolotl key message could not be created. fixes #1576
Daniel Gultsch created
a557d38
pgp fixes and revert configuration changes
Daniel Gultsch created
8228e82
Merge pull request #1569 from fiaxh/conference_one_other_occupant
Show own avatar in tile for conferences with only one other occupant next to theirs
Daniel Gultsch created
fbb7cb9
Merge pull request #1558 from fiaxh/pgp_api_9.0
Use OpenPGP-API 9.0
Daniel Gultsch created
8a1c4fe
Merge pull request #1570 from fiaxh/pgp_pgpengine_nullpointer_fix
PGP fix
Daniel Gultsch created
2c1f7e1
PgpEngine: Get account from conversation instead of from contact. fixes #1568, fixes #1544
fiaxh created
724ca8c
Own contact picture in tile for conferences with only one other occupant
fiaxh created
c7a5194
Sign empty status
fiaxh created
fac1d4e
Use OpenPGP-API 9.0
fiaxh created
c6e54e7
Move migration 19 before 17
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.
Andreas Straub created
8471fbd
updated FAQ to account for incompatible server
Daniel Gultsch created
fb9ba0a
don't close socket on disconnect
Daniel Gultsch created
baf76d8
indicate cbe in chat message hint
Daniel Gultsch created
bca29cf
explicitly mark verified omemo keys in UI
Daniel Gultsch created
b9de159
versrion bump to 1.7.2
Daniel Gultsch created
34bcc59
fixed session objects not being build on start up
Daniel Gultsch created
6a458b8
Merge pull request #1513 from fiaxh/pgp_background_decryption
PGP messages background decryption
Daniel Gultsch created
1ec3d86
version bump to 1.7.1
Daniel Gultsch created
8553d5a
moved db calls made from UI into serial background thread
Daniel Gultsch created
ef7857a
avoid npe when checking for stream restart
Daniel Gultsch created
c7ff196
push CN into nick pep node when uploading certificate. subscribe to nick node
Daniel Gultsch created
7410e20
Merge branch 'master' of github.com:siacs/Conversations
Daniel Gultsch created
1221cff
load avatars in message adapter in background task
Daniel Gultsch created
a7fd629
show encryption type in warned/red messages
Daniel Gultsch created
016a57f
Show PGP "please wait" message only when actually decrypting
fiaxh created
29a849c
Decrypt PGP messages in background
fiaxh created
d65273c
Merge pull request #1523 from SamWhited/presence_sync_fix
Don't synchronize on non-final field
Daniel Gultsch created
e747ece
Don't synchronize on non-final field
Sam Whited created
ec473a4
Merge pull request #1520 from saqura/self_handle_orientation
Handle some orientation changes manually
Daniel Gultsch created