Benoit Marty
c4b61627a2
Analytics: track interaction `Interaction.Name.MobileRoomComposerFormattingEnabled`
5 months ago
Benoit Marty
de36552f93
Analytics: track interaction `Interaction.Name.MobileRoomCallButton`
5 months ago
bmarty
66636ea967
Sync Strings from Localazy
5 months ago
Benoit Marty
063fd48422
Rename function.
5 months ago
Benoit Marty
3cf27ccf54
Add test on ForwardMessagesView
5 months ago
Benoit Marty
a9b17923bd
Simplify ForwardMessagesState by using AsyncAction.
5 months ago
Benoit Marty
45598a885e
Rename some class from `Impl` to Default
5 months ago
Benoit Marty
ec8cb2e32f
Change Test class suffix.
5 months ago
Benoit Marty
7348f74702
Fix performance issue reported by Konsist test `Sealed interface used in Composable MUST be Immutable or Stable`
5 months ago
bmarty
ca5bc71057
Sync Strings from Localazy
5 months ago
Benoit Marty
b8ed7cc2e4
Suppress `ContentTrailingLambda` for ExpandableBottomSheetScaffold
5 months ago
Benoit Marty
ea63f2aa32
Rename some fun regarding polls
5 months ago
Benoit Marty
fc161c11d1
Rename some Events regarding polls
5 months ago
Benoit Marty
37d9a9f5a9
Lambda parameters in a composable function should be in present tense, not past tense.
...
https://mrmans0n.github.io/compose-rules/rules/#naming-parameters-properly
5 months ago
Benoit Marty
b3e0f6e843
Translations: pt -> pt-rBR
5 months ago
Jorge Martin Espinosa
72ab632233
Restore MarkdownTextInput contents ( #2902 )
...
* Restore `MarkdownTextInput` contents: create a `MarkdownTextInputStateSaver` and use it to save and restore the text and selection.
* Add default text flags to the markdown composer
5 months ago
Benoit Marty
6f44ef7a8f
Rename class (code quality)
5 months ago
Benoit Marty
9db215c2a9
Cleanup dependencies about junit.
5 months ago
Jorge Martin Espinosa
880ebb4de8
Plain text editor implementation based on markdown input ( #2840 )
...
* Add plain text editor based on markdown input
- Fix autofocus of message composer.
- Remove `Message` data class, fetch the details in `MessagesPresenter` instead.
- Remove `enable rich text` option from advanced settings, set it as a build configuration instead.
* Fix MentionSpanProvider
* Bump RTE library to released `v2.37.3`
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Jorge Martin Espinosa
8bd9880c23
Use member display names in membership timeline item text ( #2883 )
...
* Use member display names in membership timeline item text
5 months ago
Jorge Martin Espinosa
4919cd69b1
When linkifying HTML messages, give priority to explicit link tags ( #2879 )
...
* When linkifying HTML messages, give priority to explicit link tags
6 months ago
bmarty
83a8a631f2
Sync Strings from Localazy
6 months ago
Benoit Marty
38d6e08db4
Format
6 months ago
Benoit Marty
f7a3b5df77
Add test about redacting an Event that has not been sent #2855
6 months ago
Jorge Martin Espinosa
ef38535665
UX cleanup: reorder text composer actions ( #2847 )
...
* UX cleanup: reorder text composer actions
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
6 months ago
Benoit Marty
22329b9678
Provide serverNames when available and fix issue around analytics
6 months ago
Benoit Marty
5f1b51d5f2
Sync strings again after fix on Localazy.
6 months ago
bmarty
0910da0a14
Sync Strings from Localazy
6 months ago
Jorge Martin Espinosa
46b22d7db7
UX cleanup: room details ( #2816 )
...
* UX cleanup: room details screen
Add new CTA buttons for Invite and Call actions
* Update screenshots
* Fix maestro
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
6 months ago
Jorge Martin Espinosa
5c59f6c20f
Enforce mandatory session verification only for new logins ( #2811 )
...
* Enforce mandatory session verification only for new logins
- Creates `AppMigration` base interface as a way to isolate migration logic, app migrations must implement this interface.
- Creates `AppMigration01` with the existing logs removal migration and `AppMigration02` with the logic to allow existing sessions to skip verification.
- Add `DefaultSessionPreferencesStoreFactory.remove(sessionId)` to allow a ephemeral session store access to exist outside the `SessionScope` for this new migration.
* Fix tests
* Add more tests.
This also includes creating several abstractions.
* Review changes.
- Make `orderedMigrations` a class property, `migrations` just a constructor parameter to avoid incorrect usages.
- Create `lastMigration` property too, use it instead of `MIGRATION_VERSION`.
6 months ago
bmarty
68fdaef8b8
Sync Strings from Localazy
6 months ago
Benoit Marty
0476bd95c8
Open user profile and room with event from permalink
6 months ago
Joe Groocock
06a519ef98
Pretty-print event JSON in debug view ( #2771 )
...
* Pretty-print event JSON in debug view
Significantly improves readability
Signed-off-by: Joe Groocock <me@frebib.net>
* Update screenshots
Signed-off-by: Joe Groocock <me@frebib.net>
---------
Signed-off-by: Joe Groocock <me@frebib.net>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
6 months ago
Benoit Marty
2c85d86c7a
Add missing preview case.
6 months ago
Benoit Marty
80497a8b30
Remove unnecessary parenthesis
6 months ago
Benoit Marty
906650b8d2
Fix tests after change on `InReplyTo` classes
6 months ago
Jorge Martin Espinosa
eaeebf9e75
User display name overflows in timeline messages ( #2767 )
...
* User display name overflows in timeline messages
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
6 months ago
Benoit Marty
200b43246e
Handle click on reply navigation.
6 months ago
Benoit Marty
b7970b2db8
Map all replyTo data and add preview for loading and erorr case.
6 months ago
Benoit Marty
1be2e183c8
Remove unused `newTimelineById`
6 months ago
Benoit Marty
4704b1229b
Add test on focusRequestState for event `TimelineEvents.FocusOnEvent` and `TimelineEvents.JumpToLive`
6 months ago
Benoit Marty
137bfdfda9
`focusOnLive()` is not suspendable.
6 months ago
Benoit Marty
33f1cb4abf
Test TimelineView regarding "Jump to bottom" button.
6 months ago
Benoit Marty
683a593b50
Extract extension `setTimelineView`
6 months ago
Benoit Marty
f09ae93e3d
Remove unused method
6 months ago
bmarty
4f82baa2b0
Sync Strings from Localazy
6 months ago
Benoit Marty
8330fe79c8
Make FocusRequestState immutable.
6 months ago
Benoit Marty
260c7af096
Add unit test on TimelineItemIndexer
6 months ago
Benoit Marty
d6e02ea503
Test TimelineController
6 months ago
Benoit Marty
bd2a11a51c
No need to have a MutableStateFlow for the live timeline.
6 months ago