akwizgran
05bf3833cf
No need to use @Before to create stateful test objects.
2022-06-20 16:24:55 +01:00
akwizgran
0b93af5d71
Add some logging.
2022-06-20 13:46:09 +01:00
akwizgran
f8e3579a92
Add tests for ContactMailboxClient.
2022-06-20 13:33:32 +01:00
akwizgran
13c3974f73
Implement client for a contact's mailbox.
2022-06-20 12:24:21 +01:00
akwizgran
aeb2a370e1
Return safely if destroy() is called before start().
2022-06-20 12:20:15 +01:00
akwizgran
0aff23a067
Add MailboxWorkerFactory.
2022-06-20 11:31:37 +01:00
akwizgran
a2a2da0260
Make MailboxSettingsManager a singleton, now that it accepts hooks.
2022-06-20 11:23:26 +01:00
akwizgran
4d7a3bca62
Address review feedback.
2022-06-20 10:41:13 +01:00
akwizgran
91d5698fe9
Fix a typo.
2022-06-17 16:36:07 +01:00
akwizgran
7266c6ee6b
Create temp file before requesting plugin.
2022-06-17 16:34:21 +01:00
akwizgran
06b539b911
Tests for MailboxUploadWorker.
2022-06-17 16:28:04 +01:00
akwizgran
2843e15905
Add mailbox upload worker.
2022-06-16 18:11:52 +01:00
akwizgran
a2fb388aa6
Add creation of files for upload by MailboxFileManager.
2022-06-16 18:11:52 +01:00
akwizgran
b7b253cf24
Clear reference to API call when download cycle finishes.
2022-06-16 18:11:52 +01:00
akwizgran
f05e9dd746
Fix a couple of test assertions.
2022-06-16 18:11:52 +01:00
akwizgran
e2a63ee361
Consider latency when getting next send time from DB.
2022-06-16 17:05:30 +01:00
akwizgran
ff9f706670
Add plumbing for creating outgoing sync sessions.
2022-06-16 15:51:16 +01:00
akwizgran
10ab60569b
Replace DeferredSendHandler with OutgoingSessionRecord.
2022-06-16 15:51:15 +01:00
akwizgran
d77d1d67aa
Include new visibility in GroupVisibilityUpdatedEvent.
2022-06-16 15:51:15 +01:00
akwizgran
924425522a
Split containsAnythingToSend() into methods for acks and messages.
2022-06-16 15:51:15 +01:00
akwizgran
356e0ee07b
Move MAX_LATENCY to MailboxConstants.
2022-06-16 15:51:15 +01:00
akwizgran
cfd4e85e77
Remove package names that are now provided by dont-kill-me-lib.
2022-06-13 13:48:23 +01:00
akwizgran
4d6abfabf7
Adapt Xiaomi power setup for MIUI 12.5.
2022-06-13 11:32:36 +01:00
akwizgran
3f36db8b3a
Merge branch 'obfs4-bridges-for-dpi-countries' into 'master'
...
Use non-default obfs4 bridges alongside meek in countries with advanced firewalls
See merge request briar/briar!1663
2022-06-08 14:13:43 +00:00
akwizgran
a2f4e70a48
Remove a failing bridge.
2022-06-08 14:44:05 +01:00
akwizgran
01e72eff40
Always remove observers in destroy().
2022-06-08 13:56:46 +01:00
akwizgran
6288577daa
Add javadoc explaining worker's lifecycle.
2022-06-08 12:13:07 +01:00
akwizgran
5d363496bd
Download files in the order the mailbox returns them.
2022-06-08 12:03:11 +01:00
akwizgran
75b5c92495
Pass memory stats from main process to crash reporter process.
2022-06-08 11:49:56 +01:00
akwizgran
eac6d0aa40
Remove BridgeTest from release pipeline.
2022-06-07 12:46:03 +01:00
akwizgran
713be403eb
Add some more non-default and vanilla bridges.
2022-06-07 12:18:59 +01:00
akwizgran
2fd948b81d
Use non-default obfs4 bridges in countries that use DPI.
2022-06-07 12:18:24 +01:00
akwizgran
62af5e858c
Merge branch 'Feedback_fix' into 'master'
...
Removed word limit on feedback.
See merge request briar/briar!1657
2022-06-07 10:59:45 +00:00
akwizgran
2201585a34
Skip HyperSQL tests if the test environment has crypto restrictions.
2022-06-07 11:11:41 +01:00
akwizgran
97d11cc602
Add tests for download worker.
2022-06-07 10:43:29 +01:00
akwizgran
79f41064e4
Add download worker for a contact's mailbox.
2022-06-07 10:43:29 +01:00
akwizgran
9aacd9d3d8
Allow observers to be removed.
2022-06-07 10:39:35 +01:00
akwizgran
2b4a1cf54b
Refactor SimpleApiCall to support lambdas.
2022-06-06 17:40:19 +01:00
akwizgran
bb71de1a78
Merge branch '2319-mailbox-version-warning' into 'master'
...
Show warning if own mailbox's API version is incompatible
Closes #2319
See merge request briar/briar!1651
2022-06-06 16:23:15 +00:00
akwizgran
e112f69c4e
Split onError() into two methods.
2022-06-04 13:00:05 +01:00
akwizgran
b128220be3
Add MailboxFileManager for downloads (uploads to be added later).
2022-06-03 17:55:19 +01:00
akwizgran
6aa24af94c
Add ConnectionManager method for incoming mailbox connections.
2022-06-03 17:13:20 +01:00
akwizgran
de63a50662
Add mailbox plugin.
2022-06-03 17:13:20 +01:00
akwizgran
5517ac14ed
Address review feedback.
2022-06-03 17:09:51 +01:00
akwizgran
2672d82a40
Add unit tests for TorReachabilityMonitorImpl.
2022-06-01 16:29:30 +01:00
akwizgran
63c0210047
Add Tor reachability monitor.
2022-05-31 16:24:59 +01:00
akwizgran
6e61827fe6
Bump version numbers for 1.4.8 release.
2022-05-31 15:58:44 +01:00
akwizgran
2be93f6a49
Update translations.
2022-05-31 15:44:42 +01:00
akwizgran and Torsten Grote
f0c9819332
Update tor bridges
2022-05-31 13:53:27 +00:00
akwizgran
0092f38bab
Fix missing space in log message.
2022-05-31 11:46:09 +01:00
akwizgran
285a5f2928
Rethrow TorNotRunningException to get a crash report.
2022-05-31 11:46:09 +01:00
akwizgran
804049209d
Upgrade jtorctl to 0.4.
2022-05-31 11:46:09 +01:00
akwizgran
2b1aed6caa
Update test expectations.
2022-05-27 17:38:06 +01:00
akwizgran
44b0955b9d
Allow status endpoint to be called with contact properties.
2022-05-27 17:26:55 +01:00
akwizgran
d43ef463a6
Check status endpoint with contact's auth token in integration test.
2022-05-27 13:01:26 +01:00
akwizgran
34337486e9
Use status endpoint for contact connectivity check.
2022-05-27 13:00:43 +01:00
akwizgran
3ebbb2a8cf
Merge branch '2175-mailbox-problem-notification' into 'master'
...
Show notification warning when own mailbox is unreachable
Closes #2175
See merge request briar/briar!1648
2022-05-26 20:10:13 +00:00
akwizgran
6b790b59fa
Use status endpoint for connectivity check.
2022-05-26 15:11:05 +01:00
akwizgran
8b61a0279b
Move nested try block into private method.
2022-05-26 14:54:44 +01:00
akwizgran
94ce6bbb2c
Reject mailbox owner properties for mailbox update.
2022-05-26 14:49:33 +01:00
akwizgran
845d505d2b
Merge branch '2320-mailbox-metadata-format-exception' into 'master'
...
Bump major version of mailbox update client to avoid startup failure
Closes #2320
See merge request briar/briar!1647
2022-05-26 12:45:55 +00:00
akwizgran
6358518f88
Add connectivity checkers for our own mailbox and a contact's mailbox.
2022-05-26 13:40:31 +01:00
akwizgran
ef6e3bb2a7
Refactor MailboxProperties and MailboxUpdateWithMailbox.
2022-05-26 13:40:31 +01:00
akwizgran
8ec998f645
Replace Supplier<Boolean> with more legible ApiCall interface.
2022-05-26 13:40:31 +01:00
akwizgran
f75d63fc46
Merge branch '2234-mailbox-api-task' into 'master'
...
Abstract task for calling an API endpoint
Closes #2234
See merge request briar/briar!1649
2022-05-26 12:27:14 +00:00
akwizgran
0c22c25995
Submit first try to IoExecutor directly.
2022-05-25 12:45:23 +01:00
akwizgran
7e249ecf70
Add convenience class for simple API calls.
2022-05-24 15:10:07 +01:00
akwizgran
274963d9d1
Add MailboxApiCaller for calling API endpoints with retries.
2022-05-24 15:10:07 +01:00
akwizgran
18b3865a86
Factor out Cancellable interface from TaskScheduler.
2022-05-24 15:10:07 +01:00
akwizgran
f08688708a
Bump client major version to ensure group metadata gets created.
2022-05-23 16:12:23 +01:00
akwizgran
c37f6069c7
Use feature flag to enable mailbox sync client.
2022-05-23 16:11:27 +01:00
akwizgran
f387c3801b
Don't count pending OR connections, don't reset connection count.
...
Tor doesn't report status changes for bridge connections that fail during handshaking, which causes the pending connection count to become inaccurate.
We were resetting the connection counts when switching guard context, but this was a mistake caused by the pending connection count being inaccurate. The counts should not be reset, as Tor continues to report status changes for connected connections belonging to the old context.
It's no longer necessary to disable and re-enable the network when the Tor settings are updated. This only appeared to be necessary because we were wrongly resetting the connection counts.
2022-05-20 17:20:34 +01:00
akwizgran
0b85aca932
Remove connectivity workaround that should no longer be needed.
2022-05-20 14:48:00 +01:00
akwizgran
d4cdedeed7
Set status to ENABLING when not connected to any guards/bridges.
2022-05-20 14:48:00 +01:00
akwizgran
2bf490b973
Use non-default Tor ports for BridgeTest.
2022-05-19 14:12:36 +01:00
akwizgran
d2f25f2ebe
Refactor Tor plugin factories.
2022-05-19 14:12:36 +01:00
akwizgran
b3dcde9187
Merge branch '2301-update-contacts-about-change-in-mailbox-versions-that-client-supports' into 'master'
...
Send mailbox update to contacts if supported mailbox versions changed
Closes #2301
See merge request briar/briar!1642
2022-05-19 12:17:39 +00:00
akwizgran
9f839d9d12
Merge branch '2309-troubleshooting-wizard' into 'master'
...
Troubleshooting wizard for mailbox
Closes #2309
See merge request briar/briar!1640
2022-05-18 17:00:50 +00:00
akwizgran
1e4c28a30a
Merge branch '2299-method-for-fetching-mailboxs-supported-api-versions' into 'master'
...
Add method for fetching api versions that the mailbox supports
Closes #2299
See merge request briar/briar!1643
2022-05-18 12:18:48 +00:00
akwizgran
82057da962
Sync acks when re-adding contacts.
2022-05-16 11:05:14 +01:00
akwizgran
00b7518e49
Add comments to explain initial messages exchanged with contacts.
2022-05-16 11:05:10 +01:00
akwizgran
418ab99a3c
Log client IDs when validating and delivering messages.
2022-05-16 11:04:25 +01:00
akwizgran
49c14af0dc
Merge branch '2261-include-mailbox-api-version-in-mailbox-properties' into 'master'
...
Include mailbox API version in local and remote mailbox properties
Closes #2261
See merge request briar/briar!1621
2022-05-16 09:58:30 +00:00
akwizgran
5d5d8d206c
Merge branch '2298-fetch-and-store-mailboxs-supported-api-versions-when-pairing' into 'master'
...
Fetch and store mailbox's supported API versions when pairing mailbox
Closes #2298
See merge request briar/briar!1622
2022-05-12 14:12:40 +00:00
akwizgran
5237df32e3
Merge branch '2226-defer-marking-messages-and-acks-as-sent' into 'master'
...
Defer marking messages and acks as sent
Closes #2296
See merge request briar/briar!1635
2022-05-12 13:59:17 +00:00
akwizgran
72e376f152
Merge branch 'db-shutdown-race' into 'master'
...
Fix race condition in DB shutdown
See merge request briar/briar!1620
2022-05-12 13:57:45 +00:00
akwizgran
095bebf524
Merge branch 'use-do-not-kill-lib' into 'master'
...
Use do-not-kill-me-lib
See merge request briar/briar!1636
2022-04-29 14:49:42 +00:00
akwizgran
34aea945cb
Merge branch '2311-remind-to-wipe' into 'master'
...
Remind user to wipe mailbox if it's unreachable when unpairing
Closes #2311
See merge request briar/briar!1639
2022-04-27 17:00:12 +00:00
akwizgran
a82666b8bd
Merge branch '2173-unlink-mailbox' into 'master'
...
Implement UI for unpairing the mailbox
Closes #2173
See merge request briar/briar!1637
2022-04-27 16:47:46 +00:00
akwizgran
e614046662
Use longs to represent session capacity.
2022-04-27 17:45:11 +01:00
akwizgran
0691354952
Defer marking messages and acks as sent.
2022-04-27 17:45:11 +01:00
akwizgran
4b7ee62190
Merge branch 'invite-button-change' into 'master'
...
Moved invite buttons in groups and forums to overflow menu.
See merge request briar/briar!1638
2022-04-26 11:51:50 +00:00
akwizgran
7536f16c61
Bump version numbers for 1.4.7 release.
2022-04-20 16:35:07 +01:00
akwizgran
ab628c1921
Update translations.
2022-04-20 16:14:58 +01:00
akwizgran
85e53479f2
Merge branch '2172-mailbox-status-ui' into 'master'
...
Improve MailboxStatusFragment and record check failures as well
Closes #2172
See merge request briar/briar!1632
2022-04-20 15:04:31 +00:00
akwizgran
116ee97056
Merge branch '1980-catch-security-exceptions-from-connectivity-manager' into 'master'
...
Catch SecurityExceptions from all ConnectivityManager calls
Closes #1980
See merge request briar/briar!1634
2022-04-20 14:51:57 +00:00
akwizgran
afff66eaff
Don't assume that non-null WifiInfo means we're connected to wifi.
2022-04-20 12:42:35 +01:00
akwizgran
8c33ea5a6b
Add javadocs for database.
2022-04-19 13:04:35 +01:00
akwizgran
96228c1fd0
Do all of SimplexOutgoingSession's work on the IoExecutor.
2022-04-19 13:04:35 +01:00
akwizgran
eb6a5fe63e
Try GET_CONTENT first, fall back to OPEN_DOCUMENT.
2022-04-19 12:57:58 +01:00