Moxie Marlinspike
|
a1da22cee9
|
Use constant.
// FREEBIE
Closes #1988
|
2014-11-29 13:12:53 -08:00 |
|
Jake McGinty
|
b0891fa986
|
move log submission to new library
// FREEBIE
Closes #1655
|
2014-11-29 11:42:25 -08:00 |
|
Moxie Marlinspike
|
b57763f397
|
Display 'me' for device's local number in group membership list.
// FREEBIE
Fixes #1494
Closes #1505
|
2014-11-28 10:46:50 -08:00 |
|
Moxie Marlinspike
|
0d01feebc3
|
Move directory refresh from a service over to a job.
// FREEBIE
|
2014-11-27 15:24:26 -08:00 |
|
Jake McGinty
|
28f63cf335
|
Revert "Try to fix LGE menu button NPEs"
This reverts commit f3a3aaca60 .
|
2014-11-25 09:23:57 +02:00 |
|
Jake McGinty
|
f3a3aaca60
|
Try to fix LGE menu button NPEs
fix based on https://code.google.com/p/android/issues/detail?id=78154
// FREEBIE
|
2014-11-25 09:17:27 +02:00 |
|
agrajaghh
|
908e8b8746
|
fix for ringtone selection with android-support-v4-preferencefragment
|
2014-11-25 09:08:30 +02:00 |
|
Jake McGinty
|
4573f3cb77
|
reorder window feature requests in MediaPreviewActivity
ActionBar is initialized in a different way by AppCompat v20 compared to
ABS or v21 even...
// FREEBIE
|
2014-11-25 08:55:40 +02:00 |
|
Moxie Marlinspike
|
d72a3ec669
|
Do thread trimming as JobManager job rather than AsyncTask.
// FREEBIE
|
2014-11-24 22:50:32 -08:00 |
|
Moxie Marlinspike
|
3439657bba
|
Guard against fragment disappearing before callback.
// FREEBIE
|
2014-11-24 22:48:50 -08:00 |
|
Moxie Marlinspike
|
4ccb7ebab6
|
Don't completely disable GCM.
// FREEBIE
|
2014-11-24 10:48:33 -08:00 |
|
Jake McGinty
|
bf69a90b69
|
rollback to appcompat v20
v21 appears to just not be ready for production given the bugs.
// FREEBIE
|
2014-11-24 19:09:33 +02:00 |
|
Moxie Marlinspike
|
bf19307916
|
Make GCM re-registration failure notification based.
// FREEBIE
|
2014-11-23 17:12:35 -08:00 |
|
Moxie Marlinspike
|
d42c4229fd
|
Update to latest zxing QR code scanner.
Closes #2078
// FREEBIE
|
2014-11-22 09:47:02 -08:00 |
|
Moxie Marlinspike
|
e9b383d277
|
Add jobs for pending push messages during migration.
// FREEBIE
|
2014-11-21 12:53:40 -08:00 |
|
Moxie Marlinspike
|
ea9a5decac
|
Update gradle-witness and actually use spongycastle.
// FREEBIE
|
2014-11-20 16:46:35 -08:00 |
|
Jake McGinty
|
eaf89735b8
|
encapsulated delivery icon to separate from lock
and as a bonus some tweaked text sizes and colors
// FREEBIE
|
2014-11-19 12:56:44 -08:00 |
|
Moxie Marlinspike
|
174324e2a0
|
Potential fix for BroadcastReceiver crash.
// FREEBIE
|
2014-11-18 14:55:16 -08:00 |
|
Moxie Marlinspike
|
35821d444e
|
Move responsibility for Context injection out of JavaSerializer.
// FREEBIE
|
2014-11-16 17:23:33 -08:00 |
|
Moxie Marlinspike
|
5b08791086
|
Fix regression with providers being registered.
// FREEBIE
|
2014-11-14 15:44:49 -08:00 |
|
Jake McGinty
|
43adc75428
|
add icon back
// FREEBIE
|
2014-11-15 02:04:17 +03:00 |
|
Moxie Marlinspike
|
9215322846
|
Abstract out TrustStore interface.
// FREEBIE
|
2014-11-12 17:09:59 -08:00 |
|
Moxie Marlinspike
|
bea26e83da
|
Correctly process push messages with identity key conflicts.
|
2014-11-12 15:42:43 -08:00 |
|
Moxie Marlinspike
|
a85dbce041
|
Correctly handle PKWM via SMS.
|
2014-11-12 15:42:43 -08:00 |
|
Moxie Marlinspike
|
baaa3514d4
|
Fix delivery receipts in group messages.
Fixes #2056
Fixes #2067
Fixes #2087
|
2014-11-12 15:42:43 -08:00 |
|
Moxie Marlinspike
|
71fdaac1b2
|
Fix regressions for registration.
|
2014-11-12 15:42:43 -08:00 |
|
Moxie Marlinspike
|
fb31319e52
|
Put everything under either internal or api.
|
2014-11-12 15:42:43 -08:00 |
|
Moxie Marlinspike
|
08ed90c5ec
|
Split out Util functions.
|
2014-11-12 15:42:43 -08:00 |
|
Moxie Marlinspike
|
0d102f76cc
|
Move ListenableFutureTask up to parent.
|
2014-11-12 15:38:23 -08:00 |
|
Moxie Marlinspike
|
28cb1ed85b
|
Move DirectoryUtil up to parent.
|
2014-11-12 15:29:59 -08:00 |
|
Moxie Marlinspike
|
cd9b20dc9d
|
Move dependency up to parent.
|
2014-11-12 15:29:59 -08:00 |
|
Moxie Marlinspike
|
f09abff407
|
Refactor out old classes.
|
2014-11-12 15:29:59 -08:00 |
|
Moxie Marlinspike
|
0d06d50a65
|
Let's have JobManager only deal with checked exceptions.
Also, switch to Builder for JobManager construction.
|
2014-11-12 15:29:58 -08:00 |
|
Moxie Marlinspike
|
d9d4ec9d9d
|
Fix some bugs with PKWM padding and attachment detection.
|
2014-11-12 15:29:58 -08:00 |
|
Moxie Marlinspike
|
9a6f65988f
|
Add support for dependency injection, and accompanying tests.
|
2014-11-12 15:29:58 -08:00 |
|
Moxie Marlinspike
|
601e233d47
|
Add account management interface to libtextsecure api
|
2014-11-12 15:28:08 -08:00 |
|
Moxie Marlinspike
|
ae178fc4ec
|
Move API around a little, eliminate TransportDetails interface.
|
2014-11-12 15:26:25 -08:00 |
|
Moxie Marlinspike
|
cafe03a70a
|
Transition the outbound pipeline to JobManager jobs.
|
2014-11-12 15:26:25 -08:00 |
|
Moxie Marlinspike
|
99f42e2ee1
|
Move API around.
|
2014-11-12 15:21:32 -08:00 |
|
Moxie Marlinspike
|
a3f1d9cdfd
|
Beginning of libtextsecure refactor.
1) Break out appropriate components.
2) Switch the incoming pipeline from SendReceiveService to
the JobManager.
|
2014-11-12 15:21:32 -08:00 |
|
Jake McGinty
|
4cab657ebe
|
clear pending slides when attachment reselected
Fixes #2012
// FREEBIE
|
2014-10-29 18:50:11 -07:00 |
|
Jake McGinty
|
7df49811b7
|
replace ABS with AppCompat
// FREEBIE
|
2014-10-29 16:51:55 -07:00 |
|
Jake McGinty
|
ff2ac8a66e
|
refactor ListenableFutureTask and make saves async
// FREEBIE
|
2014-10-28 02:25:41 -05:00 |
|
Jake McGinty
|
53da1f849a
|
in-app image media preview
// FREEBIE
|
2014-10-28 00:50:01 -05:00 |
|
Jake McGinty
|
34aece0b43
|
revert content-type generics
// FREEBIE
|
2014-10-22 19:37:04 -07:00 |
|
Moxie Marlinspike
|
9768de2d5e
|
Short circuit self-send.
// FREEBIE
|
2014-10-22 18:28:03 -07:00 |
|
Moxie Marlinspike
|
4cdc0a3e61
|
Make signed prekey generation happen through the job queue.
|
2014-10-21 12:47:08 -07:00 |
|
Moxie Marlinspike
|
b568ce70b2
|
Make delivery receipts work correctly for groups.
|
2014-10-20 21:06:34 -07:00 |
|
Moxie Marlinspike
|
b308996885
|
Switch to using our own JobManager.
// FREEBIE
|
2014-10-20 19:13:06 -07:00 |
|
Moxie Marlinspike
|
73d896f378
|
Index shouldn't be unique.
|
2014-10-20 19:02:42 -07:00 |
|