Commit Graph

1746 Commits (8cb952ff3f7aef70e745ba8bb74249debeda3386)
 

Author SHA1 Message Date
Moxie Marlinspike 219a403f36 Bump version to 2.18.2
// FREEBIE
10 years ago
McLoo ed6ea22947 Revert thumbnail null check for non image media
Fixes #3436
Closes #3437
10 years ago
McLoo 3bb966cf35 Translate 'UNBLOCK' button in ConversationActivity
Fixes #3422
Closes #3423
//FREEBIE
10 years ago
Moxie Marlinspike 2b11547eeb Bump version to 2.18.1
// FREEEBIE
10 years ago
Rhodey Orbits d98cb7b53f added test for forward of text message, detects #3413 and validates #3414
Closes #3416
// FREEBIE
10 years ago
Rhodey Orbits d935be7b0a check for null Intent.EXTRA_STREAM
Fixes #3413
Closes #3414
// FREEBIE
10 years ago
Rhodey Orbits aa37d6e7f9 only open media preview when there is something to preview.
Fixes #3389
Closes #3412
// FREEBIE
10 years ago
Jake McGinty f72cd5b0ff fix "rough scaling" bitmaps
Fixes #3347
Closes #3408
// FREEBIE
10 years ago
agrajaghh 5116c61f43 Translate strings in RecipientPreferenceActivity
Fixes #3405
Closes #3409

 // FREEBIE
10 years ago
agrajaghh 687beda478 Set ActionBar title to "Privacy"
Fixes #3406
Closes #3410

// FREEBIE
10 years ago
Moxie Marlinspike bb5fe39d3d Bump version to 2.18.0
// FREEBIE
10 years ago
Moxie Marlinspike 0e9be13cb6 Updated language translations.
// FREEBIE
10 years ago
Moxie Marlinspike 23b274c472 Make recipient vibrate preference reflect current state.
Fixes #3396
// FREEBIE
10 years ago
Moxie Marlinspike a11f6ea1e6 Don't signal on updates from muted threads.
Fixes #3393
// FREEBIE
10 years ago
Moxie Marlinspike c05555c290 Add listener to recipient preferences cursor.
Fixes #3398
// FREEBIE
10 years ago
Moxie Marlinspike 6caee6b0f0 Update recipients on UI thread.
Fixes #3402
// FREEBIE
10 years ago
agrajaghh ae4f6b1dd4 add dark theme to emojiDrawer
Fixes #3240
Closes #3353
10 years ago
Moxie Marlinspike 40af2a81db Support for per-recipient muting, blocking, and ringtones.
Fixes #757
Fixes #354
Fixes #222
Closes #1815
Closes #3378

// FREEBIE
10 years ago
Rhodey Orbits cb3cf7789f transform google photos nonsense URI scheme to something usable when necessary
Fixes #3307
Closes #3375
// FREEBIE
10 years ago
Jake McGinty 0f7f458ce0 fix keyboard-height-aware layout in lollipop
fixes #3303
// FREEBIE
10 years ago
Moxie Marlinspike 26bcb590a7 Log retrieve exception.
// FREEBIE
10 years ago
RiseT 05894827c1 Couple of cosmetic corrections for strings.xml
Closes #3364
10 years ago
Jake McGinty 58be07f5b1 fix checkbox overlap with fastscroll
Fixes #3333
Closes #3346
// FREEBIE
10 years ago
Jake McGinty f1137927d4 Use Glide to load media preview images
Closes #3344
// FREEBIE
10 years ago
Jake McGinty 37fbd769b7 ellipsize emoji
Fixes #3266
Closes #3349
// FREEBIE
10 years ago
Jake McGinty 3f6aae633e reduce max image size on low-mem devices
Closes #3343
// FREEBIE
10 years ago
agrajaghh 85c6957b63 fix translation of MessageDetailsActivity's label
Fixes #2875
Closes #3050

//FREEBIE
10 years ago
Rhodey Orbits c318d42d14 fix the AdvancedPreferenceFragmentTest to use new string resource
introduced in 0cf9206170

Closes #3338
// FREEBIE
10 years ago
Moxie Marlinspike 455f28ae54 Bump version to 2.17.0
// FREEBIE
10 years ago
Moxie Marlinspike b5dda3624f Updated language translations.
// FREEBIE
10 years ago
Jake McGinty 11613ad69f stop being clever with unbinding glide images
fixes #3331
// FREEBIE
10 years ago
Jake McGinty 6d0720c956 insecure fallback mark as "not push"
Closes #3332
// FREEBIE
10 years ago
Jake McGinty 8999e5fc54 fix messages with push flag *and* sms flag set...
// FREEBIE
10 years ago
Jake McGinty 82d7300fc0 fix NPE when unbinding ConversationItem
fixes #3329
fixes #3320
// FREEBIE
10 years ago
Jake McGinty 12255ed453 fix missing attribute crash
fixes #3328
fixes #3329
fixes #3330
// FREEBIE
10 years ago
Rhodey Orbits 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
10 years ago
Rhodey Orbits 200fc0c599 fix the PartDatabase tests
Closes #3210
// FREEBIE
10 years ago
Rhodey Orbits 4d8108f34d make prompt more explicit
// FREEBIE
10 years ago
Rhodey Orbits a0246836a8 require user to type 'espresso' at the warning prompt
// FREEBIE
10 years ago
Rhodey Orbits d6a970133e 1) warn user that espresso tests delete contacts
2) don't leak verification code in logs

// FREEBIE
10 years ago
Rhodey Orbits 26f77bd00f make running the espresso tests optional via -Pespresso=1
command line arg

// FREEBIE
10 years ago
Rhodey Orbits 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
10 years ago
Rhodey Orbits 6a1bbedae8 move magic SMS mocking code into own util class
// FREEBIE
10 years ago
Rhodey Orbits e3760630bf 1) move PUSH_URL from Release.java into BuildConfig.java
2) use textsecure-service-staging.whispersystems.org for test build

// FREEBIE

hack
10 years ago
Rhodey Orbits ce77cb81df move androidTest/ into new test/ directory
// FREEBIE
10 years ago
Jake McGinty 4dce95142f fix emoji not being replaced with Editable actions
Fixes #3267
Closes #3292
// FREEBIE
10 years ago
agrajaghh 570f79d91a fix unit strings
Fixes #3295
Closes #3320

//FREEBIE
10 years ago
Rhodey Orbits a712875830 allow batch selection of failed messages
Fixes #2764
Closes #3304
// FREEBIE
10 years ago
Jake McGinty 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
10 years ago
Jake McGinty bb6b86ad59 fix images disappearing when in recyclerviews
Fixes #3142
Closes #3288
// FREEBIE
10 years ago