talk-android/app/src/main/java/com/nextcloud/talk/adapters
Marcel Hibbe 754b825096
pass spreedCapabilities instead user to CapabilitiesUtil
To support federated rooms, capabilities have to be checked from the room which now also has capabilities.
If room is not federated, capabilities fromuser are still checked.
This is why CapabilitiesUtil had to be refactored to accept SpreedCapabilities which can come from room or user.

Other than that, many other changes were made as a result of this change.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-03-01 11:25:11 +01:00
..
items pass spreedCapabilities instead user to CapabilitiesUtil 2024-03-01 11:25:11 +01:00
messages pass spreedCapabilities instead user to CapabilitiesUtil 2024-03-01 11:25:11 +01:00
GeocodingAdapter.kt avoid usage of instanceState (use viewmodel instead) 2023-10-02 15:07:32 +02:00
ParticipantDisplayItem.java codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 2023-06-01 19:10:35 +02:00
ParticipantDisplayItemNotifier.java codacy: Unused import 2023-06-01 22:27:42 +02:00
ParticipantsAdapter.java Add raise hand icon to participant in call screen 2023-02-01 14:00:09 +01:00
PredefinedStatusClickListener.kt adapt license header to app 2022-02-25 12:11:46 +01:00
PredefinedStatusListAdapter.kt adapt license header to app 2022-02-25 12:11:46 +01:00
PredefinedStatusViewHolder.kt adapt license header to app 2022-02-25 12:11:46 +01:00
ReactionItem.kt improve lint/detekt 2022-04-08 09:21:11 +02:00
ReactionItemClickListener.kt Render list of reactions in recycler view in bottom sheet 2022-04-08 09:21:09 +02:00
ReactionsAdapter.kt Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
ReactionsViewHolder.kt pass "replace" as parameter to load*Avatar methods 2023-05-01 12:25:23 +02:00