Benoit Marty
0e9c7bc15a
Start CustomTab from Activity
1 year ago
Benoit Marty
4951a94af5
Create sub packages.
1 year ago
Benoit Marty
d2f969252d
Oidc with CustomTab
1 year ago
Benoit Marty
d2b73dd6bc
Quality checks
1 year ago
Benoit Marty
4cc3050871
Cleanup
1 year ago
Benoit Marty
f8dbd31c11
Test for Oidc
1 year ago
Chris Smith
6ad14aa223
Fix flaky media tests. ( #479 )
...
Creating a mock during the test run seems to sometimes take a
large amount of time when running the tests in parallel (possibly
some kind of resource contention?)
Instead, perform the mocking in the test class so it's part of
the setup, not the actual test runs.
1 year ago
Benoit Marty
9551a5e6f8
Rework the set homeserver part: get the info, instead of hard-coded value, and implement retry in case of error.
1 year ago
Benoit Marty
f1d2f566bc
Add OIDC support
1 year ago
Benoit Marty
111cca99bf
Add `EventType` to avoid using hard-coding strings.
1 year ago
Benoit Marty
8a750f3ae4
Comment out hard-coded sliding sync url.
1 year ago
Benoit Marty
ff1147e611
Sync localazy to fix lint error.
1 year ago
renovate[bot]
33d90104dd
Update plugin sonarqube to v4.1.0.3113 ( #469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
67649507ff
Update dependency com.google.firebase:firebase-bom to v32.1.0 ( #470 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
29fcfcf68c
Update dependency io.gitlab.arturbosch.detekt to v1.23.0 ( #454 )
...
* Update dependency io.gitlab.arturbosch.detekt to v1.23.0
* Disable new detekt rules for unused params
UnusedParameter and UnusedPrivateProperty are both potentially
useful but we currently break them a lot, for the most part
in places that haven't been fully implemented yet.
The unused params are reported as build warnings anyway, so
we're not missing much by disabling these for now.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Smith <csmith@lunarian.uk>
1 year ago
Benoit Marty
7f2b23507c
Merge pull request #471 from vector-im/sync-localazy
...
Sync Strings
1 year ago
Benoit Marty
f202791d18
Trigger CI
1 year ago
Benoit Marty
08fdb40ef6
Merge pull request #467 from vector-im/feature/bma/reworkGrouper
...
Improve timeline rendering for message and state event
1 year ago
renovate[bot]
4a9b92a6fe
Update dependency app.cash.turbine:turbine to v0.13.0 ( #417 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
de4c27a4de
Update dependency com.squareup:kotlinpoet to v1.14.2 ( #474 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Kat Gerasimova
ef6b562175
Merge pull request #466 from vector-im/kittykat-patch-2
...
Update triage automation for signoff
1 year ago
Benoit Marty
28ff9ea437
Reduce number of warnings
1 year ago
Benoit Marty
85f7a6aeb4
Record screenshots
1 year ago
Benoit Marty
03e2fa04cb
Fix alignment issue when there is an error.
1 year ago
Benoit Marty
60593fb1d7
Add preview for TimelineEventTimestampView
1 year ago
Benoit Marty
483cedf66c
Merge pull request #468 from vector-im/renovate/rnkdsh-action-upload-diawi-1.x
...
Update rnkdsh/action-upload-diawi action to v1.5.0
1 year ago
Benoit Marty
bf62be3b0f
Record screenshots.
1 year ago
Benoit Marty
34980d34ad
Improve preview again
1 year ago
Benoit Marty
0cbddd58bc
Fix compilation issue after rebase.
1 year ago
Benoit Marty
25e432d24e
Fix setting y offset to -12.dp can overlap a state event displayed above. Rework how the vertical offset are applied.
1 year ago
Benoit Marty
c590a32942
Move extension to a common file for code clarity.
1 year ago
Benoit Marty
929ed22cb3
Ensure GroupPosition is correct regarding Event which cannot be grouped.
1 year ago
Benoit Marty
6621163d27
Document [TimelineItemGroupPosition] and improve preview of [MessageEventBubble].
1 year ago
Benoit Marty
6000a7ca5b
Let TimelineItemsFactory group the item if necessary, so it's done on a computation dispatcher. Let the View manage the expanded/grouped state.
1 year ago
Jorge Martin Espinosa
09be5f4a6a
Merge pull request #433 from vector-im/feature/fga/image_loading
...
Send and receive media
1 year ago
Jorge Martín
668b0e7273
Merge remote-tracking branch 'origin/develop' into feature/fga/image_loading
1 year ago
Jorge Martin Espinosa
d37c6e58e0
Revert `RenderingMode` to `NORMAL` in `ScreenshotTest` ( #475 )
...
* Revert `RenderingMode` to `NORMAL` in `ScreenshotTest`
* Remove no longer needed code
1 year ago
Jorge Martín
87990c425c
Fix small issues, improve `Result.flatMap`
1 year ago
bmarty
175b7deccb
Sync Strings from Localazy
1 year ago
renovate[bot]
4b268dacd1
Update rnkdsh/action-upload-diawi action to v1.5.0
1 year ago
ganfra
698e08573b
Media: fix test compilation
1 year ago
ganfra
fce45b828c
Media: generate again screenshots...
1 year ago
ganfra
b2a66ddafe
Media: handle PR review remarks
1 year ago
ganfra
c72ecc4807
Media: clean a bit Timestamp rendering
1 year ago
Jorge Martín
15ff1a4d30
Timestamp improvements
1 year ago
Jorge Martín
fc464a35f9
Try to improve timestamp rendering for media
1 year ago
ganfra
462f8c138a
Merge branch 'develop' into feature/fga/image_loading
1 year ago
ganfra
405a6073c6
Fix lint issue
1 year ago
Jorge Martin Espinosa
7aae71c2d4
Display timestamps for text messages ( #465 )
1 year ago
Kat Gerasimova
bbf1ad1adc
Update triage automation for signoff
1 year ago