3199 Commits (71158bb0c27056752ed157cd2b6fb463aa2d191a)

Author SHA1 Message Date
Benoit Marty cccfdfbcc7 Restore branch and git sha, to use it in logs and in rageshakes. 9 months ago
Jorge Martin Espinosa da4825aa44
Return cached room members before fetching new ones, do it in batches (#2274) 9 months ago
Benoit Marty eb51b49aef Always use the `latest...` fix. 9 months ago
Benoit Marty 3ced570b3c Fix detekt issue: 9 months ago
Benoit Marty f844399025 Fix API break: use new methods `canUserRedactOwn` and `canUserRedactOther`. 9 months ago
Benoit Marty dd12071ea2 Use new Rust fields `numUnreadMessages` and `numUnreadMentions`, and iterate on the room badge rendering. 10 months ago
bmarty 4914c512fe Sync Strings from Localazy 10 months ago
Jorge Martin Espinosa 5d462d5ba9
Remove some state events at the start of DMs (#2252) 10 months ago
Jorge Martin Espinosa 69b290f6fd
Make the room settings screen update automatically (#2197) 10 months ago
Benoit Marty f8f100ccc8 Remove default value of RoomSummaryDetails constructor, and iterate on fixture functions. 10 months ago
Benoit Marty 782f73fb7c Remove `notificationMode` to `userDefinedNotificationMode` to match SDK name. 10 months ago
Benoit Marty ecb000b8ed Remove `hasOngoingCall` to `hasRoomCall` to match SDK name. 10 months ago
Benoit Marty 2c691d527b Remove `RoomSummaryDetails.lastMessageTimestamp` and replace by a getter on `lastMessage` 10 months ago
Benoit Marty be0da18a7b Rename `userAvatarURLString` to `userAvatarUrl` 10 months ago
Benoit Marty d1c7520065 Rename `avatarURLString` to `avatarUrl` 10 months ago
Benoit Marty 4c86126eae Rename `aRoomSummaryDetail` to `aRoomSummaryDetails` 10 months ago
Benoit Marty ea90b2b833 Remove obsolete comment. 10 months ago
Jorge Martín 48b90fd317 Adapt changes from SDK 0.1.84 10 months ago
Jorge Martin Espinosa 6ecce81f45
Try mitigating unexpected logouts (#2251) 10 months ago
Benoit Marty 877ed3c7ac Fix test. 10 months ago
Benoit Marty 3a91f830da Encrypt databases used by the Rust SDK. 10 months ago
Benoit Marty f9c1892f2f SessionData: add the passphrase. 10 months ago
Jorge Martin Espinosa 56990e5e5b
Upgrade Material3 Compose to `1.2.0-beta02` (#2247) 10 months ago
Benoit Marty 7498c148f1 Ensure that a PushProvider is available on a device before using it. 10 months ago
Benoit Marty 5ff74fbdff PushClientSecretImpl needs to be a singleton now that it observe the sessions. 10 months ago
Benoit Marty c821cb5c29 Fix typo 10 months ago
Jorge Martin Espinosa 27f55c0bc4
Replace 'leave room' text with 'leave conversation' for DMs (#2231) 10 months ago
Benoit Marty 4b37ea1a2d Ensure client secret is deleted when the user signs out. 10 months ago
Benoit Marty 40e401c599 Also delete the preference file when the store is reset. 10 months ago
Benoit Marty 8490b0c19d Migrate preferencesDataStoreFile to a file using a hash, to fix a crash if the userId is too long. 10 months ago
ElementBot 6bc080c279
Sync Strings (#2230) 10 months ago
Jorge Martin Espinosa 4a7b04524a
Hide verbose state events from the timeline (#2225) 10 months ago
Benoit Marty 14d5274d22 Display name disambiguation #2215. 10 months ago
Marco Antonio Alvarez 3899814adb Adjusted the login flow buttons a little bit 10 months ago
Benoit Marty a83eaede1f Remove ReadReceipts feature flag. 10 months ago
Benoit Marty d01c70a4fd Fix moar ktlint issues 10 months ago
Benoit Marty 5d086ad82d Fix moar ktlint issues 10 months ago
Benoit Marty a831f05f6e Fix ktlint issues 10 months ago
Benoit Marty 140a11cf77 Ignore ktlint issue for this particular class. 10 months ago
Benoit Marty 64231044a7 Ignore ktlint issue for this particular object. 10 months ago
Benoit Marty bac1e3902c Ignore ktlint issue for this particular val. 10 months ago
Benoit Marty 7572968e20 Ignore ktlint issue for this particular class. 10 months ago
renovate[bot] c8bd362397
Update plugin ktlint to v12.1.0 (#2200) 10 months ago
Jorge Martin Espinosa 13e8e954d3
Improve rendering of voice messages in the timeline in large displays (#2199) 10 months ago
Benoit Marty 371065bfdd Exclude `ContentToPreview` from coverage, either by using annotation @ExcludeFromCoverage, or by inlining it. 10 months ago
Benoit Marty 5da6f21447 Remove empty module 10 months ago
Benoit Marty 54e499d0d0 Remove empty test module 10 months ago
ganfra 44b6a97c90 Rename isFetchingSearchResults to showSearchLoader 10 months ago
ganfra a0ba83c863 Rename SearchBarResultState.Empty to SearchBarResultState.Initial 10 months ago
ganfra 9fcc50e08a Rename UserSearchResults as UserSearchResultState 10 months ago