Commit Graph

1605 Commits (7cc29410531a4b46145d196b8d0b2e3a0915608a)
 

Author SHA1 Message Date
Moxie Marlinspike 082985276f Fix for media thumbnails flickering on model updates.
Only update ImageView contents when they have changed.

Fixes #1004
Fixes #2663
Closes #3184

// FREEBIE
9 years ago
Moxie Marlinspike 636b11abea Refactor ContactSelectionListAdapter and associated views.
Fixes #3181
Closes #3197

// FREEBIE
9 years ago
agrajaghh 3e890e11d9 add SwitchCompat to preferences
Closes #3137
9 years ago
agrajaghh 9a6b559afe remove unused icon
closes #3200

// FREEBIE
9 years ago
Jake McGinty fa39c23d44 ReceiveKeyActivity -> ReceiveKeyDialog
Closes #3158
// FREEBIE
9 years ago
Jake McGinty fab2296927 turn RegistrationProblemsActivity into a dialog
// FREEBIE
9 years ago
Rhodey Orbits 720521d020 remove string resource
Obsoleted by 4c89b242be

Closes #3194
// FREEBIE
9 years ago
Jake McGinty 0ee46bbe5f new emoji category layout
Fixes #2962
Fixes #2954
Fixes #2941
// FREEBIE
9 years ago
Jake McGinty 082b6b35f8 new emoji arrays 9 years ago
Moxie Marlinspike 4c89b242be Eliminate progess dialog during group members lookup.
It's just a flicker of confusion.

// FREEBIE
9 years ago
Jake McGinty cf420de65f fix recent emoji pane
1) Make recent list properly update and invalidate.
2) Show most-recently-used first.
3) Refactoring

Closes #3171
// FREEBIE
9 years ago
Moxie Marlinspike 5ec9197912 Switch to CENTER_CROP for AvatarImageView
Fixes #3174
// FREEBIE
9 years ago
Moxie Marlinspike 4f78309e51 Fix for deadlock if MessageNotifier called from UI thread.
Fixes #3173

// FREEBIE
9 years ago
Jake McGinty 8011b308c2 invalidateSelf() on the main thread
Closes #3170
// FREEBIE
9 years ago
Jake McGinty ab8593d5f3 invalidate emoji when load completes
Closes #3169
// FREEBIE
9 years ago
Jake McGinty 54db79bfdd fix AppCompatEditText Transformation issues
Closes #3168
// FREEBIE
9 years ago
Jake McGinty c7d2ed4f7d Fix 2.3.x fragment LayoutParams issue.
Closes #3167

// FREEBIE
9 years ago
Moxie Marlinspike 729f63d6e5 Updated language translations.
// FREEBIE
9 years ago
Rhodey Orbits d0f26f3e97 switch default led color to blue
Fixes #3115
Closes #3116

// FREEBIE
9 years ago
Rhodey Orbits b6e241b0dc finish ConversationActivity on delete of empty thread
Fixes #3086
Closes #3124

// FREEBIE
9 years ago
Jake McGinty 75edb8c12c missing import
// FREEBIE
9 years ago
Jake McGinty bf133c65c3 refactor emoji code into package
1) EmojiTextView and EmojiEditText are used instead of
   using code to emojify text.

2) Emoji categories' code points are specified in XML

3) EmojiDrawer itself is a fragment, and its pages are
   also fragments, allowing for better memory
   management.

Fixes #2938
Fixes #2936
Closes #3153

// FREEBIE
9 years ago
Moxie Marlinspike 2bee953560 Bump version to 2.14.4
// FREEBIE
9 years ago
Rhodey Orbits ee73883214 remove 'Media message:' prefix from MMS notification notification
Fixes #2928
Closes #3152

// FREEBIE
9 years ago
Jake McGinty 488767550e make ComposeText extend AppCompatEditText
Fixes #3134
Closes #3160

// FREEBIE
9 years ago
Moxie Marlinspike 16b71aa0a8 Bump version to 2.14.3
// FREEBIE
9 years ago
Moxie Marlinspike 437ffba4b1 Fix for NPE when Recipients is empty for thread.
// FREEBIE
9 years ago
Moxie Marlinspike 2be8a9bf12 Bump version to 2.14.2
// FREEBIE
9 years ago
Moxie Marlinspike 833fcd10ab Fix for when a stored contact's name field is empty.
Display # instead of + in the avatar.

Closes #3141
// FREEBIE
9 years ago
Moxie Marlinspike 40ca2575da For # too. 9 years ago
Moxie Marlinspike 68234959c4 Fix for occasional generated avatar mis-sizing in conversation.
Drawables are (strangely) mutable objects.  We reuse a single
drawable for each recipient, but some avatar views (the
conversation list -- 40dp) are larger than others (the
conversation -- 30dp).

This results in a situation where TextDrawable doesn't render
itself appropriately, because the bounds are modified by a larger
view.

Giving the Drawable an intrinsic width and height resolves this
conflict.

// FREEBIE
9 years ago
Moxie Marlinspike 338caf7da9 Bump version to 2.14.1
// FREEBIE
9 years ago
Jake McGinty d3fb7b3c06 fucking missing comma
Fixes #3127
Closes #3131

// FREEBIE
9 years ago
Moxie Marlinspike 693deda18f Bump version to 2.14.0
// FREEBIE
9 years ago
Moxie Marlinspike 686be81226 Add proguard rule for ShortcutBadger now that they use reflection.
// FREEBIE
9 years ago
Moxie Marlinspike e62528d3e2 Fix for lollipop notifications not rendering generated avatars.
// FREEBIE

Fixes #3120
Closes #3122
9 years ago
Jake McGinty 2d8de5291e Remove broken custom dialog theme
Closes #3121

// FREEBIE
9 years ago
Jake McGinty 4011208db3 prevent strange appcompat stack overflow
inspiration: http://stackoverflow.com/a/14167949

Fixes #3118
Closes #3119
// FREEBIE
9 years ago
Moxie Marlinspike 4ad9d6b5cc Fix for drawable modification on background thread.
// FREEBIE
9 years ago
Christoph Haefner 417a4b86b6 Added QuickContact onclick in GroupMembersDialog
Fixes #2837
Closes #3033
9 years ago
Moxie Marlinspike 41cad291f9 Display a generated avatar icon rather than a single default.
If the contact doesn't have an image, render a color-coded
background and the first letter of the contact's name.

1) Don't display anything during recipient resolution.

2) Display a # icon in material gray for recipients with no name.

3) Display a material group icon in material gray for groups with
   no avatar icon set.

Closes #3104

// FREEBIE
9 years ago
Moxie Marlinspike 356d9949b7 Updated language translations.
// FREEBIE
9 years ago
Moxie Marlinspike a21e38e334 Update ShortcutBadger artifact.
// FREEBIE
9 years ago
Jake McGinty 8332342d75 verify glide isn't loading into destroyed activity
Fixes #3110
Closes #3114

// FREEBIE
9 years ago
Rhodey Orbits cdd7a1042a consider search query when selecting all threads
Fixes #2996
Closes #3112

// FREEBIE
9 years ago
Jake McGinty 72f3f79016 support repeating keyevents for emoji backspace
Fixes #2945
Closes #2988

// FREEBIE
9 years ago
Jake McGinty ab82ff0b69 use IPv6 routing API then fallback to Lollipop
1) Utilize the hidden API requestRouteToHostAddress that takes an
   InetAddress (IPv6-capable) instead of a forced IPv4 integer-
   encoded address. Will fallback to the IPv4 one if reflection
   fails for whatever reason.

2) If on Lollipop and our manual MMS code doesn't work, will try
   to use the Lollipop API and give it 60 seconds instead of 30,
   since I did run into the timeout not being long enough in
   certain conditions and I'm thinking maybe it just wasn't long
   enough for some carriers.

Closes #3105
// FREEBIE
9 years ago
Jake McGinty b354825150 shrink size of emoji drawer grid by ~15%
Fixes #2937
// FREEBIE
9 years ago
Jake McGinty a585bce38e Remove side padding from emoji panel
Fixes #2956
// FREEBIE
9 years ago
Jake McGinty b37c81ddf1 Upgrade to AppCompat v22.1
1) update material-dialogs to fix build
2) change to AppCompat autocomplete and fix visual bug in GB

Closes #3089
// FREEBIE
9 years ago