Commit Graph

263 Commits (2d65464c043b1b9f1f141e99b1c68db4a0b87d34)

Author SHA1 Message Date
Jake McGinty 2d65464c04 fix attachment remove button alignment
fixes #3597
Closes #4077
// FREEBIE
9 years ago
Jake McGinty 415a61a09b TransferControlView
Closes #4044
// FREEBIE
9 years ago
Jake McGinty 80ce83ef9d Media download controls
Closes #3991
// FREEBIE
9 years ago
Jake McGinty 1641fd91cf let ThumbnailView handle remove button placement
Closes #3849
// FREEBIE
9 years ago
McLoo 5fe1a28954 Fix broken multiple contact selection
Increased tap area of action button too

Closes #3855
9 years ago
Jake McGinty d6d7ca19c1 reduce overdraw
Closes #3856
// FREEBIE
9 years ago
Jake McGinty b5318ed248 fix composition bar disappearing
Closes #3846
// FREEBIE
9 years ago
Geonu Kang 278214ef86 Improve multi-device strings consistency
Fixes #3830
Closes #3840
// FREEBIE
9 years ago
Sam Lanning c72719747a Added white background to indicator for BLOCKED indicator
Also modified text colour in light theme to nicer red

fixes #3524
Closes #3806
// FREEBIE
9 years ago
Jake McGinty 13bad6dfed Smooth transition for custom keyboards and softkey
Closes #3786
Fixes #3780
// FREEBIE
9 years ago
Jake McGinty f13ad54ba1 ditch RoundedImageView, make animated gifs work
// FREEBIE
9 years ago
Moxie Marlinspike b1f336c874 Fix color selection dialog on GB.
Fixes #3626
// FREEBIE
9 years ago
Jake McGinty 13578bb8c0 fix missing EmojiTextViews
fixes #3676
Closes #3688
// FREEBIE
9 years ago
agrajaghh cfc9514f89 make "Enter name or number" translateable
Fixes #3703
Closes #3708

// FREEBIE
9 years ago
Jake McGinty 1a7ab6346f re-enable direct capture
Closes #3664
// FREEBIE
9 years ago
Moxie Marlinspike 410ec57f80 Don't create a canonical id for every character typed.
// FREEBIE
9 years ago
Moxie Marlinspike 2ef0054840 Update look of contact selection activities.
// FREEBIE
9 years ago
Jake McGinty 44bfac9fe6 use better ImageView properties
should reduce memory consumption

Closes #3671
// FREEBIE
9 years ago
Jake McGinty b519fd2533 stop using PopupWindow for emoji. too many android bugs.
Closes #3655
// FREEBIE
9 years ago
Jake McGinty c7599094f5 hide controls when camera drawer isn't open
Closes #3654
// FREEBIE
9 years ago
Calvin Hu b75a04eb08 add padding to conversation activity to compensate for actionbar overlay mode
fixes #3627
closes #3635
9 years ago
Jake McGinty a44a4bc759 disable direct cap
Closes #3612
// FREEBIE
9 years ago
Jake McGinty 9b2aabfdc8 add EmojiSpan that scaled w/ TextView
Fixes #3317
Closes #3605
// FREEBIE
9 years ago
Jake McGinty 35159ac456 make TransportOptionsPopup a ListPopupWindow
disable circular reveal at least for now

Fixes #3600
Closes #3607
// FREEBIE
9 years ago
Jake McGinty 5eaaadad26 fix camera ui thread hangs and view race condition
also add a background behind the camera preview surface to avoid
transparency peek-through issues.

Fixes #3576
Closes #3601
// FREEBIE"
9 years ago
Moxie Marlinspike 98b99ef5b1 Reduce right margin on incoming message bubbles.
Fixes #3499
// FREEBIE
9 years ago
Jake McGinty 54a37cc658 refactor direct capture
Closes #3516
// FREEBIE
9 years ago
Calvin Hu c4a37e38ab Add camera preview to message composition 9 years ago
Jake McGinty ed8f617c81 fix recipient detail title align
Closes #3533
// FREEBIE
9 years ago
Jake McGinty fa62b9bde2 clean up EmojiDrawer layout
Fixes #2940
Closes #3517
// FREEBIE
9 years ago
Jake McGinty 59c51127f6 add twilio shoutout to registration
// FREEBIE
9 years ago
Jake McGinty c2e5f4e80a Add transfer indicators for attachments
Closes #3498
// FREEBIE
9 years ago
Jake McGinty daa98107c3 new composition styling
Closes #3506
// FREEBIE
9 years ago
Moxie Marlinspike e5035a9c4b Make incoming links the same color as the rest of the text.
// FREEBIE
9 years ago
Moxie Marlinspike fe74ca3529 Add margin right to outgoing text bubbles.
// FREEBIE
9 years ago
Moxie Marlinspike 900cbce84f Fix for colorization bug affecting groups.
// FREEBIE
9 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
9 years ago
Jake McGinty 99c9c73c9d Add drop shadows and roundier corners to new bubbles.
// FREEBIE
9 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
9 years ago
Moxie Marlinspike 296796eb54 User-selectable contact colors.
// FREEBIE
9 years ago
Moxie Marlinspike fb9f16ad29 Colorize conversations.
// FREEBIE
9 years ago
Moxie Marlinspike bf3c1d3745 Support for device management, limits, and contact requests.
// FREEBIE
9 years ago
Moxie Marlinspike 408d3a964d Support for scene transition from conversation to recipient prefs.
// FREEBIE
9 years ago
Moxie Marlinspike 67d8fa26a7 Pretty up the attachment drawer a little.
1) Rounded corners on the image.

2) A circle X on top of the image, rather than a remove button.

3) Quick 200ms fade on clear.

Closes #3439
// FREEBIE
9 years ago
McLoo 3bb966cf35 Translate 'UNBLOCK' button in ConversationActivity
Fixes #3422
Closes #3423
//FREEBIE
9 years ago
agrajaghh ae4f6b1dd4 add dark theme to emojiDrawer
Fixes #3240
Closes #3353
9 years ago
Moxie Marlinspike 40af2a81db Support for per-recipient muting, blocking, and ringtones.
Fixes #757
Fixes #354
Fixes #222
Closes #1815
Closes #3378

// FREEBIE
9 years ago
Jake McGinty 58be07f5b1 fix checkbox overlap with fastscroll
Fixes #3333
Closes #3346
// FREEBIE
9 years ago
Jake McGinty f1137927d4 Use Glide to load media preview images
Closes #3344
// FREEBIE
9 years ago
Jake McGinty 12255ed453 fix missing attribute crash
fixes #3328
fixes #3329
fixes #3330
// FREEBIE
9 years ago