ganfra
dee984a769
Merge pull request #564 from vector-im/feature/fga/fix_anvil_incremental_changes
...
Disable kotlin incremental compilation for now, waiting for better
1 year ago
ganfra
37b65697c8
Disable kotlin incremental compilation for now, waiting for better
1 year ago
Jorge Martin Espinosa
c176eab4a3
[Message actions] New UI for replies ( #545 )
...
* Add 'reply to' UI to the message composer.
* Move the `BlurHashAsyncImage` to `:libraries:designsystem` as it is now used in several modules.
* Create reusable `AttachmentThumbnail` and associated data classes and enums, it's now added to `:libraries:matrixui`.
* Re-use `AttachmentThumbnail` in a `ActionListView` and `TextComposer`.
* Add 'inReplyTo' models and UI.
* Add min size for images
* Create a separate layout for media items with no reply to info. Also, separate `Timeline__Row` components from `TimelineView`, as it was getting too large.
* Added `EqualWidthColumn` to use inside message bubbles. Also fixed some modifiers for media items replying to other messages.
* Disable `inReplyToClicked`.
* Remove unused resources and libraries.
* Remove any traces of `BlurHashAsyncImage` in `:features:messages`, since it was moved to the design system.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
ganfra
1ea4e96497
Merge pull request #557 from vector-im/renovate/io.sentry
...
Update dependency io.sentry:sentry-android to v6.22.0
1 year ago
Benoit Marty
d9aead8677
Merge pull request #559 from vector-im/feature/bma/fixTestWarning
...
Fix bad namespace.
1 year ago
Chris Smith
1b564edd10
Merge pull request #562 from vector-im/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2023.06.00
1 year ago
renovate[bot]
d5f37cd53b
Update dependency androidx.compose:compose-bom to v2023.06.00
1 year ago
ganfra
db2a9f2ff1
Merge pull request #551 from vector-im/feature/fga/media_viewer_actions
...
Feature/fga/media viewer actions
1 year ago
ElementBot
6056b6b1e3
Update screenshots
1 year ago
Chris Smith
bc695258bf
Merge pull request #553 from vector-im/bug/cjs/updating-room-details
...
Fix changing room avatar from details screen
1 year ago
Benoit Marty
c3ff31394b
Fix bad namespace.
...
There were a warning: Namespace 'io.element.android.libraries.matrix.test' used in: :libraries:matrix:test, :libraries:mediaupload:test.
1 year ago
Benoit Marty
322567ce62
Moar fixes.
1 year ago
Benoit Marty
80cfd74aa9
Fix some errors
1 year ago
Benoit Marty
fe5c83635f
Code quality.
1 year ago
Benoit Marty
c57a5b4f32
Merge pull request #552 from vector-im/feature/bma/lazyOkHttp
...
Lazy use the OkHttpClient.
1 year ago
Benoit Marty
f16a3890e1
Cleanup
1 year ago
ganfra
76e35582da
Merge branch 'develop' into feature/fga/media_viewer_actions
1 year ago
ElementBot
2f4ce0a834
Update screenshots
1 year ago
ganfra
c48dd99bf9
Media: extract LocalMediaViewState to his own file
1 year ago
ganfra
c9f6093f22
Media: make some minor UI fixes
1 year ago
ganfra
a09ea589f2
Media: address PR review
1 year ago
Benoit Marty
cd860e9de3
Add test for ChangeAccountProviderPresenter and other presenters.
1 year ago
Benoit Marty
a1b1df4cb4
Add test for ChangeAccountProviderPresenter
1 year ago
Benoit Marty
22ec126aa3
Add test for AccountProviderPresenter
1 year ago
Benoit Marty
896075eb47
Fix compilation of minimal app.
1 year ago
Benoit Marty
641e4f5881
Remove old screens.
1 year ago
renovate[bot]
2d18369dbf
Update dependency io.sentry:sentry-android to v6.22.0
1 year ago
renovate[bot]
80117d6b5f
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.16
1 year ago
Jorge Martin Espinosa
e376c1be82
[Message actions] New UI for message composer and editing ( #526 )
...
* Add UI for edit composer mode
* Remove leftover code from the RTE implementation
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
5b987ca691
Quality
1 year ago
Benoit Marty
539c157083
Get faster results
1 year ago
Chris Smith
72497af09a
Fix changing room avatar from details screen
...
The presenter was expecting the MediaProcessor to return a
MediaUploadInfo.Image, but it actually returns
MediaUploadInfo.AnyFile because we're not compressing avatars
(so it doesn't process the file and return more detailed info).
This check/cast was entirely pointless, so change to just
working on whatever we're given. The pickers constrain which
types of file the user select, so we should be reasonably happy
the files are images.
Also actually log error details when updating the details,
so we know what's going wrong.
Closes #550
1 year ago
Chris Smith
ff25a1a057
Merge pull request #546 from vector-im/misc/cjs/nightly-workflow
...
GH Workflows: move deps check, fix nightly
1 year ago
Benoit Marty
fa9b873ba6
More fixes
1 year ago
Chris Smith
67fcfedb6e
Merge pull request #529 from vector-im/misc/cjs/create-join-design-feedback-ii
...
More create and join room design tweaks
1 year ago
Benoit Marty
05e3256da4
Cleanup
1 year ago
Benoit Marty
fe87681473
Lazy use the OkHttpClient.
1 year ago
Benoit Marty
0b881c3d47
Improve screen
1 year ago
Benoit Marty
dc3ad323e5
LoginPasswordNode
1 year ago
Benoit Marty
974ec9c1f7
Navigation
1 year ago
Benoit Marty
09c5760688
Account provider form screen.
1 year ago
Benoit Marty
5946fa09fa
Add personal dict.
1 year ago
Benoit Marty
7001c7b9cc
Account provider screen. - Crashing
1 year ago
Benoit Marty
67e85e0a36
Change account provider screen.
1 year ago
Benoit Marty
9f1605ab46
Improve composable for icons and create RoundedIconAtom.
1 year ago
Benoit Marty
5d7be76feb
Merge pull request #527 from vector-im/feature/bma/designSystem
...
Preparatory work to integrate new FTUE screen
1 year ago
renovate[bot]
eeaa277f8c
Update plugin ktlint to v11.4.0 ( #544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
ganfra
0c533986bc
Gradle: re-enable caching (will be handled in a separate PR)
1 year ago
ElementBot
f8db17c670
Update screenshots
1 year ago
ganfra
51389053bf
Media : timeline file adjustment
1 year ago