Commit Graph

17 Commits (aefed50e8bf4308465ad416e6950056a603c8bcb)

Author SHA1 Message Date
Rhodey Orbits bea9922840 fix the SmsListenerTest
gradle never complained about this before and I'm
not sure exactly when or why it began to but this
works now.

Closes #3211
// FREEBIE
9 years ago
Rhodey Orbits 8f002bd68d fix handling of sms:, smsto:, mms:, mmsto: URIs
1) add VIEW action and BROWSABLE category to SmsSendtoActivity intent filter
2) created class Rfc5724Uri for processing RFC5724 SMS URIs
3) added a set of tests for new Rfc5724Uri class
4) updated SmsSendtoActivity to use Rfc5742Uri for processing VIEW intents

Fixes #2578
Closes #3030

// FREEBIE
9 years ago
Rhodey Orbits 3fe676a3dd improve pdu generation in SmsListenerTest
one Android 2.3.3 device was throwing NPEs while parsing the precompiled
pdu test vectors so I modified SmsListenerTest to generate them on the fly
using Android's own PDU related classes. All tests now pass on 2.3.3,
4.2.2, 4.4.4, 5.1.

Closes #3048

// FREEBIE
9 years ago
Rhodey Orbits 790c6980fe improved challenge sms verification in SmsListener
some carriers prepend or append arbitrary text to sms messages
enroute, SmsListener failed to handle the append case.

Fixes #2919
Closes #3032
// FREEBIE
9 years ago
Rhodey Orbits 27a5b7dd5c make ListPartitionTest run during connectedCheck
Fixes #3007
Closes #3037

// FREEBIE
9 years ago
Moxie Marlinspike b9541a65b0 Fix list partitioning helper.
Fixes #2934

// FREEBIE
9 years ago
Rhodey Orbits 4e4538f4e8 Remove broken tests
1) removed old, unused, and broken MmsReceiverTest.
2) removed RegistrationActivityTest which got entirely broken
   when 8573316fdf removed the
   Class it inherited from (RoutedInstrumentationTestCase).

all tests in connectedCheck target now passing on Nexus One
 GB test device.

Closes #2864

// FREEBIE
9 years ago
Carey Metcalfe 8573316fdf Remove obsolete RoutingActivity test
Closes #2857
9 years ago
Rhodey Orbits a625727853 String should not be compared with an Optional in DeliveryReceiptJobTest.testDelivery().
Closes #2713

// FREEBIE
9 years ago
Moxie Marlinspike a59feb7ad4 Rename PushAddress to TextSecureAddress
// FREEBIE
9 years ago
Jake McGinty fc21d2038f Add first Espresso interaction test
// FREEBIE
10 years ago
Jake McGinty 91bf5532b2 workaround dexmaker bug in test cases
// FREEBIE
10 years ago
Jake McGinty 12845da91a use PartDatabase to look up thumbnails async
// FREEBIE

Closes #2286
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 9a6f65988f Add support for dependency injection, and accompanying tests. 10 years ago
Moxie Marlinspike 5f5ddd7c26 Generate SignedPreKey records, improve SignedPreKey cleanup. 10 years ago