Benoit Marty
ebfacdeeb8
Merge pull request #1388 from vector-im/renovate/detekt
...
chore(deps): update dependency io.gitlab.arturbosch.detekt to v1.23.1
2023-09-21 08:42:44 +02:00
Benoit Marty
a30dbf93f1
Merge pull request #1398 from vector-im/renovate/telephoto
...
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.1
2023-09-21 08:12:21 +02:00
renovate[bot]
40efbb0ea4
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.1
2023-09-20 21:21:02 +00: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
ElementBot
29a0e19417
Update screenshots
2023-09-20 17:01:59 +00:00
Benoit Marty
f0e8c0b32d
Add start padding to the send icon to make it visually centered.
2023-09-20 18:47:29 +02:00
Benoit Marty
9445f2da42
version++
2023-09-20 18:14:41 +02:00
Benoit Marty
ff92974a94
Merge tag 'v0.2.1' into develop
...
tag
2023-09-20 18:13:52 +02:00
Benoit Marty
1628a26b29
Merge branch 'release/0.2.1' into main
2023-09-20 18:09:26 +02:00
Benoit Marty
b93804124f
Adding fastlane file for version 0.2.1
2023-09-20 18:09:22 +02:00
Benoit Marty
eca347a2fa
Changelog for version 0.2.1
2023-09-20 18:08:56 +02:00
ElementBot
29b2ed1b12
Update screenshots
2023-09-20 15:45:03 +00:00
Benoit Marty
54ca7c1ea5
More cleanup
2023-09-20 17:32:32 +02:00
Benoit Marty
98ae8feb38
Detekt: Disable OptionalWhenBraces, even if deprecated and replaced by BracesOnWhenStatements. Cannot do what I want with BracesOnWhenStatements.
2023-09-20 17:21:18 +02:00
Benoit Marty
426bb5b622
Remove unused resource, and use compound icons when possible.
2023-09-20 16:45:38 +02:00
Benoit Marty
d6ea21da22
Migrate other icons to compound icons.
2023-09-20 16:44:59 +02:00
Benoit Marty
21f1fc5a20
Better rendering on screenshot test
2023-09-20 16:44:59 +02:00
Benoit Marty
27bd4cd9c0
Remove unused icons
2023-09-20 16:44:59 +02:00
Benoit Marty
5fafd51e40
Fix warnings.
2023-09-20 16:44:59 +02:00
Benoit Marty
c9574f48e6
Use CommonDrawables
2023-09-20 16:44:59 +02:00
Benoit Marty
caa0ce0c0a
Iterate on icons ( #1320 )
2023-09-20 16:44:59 +02:00
Benoit Marty
8fedc40008
Remove VectorIcons object, inline the values.
2023-09-20 16:44:59 +02:00
ganfra
5054d0208d
Merge pull request #1386 from vector-im/feature/fga/replace_async_uniffi_to_blocking
...
Remove usage of async-uniffi
2023-09-20 13:59:03 +02:00
renovate[bot]
5bf58745b0
chore(deps): update dependency io.gitlab.arturbosch.detekt to v1.23.1
2023-09-20 11:58:53 +00:00
Benoit Marty
dfeec2c1d1
Merge pull request #1385 from vector-im/feature/bma/callScheme
...
Element call scheme
2023-09-20 13:58:24 +02:00
ganfra
87125e0ea3
Remove usage of async-uniffi as it leads to a deadlocks and memory leaks ( #1381 )
2023-09-20 12:52:57 +02:00
Benoit Marty
be84dc20f0
Changelog
2023-09-20 11:25:32 +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
5e222d4865
Add script to start ElementCallActivity
2023-09-20 09:59:23 +02:00
Benoit Marty
90f5537adc
All icons are now white
2023-09-20 09:08:31 +02:00
Benoit Marty
fd20bf102e
Add Icons preview.
2023-09-20 09:03:57 +02:00
Benoit Marty
ab33d064bb
Merge pull request #1354 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.2.3
2023-09-19 21:01:07 +02:00
Benoit Marty
4e246b8539
Merge pull request #1382 from bnjbvr/use-raw-homeserver-url
...
feat: use the raw homeserver URL instead of manually removing the scheme
2023-09-19 21:00:10 +02:00
ganfra
04c1fa5e69
Merge pull request #1378 from vector-im/feature/fga/fix_nav_restoration
...
DI: rework how components are created and provided
2023-09-19 20:58:50 +02:00
Benjamin Bouvier
4902fe4990
feat: use the raw homeserver URL instead of manually removing the scheme
...
On the one hand, the SDK knows what to do and will clean up the URL if needs be,
guessing what the best scheme (http or https) is based on the prefix. On the other
hand, trimming the scheme as done here doesn't allow for manual testing on insecure
servers, which is handy in e2e testing situations.
2023-09-19 19:23:11 +02:00
ganfra
49970a5270
Merge pull request #1380 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.56
2023-09-19 18:32:42 +02:00
ganfra
df565ddd9b
Merge pull request #1376 from vector-im/feature/fga/fix_room_member_infinite_loop
...
Fix room member infinite loop
2023-09-19 18:18:54 +02:00
ganfra
30f77eb9c5
Fix test compilation
2023-09-19 18:18:53 +02:00
renovate[bot]
ae83555437
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.56
2023-09-19 16:15:41 +00:00
ganfra
678de99cbb
Revert "DI: more cleanup"
...
This reverts commit dda474cb1e .
2023-09-19 18:07:20 +02:00
ganfra
85125aa854
Fix warning and yield
2023-09-19 18:06:56 +02:00
ganfra
3b31542cd1
Add changelog
2023-09-19 17:58:41 +02:00
ganfra
dda474cb1e
DI: more cleanup
2023-09-19 17:57:54 +02:00
ganfra
1a14a18a29
DI: rework how components are created and provided
2023-09-19 17:51:36 +02:00
jonnyandrew
2757b5b13d
[Rich text editor] Update code and links style ( #1362 )
2023-09-19 15:40:59 +00:00