Benoit Marty
9fa6026483
Create UserStoryFlowPage.
...
This will reduce some boilerplate and copy pasting we have in the codebase.
12 months ago
renovate[bot]
74ccdf83f6
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.67 ( #1747 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.67
* Fix breaking change in `RustMediaLoader`.
* Fix breaking change in `DefaultCallWidgetSettingsProvider`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
12 months ago
Benoit Marty
e984b9bb5c
Introduce AsyncViewDefaults for ProgressDialog
1 year ago
Benoit Marty
aaa89afe34
Use AsyncView in EditUserProfileView
1 year ago
Benoit Marty
d700b0bc4e
Introduce AsyncView to limit duplicated code.
1 year ago
bmarty
2fca8412b2
Sync Strings from Localazy
1 year ago
Benoit Marty
6fda11aff0
Convert Data.Audio to data class, and implement equals and hashCode as suggested.
1 year ago
Benoit Marty
21200df294
Konsist: check that if `sealed interface` is used in parameter of `Composable`, it has the `@Stable` or `@Immutable` annotation
1 year ago
Benoit Marty
3092ca23f0
Konsist: check if sealed class could be sealed interface and fix existing issues.
1 year ago
jonnyandrew
ddc1e1d0cc
Display duration of recorded voice message ( #1733 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Jorge Martin Espinosa
14dc8e1059
Replace suffixes for `@PreviewsDayNight` annotation ( #1736 )
...
* Replace suffix for PreviewsDayNight annotation
* Rename Preview, since its filename was way too long
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Jorge Martin Espinosa
1f5a135072
Use Parallel GC and bump RAM usage ( #1734 )
...
* Use Parallel GC and bump RAM usage
* Build only `app` project in `Build APKs (debug)` flow.
* Remove redundant JNA dependency
1 year ago
Benoit Marty
a1b97fe99e
Remove useless wrapping in lazy block, since the value was assigned later during object construction.
1 year ago
jonnyandrew
5080df3262
Add voice message 'hold to record' tooltip ( #1710 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
250389633b
Progress for LinearProgressIndicator and CircularProgressIndicator are now lambdas.
1 year ago
Benoit Marty
6db4f34d1b
Add preview for dialog with a third button
1 year ago
Benoit Marty
5f3770d4dd
If there is only one button, use a TextButton.
1 year ago
Benoit Marty
1ba2a22eda
Reorder parameters for readability
1 year ago
Benoit Marty
70ea2beaf9
SimpleAlertDialogContent: enforce button submit instead of button cancel and improve API around dialogs.
1 year ago
jonnyandrew
83a6395688
Add time to voice message composer UI ( #1720 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
8df9b7fb3c
Add TestTags to dialog buttons.
1 year ago
Benoit Marty
23cf703925
Fix maestro test.
1 year ago
Benoit Marty
d09d95b269
Avoid runBlocking. Start with a nullable boolean.
1 year ago
Benoit Marty
5013ff061e
Secure backup: create a feature flag (disabled)
1 year ago
Benoit Marty
3e9710a0c1
Do not throw the exception.
1 year ago
Benoit Marty
2f62779ad4
Sign out: handle no network error.
1 year ago
Benoit Marty
4fb825b5cb
TimelineEncryptedHistoryBannerView: render depend on verification and key backup state ( #1576 )
1 year ago
Benoit Marty
20d6383b8a
Map new state `BackupUploadState.Error`
1 year ago
ganfra
6832b1f2db
Feature/fga/biometric unlock ( #1702 )
...
* Biometric unlock : refactor a bit existing classes
* Biometric unlock : first implementation
* Biometric: add ui for biometric setup
* Biometric unlock : use localazy strings
* Biometric unlock setup : branch skip/allow events
* Biometric : fix tests
* Biometrics: add small test
* Biometric : clean up
* Update screenshots
* Biometric unlock : address some PR review
* Biometric : improve a bit edge cases
* Fix lint issues
---------
Co-authored-by: ganfra <francoisg@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Jorge Martín <jorgem@element.io>
1 year ago
ganfra
ed26c74627
LockScreen : enable the feature
1 year ago
Jorge Martin Espinosa
355ee95964
[Element Call] Keep MatrixClient alive while the call is working ( #1695 )
...
* Element Call: keep MatrixClient alive to get event updates
1 year ago
Benoit Marty
f554fb8dcc
Change FeatureFlagService.isFeatureEnabled return value from Boolean to Flow<Boolean>
1 year ago
Jorge Martin Espinosa
3bbaf8e5e7
Improve the logs for `TimelineException.CannotPaginate` ( #1708 )
1 year ago
Marco Romano
c377656354
Show "Voice message" in voice message push notifications ( #1705 )
...
Don't show the event body anymore as it's not relevant for voice messages.
1 year ago
jonnyandrew
95a2152714
Fix long press on voice message with screen reader ( #1704 )
...
As a workaround, disable seeking within the waveform so that it does
not interfere with the long press menu.
Seeking behaviour is already suboptimal given that there is no spoken
feedback about the current seek position. No core functionality is
lost as voice messages can be played using a screen reader.
1 year ago
Benoit Marty
90b377b3a5
Secure Storage: improve API for `waitForBackupUploadSteadyState()`
1 year ago
Marco Romano
609b100a76
Fix wrong CompoundColors mapping ( #1692 )
...
* Fix wrong CompoundColors mapping
Fixes https://github.com/vector-im/compound/issues/262
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Jorge Martin Espinosa
356a321788
Fix issues with stuck 'loading...' state and hangup ( #1690 )
...
* Fix issues with stuck 'loading...' state and hangu
1 year ago
bmarty
ffd02b831e
Sync Strings from Localazy
1 year ago
jonnyandrew
ef94421801
Fix scaling of composer UI
1 year ago
jonnyandrew
fa66ffc06d
Improve composer UI scaling ( #1689 )
1 year ago
jonnyandrew
18ca1da1b5
Add haptic feedback to voice message record button ( #1686 )
1 year ago
Jorge Martin Espinosa
e64f822f5a
Enable Element Call integration in rooms by default ( #1685 )
...
Also change base url to `call.element.dev`.
1 year ago
Marco Romano
7651cf1b33
Voice message button: Show proper disabled color. ( #1682 )
...
Also changes a bit our own IconButton api to allow to mirror material's and allow color customization.
1 year ago
bmarty
8350382440
Sync Strings from Localazy
1 year ago
Marco Romano
a51fdf9fb8
Blink red dot while recording voice message ( #1677 )
...
Story: https://github.com/vector-im/element-meta/issues/2084
1 year ago
jonnyandrew
8121d1a6de
Show voice message preview player progress ( #1675 )
...
* Show voice message preview player progress
* Update screenshots
* Fix test
* Some nits over mediaplayer stuff
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Marco Romano <marcor@element.io>
1 year ago
Marco Romano
f3c4c6218e
Use correct icon tint in voice message preview player ( #1672 )
...
Action item from design review.
1 year ago
Benoit Marty
99fbb1919d
Add topBar parameter to HeaderFooterPage and use a Scaffold.
1 year ago
Marco Romano
c3cbf4de96
Default enable voice message feature flag ( #1669 )
...
:party
1 year ago