mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-03 10:05:28 +01:00
Because of "supported-reactions" and "predefined-backgrounds" the capabilities cannot be parsed with `var config: HashMap<String, HashMap<String, String>>?` As a result it was not possible to login into the app. This is now `var config: HashMap<String, HashMap<String, @RawValue @Contextual Any>>?` while always checking for the type when accessing the values. "supported-reactions" and "predefined-backgrounds" are not handled yet. Signed-off-by: Marcel Hibbe <dev@mhibbe.de> |
||
---|---|---|
.. | ||
domain | ||
json | ||
ExternalSignalingServer.kt | ||
ImportAccount.java | ||
LoginData.kt | ||
RetrofitBucket.kt | ||
RingtoneSettings.kt | ||
SignatureVerification.kt | ||
TakePictureViewModel.java |