Commit Graph

3370 Commits

Author SHA1 Message Date
Florian Schmaus 2e61e0a4d3 Use Async.go() in OmemoManager's connection listener
to prevent a timeout exception since those are executed synchronously.
2017-07-23 10:58:55 +02:00
Florian Schmaus 57e19d1a4f Use Async.go() in OmemoCarbonCopyListener
to prevent a timeout exception since carbon copy listeners are
executed synchronously.
2017-07-23 10:58:55 +02:00
vanitasvitae 438fc0e94b
Start reworking JFT and JET code 2017-07-22 01:01:50 +02:00
vanitasvitae e967849e5a
Fix all errors in transports 2017-07-22 00:26:50 +02:00
vanitasvitae e28bfa1a64
Complete JingleElement and fix jingle tests 2017-07-21 23:51:06 +02:00
vanitasvitae 639c951fd6
Nearly completed work on Jingle SOCKS5 2017-07-21 23:05:46 +02:00
vanitasvitae a77360d060
Change return value of connectToCandidates 2017-07-21 18:31:42 +02:00
vanitasvitae 19d334d6bb
Improvements to Socks5 2017-07-21 18:29:27 +02:00
vanitasvitae c448d07234
Progress on Transports 2017-07-21 17:58:57 +02:00
Ingo Bauersachs 0b8788a9fc Fix parameter ordering in BoBHash construction 2017-07-20 22:50:34 +02:00
vanitasvitae f4a910cfa5
Reworking transports WIP 2017-07-19 23:15:17 +02:00
vanitasvitae 6818a52da7
Heavy reworking in progress 2017-07-19 15:17:12 +02:00
Florian Schmaus 104146c5ed Add Jingle.getSoleContentOrThrow() 2017-07-17 21:05:56 +02:00
vanitasvitae 7658369d63
Temp 2017-07-17 20:18:08 +02:00
Florian Schmaus c7630362ef Merge pull request #155 from vanitasvitae/fixGetUndecidedDevices
Correct method name to getUndecidedDevices
2017-07-14 22:06:34 +02:00
vanitasvitae 59e79ef668
Temp 2017-07-14 21:19:03 +02:00
vanitasvitae 419f6a336e
Correct method name to getUndecidedDevices 2017-07-14 16:09:37 +02:00
vanitasvitae 520f77112d
Documentation 2017-07-13 21:58:49 +02:00
vanitasvitae d61f9a511d
Rename package, make checkstyle smile 2017-07-13 21:45:04 +02:00
vanitasvitae 3c8542c85a
Add first JET classes 2017-07-13 21:36:37 +02:00
vanitasvitae 760571c3a0
Improved ChecksumTest 2017-07-13 15:45:12 +02:00
vanitasvitae 2364208bed
Fix faulty ChecksumProvider 2017-07-13 15:34:20 +02:00
vanitasvitae 0872f66bed
Activate failing test 2017-07-12 19:26:57 +02:00
vanitasvitae b8a044fc33
Fix checkstyle issues 2017-07-12 19:22:48 +02:00
vanitasvitae 7a55645317
Bug in CheckSumProvider? 2017-07-12 16:48:55 +02:00
vanitasvitae 9827bb4f11
Two more tests 2017-07-12 15:47:39 +02:00
vanitasvitae 1e26806e70
More tests 2017-07-12 15:25:52 +02:00
vanitasvitae e2d2f67982
Small bugfix and session-initiate test 2017-07-12 14:46:00 +02:00
vanitasvitae b08e03af8d
Add more javadoc 2017-07-12 10:39:51 +02:00
vanitasvitae e11a4ea9c5
Add comments and more tests 2017-07-11 22:30:41 +02:00
vanitasvitae ad529be705
Start implementing cancel abilities 2017-07-11 13:30:17 +02:00
vanitasvitae f9086439a8
Use handler to notify on finished file transfer 2017-07-10 12:46:51 +02:00
Florian Schmaus 8f808b38e1 Merge pull request #153 from vanitasvitae/fixReason
Allow parsing of JingleReason.AlternativeSession
2017-07-08 08:24:17 +02:00
vanitasvitae 63d71230cc
More tests 2017-07-08 00:23:18 +02:00
vanitasvitae e271532804
More tests 2017-07-06 17:44:02 +02:00
Florian Schmaus 09f35f1613 Merge pull request #152 from vanitasvitae/filetransferTypos
Fix typos in filetransfer package
2017-07-06 16:59:33 +02:00
vanitasvitae f3244f507e Merge branch 'fixReason' into jingle2 2017-07-06 16:57:36 +02:00
vanitasvitae 58c32639b5
Allow parsing of JingleReason.AlternativeSession
The JingleReasonProvider was faulty and ignored the
<alternative-session> element.
2017-07-06 16:55:12 +02:00
vanitasvitae bbaa367dfb
Better test 2017-07-06 16:54:21 +02:00
vanitasvitae 92117ec00b
Temp 2017-07-06 16:53:45 +02:00
vanitasvitae a11552eb63 Merge branch 'filetransferTypos' into jingle2 2017-07-06 14:15:33 +02:00
vanitasvitae 5479938052
merge origin 2017-07-06 14:11:20 +02:00
vanitasvitae 8bd3856fa1
Fix typos in filetransfer package 2017-07-06 14:01:28 +02:00
vanitasvitae 87949f94b9
Temp 2017-07-06 14:00:36 +02:00
vanitasvitae aae2c7304d
Add SendFileHandler 2017-07-06 00:10:04 +02:00
Florian Schmaus 9d63baf55a Use assertXMLEqual() in SlotRequestCreateTest 2017-07-05 19:09:30 +02:00
Florian Schmaus 858ba3f82a Fix HTTP File Upload's SlotRequest
Fixes SMACK-774. Thanks to Nathan Freitas for reporting this.
2017-07-05 18:27:47 +02:00
vanitasvitae a3bb7e3f59
Merge master 2017-07-05 13:00:21 +02:00
Florian Schmaus 6775cf862d Merge pull request #146 from vanitasvitae/fixProxyTest
Fix shouldPreserveAddressOrderOnInsertions test
2017-07-05 08:33:12 +02:00
vanitasvitae 99c1c93c2a Fix shouldPreserveAddressOrderOnInsertions test
The test failed because the ArrayList - in contrast
to the underlying Set - did not check for duplicates
on insert. Under certain circumstances this lead to
an index out of bounds exception because the list in
the test contained duplicated entries which were not
present in the set of the Socks5Proxy.
I fixed the issue by only inserting the address when
it was not in the list before.
2017-07-04 21:50:08 +02:00