Onuray Sahin 04679ea21d Merge branch 'develop' into feature/ons/live_location_bottom_sheet
* develop: (114 commits)
  Docs: Fix various formatting and spelling issues in notifications.md
  Fixing non necessary breaking line
  continuing to the originally supplied url when a rtl override character is detected
  splitting url detection condition into separate branches
  Cleaner code
  Create extension `String?.toActiveSpaceOrOrphanRooms()` to reduce noise.
  Add changelog
  Fix test compilation
  Add some Kdoc
  Add some Kdoc
  Create SpaceFilter.OrphanRooms to improve the API. Not 100% of the side effect. There is probably some (fixed?) bugs here.
  Rename ActiveSpaceFilter to SpaceFilter
  Remove `ActiveSpaceFilter.None` Prefer nullability for API coherency of `RoomSummaryQueryParams`
  Add some Kdoc
  Remove duplicated lines of code (the same code is done a few lines later)
  Remove `RoomCategoryFilter.ALL` Prefer nullability for API coherency of `RoomSummaryQueryParams`
  `displayName` default value is now `QueryStringValue.NoCondition`. It was working fine since in the DB we always have a name using `RoomDisplayNameFallbackProvider`, which in our current implementation always return a non empty String.
  Small rework for nicer code
  Remove duplicated code lines
  Remove `roomId` from `RoomSummaryQueryParams.Builder()`. Create a new API in RoomService to observe a room summary from a roomId.
  ...

# Conflicts:
#	vector/src/main/java/im/vector/app/features/location/live/map/LocationLiveMapViewFragment.kt
2022-05-30 16:27:11 +03:00
..
2022-05-20 12:11:44 +01:00
2022-05-25 10:22:27 +01:00
2022-05-09 15:15:33 +02:00
2022-04-27 20:34:03 +02:00
2022-05-02 14:44:23 +02:00
2022-05-25 14:03:37 +02:00
2022-05-16 15:59:41 +01:00
2022-05-17 12:02:29 +02:00
2022-05-17 17:16:27 +03:00
2022-05-18 13:09:58 +02:00
2022-05-18 15:32:06 +01:00
2022-05-19 12:44:51 +03:00
2022-05-20 12:22:24 +03:00
2022-05-23 17:34:51 +02:00
2022-05-24 16:36:26 +02:00
2022-05-24 16:40:03 +01:00
2022-05-30 11:38:03 +02:00
2022-05-25 16:52:56 +02:00
2022-05-27 17:55:51 +03:00