Commit Graph

1004 Commits (a11f6ea1e62d0fa3c82fd23b7b8cf0b681c141ca)

Author SHA1 Message Date
Moxie Marlinspike a11f6ea1e6 Don't signal on updates from muted threads.
Fixes #3393
// FREEBIE
11 years ago
Moxie Marlinspike c05555c290 Add listener to recipient preferences cursor.
Fixes #3398
// FREEBIE
11 years ago
Moxie Marlinspike 6caee6b0f0 Update recipients on UI thread.
Fixes #3402
// FREEBIE
11 years ago
agrajaghh ae4f6b1dd4 add dark theme to emojiDrawer
Fixes #3240
Closes #3353
11 years ago
Moxie Marlinspike 40af2a81db Support for per-recipient muting, blocking, and ringtones.
Fixes #757
Fixes #354
Fixes #222
Closes #1815
Closes #3378

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

//FREEBIE
11 years ago
Jake McGinty 11613ad69f stop being clever with unbinding glide images
fixes #3331
// FREEBIE
11 years ago
Jake McGinty 6d0720c956 insecure fallback mark as "not push"
Closes #3332
// FREEBIE
11 years ago
Jake McGinty 8999e5fc54 fix messages with push flag *and* sms flag set...
// FREEBIE
11 years ago
Jake McGinty 82d7300fc0 fix NPE when unbinding ConversationItem
fixes #3329
fixes #3320
// FREEBIE
11 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
11 years ago
Rhodey Orbits 200fc0c599 fix the PartDatabase tests
Closes #3210
// FREEBIE
11 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
11 years ago
Jake McGinty 4dce95142f fix emoji not being replaced with Editable actions
Fixes #3267
Closes #3292
// FREEBIE
11 years ago
agrajaghh 570f79d91a fix unit strings
Fixes #3295
Closes #3320

//FREEBIE
11 years ago
Rhodey Orbits a712875830 allow batch selection of failed messages
Fixes #2764
Closes #3304
// FREEBIE
11 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
11 years ago
Jake McGinty bb6b86ad59 fix images disappearing when in recyclerviews
Fixes #3142
Closes #3288
// FREEBIE
11 years ago
Jake McGinty bd2e984963 reduce GPU overdraw
Closes #3305
// FREEBIE
11 years ago
Jake McGinty 9408579862 ASCII emoji support
Fixes #2943
Closes #3283
// FREEBIE
11 years ago
Geonu Kang 0cf9206170 Update "TextSecure messages" preferences strings
Fixes #3253
Closes #3254

//FREEBIE
11 years ago
agrajaghh 86c607a211 make search hint translatable
Fixes #3261
Closes #3262

//FREEBIE
11 years ago
Moxie Marlinspike ec60c24849 Slight cleanup for ConfirmIdentityDialog change.
Closes #3225
// FREEBIE
11 years ago
agrajaghh 72bd6d5844 use ConfirmIdentityDialog instead of ReceiveKeyDialog
also switch to AppCompatDialog
11 years ago
Jake McGinty 21341c5213 Fix >xxhdpi screens misrendering emoji
Fixes #2957
Closes #3302
// FREEBIE
11 years ago
Jake McGinty 05e45e92cf reduce emoji memory consumption
Closes #3282
// FREEBIE
11 years ago
Jake McGinty ce610e0262 no more emoji pane fragment
Fixes #3271
Closes #3280

// FREEBIE
11 years ago
Jake McGinty 1a7c4a2869 prevent early callback death
android is so dumb.

Fixes #3255
Closes #3260
// FREEBIE
11 years ago
Jake McGinty fca98c42d5 fix Uri.parse NPE in notifier
Closes #3241
// FREEBIE
11 years ago
Jake McGinty a3007c5906 Fix flickering emoji and periodic emoji vanishings
Fixes #3231
Closes #3233
// FREEBIE
11 years ago
Moxie Marlinspike 1251629997 Fix for toggle behavior during rapid clear/fill cycles.
Fixes #3235
Closes #3239
// FREEBIE
11 years ago
Moxie Marlinspike 9c2f14dade Introduce unique part ID column for better cache accuracy.
Closes #3226
// FREEBIE
11 years ago
Moxie Marlinspike 2cfc714b64 Support for receiving incoming sync messages.
Closes #3188
// FREEBIE
11 years ago
Jake McGinty 5b788fe188 fix activity leak when initializing singletons
Closes #3219
// FREEBIE
11 years ago
Moxie Marlinspike 1beed21032 Fix for missing content id column in all images query.
Fixes #3218
// FREEBIE
11 years ago
Michael Herbig 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
11 years ago
Jake McGinty 7ecc58095b Add vertical spacing to emoji sprites
Downsampling on low-dpi devices led to 1px bleeds between
sprite areas.

Fixes #3203
Closes #3206
// FREEBIE
11 years ago
Jake McGinty bc164ef549 only update recent emoji on other pages
Closes #3208
// FREEBIE
11 years ago
Jake McGinty 3effe77830 don't show recent emoji if empty
Fixes #3201
Closes #3209
// FREEBIE
11 years ago
agrajaghh 257660200a add dark theme to PassphrasePromptActivity
Fixes #2296

Closes #2307
Closes #2627
11 years ago
Jake McGinty 4aa4ab50c4 remove unnecessary "Add Attachment" title
//FREEBIE
11 years ago
Jake McGinty bd6bee8da7 new attach icon
fancier interpolation

Closes #3205
// FREEBIE
11 years ago
Moxie Marlinspike fe4e2fcadb Support for direct photo capture from app.
Make the send button toggle to an attach button when the
compose text and attachments are emmpty.

Part of #520
Closes #3186

// FREEBIE
11 years ago