ganfra
c3df84cb7b
Fix warning and yield
1 year ago
jonnyandrew
d784ca3804
[Rich text editor] Update code and links style ( #1362 )
1 year ago
Benoit Marty
b690dc3a78
Import all the icons from zip file at https://github.com/vector-im/element-x-android/issues/1320
1 year ago
Benoit Marty
9dab4e7834
Import all the compound icons from https://github.com/vector-im/compound-design-tokens/tree/main/icons .
1 year ago
ganfra
0bd6ba0984
Fix room member infinite loop
1 year ago
ganfra
6746bf5d44
RoomList : fix ANR ( #1370 )
1 year ago
Marco Romano
0d05df0651
Upgrade rust sdk to .55 ( #1365 )
...
Accomodates breaking changes.
1 year ago
jonnyandrew
ee8d27e927
[Rich text editor] Add link functionality to rich text editor ( #1309 )
...
* Add link functionality to rich text editor
* Add 'list dialog' component compound design library
* Add 'text field list item' component to compound design library
1 year ago
Benoit Marty
2819448cd4
Use `DayNightPreview`
1 year ago
Benoit Marty
689b9b1d81
Remove old logo.
1 year ago
Benoit Marty
6947fb1ba1
Iterate on onboarding and welcome screens.
1 year ago
David Langley
6497d2184f
Add test.
1 year ago
Benoit Marty
0453ea5904
Localazy sync
1 year ago
ganfra
e73afad96c
RoomSummary: RoomListEntry.Invalidated should not build empty room summary
1 year ago
ganfra
bc68d47d1f
Update rust-sdk to 0.1.54
1 year ago
bmarty
d2f9b02bbf
Sync Strings from Localazy
1 year ago
jonnyandrew
519464fe5d
[Rich text editor] Ensure keyboard opens for reply and text formatting modes ( #1337 )
1 year ago
Benoit Marty
27e567e6f4
Fix the test.
1 year ago
Benoit Marty
f7f9a78101
Cleanup and compact code. Also prefer usage of DayNightPreview.
1 year ago
Jorge Martín
98bb91cd27
Create tests
1 year ago
Benoit Marty
0d204f5e98
Share tag with other modules.
1 year ago
Benoit Marty
2e9cc25759
Log the tag if present.
1 year ago
Benoit Marty
b9317ee2aa
Add log tag
1 year ago
Benoit Marty
d3231487aa
Log param.
1 year ago
Benoit Marty
e73f96eb6a
Avoid logging warning why attempting to delete unexisting file.
1 year ago
Jorge Martin Espinosa
f88507117b
Element Call SPA integration ( #1283 )
...
* Integrate Element Call into EX, being able to open its URLs and handle the call in-app.
* Add custom scheme support with format `element:call?url=...`.
* Update androix.webkit
* Silence the foreground service notification.
- Allow foreground service tap action to re-open the ongoing call.
- Unify notification small icons in different modules using a vector one.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
7d080ea337
Add Timber tags.
1 year ago
Benoit Marty
020839f17e
Simplify again the code.
1 year ago
Benoit Marty
9a461f4b74
No need to force `DefaultNotificationDrawerManager` receiver for this private fun.
1 year ago
Benoit Marty
1c56d95eab
Do not render notification if the user has dismiss the notification.
...
It should not change anything, just avoid doing useless notification rendering.
1 year ago
Benoit Marty
60104822cd
Notification: log roomId and eventId
1 year ago
Jorge Martín
2ccafec564
Changes:
...
- Improve UI to match designs.
- Extract `EditableAvatarView` component.
- Create `LabelledOutlinedTextField`.
- Get strings from Localazy.
1 year ago
Jorge Martín
149677a2e6
Add preference screen for user profile
1 year ago
jonnyandrew
6563dca4f2
[Rich text editor] Update design ( #1332 )
...
* Fix composer height and padding
* Update plus and cancel icons with design system icons
* Update border so that it is always visible
* Update placeholder color
* Update send and tick icons
* Update design of formatting buttons
* Update RTE icons
* Reduce bottom padding
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
jonnyandrew
c64b38cf04
Fix placeholder spilling onto multiple lines
1 year ago
David Langley
4a3ffd37fb
Use userDefinedNotificationMode.
1 year ago
ganfra
7914ec0a28
Update rust sdk to 0.1.53
1 year ago
Marco Romano
50c7892eab
Make PollContentView a11y friendly
...
Improves a bit how screen readers read polls in the timeline.
- Adds a few `contentDescription` so that talkback reads “poll” or “ended poll” before the poll question.
- Changes the compose structure of the answers so that they are properly scanned by the screen reader. This meant getting rid of the `IconToggleButton` which was made redundant by the use of the `selectable`.
1 year ago
Marco Romano
2bd442b3a4
Add preview for progressIndicatorTrackColor
...
Forgot to add it in https://github.com/vector-im/element-x-android/pull/1295
1 year ago
David Langley
7a7cc2692e
Fix test compilation
1 year ago
Benoit Marty
32f4141480
Fix typo in fun names.
1 year ago
Benoit Marty
4fe2f7a64b
Developer mode on for debug build.
1 year ago
Benoit Marty
657ac05e01
Remove feature flag RichTextEditor, it's replaced by an advanced settings.
1 year ago
Benoit Marty
2d9cdd1acf
Add Advanced Settings screen in the preferences.
1 year ago
Benoit Marty
4e5036f962
Avoid lint false positive.
1 year ago
ganfra
b382993cbb
Sync Strings from Localazy
1 year ago
Benoit Marty
b4546118f9
Account management with OIDC: split account and session management. #1303
1 year ago
Benoit Marty
1e0665c3e9
Import English strings from Localazy
1 year ago
David Langley
ed1949aa51
Show a room list decoration for notification setting applied
...
- Add the UI
- Rebuild room summaries when push rules change or when user disables notifications(hide them all)
1 year ago
Jorge Martin Espinosa
97bbb8296f
Fix possible memory leak in `EventMessageMapper`. ( #1326 )
1 year ago