Benoit Marty
d3d9367feb
Localazy sync
2023-09-18 16:42:35 +02:00
Benoit Marty
7bdfd2905c
Merge pull request #1351 from vector-im/feature/jme/1302-allow-users-to-change-their-avatars
...
Add preference screen for user profile
2023-09-18 10:58:42 +02:00
bmarty
6e5e538724
Sync Strings from Localazy
2023-09-18 00:09:19 +00:00
Marco Romano
8f519b614f
Make PollContentView a11y friendly #1345
...
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`.
2023-09-15 20:24:33 +02:00
Benoit Marty
d19d485205
Merge pull request #1350 from vector-im/feature/bma/duplicateNotif
...
Investigation of duplicate notification.
2023-09-15 19:31:48 +02:00
Benoit Marty
1bbfad4a8f
Fix the test.
2023-09-15 19:24:43 +02:00
Benoit Marty
574e6199fe
Cleanup and compact code. Also prefer usage of DayNightPreview.
2023-09-15 18:21:29 +02:00
Benoit Marty
372cc2a16e
Merge branch 'develop' into feature/jme/1302-allow-users-to-change-their-avatars
2023-09-15 17:35:17 +02:00
Jorge Martín
19caf2e7a7
Create tests
2023-09-15 17:26:39 +02:00
Jorge Martin Espinosa
a06bea4d71
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 >
2023-09-15 16:39:44 +02:00
Benoit Marty
096c935874
Do not render notification if the user has dismiss the notification.
...
It should not change anything, just avoid doing useless notification rendering.
2023-09-15 15:42:55 +02:00
Jorge Martín
41e614310f
Changes:
...
- Improve UI to match designs.
- Extract `EditableAvatarView` component.
- Create `LabelledOutlinedTextField`.
- Get strings from Localazy.
2023-09-15 14:04:21 +02:00
Jorge Martín
fa277f062f
Add preference screen for user profile
2023-09-15 12:16:47 +02:00
Marco Romano
44a9da8fbf
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`.
2023-09-15 09:53:17 +02:00
Benoit Marty
d85e7e14c4
Merge branch 'develop' into feature/bma/advancedSettings
2023-09-14 20:13:26 +02:00
Benoit Marty
8242654ebd
Move developer settings and remove extra dividers.
2023-09-14 19:48:20 +02:00
Benoit Marty
2a217700e7
Add test on AdvancedSettingsPresenterTest
2023-09-14 19:48:20 +02:00
Benoit Marty
33bf410710
Fix typo in fun names.
2023-09-14 19:48:20 +02:00
Benoit Marty
1a6641a5f7
Show "View Event" if the developer mode is enabled.
2023-09-14 19:48:20 +02:00
Benoit Marty
bf67c6e349
Rename Developer -> ViewSource
2023-09-14 19:48:20 +02:00
Benoit Marty
f55e8a6ad8
Remove feature flag RichTextEditor, it's replaced by an advanced settings.
2023-09-14 19:47:41 +02:00
Benoit Marty
7091ad2e01
Add Advanced Settings screen in the preferences.
2023-09-14 19:46:18 +02:00
Benoit Marty
698a5969f2
Change implementation to testImplementation on a test module.
2023-09-14 19:44:24 +02:00
ganfra
54b290d630
Merge pull request #1298 from vector-im/feature/fga/timeline_thread_decoration
...
Feature/fga/timeline thread decoration
2023-09-14 18:45:33 +02:00
jonnyandrew
1b4d5d8a16
[Rich text editor] Fix 'text formatting' option only partially visible ( #1335 )
2023-09-14 16:32:15 +00:00
Benoit Marty
e69e961a70
Avoid lint false positive.
2023-09-14 18:16:10 +02:00
Benoit Marty
7a7160d688
Merge branch 'develop' into feature/bma/manageAccountAndDevice
2023-09-14 17:24:29 +02:00
ganfra
b60b481ee0
Merge branch 'develop' into feature/fga/timeline_thread_decoration
2023-09-14 16:57:20 +02:00
ganfra
455d39c629
Sync Strings from Localazy
2023-09-14 14:38:49 +00:00
Benoit Marty
51e663ffdc
Account management with OIDC: split account and session management. #1303
2023-09-14 16:38:13 +02:00
Benoit Marty
aa22e731f9
Import English strings from Localazy
2023-09-14 16:33:09 +02:00
ganfra
d70295d6c6
Thread decoration : pr review
2023-09-14 14:57:39 +02:00
David Langley
433c3554f8
Merge pull request #1304 from vector-im/dla/feature/connect_sdk_to_global_notifications_ui
...
Add global notification settings
2023-09-14 11:17:11 +01:00
Marco Romano
6d6a346369
Change "anonymous" copy in the create poll screen ( #1325 )
2023-09-14 12:12:49 +02:00
Jorge Martin Espinosa
b7e0befc6a
Fix long click on simple formatted messages ( #1327 )
2023-09-14 11:51:10 +02:00
David Langley
3c03bd7f71
Fix warning for removed call notification setting code.
2023-09-14 09:51:45 +01:00
David Langley
cf3fd06c7e
Merge branch 'develop' into dla/feature/connect_sdk_to_global_notifications_ui
2023-09-13 21:15:03 +01:00
David Langley
ef84996ba3
lint
2023-09-13 21:14:37 +01:00
David Langley
7b8a73096c
- Remove call notification toggle
2023-09-13 21:12:16 +01:00
David Langley
a1a9b57df7
Address PR review comments.
...
- use util startNotificationSettingsIntent.
- add documentation.
- use remember with userPushStoreFactory for recomposition.
2023-09-13 21:03:52 +01:00
Jorge Martin Espinosa
c1ae0ead3b
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`
2023-09-13 15:13:15 +00:00
Marco Romano
1fdcdff4b8
Poll Creation: Switch focus to newly added option field when clicking "Add option". #1294
...
Poll Creation: Switch focus to newly added option field when clicking "Add option".
2023-09-13 16:59:17 +02:00
ganfra
62cabff39a
Thread decoration: update preview with new changes
2023-09-13 16:36:35 +02:00
Jorge Martín
dfdd8e59f7
Request focus after adding an answer
2023-09-13 16:35:32 +02:00
ganfra
c0e518e050
Thread decoration: add "Reply in thread" context
2023-09-13 16:00:44 +02:00
Marco Romano
b860bd30bd
GRemove the @JvmField annotation whenever using WarmUpRule.
2023-09-13 15:19:26 +02:00
David Langley
827dd35791
Enabled NotificationSettings by default, Fix spacing, use activeMemberCount for isOneToOne.
...
- Enabled Notification Settings by default
- Fix spacing
- Use activeMemberCount for isOneToOne
2023-09-13 14:18:28 +01:00
David Langley
50211a49bc
Merge branch 'dla/feature/connect_sdk_to_global_notifications_ui' of https://github.com/vector-im/element-x-android into dla/feature/connect_sdk_to_global_notifications_ui
2023-09-13 13:22:11 +01:00
David Langley
d7b820e474
Use CommonStirngs
2023-09-13 13:22:05 +01:00
Marco Romano
1144cee572
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.
2023-09-13 14:12:58 +02:00