Minor about menu improvements.
About menu improvements.
Update strings.xml
Bump version numbers for 1.4.10 release.
Update translations.
Merge branch '1777-lifecycle-manager' into 'master'
Continue shutdown if an exception is thrown.
Convert comments to javadocs.
Merge branch 'string-utils-checked-exceptions' into 'master'
Start from the default Tor config every time.
Let StringUtils throw FormatException instead of IllegalArgumentException
Merge branch '2342-mailbox-setup-stuck' into 'master'
Ensure that mailbox setup can proceed after activity was destroyed
Add @Inject constructor.
Bump version numbers for 1.4.9 release.
Merge branch 'update-bridges' into 'master'
Remove some failing bridges.
Merge branch '2294-contact-list-worker' into 'master'
Address review feedback.
Add tests for contact list worker.
Add contact list worker for own mailbox.
Fetch supported API versions during connectivity check.
Merge branch '2289-client-for-contacts-mailbox' into 'master'
Add some logging.
Add tests for ContactMailboxClient.
Implement client for a contact's mailbox.
Make MailboxSettingsManager a singleton, now that it accepts hooks.
Merge branch 'windows-tor-plugin' into 'master'
Add Tor and obfsproxy binaries for Windows.
Disable GeoIPFile and GeoIPv6File options.
Add windowsJar task.
Use Windows Tor plugin in briar-headless.
Add WindowsTorPlugin and factory.
Don't crash when offline while unlink dialog gets shown
Dismiss unlink dialog when going offline
Make headless platform jars depend on main jar task
Merge branch '2291-mailbox-upload-worker' into 'master'
Address review feedback.
Fix a typo.
Create temp file before requesting plugin.
Add mailbox upload worker.
Fix a couple of test assertions.
Merge branch '2337-dont-show-offline-screen-after-pairing' into 'master'
Ignore offline event in Paired state (when success screen is shown)
Consider latency when getting next send time from DB.
Merge branch 'do-not-interpolate-app-name' into 'master'
Don't interpolate the app name into strings.
Merge branch '2291-mailbox-upload-plumbing' into 'master'
Add plumbing for creating outgoing sync sessions.
Replace DeferredSendHandler with OutgoingSessionRecord.
Include new visibility in GroupVisibilityUpdatedEvent.
Split containsAnythingToSend() into methods for acks and messages.
Merge branch '2326-fetch-versions' into 'master'
Merge branch '2157-2158-xiaomi-power-setup' into 'master'
Remove package names that are now provided by dont-kill-me-lib.
Always remove observers in destroy().
Add javadoc explaining worker's lifecycle.
Download files in the order the mailbox returns them.
Add tests for download worker.
Allow observers to be removed.
Refactor SimpleApiCall to support lambdas.
Merge branch 'obfs4-bridges-for-dpi-countries' into 'master'
Remove a failing bridge.
Add some more non-default and vanilla bridges.
Merge branch 'remove-bridge-test-from-release-pipeline' into 'master'
Pass memory stats from main process to crash reporter process.
Merge branch 'skip-hypersql-tests-if-crypto-strength-is-limited' into 'master'
Skip HyperSQL tests if the test environment has crypto restrictions.
Return early if LifecycleManager#stopServices() is called twice.
Merge branch 'Feedback_fix' into 'master'
Removed word limit on feedback.
Merge branch '2319-mailbox-version-warning' into 'master'
Move check for common mailbox versions into a helper method
Show warning if own mailbox's API version is incompatible
Include mailbox server versions in MailboxStatus
Merge branch '2292-mailbox-file-manager' into 'master'
Add MailboxFileManager for downloads (uploads to be added later).
Add ConnectionManager method for incoming mailbox connections.
Add mailbox plugin.
Merge branch '2292-tor-reachability-monitor' into 'master'
Add unit tests for TorReachabilityMonitorImpl.
Update translations.
Update tor bridges
Merge branch '2229-mailbox-client' into 'master'
Allow status endpoint to be called with contact properties.
Use status endpoint for contact connectivity check.
Use status endpoint for connectivity check.
Move nested try block into private method.
Reject mailbox owner properties for mailbox update.
Add connectivity checkers for our own mailbox and a contact's mailbox.
Replace Supplier<Boolean> with more legible ApiCall interface.
Refactor MailboxProperties and MailboxUpdateWithMailbox.
Merge branch '1499-tor-not-running' into 'master'
Fix missing space in log message.
Rethrow TorNotRunningException to get a crash report.
Upgrade jtorctl to 0.4.
Merge branch '2175-mailbox-problem-notification' into 'master'
Show notification warning when own mailbox is unreachable
Factor mailbox problem detection into MailboxStatus and constants
Broadcast MailboxProblemEvent in case of mailbox problems