Commit Graph

466 Commits (13d42f542cc0c39bf901fe5294974902cf582981)

Author SHA1 Message Date
Niels Andriesse 4f58bc11a1 Update for new username API 5 years ago
Niels Andriesse 83742a0fc2 Set up Crashlytics 5 years ago
Niels Andriesse f3377fe384 Add show QR code button to settings 5 years ago
Niels Andriesse ae54c641a9 Update for seed changes 5 years ago
Niels Andriesse eabb371424 Add missing permission 5 years ago
Niels Andriesse 1822e87f7c Merge Signal 4.41.0 5 years ago
Niels Andriesse 017fae1f71 Disable unused permissions 5 years ago
Niels Andriesse 3fd3468be5 Fix HTTPS issue 5 years ago
Niels Andriesse d239ac6975 Disable Android Auto 5 years ago
Niels Andriesse 7598830a1b Fix quote messages & friend request handling 5 years ago
Niels Andriesse 0ef0140b0d Update package 5 years ago
Niels Andriesse e896315cbb Clean up UI 5 years ago
Niels Andriesse a925b17419 Fix session handling 5 years ago
Niels Andriesse 1da6f20f18 Further Lokify UI 5 years ago
Niels Andriesse d6cf9b573e Use Signal's job framework for background polling 5 years ago
Niels Andriesse 3a8d509c1e Further Lokify UI 5 years ago
Niels Andriesse 4148d598f9 Stub key pair screen 5 years ago
Niels Andriesse 96efb5d296 Stub account details screen 5 years ago
Greyson Parrelli 2a644437fb Add sticker support.
No sticker packs are available for use yet, but we now have the
latent ability to send and receive.
5 years ago
Greyson Parrelli cef5de2be4 Removed unnecessary WorkManager relic. 5 years ago
Greyson Parrelli 4a3c173adb Migrated to new JobManager. 5 years ago
Greyson Parrelli 94e8303022 Remove dead code from ScribbleHud/Fragment. 5 years ago
Greyson Parrelli aa5e32f0ee Add back the highlight and sticker tools. 5 years ago
Greyson Parrelli 8a7cac7c03 Switch gallery to permanent dark theme. 5 years ago
Alan Evans 286b64274c Replace Avatar Cropper. 5 years ago
Greyson Parrelli 0a8bbf14a6 Merge camera into send flow. 5 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.
5 years ago
Greyson Parrelli bf28e109d3 Update registration UI. 5 years ago
Greyson Parrelli 1f79808cf0 Remove unneccesary FCM manifest attribute.
`firebase_analytics_collection_enabled` is used for temporarily
enabling/disabling analytics.

We already use `firebase_analytics_collection_deactivated`, which is
used for permanently disabling analytics.
6 years ago
Greyson Parrelli 02b0800b22 Support requesting a CAPTCHA during registration. 6 years ago
Greyson Parrelli cfff10622a Move conversation classes to their own package. 6 years ago
Greyson Parrelli d482c60a98 Switch from GCM to FCM. 6 years ago
Greyson Parrelli 6fa7eca60b Implement new media send flow.
Update our media send flow to allow users to send multiple images/videos
at once. This change includes:

- New in-app media picker flow.
- Ability to caption images and videos.
- Image editing tools are made more prominent in the flow.
- Some fixes to the image editing tools.
6 years ago
Greyson Parrelli 3b67382f67 Remove call log permissions, use SMS Retriever API during registration.
This is to adhere to the Play Store policy updates.

See: https://play.google.com/about/privacy-security-deception/permissions/
6 years ago
Greyson Parrelli 4ebca9ddde Register RotateSenderCertificateListener in the manifest. 6 years ago
Greyson Parrelli 45e0bb281f Turn MessageRetrievalService into IncomingMessageObserver.
Due to an Android P bug, we basically need to stop calling
startService() in onResume()/onPause(). That means I had to turn
MessageRetrieval service into a singlton instead of a service. I also
moved the offending KeyCachingService calls into static methods that
didn't have to start the service.
6 years ago
Greyson Parrelli 07d7af6e75 Initialize WorkManager ourself.
This gives us more control over when it happens, as well as lets us set
things like the debug level. Also let's us get rid of the synchronized
block we had in Application#onCreate().
6 years ago
Greyson Parrelli 87e6aa48bb Schedule jobs with WorkManager.
Should help solve most of our pressing targetSdk=26 migration issues.
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 c3bdc48ee3 Create placeholder ContentProviders for database observations.
Required for the API 26 migration.

See https://developer.android.com/about/versions/oreo/android-8.0-changes#ccn
6 years ago
Greyson Parrelli e9b85a10a6 Add per-contact notification channels.
Fixes #8119
Fixes #8121
Fixes #8122
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 dbd42c4af2 Add notification channel support.
Bucket our notifications into channels. Required to target API 26.
6 years ago
Greyson Parrelli e3bf91b99b Get rid of old references to @drawable/icon.
Fixes #7957
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
Greyson Parrelli a50edc3d25 Keep retrying message sends for 24 hours.
Previously, we retried based on a count. Now we've added the ability to
keep retrying for a specified time, using exponential backoff to
throttle attempts.
6 years ago
Greyson Parrelli 62c42a3513 Fix disappearing message corner case.
We never properly registered the ExpirationListener, meaning we were
relying on the wait-notify loop of ExpirationManager to delete things.
This normally works, but fails when your phone goes to sleep. So I
properly registered the receiver, and then added a failsafe to re-run
the ExpirationManager if we're about to render an expired message.

Fixes #7906
6 years ago
Greyson Parrelli 0999359454 Improve the image editor.
A variety of improvements to the image editor, such as:

- New, fullscreen styling
- Smoother lines
- Better text and sticker handling
- Improved color picker with a history pallette
- New highlighter tool
6 years ago
Greyson Parrelli eed2c6ec4c Added adaptive icon support.
Also moved our non-adaptive app icon into the mipmap folders, which is
where they should be.

Fixes #7607
6 years ago