Smack/smack-omemo/src/test/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
..
util Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
DeviceListTest.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoBundleVAxolotlElementTest.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
OmemoConfigurationTest.java Business logic for handling read-only devices 2018-10-10 14:07:23 +02:00
OmemoDeviceListVAxolotlElementTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
OmemoDeviceTest.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoExceptionsTest.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
OmemoFingerprintTest.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoKeyUtilTest.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
OmemoServiceTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
OmemoStoreTest.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoVAxolotlElementTest.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
WrapperObjectsTest.java OpenPGP: Bump Pgpainless to 0.0.1-alpha7 2019-07-30 09:37:19 +02:00