ganfra
3e074cd49a
Merge pull request #667 from vector-im/update-rust-sdk-0.1.23
...
Update rust sdk 0.1.23
1 year ago
ganfra
db55644fb8
Rust sdk update: make the project compiling
1 year ago
ganfra
f3e072bdb0
RoomList: try syncing when network is back and inError state
1 year ago
ganfra
7846fa19b4
Network monitor : try to make it more reliable...
1 year ago
Jorge Martin Espinosa
cf2723ac7f
[Message Actions] Copy events to clipboard ( #665 )
...
* Add `Copy` action for text events
* Remove 'Copy' action from the list for non-text events
* Use `@ContributesBinding` to inject `AndroidClipboardHelper`.
1 year ago
Yoan Pintas
dcff65beba
Merge pull request #666 from vector-im/yostyle/enable_analytics
1 year ago
Chris Smith
930e2e6bc4
Merge pull request #580 from vector-im/misc/cjs/invite-string-change
...
Fix strings and preview provider for creating rooms
1 year ago
yostyle
5c7cd01ba1
Consent thread safe
1 year ago
Chris Smith
4586b532f1
Merge remote-tracking branch 'origin/develop' into misc/cjs/invite-string-change
1 year ago
yostyle
3b4bff61e9
Init or stop posthog based on user consent
1 year ago
ganfra
c9f432051b
Merge pull request #660 from vector-im/renovate/io.sentry
...
Update dependency io.sentry:sentry-android to v6.24.0
1 year ago
Chris Smith
ffd73dbae3
Merge remote-tracking branch 'origin/develop' into misc/cjs/invite-string-change
1 year ago
Johannes Marbach
9e070a495e
Merge pull request #627 from vector-im/johannes/room-creation-analytics-events
1 year ago
Chris Smith
67587b836a
Keep screen analytics entirely in the node
1 year ago
Johannes Marbach
f0f1a026f7
Add (primitive) screen tracking for room & DM creation
1 year ago
Chris Smith
318db6f44c
Add some tests for create room analytics
1 year ago
renovate[bot]
9bf19b1331
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.23
1 year ago
Jorge Martin Espinosa
9251cbf536
[Message Actions] Report messages ( #642 )
...
* Add report messages feature
* Try to improve how snackbars are delivered
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Marco Romano
e1bb5684cd
Expose new `windowInsets` param from `ModalBottomSheet` ( #662 )
...
Part of new public API in compose.material3:1.1.1
1 year ago
renovate[bot]
4214361f3f
Update plugin ktlint to v11.4.2 ( #661 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
97880a79e7
Update dependency io.sentry:sentry-android to v6.24.0
1 year ago
ganfra
ca080fd6af
RoomList: introduces a SyncService
1 year ago
ganfra
e0e50a97e9
API: simplify NetworkMonitor api
1 year ago
renovate[bot]
667dbf792f
Update dependency org.owasp.dependencycheck to v8.3.1
1 year ago
Jorge Martin Espinosa
42827206b3
[Message Actions] Forward messages ( #635 )
...
* Add forwarding messages base
* Make forwarding single-selection
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
ganfra
ef8dc6ea7a
RoomList: change a bit the api of RoomSummaryDataSource
1 year ago
ganfra
4656af6ce8
RoomList: start/stop sync in resume/pause callbacks
1 year ago
ganfra
01f1f73b96
Merge branch 'develop' into feature/fga/room_list_api
1 year ago
ganfra
d96ecaed94
Merge pull request #656 from vector-im/update-rust-sdk-0.1.22
...
Update rust sdk 0.1.22
1 year ago
Benoit Marty
33573574fb
Merge pull request #654 from vector-im/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2023.06.01
1 year ago
ganfra
2115db7af5
Rust sdk update: make the app compile
1 year ago
ElementBot
da2ab0ae1f
Update screenshots
1 year ago
renovate[bot]
9ef53c56ba
Update dependency app.cash.turbine:turbine to v1 ( #646 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
b895714333
Update plugin ktlint to v11.4.1 ( #653 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
b7c4881316
Update dependency androidx.compose:compose-bom to v2023.06.01
1 year ago
renovate[bot]
0c41b1a827
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.22
1 year ago
Benoit Marty
0291c227ef
Merge pull request #651 from vector-im/feature/fga/refresh_can_send_event
...
CanSendEvent default to true and branch refresh
1 year ago
ganfra
8e617b427d
CanSendEvent default to true and branch refresh mechanism...
1 year ago
ganfra
cb219e6292
Room/Timeline: simplify the apis
1 year ago
Benoit Marty
9df0030967
Merge pull request #631 from vector-im/feature/bma/sendPermission
...
Take into acount send permission (power level)
1 year ago
Marco Romano
6a39b8d242
Use github action that caches LFS files when checking out the repo ( #647 )
...
Uses https://github.com/nschloe/action-cached-lfs-checkout where we're using git-lfs.
This is a wrapper around `actions/checkout@v3` which uses `actions/cache@v3` to cache the files on LFS to avoid downloading them every time and spare LFS bandwidth.
1 year ago
Benoit Marty
da110bd2c4
Extract `getCanSendEvent` to the `matrixui` module, rename to `canSendEventAsState` and use produceState.
1 year ago
Benoit Marty
f38f1487c5
Merge pull request #626 from vector-im/feature/bma/sonar
...
Sonar
1 year ago
ganfra
9afadaf406
RoomList: fix timeline api
1 year ago
ganfra
4c0507a757
RoomList: make the main room list working (WIP)
1 year ago
Jorge Martin Espinosa
3e9475c8ab
Set max lines to 2 in replies for composer ( #645 )
...
* Set `maxLines = 2` for the composer message preview in replies
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
ganfra
c7b2ac5acd
Merge pull request #617 from vector-im/feature/fga/fix_media_pre_processing
...
Feature/fga/fix media pre processing
1 year ago
ganfra
37c0713c93
Screenshots
1 year ago
Jorge Martin Espinosa
97fbe4f4b5
Try using ElementBot for recording screenshots too ( #641 )
1 year ago
ElementBot
236bfa8110
Update screenshots
1 year ago