Benoit Marty
7ae2b34a9e
Merge pull request #2568 from vector-im/feature/bma/sso_sdk
...
Let the SDK compute the URLs
2020-12-28 14:20:21 +01:00
Benoit Marty
073e6227d6
Correct Copyright mention
2020-12-28 10:59:50 +01:00
Benoit Marty
6c4836e27e
Move file to internal
2020-12-21 12:18:32 +01:00
Benoit Marty
36a553a886
Let the Matrix SDK compute the Fallback urls
2020-12-21 12:08:49 +01:00
Benoit Marty
13938f2ab3
Let the Matrix SDK compute the SSO url
2020-12-21 11:26:57 +01:00
Benoit Marty
4a5dbde8d3
Merge pull request #2558 from aqulu/fix/bottomsheet-viewbinding
...
Release VectorBaseBottomSheetDialogFragment bindings when view destroyed
2020-12-20 20:44:37 +01:00
Benoit Marty
5744939c05
Merge pull request #2561 from SpiritCroc/url_preview_visibility
...
Properly hide preview URLs for messages that don't support previews
2020-12-20 20:40:19 +01:00
Benoit Marty
9da3eec64f
Fix small formatting issue
2020-12-20 20:28:40 +01:00
Benoit Marty
621c6c8773
Merge pull request #2562 from SpiritCroc/notice_preview
...
Enable URL-previews for notices
2020-12-20 20:26:18 +01:00
SpiritCroc
d5e76c515e
Enable URL-previews for notices
...
Desktop has those too.
2020-12-20 09:10:37 +01:00
SpiritCroc
9fcf7263b5
Properly hide preview URLs for messages that don't support previews
...
Notices and formatted messages don't have imageContentRenderer and
previewUrlRetriever set.
Accordingly, when recycling messages that previously had an URL preview,
we do not want to keep that preview, but actually hide it, instead of
returning early (without rendering any update).
2020-12-20 09:05:15 +01:00
aqulu
0059fdf174
Release VectorBaseBottomSheetDialogFragment bindings when view destroyed
...
Signed-off-by: aqulu <dev@aqu.lu>
2020-12-20 13:55:32 +09:00
Benoit Marty
2b780a8b76
Merge pull request #2542 from vector-im/feature/bma/view_bindings
...
View bindings
2020-12-18 15:57:34 +01:00
Benoit Marty
0518e5f18d
Version++
2020-12-18 11:03:01 +01:00
Benoit Marty
2fe7caa580
Merge branch 'release/1.0.13' into develop
2020-12-18 10:59:53 +01:00
Benoit Marty
d53650c8ae
Prepare release 1.0.13
2020-12-18 10:59:43 +01:00
Benoit Marty
930b8da3b3
Typo in comment
2020-12-18 09:53:59 +01:00
Benoit Marty
c48f153b0d
Merge pull request #2550 from vector-im/feature/bma/unstable_prefix
...
MSC2858 unstable prefix
2020-12-17 19:09:12 +01:00
Benoit Marty
68cd06f1fb
Improve redirect url, which can be visible to the user: "element://element" -> "element://connect"
2020-12-17 12:11:30 +01:00
Benoit Marty
c7afcf4ff2
Fix compilation issue
2020-12-17 12:10:55 +01:00
Travis Ralston
3491774e7b
Add changelog
2020-12-17 12:09:53 +01:00
Travis Ralston
ea6fde3ed0
Make MSC2858 implementation match the unstable policy of the spec
...
See https://github.com/matrix-org/matrix-doc/pull/2858/files#r543567196
2020-12-17 12:09:34 +01:00
Benoit Marty
27e5626fcf
Test has been passed!
2020-12-16 16:07:18 +01:00
Benoit Marty
8878cb41ee
Fix issue with not clickable item
2020-12-16 16:04:57 +01:00
Benoit Marty
10575698de
Avoid blink effect
2020-12-16 15:51:30 +01:00
Benoit Marty
451750f08a
Improve code (items still not clickable)
2020-12-16 15:48:39 +01:00
Benoit Marty
6f04f4109d
It seems we need to use findViewById
sometimes
2020-12-16 14:35:30 +01:00
Benoit Marty
929d711149
Split long lines and cleanup
2020-12-16 14:33:44 +01:00
Benoit Marty
b52f8b1dbf
Fix crash
2020-12-16 14:31:14 +01:00
Benoit Marty
aa0a851b35
Restore waiting view management
2020-12-16 13:32:49 +01:00
Benoit Marty
4ddc8e706d
Fix issue with coordinator Layout
2020-12-16 13:23:42 +01:00
Benoit Marty
da2a0abf45
Provide CoordinatorLayout when available
2020-12-16 12:39:22 +01:00
Benoit Marty
53a0e0ce10
Remove useless @Inject
2020-12-16 12:22:28 +01:00
Benoit Marty
7f02c0596e
Fix strange crash
2020-12-16 12:21:25 +01:00
Benoit Marty
e081c3b249
Add TODO
2020-12-16 12:09:23 +01:00
Benoit Marty
8db4da5473
Fix crash
2020-12-16 11:45:06 +01:00
Benoit Marty
d389581d96
Better binding
2020-12-16 11:18:25 +01:00
Benoit Marty
018574a21e
Rename some view ids
2020-12-16 11:10:49 +01:00
Benoit Marty
9e3eb993ee
Fix some crashes
2020-12-16 10:36:33 +01:00
Benoit Marty
6c64fb2169
Fix some crashes
2020-12-16 10:16:33 +01:00
Benoit Marty
2e70808bbd
Fix some crashes
2020-12-16 04:16:34 +01:00
Benoit Marty
18bf9856fe
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 03:57:19 +01:00
Benoit Marty
f09ee5016a
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 03:41:02 +01:00
Benoit Marty
4d3c4b5afc
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 03:38:07 +01:00
Benoit Marty
7de2494af2
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 03:25:17 +01:00
Benoit Marty
409d7e50bb
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 02:59:03 +01:00
Benoit Marty
c1222737d6
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 02:49:22 +01:00
Benoit Marty
d02da1b97e
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 02:39:58 +01:00
Benoit Marty
a8c6b1cdf7
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 02:33:52 +01:00
Benoit Marty
dba65dcd22
Migrate to ViewBindings ( #1072 ) - WIP
2020-12-16 02:05:38 +01:00