Commit Graph

17 Commits

Author SHA1 Message Date
Benoit Marty
d4b83cfd45 Detekt: sentences must end with a period. 2023-09-26 16:48:13 +02:00
Benoit Marty
5ae265a94d Element call: Pass in custom call URL query parameters 2023-09-26 16:19:38 +02:00
Benoit Marty
4e658be3cc Element call URL must have https scheme. 2023-09-26 15:41:31 +02:00
bmarty
e9a7c7bbaf Sync Strings from Localazy 2023-09-25 00:09:17 +00:00
bmarty
4077c5c834 Sync Strings from Localazy 2023-09-21 15:51:21 +00:00
Benoit Marty
d2ca528679 Detekt: Rename DayNightPreviews to PreviewsDayNight to follow naming convention.
MultiPreview annotations should start with `Previews` as prefix
2023-09-21 08:30:36 +02:00
Benoit Marty
c15e47d571 Merge pull request #1392 from vector-im/feature/bma/iterateOnIcons
Iterate on icons
2023-09-20 23:20:28 +02:00
Benoit Marty
d6ea21da22 Migrate other icons to compound icons. 2023-09-20 16:44:59 +02:00
Benoit Marty
5b4ba17665 No need to decode the parameter value, getQueryParameter already does it. 2023-09-20 11:20:40 +02:00
Benoit Marty
ad532a1c36 Add one more test. 2023-09-20 11:19:47 +02:00
Benoit Marty
b0dc826227 Add test for the scheme io.element.call 2023-09-20 11:18:51 +02:00
Benoit Marty
6b2c48972c Avoid code duplication 2023-09-20 11:09:21 +02:00
Benoit Marty
c96ad7addc CallIntentDataParser is now a class. 2023-09-20 11:07:10 +02:00
Benoit Marty
9541389519 Add support for io.element.call:/?url=some-encoded-url uri 2023-09-20 11:05:15 +02:00
Benoit Marty
d3d9367feb Localazy sync 2023-09-18 16:42:35 +02:00
bmarty
6e5e538724 Sync Strings from Localazy 2023-09-18 00:09:19 +00:00
Jorge Martin Espinosa
a06bea4d71 Element Call SPA integration (#1283)
* Integrate Element Call into EX, being able to open its URLs and handle the call in-app.
* Add custom scheme support with format `element:call?url=...`.
* Update androix.webkit
* Silence the foreground service notification.
- Allow foreground service tap action to re-open the ongoing call.
- Unify notification small icons in different modules using a vector one.

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-09-15 16:39:44 +02:00