Commit Graph

11 Commits (07bb07c34266977aa39131a7ac906c695b40d600)

Author SHA1 Message Date
Jake McGinty 07bb07c342 streaming media
// FREEBIE
10 years ago
agrajaghh 0b62cf372b whitespace cleanup
//FREEBIE

Closes #1779
10 years ago
Moxie Marlinspike a3f1d9cdfd Beginning of libtextsecure refactor.
1) Break out appropriate components.

2) Switch the incoming pipeline from SendReceiveService to
   the JobManager.
11 years ago
Jake McGinty 9d9a0ec218 collection of fixes based on comments/small aesthetic stuff // FREEBIE 11 years ago
Moxie Marlinspike b8f663b69c Move common crypto classes into TextSecureLibrary.
1) Move all the crypto classes from securesms.crypto.

2) Move all the crypto storage from securesms.database.keys

3) Replace the old imported BC code with spongycastle.
11 years ago
Simeon Morgan 4931d7327b Switch to two-space indentation, remove inline comments. 12 years ago
Simeon Morgan adfa3c1b10 Optimised use of buffers when decrypting to avoid unnecessary array copying properly. 12 years ago
Simeon Morgan 3cc6344c8b Optimised use of buffers when decrypting to avoid unnecessary array copying 12 years ago
Simeon Morgan 546dd5485c Fix issue #410: DecryptingPartInputStream could return more data than requested, causing segfaults in BitmapFactory on Android 4.4. 12 years ago
Moxie Marlinspike 8281ef18d4 Fix for ShortBufferException problem introduced in Android 4.3
Not really sure how it's possible for the system to give us an
extra block of data, but it does if both the input and output
buffers are sized the same during the first decrypt.  This
fixes things, but I wish I better understood why it was broken.
12 years ago
Moxie Marlinspike bbea3fe1b1 Initial Project Import 14 years ago