Commit Graph

114 Commits (e4299178f7d14964730c9062e8a6f97c1f466156)

Author SHA1 Message Date
Calvin Hu c4a37e38ab Add camera preview to message composition 9 years ago
Christoph Haefner f0b2cc5590 Added WearReplyReceiver 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 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 bf3c1d3745 Support for device management, limits, and contact requests.
// FREEBIE
9 years ago
Moxie Marlinspike 2016fa315b Support for quick reply from notifications.
Fixes #483
Closes #3455
// 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
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
agrajaghh 9475cd765a fix size of ic_photo_camera
Closes #3232
// FREEBIE
9 years ago
agrajaghh 257660200a add dark theme to PassphrasePromptActivity
Fixes #2296

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

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

// FREEBIE
9 years ago
Jake McGinty 0ee46bbe5f new emoji category layout
Fixes #2962
Fixes #2954
Fixes #2941
// FREEBIE
9 years ago
agrajaghh c1af7557b5 new image for ic_missing_thumbnail_picture
Closes #2955
9 years ago
Jake McGinty 2f20bb89f3 use internal emoji pane for all android versions
1) Enter key by default (remove as option), still
   keeping "Enter key sends" option

2) New material assets for emoji and keyboard icons,
   inc a xxhdpi version finally

fixes #2300, fixes #2251, fixes #2183

Closes #2302

// FREEBIE
9 years ago
agrajaghh 62181a3d7f migrate AlertDialog to material-dialogs
Closes #2743
9 years ago
Jake McGinty b73143d7a7 fix send button assets
Closes #2757

// FREEBIE
9 years ago
agrajaghh 0f572d1e5d adapt SMS strings in preferences
Fixes #2672
Closes #2682

//FREEBIE
9 years ago
agrajaghh ac312ff5d5 change FAB icon to ic_create and add more resolutions to ic_add
Closes #2634

//FREEBIE
10 years ago
agrajaghh e31ddf0599 remove unused icons
Closes #2575

//FREEBIE
10 years ago
agrajaghh 2b39728ea0 fix icons in import/export dialog
Closes #2574

//FREEBIE
10 years ago
agrajaghh 9de62d0286 replace icons in the add attachment dialog
Closes #2535
10 years ago
Martin Stone b87abcc2c1 Update lockscreen image to new (blue) logo.
Fixes #2426
Closes #2502
10 years ago
Sebastian Kürten 79dbf2746f Added new media icons for audio/video
Added icons new icons, deleted an old one.
Using new icons in AudioSlide/VideoSlide.

Closes #2304
10 years ago
Jake McGinty 5fac189736 "All images" view for conversations
// FREEBIE
10 years ago
agrajaghh 20d43bbfcb add icons to the preference categories
Closes #2361
10 years ago
Jake McGinty ba62e018db Refine icon
1) fix glow
2) improve shadows
3) fix density-inconsistent assets
10 years ago
Jake McGinty 2e253fb6a8 provisioning dialog rework
// FREEBIE
10 years ago
Jake McGinty 810abe0275 material actionbar and fab
// FREEBIE
10 years ago
Calvin Hu a0599c1639 add theme to import/export activity
closes #2359
10 years ago
Jake McGinty 42da687602 Revert "add theme to import/export activity"
This reverts commit e64c067636.
10 years ago
Calvin Hu e64c067636 add theme to import/export activity 10 years ago
Bastian Köcher 4a088410ae "add contact" button for unknown contacts
Closes #1551
10 years ago
Jake McGinty eaf89735b8 encapsulated delivery icon to separate from lock
and as a bonus some tweaked text sizes and colors
// FREEBIE
10 years ago
Jake McGinty bc3686058a optimize new assets
Thanks to @pejakm for pointing out the emoji optimization.
// FREEBIE
10 years ago
Jake McGinty 0110015c8b remove unused image resources
// FREEBIE
10 years ago
Jake McGinty 5ca8a6d421 materialize conversation item indicators
// FREEBIE
10 years ago
Jake McGinty 43adc75428 add icon back
// FREEBIE
10 years ago
Jake McGinty 8bf537bb09 remove old, unused resources
// FREEBIE
10 years ago
Drew Hintz 7b41b1492e Shrink png files using pngout. Saves 608kB. FREEBIE. 10 years ago
Jake McGinty de63b0dd96 make reminder a custom view, make push reminder
// FREEBIE
10 years ago
Jake McGinty 7d688846f9 Move default SMS and system import to "reminders"
// FREEBIE
Closes #1730
10 years ago
Jake McGinty 530ad7bc86 new emoji drawer
// FREEBIE
Closes #1746
10 years ago