Smack/smack-omemo/src/test/java/org/jivesoftware/smack/omemo
vanitasvitae 36dae1ece4 Move trust management from OmemoStore to TrustCallback
Refactor various method names to more precisely reflect
what happens

Introduce CachingOmemoStore, SignalCachingOmemoStore,
which can be either used standalone as ephemeral OmemoStore
implementations, or as wrappers around other implementations
to add a cache layer for reduced storage access.

Get rid of "isFreshInstallation". Keys are now - given
that they don't exist - generated on startup.

Bump libsignal-protocol-java to 2.6.2

Prevent offline access to some functions which require
authenticated connection

Create more advanced unit tests and integration tests

Add async initialization function for OmemoManager

Remove session handling from smack-omemo.
This is now handled - in case of smack-omemo-signal -
solely by libsignal-protocol-java
2018-06-09 13:53:04 +02:00
..
util Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
DeviceListTest.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
OmemoBundleVAxolotlElementTest.java Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
OmemoConfigurationTest.java Add comment style checkstyle rule requiring a space 2017-11-20 08:53:19 +01:00
OmemoDeviceListVAxolotlElementTest.java Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
OmemoDeviceTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
OmemoExceptionsTest.java Correct method name to getUndecidedDevices 2017-07-14 16:09:37 +02:00
OmemoFingerprintTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
OmemoKeyUtilTest.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
OmemoMessageInformationTest.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
OmemoStoreTest.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
OmemoVAxolotlElementTest.java Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
WrapperObjectsTest.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00