mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-07 06:39:45 +00: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> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |