Alex Hart
9326c1726a
Increase stories caption limit to 1500 grapheme clusters.
2022-09-28 11:33:35 -04:00
Alex Hart
3d075bdd65
Check for EXTRA_TEXT if we cannot parse EXTRA_STREAM.
2022-08-29 10:47:47 -03:00
Alex Hart
16a4c321c4
Add additional logging for diagnosing shares with null EXTRA_STREAM.
2022-08-18 09:27:20 -03:00
Alex Hart
49cc962bde
Fix bug where share intent data would be redisplayed.
2022-08-02 14:36:30 -04:00
Alex Hart
ad0acc640b
Handle multishare of text.
2022-07-27 13:12:58 -04:00
Alex Hart
09b92a6559
Add logging to share activity.
2022-07-26 09:33:45 -04:00
Cody Henthorne
fe6058e0df
Improve cold start performance.
2022-07-21 13:18:20 -04:00
Alex Hart
b18542a839
Ensure images sent to stories respect media quality settings.
...
Stories should always use "Standard" quality, not L3 (high quality). This change ensures that we:
1. Always send stories at the appropriate quality
2. Do not corrupt or overwrite pre-existing image attachments
3. Close several streams when done (thanks StrictMode!)
2022-07-21 13:18:19 -04:00
Alex Hart
6a385c7a22
Implement video length enforcement for Stories.
2022-06-28 15:42:15 -04:00
Alex Hart
88a66b49ff
Apply new story list ordering rules.
...
Co-authored-by: Cody Henthorne <cody@signal.org>
2022-06-14 15:20:43 -04:00
Alex Hart
92c6a84075
Ensure shared background for all generated text stories in a set.
2022-06-09 09:20:04 -03:00
Greyson Parrelli
4da422fd3c
Refactor how message send types are selected.
2022-06-03 18:07:29 -04:00
Alex Hart
1b471e163d
Implement new Material3 spec.
2022-06-02 11:52:10 -04:00
Cody Henthorne
db4d072bd9
Upgrade kotlin to 1.6.21
...
Also fix a collection of warnings.
2022-05-18 14:05:17 -04:00
Cody Henthorne
ba1473acb9
Revert "Fix Google Camera social share."
...
This reverts commit c078d08df7
.
2022-05-16 11:02:02 -04:00
Cody Henthorne
c078d08df7
Fix Google Camera social share.
2022-05-12 11:56:55 -04:00
Alex Hart
a4a4665aaa
Implement badge gifting behind feature flag.
2022-05-02 15:25:55 -04:00
Alex Hart
5d16d1cd23
Fix story send issues due to insertion of story sends to database.
2022-05-02 15:25:55 -04:00
Alex Hart
7f77cd6a22
Prevent crash when user quickly leaves the share fragment.
2022-04-25 10:04:21 -03:00
Alex Hart
a3a5bb8177
Fix direct shares.
2022-04-22 16:50:21 -03:00
Alex Hart
442dde5c40
Keep caption when forwarding media with a body to a story.
2022-04-20 16:32:55 -03:00
Alex Hart
043f06e188
Prevent sending videos over 30s in length to a story.
2022-04-15 16:07:15 -04:00
Alex Hart
523537cf05
Enable sharing to stories and refactor share activity.
2022-04-15 16:07:14 -04:00
Alex Hart
03e8fe9f27
Migrate all internal shares to MultiselectForwardFragment.
2022-04-15 16:07:14 -04:00
Alex Hart
5612a5d9e4
Fix issue where all forwarded MMS media would try to send as a secure message.
2022-04-06 12:37:43 -04:00
Greyson Parrelli
0e4187b062
Use existing contact type for our linked entry. Add test to sample app.
...
Fixes #9431
Closes #9434
Co-authored-by: swatts <github@stargw.net>
2022-04-06 12:36:32 -04:00
Alex Hart
e3c491860a
Allow forwarding of Text Stories.
2022-03-17 16:02:43 -04:00
Alex Hart
7edef20f4f
Guard first time on add to my story.
2022-03-17 16:02:43 -04:00
Alex Hart
437c1e2f21
Implement UI and backend for sending story reactions.
...
Co-authored-by: Rashad Sookram <rashad@signal.org>
2022-03-17 16:02:42 -04:00
Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
Alex Hart
54eb579558
Allow external shares to a story.
2022-03-17 12:12:56 -04:00
Alex Hart
e2e3617be9
Ensure groups stories are sent to are retained in the UI.
2022-03-08 10:41:37 -04:00
Alex Hart
34bbb98c96
Do not allow forwarding of unsupported content to stories.
2022-03-08 10:41:37 -04:00
Alex Hart
155bdf6164
Fix storyType selection issue in forwarder.
2022-03-08 10:41:37 -04:00
Alex Hart
35cd36e9fe
Implement support for 'allows replies' toggle.
2022-03-08 10:41:37 -04:00
Alex Hart
ee176cbe3d
Never send a link preview via MMS.
2022-03-08 10:41:37 -04:00
Alex Hart
174cd860a0
Implement Stories feature behind flag.
...
Co-Authored-By: Greyson Parrelli <37311915+greyson-signal@users.noreply.github.com>
Co-Authored-By: Rashad Sookram <95182499+rashad-signal@users.noreply.github.com>
2022-03-08 10:41:36 -04:00
Fumiaki Yoshimatsu
d254d24d77
Use the last part of the URI if the scheme is "file" to avoid returning null as the file's name. Fixes #8561
2022-02-01 13:41:31 -05:00
Cody Henthorne
0aabf9945f
Fix ISE in mutli-share flow.
2022-01-07 14:41:42 -04:00
Cody Henthorne
0dcae81dba
Fix share selection crash.
2021-12-20 13:31:18 -05:00
Cody Henthorne
dbce4be31d
Refactor MappingAdapter code into package.
2021-12-20 13:31:18 -05:00
Greyson Parrelli
843ed24bbb
Introduce SignalDatabase as the main database entrypoint.
2021-11-18 12:36:52 -05:00
Alex Hart
102f9de06f
Finish ShareActivity after external share.
2021-11-01 16:48:42 -04:00
Alex Hart
664d6475d9
Refresh media selection and sending flow with a shiny new UX.
2021-09-02 21:24:54 -04:00
Greyson Parrelli
b7a067e954
Use a more accurate starting point for message send timings.
2021-08-24 09:09:27 -03:00
Alex Hart
7bede7e98a
Fix issue where forwarded messages would show unlock icon.
2021-08-18 10:48:13 -04:00
Alex Hart
c65761a034
Fix several issues with multiforwarding.
...
* Better forwarding and animations.
* Handle audio with text.
* Increase max forwardable count to 32
* Onboarding dialog.
* Send forth link previews.
* Safety number support.
* Fix slide behaviour.
2021-08-17 16:15:09 -03:00
Niel Thiart
31e0f3edfb
Fix Signal Direct Share Shortcuts not appearing in Android Sharesheet.
...
Fixes #11537
2021-08-16 20:50:33 -04:00
Alex Hart
49334ffd42
Implement proper mentions support for multiforward.
2021-08-13 13:58:38 -04:00
Alex Hart
dc1e56de4e
Implement new bottom fragment UX for multiforward.
2021-08-13 13:58:38 -04:00