Commit Graph

1346 Commits (de60d4d37f2ca432b980cd8740c5a3d83bc80f9d)

Author SHA1 Message Date
Greyson Parrelli 5a53268534 Update typing indicator intro screen. 6 years ago
Greyson Parrelli 7f09d1d0d7 Updated language translations. 6 years ago
Greyson Parrelli 47a10a0288 Added support for multi-image receive. 6 years ago
Greyson Parrelli 776b0e23ae Add support for typing indicators. 6 years ago
Greyson Parrelli 3f25fb7d5f Handle voice note media playback with ExoPlayer.
There are several (popular) phone models out there that have bugs in
their MediaPlayer implementation that cause them to be unable to play
voice notes. By moving to ExoPlayer, an application-level media player,
we should avoid most of these headaches and stardardize playback.

Fixes #7748
6 years ago
Greyson Parrelli cefe50e8a9 Updated language translations. 6 years ago
Greyson Parrelli ff9d5df0e0 Dark theme support for emoji variation selector. 6 years ago
Greyson Parrelli 481ff5c81e Updated language translations. 6 years ago
Greyson Parrelli cbc7288242 Updated language translations. 6 years ago
Greyson Parrelli 2573900c30 Updated language translations. 6 years ago
Greyson Parrelli 2acab563d9 Support for sealed sender - Part 2 6 years ago
Greyson Parrelli 86e4221182 Use a unique notification icon for backups. 6 years ago
Greyson Parrelli dfe8b25dd7 Use a unique notification icon for the persistent background connection. 6 years ago
Greyson Parrelli 6ce278114f Ensure profile photo in ConversationList is accurate.
Fixes #8270
6 years ago
Greyson Parrelli 48ff9673b9 Allow the selection of fitzpatrick emoji. 6 years ago
Greyson Parrelli fac56be499 Fix the build by listing google repo first.
Apparently jcenter() is lame and it broke our build. Listing the google
repo first fixes everything.
6 years ago
Greyson Parrelli e41ed92f49 Updated language translations. 6 years ago
Greyson Parrelli 92773b1a12 Update delivery icon tint in conversation list. 6 years ago
Greyson Parrelli 7cadb0d35a Properly set the document download icon tint. 6 years ago
Greyson Parrelli e1f572e1f4 Update GCM foreground notification icon.
Using the default Signal icon can confuse people into thinking they're
message notifications.
6 years ago
Greyson Parrelli 15f418f2cc Updated language translations. 6 years ago
Greyson Parrelli 704715de8f Fix message details delivery status icon tint (again). 6 years ago
Greyson Parrelli 275ca9e3ba Remove the ability to set a color for a group.
No longer applicable given that we're adding back per-person colors in
groups.
6 years ago
Greyson Parrelli 710fa4a6f0 Switch the conversation color back to incoming messages. 6 years ago
Greyson Parrelli 1b736e9e04 Ensure notifications are processed after receiving GCM message.
It's unreliable to run these tasks on WorkManager, as there's no
scheduling guarantees.
6 years ago
Greyson Parrelli a1ba5003d3 Fix some dark theme color consistency issues.
Fixes #8253
6 years ago
Greyson Parrelli 43ebcfdee5 Added more contrast to shared contact button color in dark theme.
Relates to #8252
6 years ago
Greyson Parrelli d9272c3b33 Fix message details delivery status icon tint.
Fixes #8251
6 years ago
Greyson Parrelli 4da1af9a7b Use the correct save icon in the ScribbleHud. 6 years ago
Greyson Parrelli c81bc22943 Fix avatar location in a group conversation. 6 years ago
Greyson Parrelli f725dd5a7e Show profile avatar in toolbar. 6 years ago
Greyson Parrelli a3cba66450 Update fallback avatars. 6 years ago
Greyson Parrelli bab92fca7b Move unread indicator to be above the avatar. 6 years ago
Greyson Parrelli 127505af0b Implement new color palette. 6 years ago
Greyson Parrelli e4b56d4e40 Show foreground notification for jobs when network is restricted.
Occasionally a job may be run when the app is in a network-restricted
mode, like a form of doze. When this happens, jobs can timeout due to
lack of network access, causing a cascade of job delays. This is
particularly bad in the case of message retrieval.

To prevent this, if a job that normally requires network detects that no
network is available when running, then we start a foreground
notification.
6 years ago
Greyson Parrelli f2e4f626c1 Updated language translations. 6 years ago
Greyson Parrelli 946f76a442 Fix layout problems in conversation item footer. 6 years ago
Greyson Parrelli 12d9d7741b Clean up batch saving.
- Post a better string for when batch saving completes successfully
- Exit multi-select after saving
6 years ago
FeuRenard 91a119393c Allow batch saving in media overview 6 years ago
FeuRenard c82afd8944 Allow selecting all media in overview 6 years ago
Greyson Parrelli 84c71fce16 Disable tab switching in media overview during multiselect.
Multiselect only applies to items in the "media" tab, so people
shouldn't be able to switch tabs during multiselect.
6 years ago
Greyson Parrelli a0ab252bc9 Add preliminary contact discovery service support. 6 years ago
Greyson Parrelli 08ace15f95 Implemented new camera capture flow.
A new, fullscreen camera capture flow that easily allows you to capture
and edit a photo before sending it. Replaces the current half-screen
camera button.
6 years ago
Greyson Parrelli 94bfebeef1 Updated language translations. 6 years ago
Greyson Parrelli 45c4eafbd7 Add the ability to block groups.
This also fixes the situation where we block group-leave messages,
preventing blocked contacts from leaving groups.

Fixes #7970

Also, this forced us to upgrade libsignal-service, which fixes the
websocket timeout issues. Thanks to @dpapavas!

Fixes #6644
6 years ago
Greyson Parrelli ad7dd7584e Fixed document display in media overview in dark theme.
Shoutout to @aleb2000 for working on this as well!

Fixes #8151
6 years ago
Greyson Parrelli 440ad70d79 Allow submitting a debug log during registration. 6 years ago
Greyson Parrelli da60cac833 Fix PersistentBlobProvider problems with external storage.
If the user has an external SD card set as their default storage
(notably on a Huawei device, like the Huawei Mate 10 Lite), then
PersistentBlobProvider will try to write a file to the SD card, but
would fail to generate a URI for it due to us missing a line in our
FileProvider setup. This just adds that missing entry.

Special thanks to @aleb2000 for digging into this!

Fixes #8144
Fixes #7726
6 years ago
Greyson Parrelli 15b4517e35 Prevent restoring newer backups into older versions of Signal.
Relates to #8184
6 years ago
Greyson Parrelli e840dc6687 Move notification preferences back in-app for O+.
Fixes #8147
6 years ago
Greyson Parrelli 96c39ec100 Updated language translations. 6 years ago
Greyson Parrelli ca2efcac8a Added safeguards during NotificationChannel creation.
We were getting an IllegalArgumentException during channel creation on
some Samsung phones. Stack trace didn't give me much more than that, so
just adding in some additional safeguards that make sense based on
reading AOSP.
6 years ago
Greyson Parrelli e1f8e87327 Fix log submission OOM, improve log scrolling.
We were getting a TransactionTooLargeException when giving an
EditText a very large (1.5MB+) text block. This has been resolved
by switching to a RecyclerView to show the text line-by-line. As a
side-effect, this improves scroll performance on lower-end devices.

Also, I added a button to jump to the bottom of the log because I
really wanted one :)

Fixes #8124
6 years ago
Greyson Parrelli 7370bbacea Fix inline animation toggle initial transition.
Fixes #8116
6 years ago
Greyson Parrelli e9b85a10a6 Add per-contact notification channels.
Fixes #8119
Fixes #8121
Fixes #8122
6 years ago
Greyson Parrelli c49b0348bd Add failsafe for invalid shortcuts.
Some launchers may create broken shortcuts, so we just want to have
a smooth fallback in that scenario.

Fixes #8109
6 years ago
Greyson Parrelli b79748bbb1 Change lock status channel name to 'lock status'. 6 years ago
Greyson Parrelli eabaead700 Revert "Fingerprint unlock UX improvements"
This reverts commit 8441ac4091.

Fixes #8106
6 years ago
art1fa 8441ac4091 Fingerprint unlock UX improvements 6 years ago
Greyson Parrelli 13c72779af Visually note quotes for messages you don't have.
We will now show a small footer under quotes for messages that you
don't have locally.

Also fixes #7850
6 years ago
Greyson Parrelli 4d565990c9 Add drop shadow under attachment drawer. 6 years ago
Greyson Parrelli 5cdf5499d0 Clean up shortcut code. 6 years ago
Leonard Ehrenfried c3c44e324b Allow users to add conversation shortcuts to the home screen. 6 years ago
Greyson Parrelli c7da83a702 Show attachment button while composing text.
Previously, we'd only show the attachment button when the user had
yet to enter any text. To add an attachment after text was entered,
you'd have to go to the three-dot menu. Now we just show a little
attach button in the text area.

I also took the opportunity to clean up other button paddings and
stuff in the compose area so things look better and react to text
sizes more predictably.
6 years ago
Greyson Parrelli dbd42c4af2 Add notification channel support.
Bucket our notifications into channels. Required to target API 26.
6 years ago
Greyson Parrelli b7d83c7a1f Make libpaste a source dependency. 6 years ago
Greyson Parrelli 76428bd19b Fix issue with author names getting cut off. 6 years ago
art1fa faea8fd2ec Apply message bubble paddings to both top and bottom
Batch selecting messages now feels better. Fixes #8035.
6 years ago
Greyson Parrelli 1e895e960f Fix various padding and alignment issues. 6 years ago
Greyson Parrelli 44856ca8cd Updated language translations. 6 years ago
Greyson Parrelli d5a9efa96a Reduce letter spacing on Preview text. 6 years ago
Greyson Parrelli d5753bc306 Fix spacing issue between short clustered group chats.
For short messages in a cluster, the contact photo was sometimes taller
than the actual bubble, leading to extra weird space. So instead we use
a container to hold the width of the cell, and set the avatar to be GONE
instead of INVISIBLE.
6 years ago
Christian Ascheberg 0bb44f2034 Improve disappearing message time strings
Fixes #7501
6 years ago
Greyson Parrelli 6a1fd8b1c6 Increase difference between read/unread conversations in list.
Updating to match the design.
6 years ago
Greyson Parrelli f82b2c0d3f Prevent author name from making media messages too wide.
The media size traditionally determines the bubble size, but the author
could make it wider, which would lead to rendering issues. In the case
of media attachments (images, videos, and shared contacts), we restrict
the width of the author name. When there's a number+profile name combo,
we split the space 50/50 between the two.
6 years ago
Greyson Parrelli 6a090bd5f1 Some visual tweak fixes.
- Use correct color action bar in contact name edit activity.
- Fix compose text height to match send button height.
6 years ago
Greyson Parrelli 6fd10042fb Move expiration timer to be next to the date. 6 years ago
Greyson Parrelli aa25f39fe9 Fix footer icon tints. 6 years ago
Greyson Parrelli 860047c2d3 Remove CornerMaskingView. 6 years ago
Greyson Parrelli d303a88803 Fix quote dismiss button not showing up.
Fixes #8006
6 years ago
Greyson Parrelli 8f551c8b32 Fix various redesign issues with Android 4.x.
In particular, there were many issues with drawing corners.
Unfortunately, there's no pretty way to get masking working on every
Android version, so we have to switch back to using custom backgrounds
and then using multiple masking methods depending on Android version.

Also, I had to remove attr references in drawables. They crash on 4.x.
6 years ago
Jonathan Fung 85d963047e Adding a long press icon description for the Search icon
Fixes #7836
6 years ago
Greyson Parrelli 99f7133afe Updated language translations. 6 years ago
Greyson Parrelli 1c023b5218 Remove unused resources. 6 years ago
RiseT 7960a5785d Export some strings from shared contact details activity 6 years ago
Greyson Parrelli 8579c30909 Styling improvements and code cleanup. 6 years ago
Greyson Parrelli 24b062d8dd Improve the look of message bubbles. 6 years ago
Greyson Parrelli 7cfcb62c25 Added colors and styles. 6 years ago
Greyson Parrelli e3bf91b99b Get rid of old references to @drawable/icon.
Fixes #7957
6 years ago
Greyson Parrelli f074c7e5b7 Fixed FAB sometimes blocking shared contact toggle.
Fixes #7968
6 years ago
Greyson Parrelli 84e2fcad54 Update UI of toggling shared contact photo. 6 years ago
Greyson Parrelli 6ce8516b93 Make contact photos optional when sharing contacts.
Previously, if you had a contact photo for a user, we'd always send it
Now you can choose whether or not it is sent.
6 years ago
RiseT e75822c6fd Remove unused strings
- Removed unused strings
- Removed some obsolete header comments
- Removed some whitespace
6 years ago
RiseT 6a465e6589 Update locales per 2018-06-23
Translation completion >= 90%, with the exception of Irish (80%), but they've been waiting for a rather long time.

Added:
- Irish
- Kurdish
- Telugu
- Ukrainian
6 years ago
Greyson Parrelli 3134837d56 Remove plaintext backup import option.
We have our own secure backup solution built into the app now.
No need to support plaintext backups.
6 years ago
unknown 69ea116b2b Updated authenticator icons (Fixes #7908) 6 years ago
Greyson Parrelli 708cd5335d Updated language translations. 6 years ago
Greyson Parrelli 8af076a796 Restore res/values-be/strings.xml 6 years ago
Greyson Parrelli 7fb53edc3c Updated language translations. 6 years ago
Greyson Parrelli f72f75ee61 Show a link for privacy policy. 6 years ago