2291 Commits (30d77e5123a2467f3d7b1c50ef2ef8d1c3639dbd)

Author SHA1 Message Date
Benoit Marty 9d1bc5925c Avoid computing default value if it's not necessary. 8 months ago
Benoit Marty a3716d0e0d SessionPreferencesStore: add entries for `sharePresence`, `renderReadReceipts`, `sendTypingNotifications`, `renderTypingNotifications`. 8 months ago
bmarty 03c95555e3 Sync Strings from Localazy 8 months ago
ganfra d9017a098c Favorite : rework and add tests 8 months ago
Jorge Martín 686d58ee0a Fix message forwarding after SDK API change 8 months ago
Jorge Martín 90e640e738 Fix test fixtures 8 months ago
SpiritCroc f93c962509 Do not crash on UP unregistered 8 months ago
Jorge Martín 5c59ecbaa6 Use `MatrixRoom.isEncrypted` value to enable encryption in room calls 8 months ago
ganfra b15597509d favorite : branch RoomNotableTags methods 8 months ago
jmartinesp f7abfb2f5a Sync Strings from Localazy 8 months ago
renovate[bot] 4854733b8d
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.96 (#2323) 8 months ago
Jorge Martin Espinosa c2fc6db423
Add missing device id to settings screen (#2320) 8 months ago
Jorge Martín 8e9e9d8296 Remove session preferences on logout 8 months ago
Jorge Martin Espinosa 0f5038af8f
Make the whole items in advanced settings screen clickable, standarize paddings (#2314) 8 months ago
Jorge Martin Espinosa ede1dc0fab
Fix crash about several DataStores using the same file (#2312) 8 months ago
bmarty 7b0dcbe6a5 Sync Strings from Localazy 8 months ago
Benoit Marty bfb6b32740 Send typing notification #2240 8 months ago
Jorge Martin Espinosa 7e58f719fe
Add 'send private read receipts' option in advanced settings (#2290) 8 months ago
Jorge Martin Espinosa b7945675c9
Add a special tracing configuration for nightlies (#2297) 8 months ago
Benoit Marty 0d35e60dac Disambiguate display name in notifications #2224 8 months ago
Benoit Marty 6ea76d9acd Map `roomInfo.numUnreadNotifications` to `RoomSummaryDetails.numUnreadNotifications` 8 months ago
Benoit Marty cccfdfbcc7 Restore branch and git sha, to use it in logs and in rageshakes. 8 months ago
Jorge Martin Espinosa da4825aa44
Return cached room members before fetching new ones, do it in batches (#2274) 8 months ago
Benoit Marty eb51b49aef Always use the `latest...` fix. 8 months ago
Benoit Marty 3ced570b3c Fix detekt issue: 8 months ago
Benoit Marty f844399025 Fix API break: use new methods `canUserRedactOwn` and `canUserRedactOther`. 8 months ago
Benoit Marty dd12071ea2 Use new Rust fields `numUnreadMessages` and `numUnreadMentions`, and iterate on the room badge rendering. 8 months ago
bmarty 4914c512fe Sync Strings from Localazy 8 months ago
Jorge Martin Espinosa 5d462d5ba9
Remove some state events at the start of DMs (#2252) 8 months ago
Jorge Martin Espinosa 69b290f6fd
Make the room settings screen update automatically (#2197) 8 months ago
Benoit Marty f8f100ccc8 Remove default value of RoomSummaryDetails constructor, and iterate on fixture functions. 8 months ago
Benoit Marty 782f73fb7c Remove `notificationMode` to `userDefinedNotificationMode` to match SDK name. 8 months ago
Benoit Marty ecb000b8ed Remove `hasOngoingCall` to `hasRoomCall` to match SDK name. 8 months ago
Benoit Marty 2c691d527b Remove `RoomSummaryDetails.lastMessageTimestamp` and replace by a getter on `lastMessage` 8 months ago
Benoit Marty be0da18a7b Rename `userAvatarURLString` to `userAvatarUrl` 8 months ago
Benoit Marty d1c7520065 Rename `avatarURLString` to `avatarUrl` 8 months ago
Benoit Marty 4c86126eae Rename `aRoomSummaryDetail` to `aRoomSummaryDetails` 8 months ago
Benoit Marty ea90b2b833 Remove obsolete comment. 8 months ago
Jorge Martín 48b90fd317 Adapt changes from SDK 0.1.84 8 months ago
Jorge Martin Espinosa 6ecce81f45
Try mitigating unexpected logouts (#2251) 8 months ago
Benoit Marty 877ed3c7ac Fix test. 8 months ago
Benoit Marty 3a91f830da Encrypt databases used by the Rust SDK. 8 months ago
Benoit Marty f9c1892f2f SessionData: add the passphrase. 8 months ago
Jorge Martin Espinosa 56990e5e5b
Upgrade Material3 Compose to `1.2.0-beta02` (#2247) 8 months ago
Benoit Marty 7498c148f1 Ensure that a PushProvider is available on a device before using it. 8 months ago
Benoit Marty 5ff74fbdff PushClientSecretImpl needs to be a singleton now that it observe the sessions. 8 months ago
Benoit Marty c821cb5c29 Fix typo 8 months ago
Jorge Martin Espinosa 27f55c0bc4
Replace 'leave room' text with 'leave conversation' for DMs (#2231) 8 months ago
Benoit Marty 4b37ea1a2d Ensure client secret is deleted when the user signs out. 8 months ago
Benoit Marty 40e401c599 Also delete the preference file when the store is reset. 8 months ago