Commit Graph

210 Commits (0e04310a568845ff0a00a2f076a432b6477dad76)

Author SHA1 Message Date
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 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
Jake McGinty fa39c23d44 ReceiveKeyActivity -> ReceiveKeyDialog
Closes #3158
// FREEBIE
9 years ago
Jake McGinty fab2296927 turn RegistrationProblemsActivity into a dialog
// FREEBIE
9 years ago
Jake McGinty 0ee46bbe5f new emoji category layout
Fixes #2962
Fixes #2954
Fixes #2941
// FREEBIE
9 years ago
Jake McGinty c7d2ed4f7d Fix 2.3.x fragment LayoutParams issue.
Closes #3167

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

// 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
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
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
Jake McGinty 0ff99258ac move routing logic to all activities
Fixes #2239
Closes #27923

// FREEBIE
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
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
Jake McGinty 761ccf4b3f Fix for inconsistent thumbnail aspect ratio
Problems arose from any app that targets below API 19 and uses
views that rely on RelativeLayouts giving correct measurement specs to
their onMeasure().

Resolves #2676
Closes #2712
// FREEBIE
9 years ago
Jake McGinty 9f804047f5 lazily initialize emoji drawer
Saves a good amount of inflation time in onCreate for new conversations.

Closes #2585
Closes #2636

// FREEBIE
9 years ago
Moxie Marlinspike fc3aaed8a8 Remove unused layouts and strings.
// FREEBIE
9 years ago
Jake McGinty 4185006147 add borderless thumbnails, "bubble" refactor
Closes #2430

// FREEBIE
9 years ago
Moxie Marlinspike a4e18c515c Remove encrypted SMS transport, simplify transport options.
Closes #2647

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

//FREEBIE
9 years ago
Moxie Marlinspike 534df06794 Support granular "custom" MMS preferences.
1) Make each MMS preference an individual choice between custom
   and default.

2) Display default values.

Closes #2487

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

//FREEBIE
9 years ago
Jake McGinty 2af5c7f02e fix "verify" button spacing in details
Fixes #2566
// FREEBIE
9 years ago
agrajaghh 067b14d551 make some strings translateable
closes #2567

//FREEBIE
9 years ago
agrajaghh a2b5bf54c8 remove PassphraseTimeoutPreference since its no longer used
closes #2565

//FREEBIE
9 years ago
Jake McGinty 753a1c7219 add FAB content description
// FREEBIE
9 years ago
Jake McGinty ac0a1c0bc1 Conflicts UI touch-ups:
1) Fix i18n and layout naming.
2) Error header for message details.
3) Add back button to message details.

// FREEBIE

Closes #2593
9 years ago
Moxie Marlinspike 3f93731300 Adapt Conflicts UI to work with single-recipient failures. 9 years ago
Moxie Marlinspike 00d7b5c284 Better UX handling on identity key mismatches.
1) Migrate from GSON to Jackson everywhere.

2) Add support for storing identity key conflicts on message rows.

3) Add limited support for surfacing identity key conflicts in UI.
9 years ago
Jake McGinty 4397b55ceb fix padding problem in compose text
// FREEBIE
10 years ago
Jake McGinty 5fac189736 "All images" view for conversations
// FREEBIE
10 years ago
Jake McGinty 023195dd4b make send button focusable
Fixes #2494
// FREEBIE
10 years ago
McLoo d36d33f837 Stop crash on pasting long numbers as country code
//FREEBIE

Closes #2311
10 years ago
AsamK d586893402 Also crop contact photos in ShareList
// FREEBIE
10 years ago
Jake McGinty 2e253fb6a8 provisioning dialog rework
// FREEBIE
10 years ago
Moxie Marlinspike 0c32001fe4 Support for multi-device provisioning flow.
// FREEBIE
10 years ago
Jake McGinty 48f6c2c526 Fix 'indicator tab' coloring
Was previously white-on-near-white
// FREEBIE
10 years ago