akwizgran
617a6db84c
Show confirmation toast after unlinking mailbox.
2022-08-17 16:59:31 +01:00
akwizgran
4af895d124
Merge branch 'privacy-policy' into 'master'
...
Added privacy policy to menu and report form.
Closes #2351
See merge request briar/briar!1695
2022-08-17 11:32:12 +00:00
akwizgran
d905cb6cda
Fix expecations for unit tests.
...
The missing expectations were only causing failures some of the time because the `shared` flag is set randomly for each test run.
2022-08-17 11:52:52 +01:00
akwizgran
079ef5b3c0
Add helper method for checking client/server compatibility.
2022-08-16 15:11:53 +01:00
akwizgran
de76986ee4
Rename event, only broadcast it when adding a new contact.
2022-08-16 15:06:38 +01:00
akwizgran
4eddf625d8
Add tests for visible/invisible group when message is shared.
2022-08-16 14:48:37 +01:00
akwizgran
0af371d026
Update comments.
2022-08-16 14:14:14 +01:00
akwizgran
a57c784b47
Add comments for group visibility.
2022-08-16 14:06:12 +01:00
akwizgran
ab360e1e25
Address some review comments.
2022-08-16 13:49:30 +01:00
akwizgran
2aa39e43ef
Bump version numbers for 1.4.11 release.
2022-08-15 16:35:42 +01:00
akwizgran
9990fb3b8f
When our mailbox's API versions change, send them to contacts.
2022-08-12 16:38:15 +01:00
akwizgran
6d26db3d66
Add some non-default and vanilla bridges.
2022-08-12 14:53:42 +01:00
akwizgran
51301968a5
Remove some failing bridges.
2022-08-12 14:42:01 +01:00
akwizgran
feb1c1b655
Update translations.
2022-08-10 14:41:58 +01:00
akwizgran
148f61a6b5
Check our own mailbox periodically while we're online.
2022-08-10 14:34:09 +01:00
akwizgran
24d4debde0
Don't create files for upload while directly connected to contact.
2022-08-10 12:37:38 +01:00
akwizgran
a1f25c8101
Attach group visibility to MessageSharedEvent.
...
This allows listeners to decide whether to act on the event.
2022-08-10 12:33:53 +01:00
akwizgran
62883b4bde
Unit tests for mailbox client manager.
2022-08-08 15:46:58 +01:00
akwizgran
42243f73f4
Simplify logic.
2022-08-08 15:33:21 +01:00
akwizgran
d3a06cf2c0
Add some javadocs.
2022-08-05 15:43:17 +01:00
akwizgran
15d29f6189
Don't check whether messages are visible before lowering ack flag.
...
This check excludes messages that aren't shared, including incoming private messages. The check isn't necessary because lowerAckFlag() ignores messages for which no status row exists for the contact.
2022-08-05 14:16:15 +01:00
akwizgran
339e4daded
Update Dagger modules.
2022-08-05 14:16:15 +01:00
akwizgran
217a6dbf1c
If worker is destroyed during upload, delete file before returning.
2022-08-05 14:16:15 +01:00
akwizgran
46352f664c
Add mailbox client manager.
2022-08-05 14:16:15 +01:00
akwizgran
dfcd626081
Add some logging to connectivity checks.
2022-08-05 14:16:15 +01:00
akwizgran
347895f6b2
Update ProGuard rules to keep serialisable classes.
2022-08-05 14:16:14 +01:00
akwizgran
7a6d075984
Don't repeatedly ack the same messages.
2022-08-04 15:51:44 +01:00
akwizgran
68ab3b0e97
Register contact list worker to receive events.
2022-08-03 17:57:35 +01:00
akwizgran
16fc4f4527
Allow read-only transaction when not marking message as sent.
2022-08-03 17:57:35 +01:00
akwizgran
8657216345
Broadcast an event when sending a mailbox update.
2022-08-03 17:57:35 +01:00
akwizgran
42e2926d61
Always sort lists of API versions for easier comparison.
2022-08-03 17:57:35 +01:00
akwizgran
1699d6b5f8
Check properties of events.
2022-08-02 15:24:20 +01:00
akwizgran
848872a803
Broadcast events for pairing and unpairing.
2022-08-02 12:59:27 +01:00
akwizgran
04ed3a652a
Pass mailbox properties to hook when pairing.
2022-08-02 12:59:27 +01:00
akwizgran
d20457f338
Remove redundant method for recording successful connection.
2022-08-02 12:59:26 +01:00
akwizgran
ab29aacce0
Add MailboxClientFactory.
2022-08-02 12:59:26 +01:00
akwizgran
46bb2b8ec2
Destroy connectivity checker when client is destroyed.
2022-08-02 12:59:26 +01:00
akwizgran
5defd500ae
Tolerate 404 responses due to missing folders.
...
This prevents our own mailbox's download worker from getting stuck trying to list a folder that has been removed. Instead, the worker will move on to the next folder.
2022-07-27 16:36:32 +01:00
akwizgran
85aa21ebf6
Address review feedback.
2022-07-18 11:25:27 +01:00
akwizgran
e448699895
Merge branch 'briar-about-update' into 'master'
...
Briar about update
See merge request briar/briar!1690
2022-07-18 10:08:41 +00:00
akwizgran
8982964fbf
Add mailbox client for our own mailbox.
2022-07-15 18:00:13 +01:00
akwizgran
0865a06ac8
Refactor duplicated test code into superclass.
2022-07-15 16:24:22 +01:00
akwizgran
f2738c8bc4
Add some javadocs.
2022-07-15 16:07:26 +01:00
akwizgran
1321f8775e
Refactor duplicated code into superclass.
2022-07-15 15:45:55 +01:00
akwizgran
9764aba47d
Add download worker for own mailbox.
2022-07-15 15:19:44 +01:00
akwizgran
913e5da2f5
Refactor test expectations, add test for nothing to download.
2022-07-15 15:19:11 +01:00
akwizgran
f2ce7a386b
Merge branch 'briar-info-translators-string' into 'master'
...
Added "translated by" to about menu.
See merge request briar/briar!1687
2022-07-15 13:26:02 +00:00
akwizgran
13d96651b4
Merge branch '2329-translations-for-trust-indicator-view-trust-levels' into 'master'
...
feat: [2329] adding initial translations for contact trust levels
Closes #2329
See merge request briar/briar!1664
2022-07-11 12:49:09 +00:00
akwizgran
d4810a6f71
Merge branch 'mr/contributing-md' into 'master'
...
Create CONTRIBUTING.md (describe folder names)
See merge request briar/briar!1685
2022-07-11 11:40:01 +00:00
akwizgran
35438dbac1
Merge branch 'briar-info' into 'master'
...
Added about menu.
See merge request briar/briar!1683
2022-07-11 11:17:13 +00:00
akwizgran
622683f45e
Crash as soon as Tor closes the control connection.
2022-07-06 15:38:23 +01:00
akwizgran
a5563ead28
Bump version numbers for 1.4.10 release.
2022-07-04 16:08:53 +01:00
akwizgran
e15f49fde7
Update translations.
2022-07-04 15:59:57 +01:00
akwizgran
2298818af5
Don't set "DisableNetwork 1" during shutdown.
...
This is redundant now that we start from the default config every time.
2022-07-01 12:30:46 +01:00
akwizgran
0ae5361281
Merge branch '1777-lifecycle-manager' into 'master'
...
Allow process to exit if an exception is thrown during shutdown
Closes #1777
See merge request briar/briar!1668
2022-06-29 14:23:16 +00:00
akwizgran
692e353046
Convert comments to javadocs.
2022-06-29 13:54:30 +01:00
akwizgran
b9ba7aded5
Merge branch 'string-utils-checked-exceptions' into 'master'
...
Let StringUtils throw FormatException instead of IllegalArgumentException
See merge request briar/briar!1682
2022-06-29 12:21:29 +00:00
akwizgran
7bbe9068bb
Start from the default Tor config every time.
...
Don't apply settings to Tor unless they've changed.
2022-06-28 12:42:55 +01:00
akwizgran
63060679a3
Merge branch '2342-mailbox-setup-stuck' into 'master'
...
Ensure that mailbox setup can proceed after activity was destroyed
Closes #2342
See merge request briar/briar!1678
2022-06-26 13:04:34 +00:00
akwizgran
592daf9c20
Bump version numbers for 1.4.9 release.
2022-06-23 14:55:06 +01:00
akwizgran
3922270db1
Merge branch 'update-bridges' into 'master'
...
Update Tor bridges
See merge request briar/briar!1679
2022-06-23 13:50:12 +00:00
akwizgran
feb8854678
Add @Inject constructor.
2022-06-23 14:22:25 +01:00
akwizgran
1f699238a9
Add some non-default bridges.
2022-06-23 12:23:50 +01:00
akwizgran
b8e91a12e8
Remove some failing bridges.
2022-06-23 12:18:38 +01:00
akwizgran
06eb01ab0a
Update translations.
2022-06-23 11:43:26 +01:00
akwizgran
d82509f3ce
Address review feedback.
2022-06-23 11:00:13 +01:00
akwizgran
f2f356cbd4
Merge branch '2340-unlink-offline-crash' into 'master'
...
Don't crash when offline while unlink dialog gets shown
Closes #2340
See merge request briar/briar!1676
2022-06-22 16:41:26 +00:00
akwizgran
8bb3a83ccb
Add tests for contact list worker.
2022-06-22 13:59:50 +01:00
akwizgran
8dcf988399
Add contact list worker for own mailbox.
2022-06-20 17:55:21 +01:00
akwizgran
05bf3833cf
No need to use @Before to create stateful test objects.
2022-06-20 16:24:55 +01:00
akwizgran
c39c2ce124
Fetch supported API versions during connectivity check.
2022-06-20 13:55:05 +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
486ba4a3fc
Merge branch '2337-dont-show-offline-screen-after-pairing' into 'master'
...
Ignore offline event in Paired state (when success screen is shown)
Closes #2337
See merge request briar/briar!1672
2022-06-17 13:16:28 +00: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
61658655ff
Merge branch '2326-fetch-versions' into 'master'
...
Use /versions for mailbox connectivity check
Closes #2326
See merge request briar/briar!1665
2022-06-14 12:29:31 +00:00
akwizgran
40086ffde2
Don't interpolate the app name into strings.
2022-06-14 10:30:05 +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
a38933df66
Read Tor process's stdout until it exits.
...
On Windows, RunAsDaemon is a no-op so we need to read stdout to find out when Tor has finished starting up, then continue to read and discard stdout until Tor exits.
2022-06-13 11:21:26 +01:00
akwizgran
e481a02126
Shutdown from background if BriarService is recreated.
2022-06-09 18:10:24 +01:00
akwizgran
825dff27fc
Exit if BriarService finds lifecycle already running.
2022-06-09 18:06:08 +01:00
akwizgran
de3a87fff5
Return early when starting/stopping if not in expected state.
2022-06-09 18:01:32 +01:00