talk-android/app
Tim Krüger eabd0b2d2c Split different exception scopes
Before this change the initinalization of the trusted key store was
combined in one try-catch-block. If anything went wrong an new in memory
trusted key store was created. Programming against an exception is an
bad pattern.

So the initialization is now splitted into multiple try-catch-blocks
with it's own scopes and the decision if the trusted key store is newly
created in memory or loaded from a exisitng file is done by an if
condition check.

Signed-off-by: Tim Krüger <t@timkrueger.me>
2023-03-14 16:28:27 +00:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src Split different exception scopes 2023-03-14 16:28:27 +00:00
build.gradle Weekly 16.1.0 Alpha 04 2023-03-13 03:14:11 +00:00
lint.xml
proguard-rules.pro