Benoit Marty
8929a90970
Konsist: add test to ensure filename match top level Composable View, and fix existing issue
1 year ago
jonnyandrew
6e9d19884c
Refactor composer UI components to separate files ( #1506 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
8bbcb973c4
Fix test.
1 year ago
Benoit Marty
96867bccf2
Database version 4: add isTokenValid and loginType fields
...
Generate database with model version 4
1 year ago
Benoit Marty
6761a5e2fb
Fix test compilation
1 year ago
Benoit Marty
c3a0deb201
Code quality.
1 year ago
Benoit Marty
6be984efc8
Do not restore session with invalid token.
1 year ago
Benoit Marty
266f93cc28
Add SignedOutNode, to handle session behind deleted from outside (no support for soft-logout)
1 year ago
Benoit Marty
124d6bf95f
SignedOut mode - WIP
1 year ago
Benoit Marty
8305912b14
Map the new fields of `SessionData`.
1 year ago
Benoit Marty
a424bc26ed
Need this now.
1 year ago
Benoit Marty
a1afdeb6d3
Generate database with model version 3, to unit test database migration.
...
https://cashapp.github.io/sqldelight/1.5.4/multiplatform_sqlite/migrations/
1 year ago
Benoit Marty
70cdb4a2fc
Fix compilation warning in tests.
1 year ago
Marco Romano
096d57517e
Optimize use of blurhash algo in bloom modifier ( #1509 )
...
- Reduced to 20px the size of the bitmap we encode the blurhash from.
- Reduced the blurhash components from 5 to 4.
As per suggestions in: https://github.com/woltapp/blurhash#good-questions
1 year ago
bmarty
cd120b408f
Sync Strings from Localazy
1 year ago
Jorge Martin Espinosa
776d935cfa
Add more tests, particularly to the room list diffing ( #1508 )
...
* Add more tests to improve the covered area, particularly the room list diffing
1 year ago
jonnyandrew
9e73d6ddc2
Add feature flag for voice messages ( #1507 )
1 year ago
ganfra
330ed73dab
Appyx : quick management of PermanentChild
1 year ago
Jorge Martin Espinosa
6a7713a6f8
Improve coverage in permalinks package ( #1502 )
...
* Improve coverage in permalinks package
1 year ago
Jorge Martin Espinosa
ffef9d936a
Fix: WebP images can't be sent as media. ( #1501 )
...
* Fix: WebP images can't be sent as media.
* Place the `BitmapFactory.Options` mode change and comment where it belongs.
1 year ago
Benoit Marty
2a7a66fb18
Emote: format notification
1 year ago
Benoit Marty
303b174009
Emotes starts with `*`
1 year ago
Benoit Marty
0edf53de5f
Convert `object` to `data object`
1 year ago
Benoit Marty
34d05e01eb
Fetch edited event in advanced (similar to reply mode).
1 year ago
Marco Romano
8f3987b98c
Destroy EventTimelineItem pointer after use
1 year ago
Marco Romano
3a49ab984c
Handle breaking change in `innerRoom.edit()`
1 year ago
Benoit Marty
e344a8fbaf
Add preview for InfoListOrganism
1 year ago
Benoit Marty
7a9ac33caa
Move InfoListItemMolecule to the molecules package.
1 year ago
Benoit Marty
af6dcadd4a
Move InfoListOrganism to the new organisms package.
1 year ago
bmarty
7e3b9d8d3b
Sync Strings from Localazy
1 year ago
Marco Romano
fc205698c6
Display poll notifications in the notification drawer ( #1467 )
...
Display notifications for polls as if they were message events.
1 year ago
Benoit Marty
37249261e1
Add test for `MatrixClientsHolder`
1 year ago
jonnyandrew
53cf82f025
[Rich text editor] Add full screen mode ( #1447 )
...
- Add full screen mode for the rich text editor (RTE). When text formatting options are enabled, the editor can be dragged to full screen.
- Remove `ConstraintLayout` from `textcomposer` module, now made much simpler now the RTE supports being called in multiple layouts matrix-org/matrix-rich-text-editor#822
- Part of vector-im/element-meta#1973
- Includes design from #1315
- Fixes #1293 (through new layout)
- Fixes #1394 (through inclusion of matrix-org/matrix-rich-text-editor#824 )
- Fixes #1259 (through inclusion of matrix-org/matrix-rich-text-editor#820 )
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
ganfra
74735605e4
Room : makes subscribeToSync/unsubscribeFromSync suspendable and makes sure we keep subscription count
1 year ago
Benoit Marty
2cce7f3b47
Fix lint `UnnecessaryComposedModifier` and make it an error
1 year ago
Benoit Marty
c9c7af6e06
Simplify the management of `inReplyToEventTimelineItem`
1 year ago
Benoit Marty
a192a8823f
Ensure `getEventTimelineItemByEventId` is called when we enter in reply mode.
1 year ago
Benoit Marty
aefeb01cdd
Reduce the number of fallback notification. Only used now when message cannot be decrypted.
...
Also avoid using `else` in this `when` block.
1 year ago
Benoit Marty
cf657df5fd
Fix API break with Matrix SDK 0.1.58.
1 year ago
Benoit Marty
702c137ead
Replace `mutableStateOf` by `mutableIntStateOf` and `mutableFloatStateOf`. Use `intValue` and `floatValue` to avoid unboxing.
1 year ago
Benoit Marty
3f73443ebb
Be able to install APK from Element X.
1 year ago
Benoit Marty
e7ba973e7b
Improve default mime type.
1 year ago
Benoit Marty
34631f53b3
Avoid hard-coded string.
1 year ago
Marco Romano
2e6581a5ad
Show poll creator view in timeline ( #1429 )
...
- Shows edit/end poll buttons when the user is the creator of the poll.
- Only the end poll button is wired right now as there is no "edit poll" screen yet.
1 year ago
bmarty
c72bb92ef2
Sync Strings from Localazy
1 year ago
David Langley
752da37383
Add roomsWithUserDefinedRules data and render list
...
- get roomsWithUserDefinedRules from rust
- add to state in the presenter
- render in the edit defaults view as a list
1 year ago
Marco Romano
f81a4bf0f8
Upgrade Rust SDK to v0.1.57 ( #1401 )
...
- Enables polls in room summaries from https://github.com/vector-im/element-x-android/pull/1387
- Accommodates a few breaking changes
1 year ago
Benoit Marty
03eacdc454
Add animation on the timeline content, to avoid glitch ( #1323 )
1 year ago
bmarty
a7ce12d91d
Sync Strings from Localazy
1 year ago
Benoit Marty
d19b624c6f
Rename Event for clarity
1 year ago