Marco Romano
1da242f63f
Update pull_request.md ( #490 )
...
Grammar nits.
1 year ago
Benoit Marty
bbacda4b45
Cleanup after PR review.
1 year ago
Benoit Marty
d5b4ea2674
Merge pull request #481 from vector-im/renovate/com.google.truth
...
Update dependency com.google.truth:truth to v1.1.4
1 year ago
renovate[bot]
ca59960e17
Update dependency com.google.truth:truth to v1.1.4
1 year ago
Benoit Marty
31e0120f46
Ignore temporary error.
1 year ago
Benoit Marty
44bc6f5ef5
Record screenshots
1 year ago
Benoit Marty
d9831cb8ab
Make the application compile with a SDK with no support for Oidc.
1 year ago
Benoit Marty
f6302e4ed3
better api
1 year ago
Benoit Marty
ad4141fcc9
Cleanup
1 year ago
Benoit Marty
e3c781ad76
Custom tab: dark theme support.
1 year ago
Benoit Marty
f4809100d0
Quality
1 year ago
Benoit Marty
5ae2a199dc
Add test for oidc with custom tab.
1 year ago
Benoit Marty
142c459861
Fix compilation and test
1 year ago
Benoit Marty
4ecd7a2417
Fix test script
1 year ago
Benoit Marty
47af53049e
Avoid Custom Chrome tab to appear as recent activity.
1 year ago
Benoit Marty
0766ec456c
Oidc custom tab: avoid replay.
1 year ago
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