Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo
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
..
element Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
exceptions Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
internal smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
listener Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
trust Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
util smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
CachingOmemoStore.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
FileBasedOmemoStore.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoConfiguration.java Add integration test and fix checkstyle issues 2018-10-10 14:48:22 +02:00
OmemoInitializer.java OpenPGP: Bump Pgpainless to 0.0.1-alpha7 2019-07-30 09:37:19 +02:00
OmemoManager.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoMessage.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
OmemoRatchet.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoService.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoStore.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
package-info.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00