bmarty
06312b2e4a
Sync Strings from Localazy
2025-07-22 20:46:13 +02:00
Benoit Marty
470ed51758
Add preview for mentions in the context of the timeline.
2025-07-08 18:49:22 +02:00
Benoit Marty
cb2e018431
Centralize gradient color definitions
2025-07-07 16:39:19 +02:00
Benoit Marty
8951744aba
Use color from Semantics.
2025-07-07 16:28:33 +02:00
Benoit Marty
0bf2fd6acf
Use correct color.
2025-07-07 16:18:49 +02:00
Benoit Marty
28a9e7b238
Use color from Semantics.
2025-07-07 16:17:01 +02:00
Benoit Marty
9bec4ce711
Use color from Semantics.
2025-07-07 15:13:24 +02:00
Benoit Marty
1a009c01f7
Use color from Semantics.
2025-07-07 15:06:33 +02:00
ElementBot
1944004409
Sync Strings from Localazy ( #4983 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-07-04 14:37:59 +00:00
Benoit Marty
24f08e8d20
[a11y] Ensure that the focus is not lost when the send button state change.
2025-07-03 17:19:43 +02:00
bmarty
2e8f8ec057
Sync Strings from Localazy
2025-06-30 00:33:54 +00:00
Benoit Marty
707a59a4fc
a11y: improve content description of the close formatting button. Change from "Close" to "Cancel and close text formatting"
2025-06-26 15:55:15 +02:00
Jorge Martin Espinosa
668d91062c
Fix duplicate usage of a modifier variable in TextInputBox ( #4928 )
2025-06-24 16:57:20 +02:00
Jorge Martin Espinosa
407c7ed70a
Simplify message composer layout ( #4884 )
...
Co-authored-by: ElementBot <android@element.io >
2025-06-24 14:05:28 +02:00
Jorge Martin Espinosa
39be607c5c
Restore MarkdownEditText.focusSearch override ( #4908 )
2025-06-20 17:24:17 +02:00
Benoit Marty
3ee5ee3f45
a11y: let Markdown/Rich text input render the placeholder to help for accessibility.
2025-06-20 15:00:28 +02:00
Benoit Marty
a4523a8de1
Inline TextInput so that we have code parity in the when statement
2025-06-20 14:20:23 +02:00
Benoit Marty
3db179edcf
a11y: improve accessibility on rich text editor options.
2025-06-16 16:56:59 +02:00
bmarty
e826ed726f
Sync Strings from Localazy
2025-06-16 00:31:39 +00:00
ElementBot
f32495ee58
Sync Strings from Localazy ( #4842 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-06-11 14:13:33 +02:00
Jorge Martin Espinosa
cfb9cc3edc
Fix for message composer losing focus in Compose 1.8.0 ( #4853 )
...
Co-authored-by: ElementBot <android@element.io >
2025-06-10 16:39:26 +00:00
ElementBot
5a8919b6e3
Sync Strings from Localazy ( #4804 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-06-02 12:05:08 +02:00
ElementBot
498cf15d38
Sync Strings ( #4775 )
2025-05-30 08:47:39 +00:00
ElementBot
aab5104010
Sync Strings from Localazy ( #4677 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-05-05 12:11:22 +02:00
ElementBot
76c59e2eac
Sync Strings from Localazy ( #4648 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-04-28 10:59:35 +02:00
ElementBot
491eda9ba5
Sync Strings from Localazy ( #4612 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-04-22 08:57:00 +02:00
Jorge Martin Espinosa
a346faba08
Improve accessibility of the timeline ( #4579 )
...
* Make whole messages selectable and readable as a single unit when possible.
* Make most UI components not clickable when talkback is enabled.
* Make voice messages work with talkback too.
* Read grouped state events even if the events are collapsed.
* Move image and video item actions to the timeline item.
* Improve accessibility in the message context menu too
* Fix a11y issue on add attachment button.
* Add `contentDescription` to file icon so it's read aloud
---------
Co-authored-by: Benoit Marty <benoit@matrix.org >
2025-04-15 15:28:29 +00:00
ElementBot
270b420575
Sync Strings ( #4590 )
...
* Sync Strings from Localazy
* Fix strings usage after some were moved
* Fix Norwegian string that was causing lint to fail
* Update screenshots
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
Co-authored-by: Jorge Martín <jorgem@element.io >
2025-04-14 11:24:28 +02:00
Jorge Martin Espinosa
dac0eb6762
Fix bullet points not having leading margin on timeline items ( #4536 )
...
* Fix bullet points not having leading margin on timeline items
* Remove other usages of `SpannableString` constructor, use either `valueOf` to reuse the existing value or `SpannedString` instead if the spans don't have to change
2025-04-07 10:50:45 +02:00
ElementBot
2c62c44c11
Sync Strings from Localazy ( #4506 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-03-31 10:58:46 +02:00
ganfra
042c0c5a6b
Change (mention span) : rework and add more cases ( #4476 )
...
* change(mention span) : improve truncation logic
* change(mention span) : fix theme switching
* change(mention span) : start to pillify permalinks
* change(mention span) : use permalink directly
* change(mention span) : start improving mention type
* change(mention span) : use the appropriate MentionSpanProvider methods
* change(mention span) : introduce MentionSpanFormatter
* change(mention span) : introduce MentionSpanUpdater
* change(mention span) : Improve RoomNameCaches
* change(mention span) : remove useless param on HtmlConverterProvider
* change(mention span) : fix some remaining issues on the composer
* change(mention span) : remove pillifiedBody
* change(mention span) : fix some issues with pillification
* change(mention span) : fix getMentionsSpans
* change(mention span) : make sure all tests passes
* change(mention span) : remove the coroutine from the caches and a MentionSpanFormatterTest
* change(mention span) : add more tests on pillification
* change(mention span) : clean up
* Update screenshots
* change(mention span) : remove unexpected print
* change(mention span) : remove default values in constructor of TimelineTextBasedContent classes
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io >
2025-03-28 11:20:32 +01:00
Jorge Martin Espinosa
bb97015e59
Add 'unencrypted room' badges and labels ( #4445 )
...
* Add 'unencrypted room' icon and label to composer
* Modify colors for room details screen info labels
* Add exception to Konsist's preview check
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io >
2025-03-25 11:26:25 +00:00
ElementBot
2f8b40777d
Sync Strings ( #4461 )
...
* Sync Strings from Localazy
* Fix UI tests
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
Co-authored-by: Jorge Martín <jorgem@element.io >
2025-03-24 16:45:24 +00:00
ElementBot
6dbb371ca2
Sync Strings from Localazy ( #4421 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-03-17 09:54:03 +01:00
bmarty
9456ee921d
Sync Strings from Localazy
2025-03-10 00:28:38 +00:00
Benoit Marty
8d14ac67e9
Add IconColorButton (CloseButton)
...
Figma: https://www.figma.com/design/G1xy0HDZKJf5TCRFmKb5d5/Compound-Android-Components?node-id=1956-37586
2025-03-07 13:14:51 +01:00
bmarty
7fca7d2b12
Sync Strings from Localazy
2025-03-03 00:29:16 +00:00
bmarty
3dddd90d97
Sync Strings from Localazy
2025-02-17 00:30:17 +00:00
Benoit Marty
39cb6e03f0
Use color from ElementTheme.
2025-02-06 15:10:15 +01:00
Benoit Marty
0d6d74512f
Use ElementTheme instead of MaterialTheme
2025-02-06 15:10:15 +01:00
bmarty
5a4cac7d2d
Sync Strings from Localazy
2025-02-03 00:29:01 +00:00
Benoit Marty
05fc76822a
Apply dual licenses: AGPL + Element Commercial to file headers.
...
2 replace all actions have been performed:
- "SPDX-License-Identifier: AGPL-3.0-only" to "SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial"
- "Please see LICENSE in the repository root for full details." to "Please see LICENSE files in the repository root for full details."
2025-01-07 10:05:04 +01:00
bmarty
e18e4142c7
Sync Strings from Localazy
2024-12-16 00:28:36 +00:00
bmarty
01855f09a9
Sync Strings from Localazy
2024-12-09 00:30:45 +00:00
ganfra
6e8b9439dd
feat(design) : update send button to match new background
2024-12-05 17:23:52 +01:00
ganfra
9a0324f423
fix(composer) : use HideKeyboardWhenDisposed only in MessagesView
2024-12-04 11:31:33 +01:00
ganfra
3803ec7544
fix : hide keyboard when TextComposer is removed from composition
2024-12-03 12:11:41 +01:00
Benoit Marty
0fcc90f64f
Add warning when adding a caption.
2024-12-02 15:53:48 +01:00
bmarty
545b4f500c
Sync Strings from Localazy
2024-12-02 00:30:02 +00:00
ElementBot
1b51cd8300
Sync Strings ( #3936 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2024-11-25 09:06:57 +00:00