Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
3a0356488da91c3e6f42ecae90e16dbe42ef9596
Total tests
734
Successful since
#607 ()

Tests

Code commits

Author Commit Message Commit date
Paul Schaub <vanitasvitae@fsfe.org> Paul Schaub <vanitasvitae@fsfe.org> 3a0356488da91c3e6f42ecae90e16dbe42ef9596 Add OmemoClient repl class
Paul Schaub <vanitasvitae@fsfe.org> Paul Schaub <vanitasvitae@fsfe.org> e6ac568f3222730722daeabfdee4255cfb473fd4 Change license of smack-repl to GPLv3
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 1bce378e6ddeeb3aa5842c1c1c41263aae09fe91 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.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 699905a1de7487ad381dd59b160a816adf06ec75 Use HttpURLConnection.setFixedLengthStreamingMode(long)
now that we are on Android 19.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ca7529c1920acaa1ec1226d2cedaa6a15c70a43a Use Integer.compare(int, int) now that we are on Android 19