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
jonnyandrew
0b71881a15
Merge branch 'develop' into jonny/fix-placeholder-overflow
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
c474fed9c4
Merge branch 'develop' into jonny/fix-placeholder-overflow
1 year ago
jonnyandrew
9583171aa2
Add changelog
1 year ago
jonnyandrew
c64b38cf04
Fix placeholder spilling onto multiple lines
1 year ago
ElementBot
db02b0cd67
Update screenshots
1 year ago
David Langley
4a3ffd37fb
Use userDefinedNotificationMode.
1 year ago
David Langley
90fc5366d8
Merge branch 'develop' of https://github.com/vector-im/element-x-android into dla/feature/room_list_decoration
1 year ago
David Langley
0cdc5f5149
Cancel scope in tests.
1 year ago
ganfra
2d98b397c6
Merge pull request #1346 from vector-im/feature/fga/update_rust_sdk_0.1.53
...
Update rust sdk to 0.1.53
1 year ago
ganfra
b1fd5bbd9f
Merge pull request #1338 from vector-im/renovate/molecule
...
Update dependency app.cash.molecule:molecule-runtime to v1.2.1
1 year ago
ganfra
7914ec0a28
Update rust sdk to 0.1.53
1 year ago
ElementBot
626ee7fefc
Update screenshots
1 year ago
Marco Romano
9cb8b694e3
Add preview for progressIndicatorTrackColor #1344
...
Forgot to add it in https://github.com/vector-im/element-x-android/pull/1295
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
ElementBot
c0f6e55b78
Update screenshots
1 year ago
Marco Romano
94edaad34a
Merge pull request #1343 from vector-im/julioromano/remove_setting
...
Remove suppressUnsupportedCompileSdk
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
Marco Romano
aa29efcd76
Remove suppressUnsupportedCompileSdk
...
We're now an AGP 8.1.0 so should be safe to remove as per the comment.
1 year ago
Benoit Marty
eac445331c
Merge pull request #1342 from vector-im/revert-1334-renovate/codecov-codecov-action-4.x
...
Revert "Update codecov/codecov-action action to v4"
1 year ago
Benoit Marty
5c4da4b26e
Revert "Update codecov/codecov-action action to v4"
1 year ago
Marco Romano
aeea7e80b6
Merge pull request #1339 from vector-im/renovate/com.google.firebase
...
Update dependency com.google.firebase:firebase-bom to v32.3.0
1 year ago
renovate[bot]
9190880643
Update dependency com.google.gms:google-services to v4.4.0
1 year ago
renovate[bot]
912244f37e
Update dependency com.google.firebase:firebase-bom to v32.3.0
1 year ago
renovate[bot]
ef6c1827e7
Update dependency app.cash.molecule:molecule-runtime to v1.2.1
1 year ago
Benoit Marty
b1250a49e8
Merge pull request #1329 from vector-im/feature/bma/advancedSettings
...
New advanced settings screen
1 year ago
David Langley
57aeac9a44
Update RoomListDataSource.kt
1 year ago
David Langley
9a234a875c
Merge branch 'develop' of https://github.com/vector-im/element-x-android into dla/feature/room_list_decoration
1 year ago
David Langley
7a7cc2692e
Fix test compilation
1 year ago
Benoit Marty
e058402a64
Merge branch 'develop' into feature/bma/advancedSettings
1 year ago
Benoit Marty
de835f9e55
Merge pull request #1336 from vector-im/feature/bma/fixBadDep
...
Remove wrong `implementation` on a test module.
1 year ago
ElementBot
429b6fef92
Update screenshots
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
4fe2f7a64b
Developer mode on for debug build.
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
ganfra
239730702d
Merge pull request #1298 from vector-im/feature/fga/timeline_thread_decoration
...
Feature/fga/timeline thread decoration
1 year ago