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
ganfra
468ed5276f
Media: clean up code
1 year ago
ganfra
c0def1c3dc
Media actions: add more tests
1 year ago
Chris Smith
0ae2f4ff9a
Merge pull request #543 from vector-im/misc/cjs/coverage
...
Coverage: ignore more generated/non-prod code
1 year ago
Chris Smith
b3ac6e2b97
Bump some font sizes from small to medium after review
1 year ago
ElementBot
c0a8af1eb9
Update screenshots
1 year ago
Chris Smith
fd34ab5cd9
Invite button: fiddle with touch area
...
Instead of the whole width of the screen being touchable, make the
clickable component 48dp high and 16dp padding either side of the
content.
1 year ago
Chris Smith
c9df5e7d34
Remove PreferenceDivider
...
It's now functionally identical to a plain Divider as the default
is 0.5dp thickness.
1 year ago
Chris Smith
fe6afb7281
Dividers should be 0.5dp not 1dp
1 year ago
Chris Smith
dce38dfe8d
Progress dialog: use primary colour not onSurface
1 year ago