Smack/smack-omemo-signal
Florian Schmaus 1bce378e6d smack-omemo*: Do not swallow IOException deep within the library
Those exception are caused by I/O operations in the OmemoStore, which
is now declaring that it throws those (since it is not uncommon for
I/O operations to cause IOExceptions). After all, this is nicely
demonstrated as this change is caused by switching with this commit to
the Android API 19 compatible methods in FileBasedOmemoStore, which
throw.

The library can not decide what to do in case of those exceptions,
hence it is sensible to expose them to the user.
2019-08-05 09:31:48 +02:00
..
src smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
LICENSE Add OMEMO support 2017-06-02 13:40:10 +02:00
build.gradle Drop OSGi support 2019-02-05 13:48:24 +01:00