Rhodey Orbits and Moxie Marlinspike
5fe7c687f3
1) renamed test build type to 'debugTest' because updated gradle
...
plugin doesn't allow build types to start with 'test'.
2) exclude support-annotations to avoid warning
Closes #3273
// FREEBIE
2015-06-03 12:18:28 -07:00
Rhodey Orbits and Moxie Marlinspike
200fc0c599
fix the PartDatabase tests
...
Closes #3210
// FREEBIE
2015-06-03 12:17:25 -07:00
Rhodey Orbits and Moxie Marlinspike
4d8108f34d
make prompt more explicit
...
// FREEBIE
2015-06-03 12:17:25 -07:00
Rhodey Orbits and Moxie Marlinspike
a0246836a8
require user to type 'espresso' at the warning prompt
...
// FREEBIE
2015-06-03 12:17:24 -07:00
Rhodey Orbits and Moxie Marlinspike
d6a970133e
1) warn user that espresso tests delete contacts
...
2) don't leak verification code in logs
// FREEBIE
2015-06-03 12:17:24 -07:00
Rhodey Orbits and Moxie Marlinspike
26f77bd00f
make running the espresso tests optional via -Pespresso=1
...
command line arg
// FREEBIE
2015-06-03 12:17:24 -07:00
Rhodey Orbits and Moxie Marlinspike
7cc2941053
1) created a new build flavor for espresso tests
...
2) create a new source set full of espresso tests
3) updated proguard-testing.pro
4) added test device numbers to .gitignore
// FREEBIE
2015-06-03 12:17:24 -07:00
Rhodey Orbits and Moxie Marlinspike
6a1bbedae8
move magic SMS mocking code into own util class
...
// FREEBIE
2015-06-03 12:17:24 -07:00
Rhodey Orbits and Moxie Marlinspike
e3760630bf
1) move PUSH_URL from Release.java into BuildConfig.java
...
2) use textsecure-service-staging.whispersystems.org for test build
// FREEBIE
hack
2015-06-03 12:17:24 -07:00
Rhodey Orbits and Moxie Marlinspike
ce77cb81df
move androidTest/ into new test/ directory
...
// FREEBIE
2015-06-03 12:17:24 -07:00
Jake McGinty and Moxie Marlinspike
4dce95142f
fix emoji not being replaced with Editable actions
...
Fixes #3267
Closes #3292
// FREEBIE
2015-06-03 12:15:36 -07:00
agrajaghh and Moxie Marlinspike
570f79d91a
fix unit strings
...
Fixes #3295
Closes #3320
//FREEBIE
2015-06-03 11:44:50 -07:00
Rhodey Orbits and Moxie Marlinspike
a712875830
allow batch selection of failed messages
...
Fixes #2764
Closes #3304
// FREEBIE
2015-06-03 11:30:28 -07:00
Jake McGinty and Moxie Marlinspike
3a07809545
fix jpeg compression max limit issues
...
1) Increase max image size when sending via push
2) Decrease max image dimen when sending via MMS
Fixes #3070
Closes #3287
// FREEBIE
2015-06-03 11:18:35 -07:00
Jake McGinty and Moxie Marlinspike
bb6b86ad59
fix images disappearing when in recyclerviews
...
Fixes #3142
Closes #3288
// FREEBIE
2015-06-03 11:17:32 -07:00
Jake McGinty and Moxie Marlinspike
bd2e984963
reduce GPU overdraw
...
Closes #3305
// FREEBIE
2015-06-03 11:14:03 -07:00
Jake McGinty and Moxie Marlinspike
9408579862
ASCII emoji support
...
Fixes #2943
Closes #3283
// FREEBIE
2015-06-03 11:11:24 -07:00
Geonu Kang and Moxie Marlinspike
0cf9206170
Update "TextSecure messages" preferences strings
...
Fixes #3253
Closes #3254
//FREEBIE
2015-06-03 11:11:23 -07:00
agrajaghh and Moxie Marlinspike
86c607a211
make search hint translatable
...
Fixes #3261
Closes #3262
//FREEBIE
2015-06-03 11:11:23 -07:00
Moxie Marlinspike
ec60c24849
Slight cleanup for ConfirmIdentityDialog change.
...
Closes #3225
// FREEBIE
2015-06-03 11:11:23 -07:00
agrajaghh and Moxie Marlinspike
72bd6d5844
use ConfirmIdentityDialog instead of ReceiveKeyDialog
...
also switch to AppCompatDialog
2015-06-03 11:11:23 -07:00
Moxie Marlinspike
f1e8357131
Bump version to 2.16.4
...
// FREEBIE
v2.16.4
2015-06-02 11:29:43 -07:00
Jake McGinty and Moxie Marlinspike
21341c5213
Fix >xxhdpi screens misrendering emoji
...
Fixes #2957
Closes #3302
// FREEBIE
2015-06-02 10:36:56 -07:00
Moxie Marlinspike
fa2f9686ce
Bump version to 2.16.3
...
// FREEBIE
v2.16.3
2015-05-29 17:09:58 -07:00
Jake McGinty and Moxie Marlinspike
05e45e92cf
reduce emoji memory consumption
...
Closes #3282
// FREEBIE
2015-05-29 16:25:32 -07:00
Jake McGinty and Moxie Marlinspike
ce610e0262
no more emoji pane fragment
...
Fixes #3271
Closes #3280
// FREEBIE
2015-05-29 16:24:22 -07:00
Moxie Marlinspike
e130d0a3e6
Bump version to 2.16.2
...
// FREEBIE
v2.16.2
2015-05-26 16:09:52 -07:00
Jake McGinty and Moxie Marlinspike
1a7c4a2869
prevent early callback death
...
android is so dumb.
Fixes #3255
Closes #3260
// FREEBIE
2015-05-26 15:34:56 -07:00
Moxie Marlinspike
624c7dbf9d
Bump version to 2.16.1
...
// FREEBIE
v2.16.1
2015-05-22 14:41:52 -07:00
Jake McGinty and Moxie Marlinspike
fca98c42d5
fix Uri.parse NPE in notifier
...
Closes #3241
// FREEBIE
2015-05-22 14:14:42 -07:00
Jake McGinty and Moxie Marlinspike
a3007c5906
Fix flickering emoji and periodic emoji vanishings
...
Fixes #3231
Closes #3233
// FREEBIE
2015-05-22 13:56:39 -07:00
Moxie Marlinspike
1251629997
Fix for toggle behavior during rapid clear/fill cycles.
...
Fixes #3235
Closes #3239
// FREEBIE
2015-05-22 13:52:25 -07:00
agrajaghh and Moxie Marlinspike
9475cd765a
fix size of ic_photo_camera
...
Closes #3232
// FREEBIE
2015-05-21 17:30:42 -07:00
Moxie Marlinspike
aefed50e8b
Update .gitignore
...
// FREEBIE
2015-05-21 17:30:19 -07:00
Moxie Marlinspike
0e04310a56
Bump version to 2.16.0
...
// FREEBIE
v2.16.0
2015-05-21 13:52:33 -07:00
Moxie Marlinspike
9c2f14dade
Introduce unique part ID column for better cache accuracy.
...
Closes #3226
// FREEBIE
2015-05-21 12:17:42 -07:00
Moxie Marlinspike
2cfc714b64
Support for receiving incoming sync messages.
...
Closes #3188
// FREEBIE
2015-05-21 09:55:42 -07:00
Moxie Marlinspike
990d858764
Update language translations.
...
// FREEBIE
2015-05-21 08:11:54 -07:00
Jake McGinty and Moxie Marlinspike
5b788fe188
fix activity leak when initializing singletons
...
Closes #3219
// FREEBIE
2015-05-21 07:42:33 -07:00
Moxie Marlinspike
1beed21032
Fix for missing content id column in all images query.
...
Fixes #3218
// FREEBIE
2015-05-21 07:40:59 -07:00
Michael Herbig and Moxie Marlinspike
18436dc3be
Fix context leak from lingering RecipientModifiedListener.
...
Because ContactSelectionListItem is used as a
RecipientModifiedListener, it leaks its context
(NewConversationActivity/PushContactSelectionActivity),
which can lead to OOM crashes.
Closes #3214
// FREEBIE
2015-05-21 07:25:20 -07:00
Jake McGinty and Moxie Marlinspike
7ecc58095b
Add vertical spacing to emoji sprites
...
Downsampling on low-dpi devices led to 1px bleeds between
sprite areas.
Fixes #3203
Closes #3206
// FREEBIE
2015-05-20 18:02:21 -07:00
Jake McGinty and Moxie Marlinspike
bc164ef549
only update recent emoji on other pages
...
Closes #3208
// FREEBIE
2015-05-20 18:01:18 -07:00
Jake McGinty and Moxie Marlinspike
3effe77830
don't show recent emoji if empty
...
Fixes #3201
Closes #3209
// FREEBIE
2015-05-20 17:59:43 -07:00
Rhodey Orbits and Moxie Marlinspike
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
2015-05-20 17:58:44 -07:00
Rhodey Orbits and Moxie Marlinspike
dba7fd06c8
remove unused espresso dep, replace testing-support-lib
...
Closes #3213
// FREEBIE
2015-05-20 17:57:00 -07:00
Rhodey Orbits and Moxie Marlinspike
592cb49f93
move all packagingOptions exclusions into a single closure
...
// FREEBIE
2015-05-20 17:56:44 -07:00
Rhodey Orbits and Moxie Marlinspike
4c11361513
avoid redeclaration of proguard files, prevents future #3127
...
// FREEBIE
2015-05-20 17:56:44 -07:00
volcano99 and Moxie Marlinspike
ef9cc680f0
Fix ever-expanding text box
...
Closes #3195
2015-05-20 17:55:40 -07:00
Moxie Marlinspike
24bf2be5ae
Adjust ConversationActivity compose text layout heights.
...
Related to #3191
// FREEBIE
2015-05-20 16:55:18 -07:00