Torsten Grote
cff94009a1
Merge branch 'tor-0.4.5' into 'master'
...
Upgrade to Tor 0.4.5.12-1 and obfs4proxy 0.0.12
See merge request briar/briar!1608
2022-04-01 14:00:50 +00:00
akwizgran
5892fba237
Merge branch '2267-broadcast-event-when-recording-own-mailbox-connection-status' into 'master'
...
Broadcast event when recording connection status of own mailbox
Closes #2267
See merge request briar/briar!1613
2022-04-01 11:17:47 +00:00
akwizgran
cc9f04980a
Merge branch 'fix-exception-logging' into 'master'
...
Don't warn about background exceptions unless one was thrown
See merge request briar/briar!1610
2022-04-01 11:15:33 +00:00
Daniel Lublin
68e534348f
Broadcast event when recording connection status of own mailbox
2022-04-01 09:14:50 +02:00
Daniel Lublin
8b94dad01f
Broadcast event when a contact's Mailbox properties are updated
2022-03-31 09:20:19 +02:00
akwizgran
7f6b31d36c
Don't warn about background exceptions unless one was thrown.
2022-03-30 16:54:11 +01:00
Daniel Lublin
13eebe393a
Rename, clarifying this is not an address; it has no scheme, no .onion
2022-03-30 13:32:28 +02:00
Daniel Lublin
5bc5791ddb
Implement the Mailbox property client
2022-03-30 13:32:28 +02:00
akwizgran
a35e9af1de
Add method for generating a unique ID, remove equals() methods.
2022-03-30 13:23:59 +02:00
akwizgran
38c91aea32
Upgrade Tor to 0.4.5.12-1.
2022-03-29 15:49:40 +01:00
Daniel Lublin
dd1c8c8301
Replace ETA with max latency in retransmission logic
2022-03-29 14:57:03 +02:00
akwizgran
27e9338a12
Merge branch 'exceptions-on-thread-in-bramble-testcases' into 'master'
...
Exceptions on thread in bramble testcases
See merge request briar/briar!1584
2022-03-29 10:59:25 +00:00
Sebastian Kürten
243df3096a
Add logging message when BrambleTestCase detects background thread exception
2022-03-29 09:30:51 +02:00
akwizgran
3e597ceff8
Use a constructor that Animal Sniffer knows about.
2022-03-28 15:09:26 +01:00
akwizgran
288f3331ec
Include background exception in test failure report.
2022-03-28 14:59:01 +01:00
akwizgran
79051439c5
Catch NPE thrown by NetworkInterface.getNetworkInterfaces().
2022-03-05 13:54:48 +00:00
Sebastian Kürten
32b62d3e30
Allow BrambleTestCase to handle background thread exceptions gracefully during after()
2022-03-04 18:00:16 +01:00
Sebastian Kürten
e3f2a30120
Make BrambleTestCase fail if background thread throws an exception
2022-03-04 18:00:15 +01:00
Sebastian Kürten
58a122ee28
Add test that checks exception handling on background threads
2022-03-04 18:00:09 +01:00
Torsten Grote
952ac2c922
Simplify fragment transitions for mailbox pairing UI
...
Now, trying again always starts before scanning, so the user needs to scan the code again.
2022-02-22 14:43:30 -03:00
Torsten Grote
9141a8bb3b
Merge branch '2168-mailbox-pairing-backend' into 'master'
...
Implement backend for pairing mailbox
Closes #2168
See merge request briar/briar!1587
2022-02-18 14:56:44 +00:00
akwizgran
7ba2af077e
Merge branch '2162-mailbox-pairing-ui' into 'master'
...
Implement UI for pairing Briar with mailbox
See merge request briar/briar!1585
2022-02-18 14:50:10 +00:00
Torsten Grote
4a46b13e9d
Address mailbox pairing backend review feedback
2022-02-18 09:50:38 -03:00
Torsten Grote
88c54ed3b0
Rename getOnionAddress() to getBaseUrl()
...
This can later include a version parameter as well.
2022-02-18 09:16:51 -03:00
Torsten Grote
653b744a02
Add getMailboxStatus method to MailboxManager
2022-02-18 09:16:51 -03:00
Torsten Grote
d6bbe59d3a
Implement backend for pairing mailbox
2022-02-18 09:16:50 -03:00
Sebastian Kürten
7ae91a984f
Add transactional version of removePendingContact()
2022-02-15 22:28:29 +01:00
Torsten Grote
065ceb8e98
Add FeatureFlag for mailbox
2022-02-10 08:51:58 -03:00
Torsten Grote
16b503dd7b
Introduce MailboxId sub-classes for even more type-safety
2022-02-07 15:58:54 -03:00
Torsten Grote
f057f0859b
Use MailboxId instead of String for type-safety
2022-01-24 13:50:58 -03:00
Torsten Grote
173af62dec
Add method for adding file to mailbox
2022-01-21 15:11:46 -03:00
Torsten Grote
24d058cdcc
Merge branch 'add-more-feature-flags-for-desktop' into 'master'
...
Add feature flags for private groups, forums and blogs
See merge request briar/briar!1572
2022-01-18 11:41:26 +00:00
Torsten Grote
835e9f6994
Add mailbox API endpoint for adding a contact
2022-01-07 10:13:31 -03:00
Sebastian Kürten
707802c459
Add feature flags for private groups, forums and blogs
2022-01-06 15:35:37 +01:00
ialokim
5b27eb354c
transactional versions of addPendingContact, getPendingContacts, getConversationId and respondToIntroduction
2021-12-16 17:21:57 +01:00
Torsten Grote
c340071469
Merge branch 'jmock-java-11' into 'master'
...
Replace ClassImposteriser with ByteBuddyClassImposteriser
See merge request briar/briar!1569
2021-12-15 16:34:04 +00:00
Torsten Grote
043a173828
Migrate OkHttp to bramble-core
2021-12-15 10:46:48 -03:00
Daniel Lublin
f8b3d79813
Add methods to get StreamContext from tag, and mark it as recognised
...
Separate methods are needed to be able to restart reading from a stream
in the case of errors. Tag should be marked as recognised only after
successfully reading the stream.
Closes #2225
2021-12-10 15:23:30 +01:00
akwizgran
0a98566298
Merge branch '2190-mailbox-reset-retransmission-times' into 'master'
...
Resolve "Method for resetting retransmission times"
Closes #2190
See merge request briar/briar!1559
2021-12-09 12:11:54 +00:00
Daniel Lublin
93a03d7e15
Reset using a single db query
2021-12-09 12:55:01 +01:00
Daniel Lublin
3eb3dbde09
Add database method to reset retransmission times
...
Will be used to ensure messages are not stranded on a Mailbox, when such
is added, removed, or otherwise changed.
Closes #2190 .
2021-12-09 11:10:50 +01:00
akwizgran
fd56176450
Merge branch 'desktop-98-transactional' into 'master'
...
Add transactional versions of some API calls for Briar Desktop
See merge request briar/briar!1557
2021-12-08 11:08:47 +00:00
ialokim
d29812f055
add transactional versions of some API calls
2021-12-07 20:39:55 +01:00
Torsten Grote
658ca8de21
Add MailboxSettingsManager methods for tracking pending uploads
2021-12-07 10:07:54 -03:00
akwizgran
93178d2f28
Merge branch '2171-store-time-of-last-connection-to-own-mailbox' into 'master'
...
Store time of last attempted and successful connections to own mailbox
Closes #2171
See merge request briar/briar!1547
2021-11-22 11:09:37 +00:00
akwizgran
2755d3f470
Merge branch '2169-store-own-mailbox-properties' into 'master'
...
Add mailbox settings manager
Closes #2169
See merge request briar/briar!1546
2021-11-22 11:09:03 +00:00
Torsten Grote
2821460648
Merge branch 'use-synchroniser-for-mock-tests' into 'master'
...
Use Synchroniser for all mock tests
See merge request briar/briar!1550
2021-11-18 13:37:16 +00:00
akwizgran
7aa1073bf5
Replace ClassImposteriser with ByteBuddyClassImposteriser.
...
This may avoid problems with ClassImposteriser when using Java 11. See
https://github.com/jmock-developers/jmock-library/releases/tag/2.10.0
2021-11-18 13:28:08 +00:00
akwizgran
e91ad962cb
Use Synchroniser for all mock tests.
...
Android Studio tries to collect the output of failed tests on a different thread, which results in an exception when using Mockery's default threading policy, causing the tests to appear as incomplete rather than failed.
2021-11-18 11:32:33 +00:00
Torsten Grote
0dc2aba22f
Remove old v2 onion code from TorPlugin
2021-11-17 10:54:49 -03:00