Commit Graph

1142 Commits (0d01feebc333cca0bde1a25da2484204d828b859)
 

Author SHA1 Message Date
Moxie Marlinspike bea26e83da Correctly process push messages with identity key conflicts. 10 years ago
Moxie Marlinspike a85dbce041 Correctly handle PKWM via SMS. 10 years ago
Moxie Marlinspike baaa3514d4 Fix delivery receipts in group messages.
Fixes #2056
Fixes #2067
Fixes #2087
10 years ago
Moxie Marlinspike 71fdaac1b2 Fix regressions for registration. 10 years ago
Moxie Marlinspike fb31319e52 Put everything under either internal or api. 10 years ago
Moxie Marlinspike 08ed90c5ec Split out Util functions. 10 years ago
Moxie Marlinspike 0d102f76cc Move ListenableFutureTask up to parent. 10 years ago
Moxie Marlinspike 28cb1ed85b Move DirectoryUtil up to parent. 10 years ago
Moxie Marlinspike cd9b20dc9d Move dependency up to parent. 10 years ago
Moxie Marlinspike f09abff407 Refactor out old classes. 10 years ago
Moxie Marlinspike f9934bd8e5 Modernize libtextsecure layout 10 years ago
Moxie Marlinspike 1182052c7f Rename library to libtextsecure 10 years ago
Moxie Marlinspike 0d06d50a65 Let's have JobManager only deal with checked exceptions.
Also, switch to Builder for JobManager construction.
10 years ago
Moxie Marlinspike d9d4ec9d9d Fix some bugs with PKWM padding and attachment detection. 10 years ago
Moxie Marlinspike 9a6f65988f Add support for dependency injection, and accompanying tests. 10 years ago
Moxie Marlinspike 601e233d47 Add account management interface to libtextsecure api 10 years ago
Moxie Marlinspike ae178fc4ec Move API around a little, eliminate TransportDetails interface. 10 years ago
Moxie Marlinspike cafe03a70a Transition the outbound pipeline to JobManager jobs. 10 years ago
Moxie Marlinspike 99f42e2ee1 Move API around. 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.
10 years ago
Jake McGinty 4cab657ebe clear pending slides when attachment reselected
Fixes #2012

// FREEBIE
10 years ago
Jake McGinty db6f8618e6 padding workaround for bug in appcompat-v7 21.0.0
bug: https://code.google.com/p/android/issues/detail?id=77982

// FREEBIE
10 years ago
Jake McGinty 98af1fb6ee shorten blocks of text
// FREEBIE
10 years ago
Jake McGinty ad1d55f12d enable proguard
// FREEBIE
10 years ago
Jake McGinty 7df49811b7 replace ABS with AppCompat
// FREEBIE
10 years ago
Jake McGinty ff2ac8a66e refactor ListenableFutureTask and make saves async
// FREEBIE
10 years ago
Jake McGinty 53da1f849a in-app image media preview
// FREEBIE
10 years ago
Moxie Marlinspike 503d1ef452 Bump version to 2.2.0
// FREEBIE
10 years ago
Moxie Marlinspike 9accd92757 Updated language translations.
// FREEBIE
10 years ago
agrajaghh 306da92031 Test case and fix for deferred jobs.
Closes #2033
10 years ago
Moxie Marlinspike e7b6a852c5 Fix bug caused by 1mod8 compatibility issue.
In the switch from v3, we bind identities in the message MAC
instead of doing the 1mod8 trick.  Since identity keys were
never set as 1mod8, it seemed like we could just remove it.

However, PreKeys are durable.  If an old client upgrades to v3,
it has a bunch of keys that *were* set to 1mod8 floating around.
The Curve25519 donna code re-sets the private key bits on every
operation, which results in a different key, and breaks the output
of an agreement.

So now we don't intentionally generate keys with 1mod8, but we
have to remove the donna code to honor existing 1mod8 keys for
the rest of time.  Trevor is squarely to blame.

// FREEBIE
10 years ago
Moxie Marlinspike 9dfaf19516 Merge pull request #2028 from mcginty/revert-generic-contenttype
revert content-type generics
10 years ago
Jake McGinty 34aece0b43 revert content-type generics
// FREEBIE
10 years ago
Moxie Marlinspike 9768de2d5e Short circuit self-send.
// FREEBIE
10 years ago
Moxie Marlinspike c3eb0ea9db Check job requirements are satisfied in between retry iterations.
// FREEBIE
10 years ago
Moxie Marlinspike 4cdc0a3e61 Make signed prekey generation happen through the job queue. 10 years ago
Moxie Marlinspike b568ce70b2 Make delivery receipts work correctly for groups. 10 years ago
Moxie Marlinspike 18b0601990 Dependency updates and gradle housekeeping. 10 years ago
Moxie Marlinspike b308996885 Switch to using our own JobManager.
// FREEBIE
10 years ago
Moxie Marlinspike 73d896f378 Index shouldn't be unique. 10 years ago
Moxie Marlinspike 36ec1d84a1 Implement delivery receipts.
1) Support a "receipt" push message type.

2) Identify messages by timestamp.

3) Introduce a JobManager to handle the queue for network
   dependent jobs.
10 years ago
Moxie Marlinspike 8d6b9ae43e Incorporate PR feedback. Add license and eliminate duplicate code.
// FREEBIE
10 years ago
Moxie Marlinspike a95cc0eba2 Switch to byte array.
// FREEBIE
10 years ago
Moxie Marlinspike 58d101ff2e Support for job "group ids."
A job can specify a group id, and jobs with the same group id
will run sequentially.
10 years ago
Moxie Marlinspike 544f06451f Persistent job queue, derivative of android-priority-jobqueue.
// FREEBIE
10 years ago
Moxie Marlinspike 20cf775b1e Fix up routing activity actions. 10 years ago
Moxie Marlinspike 5fcc135f81 Make sure senderkeys encrypt is correctly initialized. 10 years ago
Moxie Marlinspike 9a0ed659f7 Initial support for sender keys. 10 years ago
Moxie Marlinspike 54612159be Update ed25519 extract and tests 10 years ago
Moxie Marlinspike 355d0be78a Introduce new simultaneous initiate strategy.
1) Fix bugs that prevented decrypt() from being non-transactional
   in some cases.

2) Introduce a new unified storage interface.

3) Transition simultaneous initiate from the "needs refresh"
   strategy to one that uses session state resurrection and
   promotion.
10 years ago