569bc43
increased version code
Daniel Gultsch created
569bc43
increased version code
Daniel Gultsch created
5b1dda9
deal with broken frameworks
Daniel Gultsch created
d7b3060
catch broken base64 in avatars
Daniel Gultsch created
51a2645
synchronize packetCallbacks
Daniel Gultsch created
c082066
catch null pointer in ScramSHA1 sasl
Daniel Gultsch created
e8e0ecc
version bump to 1.7.0-alpha to start new development cycle
Daniel Gultsch created
5501502
Merge branch 'depend_on_sm' into development
Daniel Gultsch created
11fbc3d
version bump to 1.6.0
Daniel Gultsch created
ecac1e5
Merge branch 'development'
Daniel Gultsch created
6aec49f
Update license string with libraries
Andreas Straub created
45d68c2
Display error message if all contact keys purged
Andreas Straub created
83e1e64
fully depend on sm
Daniel Gultsch created
1f34fb7
Merge branch 'development'
Daniel Gultsch created
32826ec
provide extra interface to close sockets. fixes #1330
Daniel Gultsch created
75bafd5
Merge pull request #1329 from hlad/server_info_http_upload
show HTTP upload availability on Edit account screen (server info)
Daniel Gultsch created
4539643
show HTTP upload availability on Edit account screen
hlad created
81b7e27
version bump to 1.6.0-beta.2
Daniel Gultsch created
dad9076
do not touch pictures that are already in the right format
fixed #522
Daniel Gultsch created
3677c6e
use same code that is used to open files for images
fixes #1323
Daniel Gultsch created
c0dcf4a
changed color of 'whispered' prefix
fixes #1326
Daniel Gultsch created
fd81491
put wake locks on out of band file transfers
Daniel Gultsch created
d30515a
report wrong file size in otr encrypted jingle file transfers to be compatible with conversations > 1.6
Daniel Gultsch created
b5e9085
provide more detailed error toasts for http file download
Daniel Gultsch created
d2ded8a
Merge pull request #1324 from fiaxh/omemo_logo
OMEMO logo
Daniel Gultsch created
e8bcd39
OMEMO logo
fiaxh created
b7f00dd
fixed image preview in notfications for images that arrived over jingle
Daniel Gultsch created
a6e0083
decreased right hand side padding in contact keys
Daniel Gultsch created
8b9b74f
renamed multi-end / axolotl to OMEMO
Daniel Gultsch created
efdf3b6
removed dead code
Daniel Gultsch created
cac577f
don't request ack for iq stanzas before stream managment is initialized
fixes #1322
Daniel Gultsch created
7437d0f
Increase number of published prekeys for release
Andreas Straub created
53ce5d2
request server-ACKs for iq stanzas
Daniel Gultsch created
6694af8
fail old/invalid iq stanzas on bind
Daniel Gultsch created
5c0853f
hide multi-end and otr encryption in conferences
Daniel Gultsch created
34b22de
Improve TrustKeysActivity slider responsiveness
Slider used to skip back on drag-and-drop action. The switch doesn't trigger explicit whole UI refreshes anymore, it now directly adjusts the "done" button's locked status.
Andreas Straub created
a1c43d8
added config.java variable to hide openpgp as an encryption method
Daniel Gultsch created
e10e994
changed text selection color
Daniel Gultsch created
c617cf6
added Config.java varibale to lock account creation to specfic domain
Daniel Gultsch created
9b91d0b
sync translations with transifex
Daniel Gultsch created
edd2ead
version bump for ShortcutBadger
Daniel Gultsch created
6c69e17
added changelog for version 1.6
Daniel Gultsch created
3b440b5
version bump to 1.6.0-beta
Daniel Gultsch created
a6bbe4d
lets try jpeg for a while
Daniel Gultsch created
2bf30bb
temporarily renamed new encryption method to 'Multi-End' until a better name has been found
Daniel Gultsch created
5529337
use content-type in http slot request and stick with during upload
Daniel Gultsch created
f9dec7c
fixed calculated file size in http slot request
Daniel Gultsch created
6cd9383
Let UNTRUSTED/UNDECIDED keys become INACTIVE
Andreas Straub created
60cd307
enable axolotl encryption for jingle supported file transfers
Daniel Gultsch created
6059b96
Provide process function for key transport message
Andreas Straub created
909f761
Refactor axolotl message processing workflow
XmppAxolotlMessage is now entirely responsible for handling encryption and decryption of messages, only leveraging XmppAxolotlSession as a packing/unpacking primitive for payload keys. Removed pseudo-dead session generation code step from prepareMessage function, as sessions have been created by invoking the TrustKeysActivity for a while now. Added prepareKeyTransportMessage function, which creates a message with no payload. The key that is packed into the header keyElements can then be used for other purposes (e.g. encrypted file transfer).
Andreas Straub created