324 Commits (fd1ff97c534966018838fded3f65378553409835)

Author SHA1 Message Date
Jorge Martin Espinosa 41287c5f59
Move session verification to FTUE flow, make it mandatory (#2594) 6 months ago
Benoit Marty bf068f4f25 Add action to copy permalink #2650 6 months ago
Benoit Marty 8e7fdc859c Code quality and remove reference to `DefaultMatrixToConverter.SUPPORTED_PATHS` in `MatrixToConverter` 6 months ago
Benoit Marty 1e5a61a49c Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the `impl` project in order to remove projects.appconfig dependency from matrix.api module. 6 months ago
ganfra 5f8b74055d RoomDirectory : address pr reviews 6 months ago
ganfra 3f1f764745 Room directory : add tests and cleanup 6 months ago
Benoit Marty 46008c2887 Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId (#2612) 6 months ago
ganfra b900818001 RoomDirectory : continue improving interactions 6 months ago
ganfra 4c5ae6ae4b RoomDirectory : continue implementing the search 6 months ago
ganfra 01e6b46323 Room Directory : start exposing the matrix apis 6 months ago
Jorge Martín cc9c04b1a3 Fix SDK integration 6 months ago
Jorge Martin Espinosa 883d834284
Remove unnecessary `Room.updateMembers()` calls. (#2564) 6 months ago
Benoit Marty 68fd649424 Use client.cachedAvatarUrl(), to be able to render the user avatar faster, and even if there is no network (#2488). 6 months ago
Jorge Martin Espinosa 59a682b407
Change a room's permissions power levels (#2525) 6 months ago
Jorge Martin Espinosa e4aed6b56c
Fix crash when leaving room using `LeaveRoomPresenter` (#2498) 7 months ago
Jorge Martin Espinosa 134cacb024
Room member moderation: kick, ban and unban (#2496) 7 months ago
Jorge Martin Espinosa b9d902e3fe
Room admins can change user roles (#2423) 7 months ago
Jorge Martin Espinosa 1d892b4bc8
Add extra params to bug reports (#2490) 7 months ago
ganfra bd87e99df1 RoomListFilters : use kotlin filtering as rust one is slower and has more chance to bust the room list cache. 7 months ago
Jorge Martin Espinosa cdf89adcd2
Show blocked users list (#2437) 7 months ago
Benoit Marty 6ddc2f5814 Make isLastSession "live" 7 months ago
Benoit Marty 347edb67ab Fix tests. 7 months ago
Jorge Martin Espinosa e68139bf46
Display banned users in room member list (#2415) 7 months ago
Jorge Martin Espinosa 0a6f00e9df
Sort the room member list and display member roles (#2412) 7 months ago
Benoit Marty f372fd27cf Add test for RoomListEvents.DismissRecoveryKeyPrompt. 7 months ago
ganfra ebb07de8a4 RoomList : rework how search is done to prepare for later filtering 7 months ago
ganfra 6dc0d8706c read : use the new apis 7 months ago
ganfra 76cd6ecaef Rust : fix tests for the new filter api 7 months ago
Benoit Marty 5d6716da67 Rendering typing notification #2242 7 months ago
Benoit Marty 17f23304d0 Give `0` has default value for fixtures creators. 8 months ago
Benoit Marty 9d461a4917 Add ability mark as unread / mark as read a room. 8 months ago
ganfra f3c1eb6738 Use the new setIsFavorite api 8 months ago
ganfra d9017a098c Favorite : rework and add tests 8 months ago
Jorge Martín 90e640e738 Fix test fixtures 8 months ago
ganfra b15597509d favorite : branch RoomNotableTags methods 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 Martin Espinosa ede1dc0fab
Fix crash about several DataStores using the same file (#2312) 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
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 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
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 2c691d527b Remove `RoomSummaryDetails.lastMessageTimestamp` and replace by a getter on `lastMessage` 8 months ago
Benoit Marty be0da18a7b Rename `userAvatarURLString` to `userAvatarUrl` 8 months ago