Benoit Marty
cc2664c519
Use local SDK if the file exist
1 year ago
Benoit Marty
819576867d
Always register the pusher when application starts
1 year ago
bmarty
586a53653d
Sync Strings from Localazy
1 year ago
Marco Romano
57ccafca42
Other fixes as per https://cashapp.github.io/sqldelight/2.0.0/upgrading-2.0/
1 year ago
Marco Romano
2d3d007e60
Find and replace
1 year ago
ganfra
76bbe4dbeb
Misc: remove usage of blocking methods #1563
1 year ago
renovate[bot]
054d0a7145
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.62 ( #1562 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.62
* Add `sendVoiceMessage()` API from https://github.com/matrix-org/matrix-rust-sdk/pull/2697
* Fix other breaking changes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
1 year ago
jonnyandrew
12404fab78
[Voice messages] Add voice recording UI ( #1546 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
c3bc44bfec
Ensure screen does not turn off when playing a video ( #1519 )
1 year ago
Benoit Marty
12996e8253
Improve comment.
1 year ago
Benoit Marty
7389748f3e
Konsist: add rule obout test class name, and fix existing issue
1 year ago
Benoit Marty
8f8a5746e5
Konsist: add test about PreviewParameterProvider class name and fix existing issues.
1 year ago
Benoit Marty
3c41158558
Use existing `BooleanProvider`
1 year ago
Benoit Marty
30b509456c
Add some comment in the files manipulating the session DB
1 year ago
Benoit Marty
9bacf9df8e
Add DB versions to test all migrations
1 year ago
Benoit Marty
1938525201
Fix DB migration test. Does not require a migration apparently.
1 year ago
ganfra
304ec0b740
Pin unlock : hides behind feature flag (disabled by default)
1 year ago
ganfra
2d5a3a473c
Pin setup with fake lock
1 year ago
Benoit Marty
71b836a4c6
Fix test, and distinguish failure message.
1 year ago
Benoit Marty
bcefbb9861
Render body for m.room.message if msgtype is unknown, in timeline and as room list last message. #1539
1 year ago
Benoit Marty
8c2a5f281b
MessageContent.type cannot be null
1 year ago
Benoit Marty
1b0e044565
Move `OtherState` to its own file.
1 year ago
Benoit Marty
8482e2da6f
Move `FormattedBody` to its own file.
1 year ago
Benoit Marty
d8a30f30c5
Move `MembershipChange` to its own file.
1 year ago
Benoit Marty
4c97a63cd3
Move `MessageFormat` to its own file.
1 year ago
Benoit Marty
9cb8537c4e
Move `MessageType` to its own file.
1 year ago
Benoit Marty
2962032fe5
Move `InReplyTo` to its own file.
1 year ago
Benoit Marty
7c5a41f03d
Konsist: no field should have 'm' prefix, and fix new detected issues.
1 year ago
Benoit Marty
257927f4f5
Import strings for SigneddOut module.
1 year ago
Benoit Marty
97fea4e6dd
data object
1 year ago
Benoit Marty
d55df22db2
Konsist: add test Data class state MUST not have default value, and fix existing issues
1 year ago
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