Commit Graph

20 Commits (94e83030221a1f238752d33bf8557a26bec7a130)

Author SHA1 Message Date
Greyson Parrelli 94e8303022 Remove dead code from ScribbleHud/Fragment. 6 years ago
Greyson Parrelli 8caaf057e8 Remove unnecessary pre-19 code branches.
Now that our minSdk is 19, we can remove a lot of old code paths that
only ran pre-19.
6 years ago
Moxie Marlinspike a52c295a38 Simplify access to SecureRandom
This shouldn't matter at all, but it's more "correct," and shows
my age less.
6 years ago
Greyson Parrelli 64cf032181 Updated media send UI. 6 years ago
Greyson Parrelli 0a8bbf14a6 Merge camera into send flow. 6 years ago
Alan Evans f010a3ec0d Consistent Recipient to add contact Intent export. 6 years ago
Greyson Parrelli a122bb4899 Created new BlobProvider.
One unified place to create blobs for different lifespans.
6 years ago
Greyson Parrelli 1efb92b913 Fix issue where SMS were sometimes sent as MMS.
Fixes #8664
6 years ago
Greyson Parrelli 003fa1b059 Make long text attachments contain the entire message.
Instead of just containing the 'overflow', long text attachments now
contain the entire body in full.
6 years ago
Greyson Parrelli 55699e27bc Added ability to receive long messages.
Send support is in here too. We'll enable it in a future release after
enough people have updated.
6 years ago
Greyson Parrelli fd862e575b Fix situation where search nav could get stuck.
If you navigated to the ConversationActivity again via some action (like
a shared contact invite) while searching, we don't get the toolbar close
event, and therefore the search nav would stay open. Now we just reset
it on newIntent() to be safe.
6 years ago
Greyson Parrelli 42e94d8f92 Remove leftover half-height camera code. 6 years ago
Greyson Parrelli b572fce658 Remove some unnecessary intermediate blob creation. 6 years ago
Greyson Parrelli 5c0e1100ed Fix possible NPE in conversation menu.
Would occur if someone had previously muted a conversation with
themselves.
6 years ago
Greyson Parrelli 94e8553b73 Fix possible NPE during conversation load. 6 years ago
Greyson Parrelli fe4068afce Don't preview links if your cursor is touching them. 6 years ago
Greyson Parrelli c2a86fcc74 Sync self-sends to desktop.
Updated UI to show self-conversations as "Note to Self".
6 years ago
Greyson Parrelli 6896f8ea15 Properly check attachment size during media send.
Prevent users from trying to send videos that exceed the size limit.

Also, this commit properly populates height/width on media shared into
the app.

Fixes #8573
6 years ago
Greyson Parrelli 9f04c28bfd Implemented conversation search.
You can now search for messages within a specific conversation.
6 years ago
Greyson Parrelli cfff10622a Move conversation classes to their own package. 6 years ago