Benoit Marty
0453ea5904
Localazy sync
1 year ago
David Langley
e48a9ee08d
Fix typo, remove unnecessary filter of all rooms in the datasource.
1 year ago
Marco Romano
5974ca0975
Remove dead code in room summary row
...
Not sure why it's unused but it's almost 1 year old so probably safe to remove.
1 year ago
bmarty
d2f9b02bbf
Sync Strings from Localazy
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
David Langley
f287a651b5
Reverting the change to only show the green dot for all messages.
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
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
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
David Langley
0cdc5f5149
Cancel scope in tests.
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
David Langley
57aeac9a44
Update RoomListDataSource.kt
1 year ago
David Langley
7a7cc2692e
Fix test compilation
1 year ago
Benoit Marty
c01cc4aeb4
Move developer settings and remove extra dividers.
1 year ago
Benoit Marty
93da8d419e
Add test on AdvancedSettingsPresenterTest
1 year ago
Benoit Marty
32f4141480
Fix typo in fun names.
1 year ago
Benoit Marty
7d9b865575
Show "View Event" if the developer mode is enabled.
1 year ago
Benoit Marty
0424192834
Rename Developer -> ViewSource
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
6ff9e802fc
Change `implementation` to `testImplementation` on a test module.
1 year ago
jonnyandrew
15eb976ffb
[Rich text editor] Fix 'text formatting' option only partially visible ( #1335 )
1 year ago
Benoit Marty
4e5036f962
Avoid lint false positive.
1 year ago
David Langley
dec32ac10c
Only show green indicator for "All Messages"
...
- Only show green indicator for "All Messages" as mentions doesn't work and we should never see it for muted rooms.
- Remove code that tried to reflect the notificationsEnabled setting I mis-undertood the requirements by reading the iOS code.
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
ganfra
96fbdb91c7
Thread decoration : pr review
1 year ago
Marco Romano
819b82533d
Change "anonymous" copy in the create poll screen ( #1325 )
1 year ago
Jorge Martin Espinosa
754671303a
Fix long click on simple formatted messages ( #1327 )
1 year ago
David Langley
f6b6a0a1e2
Fix warning for removed call notification setting code.
1 year ago
David Langley
3907067b7f
lint
1 year ago
David Langley
79c70d68c9
- Remove call notification toggle
1 year ago
David Langley
004abd16dc
Address PR review comments.
...
- use util startNotificationSettingsIntent.
- add documentation.
- use remember with userPushStoreFactory for recomposition.
1 year ago
Jorge Martin Espinosa
4bf439d5ec
Fix top padding in room list when app is opened in offline mode ( #1299 )
...
* Fix top padding in room list when app is opened in offline mode
* Fix `avatarBloom` not passing the `bottomSoftEdgeColor` to `bloom`
1 year ago
ganfra
0fb93d1cca
Thread decoration: update preview with new changes
1 year ago
Jorge Martín
f456eea0e4
Request focus after adding an answer
1 year ago
ganfra
b36ea5cedf
Thread decoration: add "Reply in thread" context
1 year ago
Marco Romano
7fdd83bf91
GRemove the @JvmField annotation whenever using `WarmUpRule`.
1 year ago
David Langley
5e8cb958f8
Enabled NotificationSettings by default, Fix spacing, use activeMemberCount for isOneToOne.
...
- Enabled Notification Settings by default
- Fix spacing
- Use activeMemberCount for isOneToOne
1 year ago
David Langley
ebde39055c
Use CommonStirngs
1 year ago
Marco Romano
21e25e93e1
Poll Creation: Switch focus to newly added option field when clicking "Add option".
...
- Also scrolls the list to make the "Add option" button visible for further additions.
1 year ago
David Langley
1260272c33
Add tests, mocks and lint
1 year ago
Marco Romano
9932bc7ed3
Improve ListItem logical item grouping
1 year ago
Marco Romano
b426084415
Test analytics when sending messages ( #1296 )
...
Covers changes in https://github.com/vector-im/element-x-android/pull/1288
1 year ago
ganfra
36fdf243cc
Thread decoration: add and branch isThreaded method
1 year ago