Commit Graph

345 Commits (9a18be0a6194d4dd8ef420e9b567b1d7ce69c613)

Author SHA1 Message Date
Jake McGinty fa62b9bde2 clean up EmojiDrawer layout
Fixes #2940
Closes #3517
// FREEBIE
10 years ago
Moxie Marlinspike 48bf65db74 Fix for dark theme colors.
// FREEBIE
10 years ago
Jake McGinty 59c51127f6 add twilio shoutout to registration
// FREEBIE
10 years ago
Jake McGinty c2e5f4e80a Add transfer indicators for attachments
Closes #3498
// FREEBIE
10 years ago
Jake McGinty daa98107c3 new composition styling
Closes #3506
// FREEBIE
10 years ago
McLoo 3a9ceb8371 Move ellipse from title to message and complete ellipse
Closes #3481
//FREEBIE
10 years ago
Moxie Marlinspike 4ea40b30a2 Switch to enum and theme type for MaterialColor.
// FREEBIE
10 years ago
Moxie Marlinspike 9bf7562d49 Use theme-defined weights instead of ThemeType.
// FREEBIE
10 years ago
Moxie Marlinspike ce2f66ad17 Refactor colorization to support dark theme.
// FREEBIE
10 years ago
Moxie Marlinspike 7cdc26a8ba Shorten "mark as read" to "mark read" to make room in notification
// FREEBIE
10 years ago
Moxie Marlinspike 78289ded8f Fully colorize conversations.
1. Switch from 300 to 500 colors.

2. Colorize incoming conversation bubbles.

3. Colorize recipeint preference activity toolbar.

4. Support inverted colors in avatars.

5. Make status bar icons tint according to secondary color.

// FREEBIE
10 years ago
Jake McGinty 99c9c73c9d Add drop shadows and roundier corners to new bubbles.
// FREEBIE
10 years ago
Moxie Marlinspike db9656c70c Update conversation style.
1) No more blue/green for outgoing messages. Just lock or no lock.

2) Use 9-patches instead of shapes for better bubble performance.

3) Use tinting rather than different colored assets.

4) Change outgoing status indicators so that they don't change
   width of the bubble as they update.

5) Switch to using ..., check, double-check for pending, sent,
   delivered rather than using bubble tone to indicate pending.

// FREEBIE
10 years ago
Moxie Marlinspike 296796eb54 User-selectable contact colors.
// FREEBIE
10 years ago
Moxie Marlinspike bf3c1d3745 Support for device management, limits, and contact requests.
// FREEBIE
10 years ago
Moxie Marlinspike a397f34ec4 Adhere to material actionbar typeface guidelines.
// FREEBIE
10 years ago
Moxie Marlinspike 2016fa315b Support for quick reply from notifications.
Fixes #483
Closes #3455
// FREEBIE
10 years ago
Moxie Marlinspike dc60c011a6 Support "quick response" when TextSecure is unlocked.
Fixes #299
Closes #3456
// 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
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
RiseT 05894827c1 Couple of cosmetic corrections for strings.xml
Closes #3364
10 years ago
Jake McGinty 12255ed453 fix missing attribute crash
fixes #3328
fixes #3329
fixes #3330
// FREEBIE
10 years ago
agrajaghh 570f79d91a fix unit strings
Fixes #3295
Closes #3320

//FREEBIE
10 years ago
Jake McGinty bd2e984963 reduce GPU overdraw
Closes #3305
// FREEBIE
10 years ago
Jake McGinty 9408579862 ASCII emoji support
Fixes #2943
Closes #3283
// FREEBIE
10 years ago
Geonu Kang 0cf9206170 Update "TextSecure messages" preferences strings
Fixes #3253
Closes #3254

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

//FREEBIE
10 years ago
agrajaghh 72bd6d5844 use ConfirmIdentityDialog instead of ReceiveKeyDialog
also switch to AppCompatDialog
10 years ago
Jake McGinty 05e45e92cf reduce emoji memory consumption
Closes #3282
// FREEBIE
10 years ago
agrajaghh 257660200a add dark theme to PassphrasePromptActivity
Fixes #2296

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

Closes #3205
// FREEBIE
10 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
10 years ago
agrajaghh 9a6b559afe remove unused icon
closes #3200

// FREEBIE
10 years ago
Jake McGinty fa39c23d44 ReceiveKeyActivity -> ReceiveKeyDialog
Closes #3158
// FREEBIE
10 years ago
Rhodey Orbits 720521d020 remove string resource
Obsoleted by 4c89b242be

Closes #3194
// FREEBIE
10 years ago
Jake McGinty 0ee46bbe5f new emoji category layout
Fixes #2962
Fixes #2954
Fixes #2941
// FREEBIE
10 years ago
Jake McGinty 082b6b35f8 new emoji arrays 10 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
10 years ago
Jake McGinty 2d8de5291e Remove broken custom dialog theme
Closes #3121

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

Fixes #3118
Closes #3119
// FREEBIE
10 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
10 years ago
Jake McGinty b354825150 shrink size of emoji drawer grid by ~15%
Fixes #2937
// FREEBIE
10 years ago
Moxie Marlinspike 95a94eeebf Create our own dialog when GooglePlayServicesUtil can't.
Fixes #2505
Closes #3005

// FREEBIE
10 years ago
Jake McGinty f42d100f15 Use Glide for loading part thumbnails
Closes #2885

// FREEBIE
10 years ago
Jake McGinty 64fc83326f bump sdk to 22, update notifications
Notification updates include:

1) Setting theme colors
2) Using high-res contact photos
3) Updating the notification icon to latest

Closes #2935
Fixes #2923
Fixes #2732
Fixes #2548

// FREEBIE
10 years ago
agrajaghh 1a5bd37849 translate "Message Details"
Fixes #2875
Closes #2876

//FREEBIE
10 years ago
Moxie Marlinspike 0efdada928 Prompt user to rate app
Closes #2841

// FREEBIE
10 years ago