Commit Graph

524 Commits (aefed50e8bf4308465ad416e6950056a603c8bcb)

Author SHA1 Message Date
Moxie Marlinspike 990d858764 Update language translations.
// FREEBIE
9 years ago
volcano99 ef9cc680f0 Fix ever-expanding text box
Closes #3195
9 years ago
Moxie Marlinspike 24bf2be5ae Adjust ConversationActivity compose text layout heights.
Related to #3191
// FREEBIE
9 years ago
agrajaghh 257660200a add dark theme to PassphrasePromptActivity
Fixes #2296

Closes #2307
Closes #2627
9 years ago
Michael Herbig 01bebf2176 Bottom align the emoji toggle and send toggle.
Fixes #2891
Closes #3191

// FREEBIE
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
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
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
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
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 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
Jake McGinty 72f3f79016 support repeating keyevents for emoji backspace
Fixes #2945
Closes #2988

// 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
Moxie Marlinspike 0c79b09a10 Updated language translations.
// FREEBIE
9 years ago
Moxie Marlinspike 08cf364ee6 Updated language translations
// FREEBIE
9 years ago
Moxie Marlinspike 95a94eeebf Create our own dialog when GooglePlayServicesUtil can't.
Fixes #2505
Closes #3005

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

// FREEBIE
9 years ago
Rhodey Orbits dbc28746c0 allow scroll on message details view of long messages
Fixes #2686
Closes #2771
// FREEBIE
9 years ago
Moxie Marlinspike 8550b4b051 Updated language translations
// FREEBIE
9 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
9 years ago
agrajaghh c1af7557b5 new image for ic_missing_thumbnail_picture
Closes #2955
9 years ago
Moxie Marlinspike ffe35bef93 Update language translations.
// FREEBIE
9 years ago
Jake McGinty 9b9363f18a add back scrollbars for conversation list
// FREEBIE
9 years ago
Jake McGinty 1cc581aed8 Migrate conversation list to RecyclerView
Closes #2890

// FREEBIE
9 years ago
Veeti Paananen 39e0639b4b Fix identity verification screen design issues
- Corrected improper usage of ScrollView that would cut off contents
  when taller than the layout.

- Adjusted margins and paddings to match Material specs (20dp from
  sides).

- Fixed monospaced font being overridden on Lollipop.

Fixes #2904. FREEBIE.
Closes #2906.
9 years ago
agrajaghh 1a5bd37849 translate "Message Details"
Fixes #2875
Closes #2876

//FREEBIE
9 years ago
Moxie Marlinspike 1d71a32b41 Update language translations.
// FREEBIE
9 years ago
Moxie Marlinspike 0efdada928 Prompt user to rate app
Closes #2841

// FREEBIE
9 years ago
Jake McGinty 0ff99258ac move routing logic to all activities
Fixes #2239
Closes #27923

// FREEBIE
9 years ago
xrazvan 38fa4e91fa Update arrays.xml - Fixed misspeling for Romanian language
Closes #2826
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 1b846c0842 remove unused resources
Closes #2594

//FREEBIE
9 years ago
Sam Whited dbda758841 Add pref to change MMS user agent
Closes #2363

// FREEBIE
9 years ago
Moxie Marlinspike bdeeea2e46 Update language translations.
// FREEBIE
9 years ago
Jake McGinty 427c9a6b21 Use new MMS APIs in Lollipop onwards
Fixes #1937
Closes #2727
9 years ago