akwizgran
4fd012c31a
Merge branch 'compress-images' into 'master'
...
Compress images
See merge request briar/briar!1147
2019-06-26 14:21:24 +00:00
akwizgran
95d06770bf
Rename 'scale' to 'inSampleSize' for clarity.
2019-06-26 14:36:40 +01:00
akwizgran
428247b7b2
Initialise result LiveData before starting task.
2019-06-26 14:31:40 +01:00
akwizgran
a921361a56
Inject ImageSizeCalculator.
2019-06-26 12:40:28 +01:00
akwizgran
fe7dfa721e
Compress image attachments.
2019-06-25 16:55:09 +01:00
akwizgran
92eb06a9e9
Refactor attachment creation to use injection.
2019-06-25 16:29:54 +01:00
Torsten Grote
5beed1a748
Merge branch '1594-preview-fails-to-load' into 'master'
...
Use a fresh LiveData for each attachment creation task
Closes #1594
See merge request briar/briar!1144
2019-06-20 14:05:43 +00:00
Torsten Grote
774047d856
Merge branch '1585-check-attachment-content-type' into 'master'
...
Improve handling of missing attachments in UI
See merge request briar/briar!1142
2019-06-20 14:04:02 +00:00
Torsten Grote
fc28e7aa88
Merge branch 'nickname-nitpicks' into 'master'
...
Nickname nitpicks
See merge request briar/briar!1143
2019-06-20 13:41:25 +00:00
Torsten Grote
78459499b2
Merge branch '1593-qr-code-assertion-error' into 'master'
...
Keep enum methods used by ZXing
Closes #1593
See merge request briar/briar!1146
2019-06-19 23:45:49 +00:00
akwizgran
c2973608d7
Keep enum methods used by ZXing.
2019-06-19 16:36:39 +01:00
akwizgran
be1c33cb42
Use a fresh LiveData for each attachment creation task.
2019-06-19 13:43:04 +01:00
akwizgran
c955466bda
Load missing attachments when they arrive.
2019-06-19 12:47:18 +01:00
akwizgran
593a0c4632
Improve handling of missing and invalid attachments.
2019-06-19 11:23:57 +01:00
akwizgran
ed20b2d8d6
Use attachment header to retrieve attachment.
2019-06-19 10:57:13 +01:00
akwizgran
34583e6d2d
Merge branch '1054-crash-scroll' into 'master'
...
Improve crash screen and reporter
Closes #1426 , #1061 , #1390 , #1012 , and #1054
See merge request briar/briar!1049
2019-06-18 16:47:02 +00:00
Torsten Grote
ea5a862242
[android] Fix send button in ReportForm's action bar
2019-06-18 13:28:28 -03:00
akwizgran
9ab9e02f8a
Trim whitespace from nicknames (useful for auto-complete).
2019-06-18 17:24:08 +01:00
akwizgran
3f70ae3c8c
Use same input type for nicknames everywhere.
2019-06-18 17:19:39 +01:00
Torsten Grote
3f60098099
[android] don't cancel crash reports after sending them
2019-06-18 12:21:04 -03:00
Torsten Grote
e965021e3d
[android] don't clear task when submitting feedback, only after crash
2019-06-18 12:21:04 -03:00
Torsten Grote
7d9380d3d6
[android] go to homescreen after pressing back in crash reporter
...
Fixes #1390
2019-06-18 12:21:04 -03:00
Torsten Grote
3c8c0e579e
[android] point ACRA to correct BuildConfig class
...
Fixes #1061
2019-06-18 12:21:03 -03:00
Torsten Grote
bd2bbe9268
[android] don't show JSON in feedback/crash report
...
use key-value pairs instead
Closes #1426
2019-06-18 12:21:03 -03:00
Torsten Grote
89d24b1753
[android] Make entire report form scrollable, not only the hidden data
2019-06-18 12:21:03 -03:00
Torsten Grote
861dbe20b1
[android] Fix crash screen buttons to the bottom of the screen
...
and resize crash icon to the available screen space
2019-06-18 12:21:02 -03:00
Torsten Grote
197800de8b
[android] split crash report screen into two fragments
2019-06-18 12:21:02 -03:00
Torsten Grote
07e824ad68
[android] Make crash screen scrollable and add icon
2019-06-18 12:21:01 -03:00
Torsten Grote
d210215bd1
Merge branch '1585-new-messaging-client' into 'master'
...
Add support for image attachments to messaging client
Closes #1585
See merge request briar/briar!1133
2019-06-18 14:55:40 +00:00
akwizgran
00705447ec
Use feature flag to decide which version to advertise.
2019-06-18 13:39:01 +01:00
akwizgran
9095ccef85
Filter attachment URIs in controller.
2019-06-18 13:10:52 +01:00
akwizgran
3196204094
Send legacy private messages from headless app.
2019-06-18 13:03:50 +01:00
akwizgran
2bae639105
Upgrade messaging client to support attachments.
2019-06-18 13:03:49 +01:00
akwizgran
f73d298752
Merge branch 'inject-feature-flags' into 'master'
...
Use injection to provide feature flags
See merge request briar/briar!1140
2019-06-18 11:51:09 +00:00
Torsten Grote
bc3a443276
Merge branch '1590-create-private-messages-on-ui-thread' into 'master'
...
Move private message creation off the crypto executor
Closes #1590
See merge request briar/briar!1141
2019-06-18 11:22:45 +00:00
akwizgran
2a29d33303
Move private message creation off the crypto executor.
2019-06-18 12:14:10 +01:00
akwizgran
30e0be9f43
Merge branch '1580-show-snackbar' into 'master'
...
Show snackbar when there is no internet connection
Closes #1580
See merge request briar/briar!1139
2019-06-18 09:54:34 +00:00
akwizgran
3828d16971
Use injection to provide feature flags.
2019-06-18 10:52:21 +01:00
akwizgran
a54eb64eb5
Merge branch '1468-reject-unsupported-images' into 'master'
...
Reject unsupported images
Closes #1468
See merge request briar/briar!1038
2019-06-17 16:39:26 +00:00
Torsten Grote
ad2d3e70d6
[android] address thread-safety issues of attachment creation
2019-06-17 13:22:38 -03:00
Torsten Grote
1f91842c52
[android] re-use the same LiveData for AttachmentResults
2019-06-17 13:11:16 -03:00
Torsten Grote
c07a0a2fd7
[android] address review comments for rejecting unsupported images
2019-06-17 13:11:16 -03:00
Torsten Grote
4ee4905e06
[android] migrate added conversation header to new LiveEvent
2019-06-17 13:11:16 -03:00
Torsten Grote
67b7517f2b
[android] refactor AttachmentCreator to return a single LiveData
2019-06-17 13:11:16 -03:00
Torsten Grote
cd3174a643
[android] Fix view recycling issue of image previews
2019-06-17 13:11:15 -03:00
Torsten Grote
9d9bc4ca84
[android] Let AttachmentCreator return same LiveData after configuration changes
2019-06-17 13:11:15 -03:00
Torsten Grote
7358091699
[android] Address first round of review comments for attachments
2019-06-17 13:11:15 -03:00
Torsten Grote
11eefaedcf
Refactor attachment creation
2019-06-17 13:11:14 -03:00
Torsten Grote
bb5a6c0241
[android] Add assertions to TextAttachmentController
2019-06-17 13:11:14 -03:00
Torsten Grote
70d29af2ba
[android] Allow sending message with attachments before previews are loaded
2019-06-17 13:11:14 -03:00
Torsten Grote
baedb14e2b
[android] allow attaching only of images with supported mime type
2019-06-17 13:11:13 -03:00
Torsten Grote
2796926709
[android] Load image preview from database instead of content Uri
2019-06-17 13:11:13 -03:00
Torsten Grote
fc6275b037
[android] reject invalid mime types for image attachments
2019-06-17 13:11:13 -03:00
Torsten Grote
f76f9be4ed
Reject attachments that exceed the allowed size
...
Closes #1468
2019-06-17 13:11:13 -03:00
Torsten Grote
6167ba5c46
[android] move unsent attachment cache logic into AttachmentController
2019-06-17 13:11:12 -03:00
Torsten Grote
55f4600a69
[android] Create attachments before showing previews
2019-06-17 13:11:12 -03:00
Torsten Grote
c73801c7e8
[android] Show snackbar when there is no internet connection
2019-06-17 10:11:02 -03:00
Torsten Grote
249e1e28fe
Merge branch '1580-offline-state' into 'master'
...
Add offline state for pending contacts
Closes #1580
See merge request briar/briar!1138
2019-06-17 13:10:41 +00:00
akwizgran
f0cea28aeb
Don't show a message for the offline state.
2019-06-17 13:45:22 +01:00
Torsten Grote
32e8ea9888
Merge branch '1565-strings-duplicate-handshake-links' into 'master'
...
Add strings for duplicate pending contacts
See merge request briar/briar!1137
2019-06-17 12:29:22 +00:00
akwizgran
5a1caed89f
Rename endpoints field.
2019-06-17 13:22:36 +01:00
akwizgran
22f5c42fc1
Resolve merge conflicts.
...
# Conflicts:
# briar-android/src/main/res/values/strings.xml
2019-06-17 12:13:19 +00:00
akwizgran
aab46040a5
Add comments for translators.
2019-06-17 13:12:11 +01:00
akwizgran
18fd238aa1
Merge branch '1580-strings-offline-state' into 'master'
...
Add string for pending contact offline state
See merge request briar/briar!1136
2019-06-17 11:12:50 +00:00
akwizgran
3a837b3c5a
Resolve merge conflicts.
...
# Conflicts:
# briar-android/src/main/res/values/strings.xml
2019-06-17 11:04:11 +00:00
akwizgran
ac2597865c
Merge branch '1587-version-negotiation' into 'master'
...
Add version negotiation to sync protocol
Closes #1587
See merge request briar/briar!1134
2019-06-17 10:54:39 +00:00
akwizgran
4a67cf3ce7
Don't cache default state when adding pending contact.
...
This can overwrite the initial state broadcast by the
rendezvous poller.
2019-06-17 10:22:08 +01:00
Torsten Grote
a5041e651e
Merge branch '1230-strings-adding-contact-slow' into 'master'
...
Add strings for warning when adding a contact is slow
See merge request briar/briar!1135
2019-06-15 13:37:13 +00:00
akwizgran
b0e97d787f
Add offline state for pending contacts.
2019-06-15 12:27:24 +01:00
akwizgran
0d8af780a3
Add strings for duplicate pending contacts.
2019-06-15 11:31:18 +01:00
akwizgran
9c20e6b333
Add string for pending contact offline state.
2019-06-15 11:04:22 +01:00
akwizgran
ab14976c96
Add strings for warning when adding a contact is slow.
2019-06-15 11:01:09 +01:00
akwizgran
ec3f821ba6
Update test expectations.
2019-06-13 17:17:50 +01:00
akwizgran
1d546da781
Store sync versions received from contacts.
2019-06-13 17:07:12 +01:00
akwizgran
f2c951b70b
Add DB methods for getting and setting sync versions.
2019-06-13 17:06:57 +01:00
akwizgran
1e259c100d
Add sync versions column to contacts table.
2019-06-13 16:35:48 +01:00
akwizgran
3636aeba9a
Use HyperSQL-compatible syntax in migration.
2019-06-13 16:34:20 +01:00
akwizgran
132e20a6ce
Send versions record at start of each session.
2019-06-13 16:16:02 +01:00
akwizgran
c228e5c219
Add versions record to sync protocol.
2019-06-13 16:16:02 +01:00
akwizgran
ae1d1fc5a7
Add thread safety and null safety annotations.
2019-06-13 16:16:01 +01:00
Torsten Grote
37f02a40e9
Merge branch '1585-temporary-messages' into 'master'
...
Add support for temporary messages
See merge request briar/briar!1132
2019-06-12 15:39:02 +00:00
akwizgran
3c8b8c39e1
Turn commonly used variables into fields.
2019-06-12 16:29:24 +01:00
akwizgran
8f839e2c30
Remove temporary messages at startup.
2019-06-12 15:21:48 +01:00
akwizgran
da4b63f20f
Clean up ValidationManagerImplTest.
2019-06-12 15:17:13 +01:00
akwizgran
cd40e771d2
Allow messages to be marked as temporary.
2019-06-12 15:11:10 +01:00
Torsten Grote
dd7accfa95
Merge branch '1576-db-before-signing-in' into 'master'
...
Retry database tasks after signing in
Closes #1576
See merge request briar/briar!1131
2019-06-10 16:33:47 +00:00
akwizgran
1cf993484d
Avoid unnecessary reloads.
2019-06-10 17:24:58 +01:00
akwizgran
e810785fe2
Retry database tasks after signing in.
2019-06-10 15:51:20 +01:00
akwizgran
7ec826ccb7
Merge branch '1562-intent-router' into 'master'
...
Receive external intents through NavDrawerActivity
Closes #1562
See merge request briar/briar!1128
2019-06-10 14:20:06 +00:00
Torsten Grote
4a4abd7efa
Merge branch '1232-polling-events' into 'master'
...
Show "connecting" state for pending contacts
See merge request briar/briar!1129
2019-06-10 13:11:06 +00:00
Torsten Grote
dc2e42e1f2
[android] don't check getIntent() for null as it should be non-null now
2019-06-10 07:39:49 -03:00
Torsten Grote
1c4d277771
Don't route intents for MANAGE_NETWORK_USAGE settings
...
This is because we require a special permission to launch this intent
and we prefer requiring this permission to having the NavDrawerActivity
added to the back stack.
This commit also re-adds the deprecated USE_FINGERPRINT permission as
Android Studio would show an error otherwise.
2019-06-10 07:39:48 -03:00
Torsten Grote
fb10ba5855
[android] Receive external intents through NavDrawerActivity
...
This ensures that our main activity is on the task stack below the
activity opened by an external intent. So when the user navigates back,
they always get back to the main activity.
2019-06-10 07:39:48 -03:00
Torsten Grote
f31b85acdb
Merge branch '1564-tor-rendezvous-crypto' into 'master'
...
Publish hidden service for connecting to pending contact
Closes #1564
See merge request briar/briar!1125
2019-06-09 14:24:40 +00:00
akwizgran
6519706599
Merge branch '1579-remove-pending-contacts-button' into 'master'
...
Show less obstrusive remove button for pending contacts
Closes #1579
See merge request briar/briar!1130
2019-06-08 09:44:35 +00:00
Torsten Grote
76741bc2ba
[android] show less obstrusive remove button for pending contacts
...
This uses the same button as the RSS feed items
2019-06-07 11:09:34 -03:00
akwizgran
60eefbf3e0
Use named constants.
2019-06-07 11:54:44 +01:00
akwizgran
a4a45efd43
Broadcast event when polling newly added contact.
2019-06-07 11:48:53 +01:00
akwizgran
208ae6a4b6
Show recently polled pending contacts as "connecting".
2019-06-07 11:42:48 +01:00
akwizgran
fe1df6dafa
Move pending contact events to rendezvous poller.
2019-06-07 11:42:48 +01:00
akwizgran
15d9ff1ebd
Rename "connected" state to "connecting".
2019-06-07 11:42:10 +01:00
akwizgran
dc741e988c
Shorter description for "waiting for connection" state.
2019-06-07 11:42:10 +01:00
Torsten Grote
6665235768
Merge branch '1232-pending-contact-states' into 'master'
...
Add ContactManager support for pending contact states
See merge request briar/briar!1122
2019-06-06 21:31:43 +00:00
akwizgran
ba19716e0f
Don't broadcast disabled event whenever we close a socket.
2019-06-06 16:42:26 +01:00
akwizgran
41deff1bf3
Suppress redundant enabled/disabled events.
2019-06-06 16:42:26 +01:00
akwizgran
1ec3fa3ade
Implement Tor rendezvous crypto.
2019-06-06 16:42:26 +01:00
akwizgran
64ae99bbce
Handle corner cases such as removal during rendezvous.
2019-06-06 16:40:55 +01:00
akwizgran
ed1cefa144
Use concurrent map for pending contact states.
2019-06-06 16:40:54 +01:00
akwizgran
23354d6568
Use predicates to match events.
2019-06-06 16:40:54 +01:00
akwizgran
1aa579a44f
Add unit tests for pending contact state.
2019-06-06 16:40:54 +01:00
akwizgran
98191fb059
Add ContactManager support for pending contact states.
2019-06-06 16:40:54 +01:00
Torsten Grote
b9283ea654
Merge branch '1232-rendezvous-poller-expiry' into 'master'
...
Use periodic poll task for expiry
See merge request briar/briar!1127
2019-06-06 15:12:08 +00:00
akwizgran
71b1f99b56
Use regular poll task for expiry.
2019-06-06 13:45:00 +01:00
Torsten Grote
2982a874d4
Merge branch '1232-rendezvous-poller-cleanup' into 'master'
...
Small cleanups for rendezvous poller
See merge request briar/briar!1126
2019-06-06 12:04:08 +00:00
akwizgran
ea228164dc
Check that poller instance isn't reused.
2019-06-06 12:11:31 +01:00
akwizgran
4b5ad9ace4
Make test expectations modular.
2019-06-06 12:11:31 +01:00
Torsten Grote
a94ffd413c
Merge branch '1232-transfer-pending-contact-alias' into 'master'
...
Transfer pending contact alias to contact
See merge request briar/briar!1124
2019-06-05 17:11:48 +00:00
Torsten Grote
1f921753fd
Merge branch '1567-rendezvous-poller' into 'master'
...
Create poller for rendezvous connections
Closes #1567
See merge request briar/briar!1121
2019-06-05 17:08:31 +00:00
Torsten Grote
157b64e643
Merge branch 'pending-contacts-crash' into 'master'
...
Don't call setValue() on a background thread
See merge request briar/briar!1123
2019-06-05 16:57:04 +00:00
akwizgran
6f285c5b0a
Transfer pending contact alias to contact.
2019-06-05 17:48:02 +01:00
akwizgran
bf39c30d24
Don't call setValue() on a background thread.
2019-06-05 17:45:12 +01:00
akwizgran
7439e5579f
Let plugins know if we're Alice or Bob.
2019-06-05 11:23:56 +01:00
akwizgran
4452dacc94
Make RendezvousCrypto package-private.
2019-06-05 11:01:28 +01:00
akwizgran
0579157010
Include protocol version in rendezvous key derivation.
2019-06-05 10:59:21 +01:00
akwizgran
3dbd0b80aa
Make rendezvous constants package-private.
2019-06-05 10:58:12 +01:00
akwizgran
3863df3c1f
Poll pending contact immediately when added.
2019-06-05 10:44:08 +01:00
akwizgran
08a5b8393f
Add unit test for starting rendezvous poller.
2019-06-05 10:44:07 +01:00
akwizgran
92dea21c67
Run commit actions in unit tests.
2019-06-05 10:44:07 +01:00
akwizgran
82a52638cf
Derive rendezvous key from static master key.
2019-06-05 10:44:07 +01:00
akwizgran
a38113e862
Add rendezvous poller.
2019-06-05 10:44:07 +01:00
akwizgran
7fd8ad65be
Make RendezvousEndpoint closeable.
2019-06-05 10:44:06 +01:00
akwizgran
ce9c7cb32a
Add requireNull() utility method.
2019-06-05 10:44:06 +01:00
akwizgran
5d2252ebda
Add method for deriving rendezvous key.
2019-06-05 10:44:06 +01:00
akwizgran
3820d7413c
Rename rendezvous handler to endpoint.
2019-06-05 10:44:06 +01:00
akwizgran
ab90e1de04
Pass incoming connection handler to plugins.
2019-06-05 10:44:05 +01:00
Torsten Grote
a650d812fa
Merge branch '1571-connection-manager-pending-contacts' into 'master'
...
Add rendezvous connection support to connection manager
Closes #1571
See merge request briar/briar!1120
2019-06-04 14:08:05 +00:00
akwizgran
c536782e01
Remove redundant use of IO executor.
2019-06-04 14:23:47 +01:00
akwizgran
9ffd1ec2c2
Unregister connection if sending stream header fails.
2019-06-04 14:20:57 +01:00
Torsten Grote
1c56068bf1
Merge branch '1232-handshake-manager' into 'master'
...
Implement handshake protocol
See merge request briar/briar!1118
2019-06-04 11:49:11 +00:00
Torsten Grote
d2290e2037
Merge branch '1560-forum-sharing-integration-test' into 'master'
...
Fix race conditions in ForumSharingIntegrationTest
Closes #1560
See merge request briar/briar!1119
2019-06-04 11:47:49 +00:00
akwizgran
0951508af7
Define PROOF_BYTES as MAC_BYTES.
2019-06-04 12:38:21 +01:00
akwizgran
34a5b69100
Reuse TransportCrypto#isAlice().
2019-06-04 12:21:17 +01:00
akwizgran
d939fe80bd
Explicitly check length of proof of ownership.
2019-06-04 12:17:10 +01:00
akwizgran
4ea8a4732c
Fix race conditions in ForumSharingIntegrationTest.
2019-06-04 11:57:39 +01:00
Torsten Grote
da67cae4ce
Merge branch 'test-sync-at-higher-level' into 'master'
...
Test sync at a higher level
See merge request briar/briar!1116
2019-06-04 10:37:31 +00:00
akwizgran
d3c7ecdef4
Use static comparison method.
2019-06-03 18:02:19 +01:00
akwizgran
4d8e0baeb4
Rewrap a line.
2019-06-03 17:58:31 +01:00
akwizgran
0b764a01dd
Use larger buffer in test connections to prevent deadlock.
2019-06-03 17:55:35 +01:00
akwizgran
f95bb9b28e
Add integration test for new connection manager methods.
2019-06-03 17:55:35 +01:00
akwizgran
8f21e07840
Add rendezvous connection support to connection manager.
2019-06-03 17:52:43 +01:00
akwizgran
eed8d25120
Decouple HandshakeManager from ContactExchangeManager.
2019-06-03 17:44:38 +01:00
Torsten Grote
265a43f5ff
Merge branch 'use-real-executors-in-integration-tests' into 'master'
...
Use BrambleCoreModule in integration tests
See merge request briar/briar!1115
2019-06-03 14:48:53 +00:00
akwizgran
89cbdc824c
Add integration test for handshaking with pending contact.
2019-06-03 15:36:28 +01:00
akwizgran
4640651714
Add integration test for converting pending contacts.
2019-06-03 15:36:27 +01:00
akwizgran
af8b7f1130
Implement getHandshakeLink().
2019-06-03 15:36:27 +01:00
akwizgran
643270e247
Add integration test for ContactExchangeManager.
2019-06-03 15:36:24 +01:00
akwizgran
24f1b7eeca
Implement handshake manager.
2019-06-03 15:35:53 +01:00
akwizgran
60155f146a
Add contact exchange method for pending contacts.
2019-06-03 15:35:53 +01:00
akwizgran
7c3f2c0bed
Add test implementation of DuplexTransportConnection.
2019-06-03 15:35:00 +01:00
akwizgran
85a1fd2caa
Convert BriarIntegrationTest to use test reader and writer.
2019-06-03 15:34:59 +01:00
akwizgran
f8d240a320
Test stream reading and writing at a higher level.
2019-06-03 15:34:59 +01:00
akwizgran
5860c723de
Remove unused test module.
2019-06-03 15:34:59 +01:00
akwizgran
33d35148d8
Run briar-headless tests when running all tests.
2019-06-03 15:34:17 +01:00
akwizgran
0e55b06c0a
Provide SOCKS module for headless app, remove reporting.
2019-06-03 15:34:17 +01:00
akwizgran
d964f06de1
Use default methods for easier maintenance.
2019-06-03 15:34:16 +01:00
akwizgran
100e17b242
Use BrambleCoreModule in integration tests.
2019-06-03 15:34:16 +01:00
akwizgran
7bf86d9c53
Use real executors in integration tests.
2019-06-03 15:34:16 +01:00
Torsten Grote
8fc5c21354
Merge branch '1570-derive-handshake-root-key' into 'master'
...
Add contact manager and key manager methods for converting a pending contact
Closes #1570
See merge request briar/briar!1114
2019-06-03 14:33:21 +00:00
akwizgran
fe83a59d2a
Add comment about tag reuse.
2019-06-03 12:48:14 +01:00
akwizgran
1b8692a216
Add longer explanation of 'verified' flag.
2019-06-03 12:40:49 +01:00
akwizgran
57a70f411b
Update ContactManager javadocs.
2019-05-31 11:59:00 +01:00
akwizgran
b2d2b1765a
Fix pending contact flag. Hooray for unit tests.
2019-05-30 17:37:09 +01:00
akwizgran
430b530ca5
Derive handshake root key when converting pending contact.
2019-05-30 17:27:07 +01:00
akwizgran
4a2936c685
Optionally include handshake public key for new contact.
2019-05-30 16:36:25 +01:00
Torsten Grote
d3c7c54797
Merge branch '1561-wait-for-delivery-in-integration-test' into 'master'
...
Wait for message delivery in integration test
Closes #1561
See merge request briar/briar!1113
2019-05-30 15:25:08 +00:00
akwizgran
83dc52572d
Remove keys when pending contacts are removed.
2019-05-30 16:20:57 +01:00
akwizgran
810d45d6b9
Derive handshake root key when adding a pending contact.
2019-05-30 15:48:26 +01:00
akwizgran
9b4f60088f
Add methods for deriving static master and root keys.
2019-05-30 14:31:12 +01:00
akwizgran
b222107044
Add static method for comparing byte arrays.
2019-05-30 14:30:16 +01:00
akwizgran
d0495b7c00
Wait for transport properties as well as client versions.
2019-05-30 13:55:16 +01:00
akwizgran
ee874947d0
Wait for message delivery in integration test.
2019-05-30 11:51:16 +01:00
akwizgran
d38176faea
Merge branch '1571-connection-manager-cleanup' into 'master'
...
Clean up connection manager, ready for pending contacts
See merge request briar/briar!1109
2019-05-29 15:16:35 +00:00
Torsten Grote
2a00f94e23
Merge branch '1571-connection-registry-pending-contacts' into 'master'
...
Add support for pending contacts to connection registry
See merge request briar/briar!1111
2019-05-28 14:36:42 +00:00
akwizgran
8bd4278ae5
Add support for pending contacts to connection registry.
2019-05-28 14:33:03 +01:00
akwizgran
829a6df567
Remove redundant assignment.
2019-05-28 14:15:47 +01:00
akwizgran
aa0c3118a0
Interrupt outgoing session on read error.
2019-05-28 10:45:55 +01:00
Torsten Grote
015f5005d0
Merge branch '1232-get-pending-contact' into 'master'
...
Add method to get a pending contact
See merge request briar/briar!1110
2019-05-27 17:51:59 +00:00
Torsten Grote
91c5ec6f18
Merge branch '1232-triple-dh' into 'master'
...
Implement triple Diffie-Hellman key agreement
See merge request briar/briar!1108
2019-05-27 17:49:05 +00:00
Torsten Grote
cd9cc375ff
Merge branch '1570-convert-pending-contact' into 'master'
...
Add database methods for converting a pending contact
Closes #1570
See merge request briar/briar!1107
2019-05-27 17:45:26 +00:00
akwizgran
819deca93c
Update javadoc.
2019-05-27 17:54:23 +01:00
akwizgran
79632908d4
Add method to get a pending contact.
2019-05-27 17:44:57 +01:00
akwizgran
f979d44c96
Update REST API docs.
2019-05-27 17:43:23 +01:00
akwizgran
44d2526997
Add triple Diffie-Hellman key agreement.
2019-05-27 15:03:58 +01:00
akwizgran
14e604e21e
Add 'verified' flag to ContactAddedEvent.
2019-05-27 11:40:28 +01:00
akwizgran
677728b9ae
Add database methods for converting a pending contact.
2019-05-27 11:19:21 +01:00
akwizgran
84060a57da
Merge branch 'unsupported-handshake-link' into 'master'
...
Add error message for unsupported handshake link version
See merge request briar/briar!1091
2019-05-26 14:36:24 +00:00
Torsten Grote
4a92625a7b
Merge branch 'contact-exchange-refactoring' into 'master'
...
Contact exchange refactoring
See merge request briar/briar!1106
2019-05-24 17:33:21 +00:00
Torsten Grote
bea526d64d
[android] tweak wording for unsupported link version
2019-05-24 14:31:04 -03:00
akwizgran
717b2d176e
Clean up connection manager, ready for pending contacts.
2019-05-24 18:08:06 +01:00
Torsten Grote
cff5e53d09
Merge branch 'record-reader-predicates' into 'master'
...
Use predicates to specify records to accept or ignore
See merge request briar/briar!1105
2019-05-24 16:16:24 +00:00
akwizgran
221687c9d7
Merge branch 'startup-fix' into 'master'
...
Show OpenDatabaseFragment right after signing in
See merge request briar/briar!1099
2019-05-24 15:06:41 +00:00
akwizgran
953fccba16
Update PendingContactListener to use PendingContactItem.
2019-05-24 15:57:24 +01:00
akwizgran
eca82e2888
Merge branch '1554-remove-pending-contacts' into 'master'
...
Allow pending contacts to be removed at any time
Closes #1554
See merge request briar/briar!1098
2019-05-24 14:49:48 +00:00
Torsten Grote
ad93100e99
Merge branch '35-transaction-manager' into 'master'
...
Extract TransactionManager from DatabaseComponent
See merge request briar/briar!1104
2019-05-24 13:20:35 +00:00
akwizgran
d80c77f466
Try to close connection if contact exchange fails.
2019-05-24 13:14:53 +01:00
akwizgran
a6376af7c2
Extract TransactionManager from DatabaseComponent.
2019-05-24 12:44:23 +01:00
akwizgran
f1e5c2dd66
Return a contact, encapsulate contact exchange crypto.
2019-05-24 11:42:30 +01:00
akwizgran
5be0e928c4
Replace events with return value and exceptions.
2019-05-24 10:53:43 +01:00
akwizgran
bcc899eebf
Attach information to ContactExistsException.
2019-05-24 10:53:43 +01:00
akwizgran
9ea91cbb3e
Move background work into view model.
2019-05-24 10:51:38 +01:00
akwizgran
da54712ae1
Refactor ContactExchangeTask into reusable manager.
2019-05-24 10:51:38 +01:00
akwizgran
f459115b19
Run contact exchange task on IO executor.
2019-05-24 10:51:38 +01:00
akwizgran
cc49648e37
Use predicates to specify records to accept or ignore.
2019-05-24 10:51:27 +01:00
Torsten Grote
9ce71088e2
Merge branch '1564-rendezvous-plugin-api' into 'master'
...
Add rendezvous API to transport plugins
See merge request briar/briar!1103
2019-05-22 16:58:31 +00:00
Torsten Grote
0f3e6d9736
Merge branch '1567-remove-pending-contact-state-from-db' into 'master'
...
Remove pending contact state from DB
See merge request briar/briar!1102
2019-05-22 16:56:59 +00:00
akwizgran
de97cce119
Address review comments.
2019-05-22 17:46:17 +01:00
akwizgran
a82d20564a
Update names in RendezvousModule.
2019-05-22 16:13:49 +01:00
akwizgran
967f068637
Add initial API for rendezvous plugins.
2019-05-22 15:26:28 +01:00
akwizgran
90c33133c3
Code cleanup.
2019-05-22 15:22:35 +01:00
akwizgran
01ef367864
Remove pending contact state from the database.
2019-05-22 11:25:05 +01:00
Torsten Grote
da5d442c91
Merge branch '1232-poller-refactoring' into 'master'
...
Pass a connection handler to plugins when polling
See merge request briar/briar!1101
2019-05-21 13:33:53 +00:00
akwizgran
ead7570ec5
Add javadoc.
2019-05-21 14:27:27 +01:00
akwizgran
43b2f9da1c
Static import.
2019-05-17 15:46:37 +01:00
akwizgran
668433dd62
Pass a connection handler to plugins when polling.
2019-05-17 14:07:54 +01:00
akwizgran
a0772852de
Decouple poller from plugin manager.
2019-05-17 13:59:30 +01:00
Torsten Grote
f0bd18c4d6
[android] show OpenDatabaseFragment right after signing in
2019-05-16 15:22:56 -03:00
akwizgran
99000d8eab
Merge branch 'repro-check-on-success' into 'master'
...
Only check reproducibility when normal tests pass
See merge request briar/briar!1100
2019-05-16 16:58:33 +00:00
Torsten Grote
0b48afb692
Only check reproducibility when normal tests pass
2019-05-16 13:48:25 -03:00
Torsten Grote
299ad07222
[android] Allow pending contacts to be removed at any time
2019-05-16 12:54:42 -03:00
akwizgran
37d0b61d7b
Bump version numbers for 1.1.7 release.
2019-05-16 16:07:15 +01:00
akwizgran
98a1ec89d7
Update translations.
2019-05-16 16:06:29 +01:00
akwizgran
a61860af85
Merge branch '1369-thread-layout' into 'master'
...
Adapt private group join notices to new threaded layout
Closes #1369
See merge request briar/briar!1097
2019-05-16 14:54:46 +00:00
Torsten Grote
90437f4fa4
[android] use same color for thread dividers than indentation dividers
2019-05-16 11:35:20 -03:00
Torsten Grote
06212453b2
[android] Adapt private group join notices to new threaded layout
2019-05-16 11:12:48 -03:00
akwizgran
ddc9b5b066
Merge branch '1256-adding-contacts-headless' into 'master'
...
Add a REST endpoint for adding contacts
Closes #1256
See merge request briar/briar!1094
2019-05-16 14:05:48 +00:00
Torsten Grote
0aa6166afa
Merge branch 'account-logging' into 'master'
...
Log contents of account directory for debugging
See merge request briar/briar!1096
2019-05-16 11:51:46 +00:00
akwizgran
60b91bc317
Log contents of account directory for debugging.
2019-05-16 10:06:16 +01:00
akwizgran
20481a3790
Merge branch '1369-thread-layout' into 'master'
...
Move AuthorView up in threaded conversation
Closes #1369
See merge request briar/briar!1095
2019-05-16 08:46:39 +00:00
Torsten Grote
576934910e
Merge branch '1566-equivalent-public-keys' into 'master'
...
Add tests for equivalent handshake public keys
See merge request briar/briar!1093
2019-05-15 20:02:52 +00:00
Torsten Grote
4abc26093e
Merge branch '1556-key-manager-methods-for-pending-contacts' into 'master'
...
Add key manager methods for pending contacts
Closes #1556
See merge request briar/briar!1089
2019-05-15 19:57:32 +00:00
Torsten Grote
aed63746e7
[android] Move AuthorView up in threaded conversation
2019-05-15 16:33:06 -03:00
Torsten Grote
816598b631
[headless] only include alias in contact's JSON representation if it exists
2019-05-15 16:03:02 -03:00
Torsten Grote
c062c16d27
Merge branch 'merge-handshake-and-transport-keys' into 'master'
...
Add support for handshake keys to KeyManager
See merge request briar/briar!1088
2019-05-15 16:27:33 +00:00
Torsten Grote
435b43488a
[headless] address review comments for remote contact adding
2019-05-15 12:36:33 -03:00
Torsten Grote
faa6a85148
[headless] Add tests to ensure that remote contact adding needs auth token
2019-05-15 11:28:01 -03:00
Torsten Grote
3770a9f217
[headless] make events related to adding contacts available via websocket
2019-05-15 11:28:01 -03:00
Torsten Grote
c6211be488
[bramble-core] Broadcast events when pending contacts are added or removed
2019-05-15 11:27:59 -03:00
Torsten Grote
5a73e50248
[headless] expose ContactManager methods for adding contacts remotely
2019-05-15 11:26:21 -03:00
Torsten Grote
dc6971734a
[briar-core] Add a getRealHandshakeLink() method to BriarTestUtils
...
Also allow testOutput from briar-core to be used in briar-headless
2019-05-15 11:26:20 -03:00
Torsten Grote
69e57bee61
[bramble] Let TestUtils return a PendingContact with random state
2019-05-15 11:26:19 -03:00
Torsten Grote
af8cabbb28
[headless] update dependencies
2019-05-15 11:25:11 -03:00
akwizgran
6f31a3c2ad
Merge branch 'key-pair-refactoring' into 'master'
...
Key pair refactoring
See merge request briar/briar!1083
2019-05-15 14:19:48 +00:00
akwizgran
d3469e3782
Merge branch '1482-startup-activity' into 'master'
...
Combine Password and OpenDatabase Activity into StartupActivity
Closes #1482
See merge request briar/briar!1087
2019-05-15 09:57:01 +00:00
akwizgran
9d64b186ff
Add tests for hashing public keys into shared secret.
2019-05-15 10:18:13 +01:00
akwizgran
ca591b5c7b
Add test for equivalent public keys.
2019-05-15 10:18:09 +01:00
akwizgran
2c4188caf5
Use lambdas for tasks requiring a manager lookup.
2019-05-14 17:59:35 +01:00
akwizgran
0b30a0786e
Rename key manager methods for clarity.
2019-05-14 17:59:35 +01:00
akwizgran
f9b928c12a
Annotate equals() argument as nullable.
2019-05-14 17:59:35 +01:00
akwizgran
afa0b96293
Add utility method for null checks.
2019-05-14 17:59:34 +01:00
akwizgran
dd50f4bcd4
Add key manager methods for pending contacts.
2019-05-14 17:59:34 +01:00
akwizgran
f42fc5213e
Add key manager method for contacts with handshake keys.
2019-05-14 17:59:34 +01:00
akwizgran
84e2402404
Update key management terminology.
2019-05-14 17:57:23 +01:00
akwizgran
5adc9d8dbd
Add handshake keys to TransportKeyManagerImpl.
2019-05-14 17:57:22 +01:00
akwizgran
3f51ad6c07
Add handshake mode to MutableTransportKeys.
2019-05-14 17:57:22 +01:00
akwizgran
1fd6d7a6d5
Use @GuardedBy annotation.
2019-05-14 17:57:22 +01:00
akwizgran
7dc4dc566f
Merge handshake and transport keys.
2019-05-14 17:57:19 +01:00
akwizgran
658c63d94e
Rename an argument for clarity.
2019-05-14 17:56:19 +01:00
akwizgran
ee05c32871
Allow pending contact state update not to affect any rows.
2019-05-14 17:55:38 +01:00
akwizgran
d2951eb3cd
Rename key parser classes.
2019-05-14 17:26:28 +01:00
akwizgran
de8a60ea21
Use PublicKey and PrivateKey everywhere.
2019-05-14 17:26:26 +01:00
akwizgran
0e77a47cc1
Refactor key handling to use public classes.
2019-05-14 17:24:19 +01:00
Torsten Grote
421ca309c7
Merge branch '1538-create-handshake-key-pair' into 'master'
...
Generate and store handshake key pair at startup if necessary
Closes #1538
See merge request briar/briar!1082
2019-05-14 15:39:44 +00:00
akwizgran
43787deafd
Address review comments.
2019-05-14 15:55:42 +01:00
Torsten Grote
19ec98b607
[android] use exception instead of string resource in LiveResult
2019-05-13 13:21:58 -03:00
Torsten Grote
ec7fdb3f72
[android] Pass the entire link to the backend, so newer version have a chance to arrive
2019-05-13 12:00:18 -03:00
Torsten Grote
be8aba347d
[android] Add error message for unsupported handshake link version
2019-05-13 12:00:18 -03:00
Torsten Grote
22ebdd8e42
[android] Ensure keyboard is shown for entering password
...
in new StartupActivity and when creating a new account.
2019-05-13 11:58:07 -03:00
Torsten Grote
e37ee7ee04
[android] Use LiveEvent to communicate password validation and account deletion
2019-05-13 08:21:28 -03:00
Torsten Grote
5676e18a22
[android] StartupActivity: Address first round of review comments
2019-05-13 08:21:28 -03:00
Torsten Grote
5ece6505da
[android] Combine Password and OpenDatabase Activity into StartupActivity
2019-05-13 08:21:27 -03:00
Torsten Grote
451edba467
Merge branch 'live-event-reduce-visibility' into 'master'
...
Reduce visibility of LiveEvent inner classes
See merge request briar/briar!1092
2019-05-10 16:52:49 +00:00
Torsten Grote
5880479987
Merge branch '1537-contact-manager-pending-contacts' into 'master'
...
Implement contact manager methods for pending contacts
Closes #1537
See merge request briar/briar!1081
2019-05-10 15:06:08 +00:00
akwizgran
71d8fb2083
Add unit tests for Base32 encoding and decoding.
2019-05-10 15:33:19 +01:00
akwizgran
0825e77dd7
Static import.
2019-05-10 15:11:44 +01:00
akwizgran
593a709a7f
Remove redundant regex.
2019-05-10 15:06:12 +01:00
akwizgran
322fefb2a2
Use matcher to discard prefix if present.
2019-05-10 15:02:47 +01:00
akwizgran
8005cdc659
Reduce visibility of LiveEvent inner classes.
2019-05-10 10:20:49 +01:00
akwizgran
33fdca4aa1
Merge branch 'live-event' into 'master'
...
Migrate existing uses of event-like LiveData to LiveEvent
See merge request briar/briar!1090
2019-05-10 09:09:33 +00:00
akwizgran
e5fc91b620
Rename exceptions and events.
2019-05-10 10:02:49 +01:00
akwizgran
9c08073e49
Rename account to identity.
2019-05-10 10:02:49 +01:00
akwizgran
5553b7d0e4
Remove unused method.
2019-05-10 10:02:48 +01:00
akwizgran
2cce0f5fe2
Remove OpenDatabaseHook priorities.
2019-05-10 10:02:48 +01:00
akwizgran
ebae1037be
Remove unnecessary null check.
2019-05-10 10:02:48 +01:00
akwizgran
0c99ef0e5b
Clean up some duplicated code.
2019-05-10 10:02:48 +01:00
akwizgran
faba9a6b70
Generate handshake keys on demand, store when DB is opened.
2019-05-10 10:02:47 +01:00
akwizgran
891c82b2e5
Add javadocs to DB hook interfaces.
2019-05-10 10:02:47 +01:00
akwizgran
56fbc93962
Move handshake keys from LocalAuthor to Account.
2019-05-10 10:02:47 +01:00
akwizgran
251eb9e712
Add javadoc for handshakeKeys flag.
2019-05-10 10:02:47 +01:00
akwizgran
8b2b7599f9
Generate and store handshake keys at startup if needed.
2019-05-10 10:02:46 +01:00
akwizgran
8c315382e2
Add DB method for setting local handshake key pair.
2019-05-10 10:02:46 +01:00
akwizgran
8183a48ebb
Add unit test for OpenDatabaseHook priority.
2019-05-10 10:02:45 +01:00
akwizgran
f6611daf7b
Replace Client interface with OpenDatabaseHook.
2019-05-10 10:02:45 +01:00
akwizgran
00bc8ac768
Include handshake keys when loading all local authors.
2019-05-10 10:02:45 +01:00
akwizgran
75776eb7de
Generate handshake keys when creating local author.
2019-05-10 10:02:45 +01:00
akwizgran
f0a3130bf3
Test that UnsupportedVersionException is thrown.
2019-05-10 10:01:32 +01:00
akwizgran
64aa121c9c
Reuse UnsupportedVersionException for handshake links.
2019-05-10 10:01:22 +01:00
akwizgran
cc3486df94
Move UnsupportedVersionException to bramble.api package.
2019-05-10 10:01:06 +01:00
akwizgran
cd24be7e42
Add unit tests for pending contact factory.
2019-05-10 10:01:05 +01:00
akwizgran
fa562b40bc
Implement contact manager methods for pending contacts.
2019-05-10 10:01:03 +01:00
akwizgran
fc8ca872a8
Add base32 encoder/decoder.
2019-05-10 09:59:16 +01:00
Torsten Grote
5b63eab314
[android] migrate existing uses of event-like LiveData to LiveEvent
2019-05-09 14:47:16 -03:00
akwizgran
6f0ab8b688
Merge branch '1234-remote-contacts' into 'master'
...
Implement UX for adding contacts remotely
Closes #1234
See merge request briar/briar!1035
2019-05-09 16:52:24 +00:00
Torsten Grote
dfc567cbfd
[bramble] Remove PendingContact test code from ContactManagerImpl
2019-05-09 13:36:21 -03:00
Torsten Grote
de98a4cb12
[android] Introduce a (Mutable)LiveEvent for single-use LiveData
2019-05-09 13:20:09 -03:00
Torsten Grote
fbe375cc4e
Use event instead of CommitAction to handle removed PendingContacts
2019-05-09 11:43:22 -03:00
Torsten Grote
19bc73ac61
[android] show Toast when user shares own handshake link
...
This also limits the AddContactActivity to run within one single task
2019-05-03 11:47:51 -03:00
Torsten Grote
d17331b578
[android] Set handshake link when received via sharing intent or link click
2019-05-03 10:18:47 -03:00
Torsten Grote
bec1f117ba
Remote Contact Adding: Rename methods and add more exception handling
2019-05-03 09:48:20 -03:00
Torsten Grote
2c014b4e46
Only remove PendingContact from UI when removed from DB
2019-05-03 09:48:19 -03:00
Torsten Grote
7a71d2bad4
Remote Contact Adding UI: Address review comments
2019-05-03 09:48:19 -03:00
Torsten Grote
4bf21b2f3b
[android] hide feature to add contacts remotely behind feature flag
2019-05-03 09:48:19 -03:00
Torsten Grote
4a57939b80
[android] finalize list of pending contacts and add test code
2019-05-03 09:48:19 -03:00
Torsten Grote
66cdf4f595
Refactored IntroductionSucceededEvent into more generic ContactAddedRemotelyEvent
2019-05-03 09:48:18 -03:00
Torsten Grote
3384477499
[android] Add BriarSnackbarBuilder to standardize snackbar creation
2019-05-03 09:48:18 -03:00
Torsten Grote
58ffc6e761
[android] rough sketch of UI for adding contacts remotely
2019-05-03 09:48:15 -03:00
akwizgran
df5ac59fc9
Merge branch 'gradle-android-3.4' into 'master'
...
Update the Android gradle plugin to version 3.4.0
See merge request briar/briar!1085
2019-05-03 09:36:46 +00:00
akwizgran
dc649b195a
Merge branch '1552-send-controller-exception' into 'master'
...
Don't disable TextInputView directly, use controller
Closes #1552
See merge request briar/briar!1086
2019-05-01 09:38:34 +00:00
Torsten Grote
3d9a8f9bf8
[android] Use TextSendController to disable TextInputView
...
Fixes #1552
2019-04-26 13:45:49 -03:00
Torsten Grote
96975e0d43
Upgrade dagger, mockito and okhttp
2019-04-26 09:07:26 -03:00
Torsten Grote
6691e708e4
Update the Android gradle plugin to version 3.4.0
2019-04-25 20:55:30 -03:00
Torsten Grote
421c9c44d6
Merge branch 'bump-schema-version' into 'master'
...
Bump schema version to match migrations
See merge request briar/briar!1084
2019-04-23 14:41:18 +00:00
akwizgran
29d3ee2439
Bump schema version to match migrations.
2019-04-23 15:31:30 +01:00
akwizgran
06d4f85768
Merge branch 'add-handshake-key-pairs-to-db' into 'master'
...
Add handshake key pairs to DB, remove inactive contacts
Closes #1276
See merge request briar/briar!1080
2019-04-23 12:31:59 +00:00
Torsten Grote
9685462242
Merge branch 'static-transport-keys' into 'master'
...
Add database support for pending contacts and handshake keys
See merge request briar/briar!1078
2019-04-22 14:00:52 +00:00
akwizgran
84f2c29c76
Remove unnecessary call to replaceTypes().
2019-04-22 14:43:47 +01:00
akwizgran
9c8125d77a
Rename 'alice' flags to clarify usage, add comments.
2019-04-19 11:57:55 +01:00
akwizgran
1a1a010ee7
Update key derivation labels for handshake mode.
2019-04-19 11:36:21 +01:00
akwizgran
56fb20f257
Small code cleanups.
2019-04-18 13:47:31 +01:00
akwizgran
f82294527f
Fix column index in getLocalAuthor().
2019-04-18 13:35:42 +01:00
akwizgran
456f25b701
Revert unintended change to javadoc.
2019-04-18 13:31:00 +01:00
akwizgran
0587fdc54c
Add handshake key pairs to DB, remove inactive contacts.
2019-04-18 13:15:25 +01:00
akwizgran
ece083026e
Merge branch '1534-rss-notification' into 'master'
...
Make RSS blog posts not local: re-enables notification
Closes #1534
See merge request briar/briar!1079
2019-04-18 08:01:16 +00:00
Torsten Grote
0e5bb3e9de
[core] RSS blog posts are not local: re-enables notification
2019-04-17 20:32:09 -03:00
akwizgran
dcebd5a81c
Update terminology from static keys to handshake keys.
2019-04-17 17:28:22 +01:00
akwizgran
e9a3685bfd
Fix spurious line wrapping.
2019-04-17 17:22:49 +01:00
akwizgran
3aadcc17dd
Add public key to pending contacts.
2019-04-17 15:30:15 +01:00
akwizgran
296ce080e2
Add unit tests for pending contact exception.
2019-04-17 15:14:53 +01:00
akwizgran
724e6643bd
Add DB methods for handshake keys and pending contacts.
2019-04-17 15:07:58 +01:00
akwizgran
fafd0c7ff9
Rename static transport keys to handshake keys.
2019-04-17 14:52:52 +01:00
akwizgran
e91a7c64d8
Add unit tests for DB pending contact methods.
2019-04-17 13:06:41 +01:00
akwizgran
f08e3a58e6
Add database methods for pending contacts.
2019-04-17 12:44:43 +01:00
akwizgran
94de1834b8
Add unit tests for DB static key methods.
2019-04-17 12:06:47 +01:00
akwizgran
6b24eeb84c
Add method to set reordering window for static keys.
2019-04-17 09:58:36 +01:00
akwizgran
f72ff9f812
Add database methods for static keys.
2019-04-16 17:51:31 +01:00
akwizgran
0f5f440f1c
Add key set and key set ID classes for static keys.
2019-04-16 16:59:07 +01:00
akwizgran
7acbe56197
Add abstract superclass for transport keys.
2019-04-16 16:34:27 +01:00
akwizgran
fccf735a89
Add unit tests for static key derivation.
2019-04-16 16:34:27 +01:00
akwizgran
d5ac2c9ead
Fix master secret/master key/root key terminology.
...
In the key agreement, contact exchange and introduction protocols we
refer to the master key. In the transport protocol we refer to the root
key. When adding a contact in person, the key agreement protocol's
master key is used as the transport root key. When a contact is
introduced, the introduction protocol's master key is used as the
transport root key.
2019-04-16 16:34:26 +01:00
akwizgran
d4b929fc6c
Add key derivation for static keys.
2019-04-16 16:34:26 +01:00
akwizgran
b568405f59
Create DB tables for static keys.
2019-04-16 16:34:19 +01:00
Torsten Grote
ff2f710495
Merge branch 'crypto-api-code-cleanup' into 'master'
...
Minor code cleanups for crypto API
See merge request briar/briar!1076
2019-04-06 14:20:26 +00:00
Torsten Grote
d00094edab
Merge branch '1504-nokia-wake-lock' into 'master'
...
Use an appropriate wake lock tag for the device
Closes #1504
See merge request briar/briar!1077
2019-04-06 14:18:17 +00:00
akwizgran
9ca854473f
Use an appropriate wake lock tag for the device.
2019-04-06 10:38:27 +01:00
Torsten Grote
8603fd3257
Merge branch 'inject-dialog-fragments-early' into 'master'
...
Inject remaining fragments in onAttach()
See merge request briar/briar!1075
2019-04-05 16:43:27 +00:00
Torsten Grote
648fc6e65c
Merge branch 'async-events-refactoring' into 'master'
...
Refactor UI event listeners
See merge request briar/briar!1074
2019-04-05 16:41:19 +00:00
akwizgran
0c65e97fcf
Inject remaining fragments in onAttach().
2019-04-05 16:57:11 +01:00
akwizgran
16d2154c73
Add a couple of code cleanups.
2019-04-05 16:49:46 +01:00
akwizgran
b8e390db21
Refactor UI event listeners.
2019-04-05 16:36:54 +01:00
Torsten Grote
b2702062bc
Merge branch 'async-events-commit-actions' into 'master'
...
Allow actions to be attached to transactions
See merge request briar/briar!1073
2019-04-05 15:12:36 +00:00
akwizgran
f11b32f188
Add unit test for commit actions.
2019-04-05 16:02:37 +01:00
akwizgran
d603607a90
Allow event executor tasks to be attached to transactions.
2019-04-05 15:57:20 +01:00
Torsten Grote
6c0dffff56
Merge branch 'db-code-cleanup' into 'master'
...
Clean up some database code
See merge request briar/briar!1071
2019-04-05 14:38:54 +00:00
Torsten Grote
9f3394aa1d
Merge branch 'async-events' into 'master'
...
Broadcast events asynchronously
See merge request briar/briar!1072
2019-04-05 14:29:35 +00:00
akwizgran
74710664e3
Reduce scope of @SuppressWarnings.
2019-04-05 15:21:46 +01:00
akwizgran
0d0197fd2d
Construct EventBusImpl by injection.
2019-04-05 15:19:31 +01:00
akwizgran
c3b5b04b71
Broadcast events asynchronously.
2019-04-05 15:00:49 +01:00
akwizgran
8b3164e107
Merge branch '1529-request-buttons' into 'master'
...
Ensure that conversation request buttons always work
Closes #1529
See merge request briar/briar!1070
2019-04-05 12:55:26 +00:00
Torsten Grote
79ff5aa148
[android] ensure that conversation request buttons always work
2019-04-05 09:38:08 -03:00
akwizgran
652ce4a53d
Merge branch '1514-introduction-message' into 'master'
...
Fix Introduction Issues
Closes #1516 and #1514
See merge request briar/briar!1067
2019-04-04 16:47:09 +00:00
akwizgran
df0d6594b6
Merge branch '1522-contact-alias-length' into 'master'
...
Check contact alias for maximum length in UI
Closes #1522
See merge request briar/briar!1069
2019-04-03 10:17:54 +00:00
Torsten Grote
f73ecc6066
[android] Check contact alias for maximum length before proceeding
2019-04-02 15:06:32 -03:00
akwizgran
0f614e8460
Merge branch '1492-send-after-previews-loaded' into 'master'
...
Show progress bar while image previews are loading
Closes #1510 , #1509 , and #1492
See merge request briar/briar!1033
2019-04-01 10:27:38 +00:00
Torsten Grote
f4bdd201a3
[android] fix bug where onboarding is shown again when activity resumes
2019-03-28 08:45:43 -03:00
Torsten Grote
5130c83556
[android] Show progress bar while image previews are loading
...
This refactors the send buttons out into their own composite view
2019-03-28 08:45:43 -03:00
Torsten Grote
423ecc003b
[android] Get notified when all image previews have been loaded
...
Also fix crash when attaching image fails
2019-03-28 08:45:43 -03:00
Torsten Grote
419f37a4a9
Merge branch '1517-scroll-listener-npe' into 'master'
...
Don't try to get item at NO_POSITION
Closes #1517
See merge request briar/briar!1068
2019-03-28 11:30:42 +00:00
akwizgran
3d94ffb714
Don't try to get item at NO_POSITION.
2019-03-28 11:06:13 +00:00
Torsten Grote
d40cfd30a2
Let IntroductionResponse know if introduction can succeed
...
and use this information in the android UI for showing that the user
needs to wait or not.
2019-03-26 16:18:25 -03:00
Torsten Grote
3b4a92f66c
Fix introduction after one was declined
...
When we received a remote decline we always went into the REMOTE_DECLINED state
while there's two cases where we need to go into the START state instead.
So when the new request arrived, we weren't in START and thus aborted the protocol.
This commit fixes this.
Fixes #1516
2019-03-26 16:18:25 -03:00
Torsten Grote
f9dfbe3fa5
Don't show remote introduction responses after declining locally
...
Fixes #1514
2019-03-26 16:18:11 -03:00
Torsten Grote
bc8bb08853
Merge branch '1488-do-not-witness-aapt' into 'master'
...
Exclude AAPT dependency from gradle-witness
See merge request briar/briar!1066
2019-03-26 17:19:40 +00:00
akwizgran
cc67a8fcdd
Exclude AAPT dependency from gradle-witness.
2019-03-26 17:06:46 +00:00
akwizgran
f8cf88e6cd
Merge branch '1421-contact-list-during-migration' into 'master'
...
Don't start BriarActivities when lifecycle did not start
Closes #1421
See merge request briar/briar!1058
2019-03-26 14:25:10 +00:00
akwizgran
bc58c47a22
Merge branch 're-add-objective-c-code-style' into 'master'
...
Revert "Remove Objective C from code styles"
See merge request briar/briar!1065
2019-03-26 14:23:50 +00:00
Torsten Grote
aa6879c48e
Revert "Remove Objective C from code styles"
...
This reverts commit a20e868970 .
2019-03-22 15:18:02 -03:00
akwizgran
4d26628f2a
Bump version numbers for 1.1.6 release.
2019-03-22 16:56:56 +00:00
akwizgran
abaa70da99
Merge branch '1501-new-contacts-at-top' into 'master'
...
Display new contacts at the top of the contact list
Closes #1501
See merge request briar/briar!1063
2019-03-22 16:53:52 +00:00
Torsten Grote
6435c3520c
[android] Update translations, add Azerbaijani
2019-03-22 13:09:38 -03:00
akwizgran
b5c4c7ae61
Merge branch '1077-save-threaded-discussion-position' into 'master'
...
Save list position in threaded conversations and main blog feed
Closes #1077
See merge request briar/briar!1054
2019-03-22 15:42:53 +00:00
Torsten Grote
5d96da3547
Merge branch '1508-check-android-paths-for-null' into 'master'
...
Check external storage paths for null
Closes #1508
See merge request briar/briar!1064
2019-03-22 14:53:41 +00:00
akwizgran
ed842f781a
Don't create extra activity instances from splash screen.
2019-03-22 13:37:58 +00:00
akwizgran
5e30e5e1de
Check external storage paths for null.
2019-03-22 11:36:07 +00:00
Torsten Grote
ce52a36db1
Display new contacts at the top of the contact list
...
by initializing their latest message time with the current time
2019-03-21 11:45:27 -03:00
akwizgran
f5ef87b34b
Merge branch '1289-recycler-view-visible-detection' into 'master'
...
Prevent RecyclerView's pre-rendering from marking invisible messages as read
Closes #1289
See merge request briar/briar!1061
2019-03-21 13:48:44 +00:00
Torsten Grote
4c6f68c255
[android] optimize method to update unread counts
2019-03-21 09:59:33 -03:00
Torsten Grote
ae09b4c607
[android] remove complicated logic for detecting new visible items
...
notify after every scroll for all visible items instead
2019-03-19 12:35:15 -03:00
Torsten Grote
880d77922e
[android] use ScrollListener to mark messages read in private conversation
2019-03-19 11:42:59 -03:00
Torsten Grote
1c227e81e4
[android] update unread counts with a ScrollListener in threaded conversations
2019-03-19 11:42:59 -03:00
akwizgran
541acad29a
Merge branch '1357-proper-panic-deletion' into 'master'
...
Stop lifecycle before deleting app data and exit cleanly
Closes #1380 and #1357
See merge request briar/briar!1060
2019-03-19 14:15:49 +00:00
Torsten Grote
60f71648f3
[android] Don't start NavDrawerActivity directly from foreground notification
...
It might be that the lifecycle didn't start, so we need to show the
OpenDatabaseActivity first.
2019-03-19 11:14:01 -03:00
Torsten Grote
270b8af39f
[android] add review comments for panic induced account deletion
2019-03-19 10:57:28 -03:00
Torsten Grote
31d3324701
[android] stop livecycle before delete app data and exit cleanly
...
Fixes #1380
2019-03-19 10:50:51 -03:00
akwizgran
dbe46d60fd
Merge branch '830-text-input-landscape-send' into 'master'
...
Make Text Input Fields Work In Landscape Mode
Closes #830
See merge request briar/briar!1053
2019-03-19 10:38:17 +00:00
akwizgran
d10ab96955
Merge branch '1370-block-block-notification' into 'master'
...
Block blog notifications when this blog is open
Closes #1370
See merge request briar/briar!1057
2019-03-19 10:35:42 +00:00
akwizgran
b2841e245a
Merge branch 'gradle-plugin-3.3.2' into 'master'
...
Upgrade android gradle plugin to 3.3.2
See merge request briar/briar!1062
2019-03-19 10:15:37 +00:00
akwizgran
68c40f0c46
Minor code cleanups for crypto API.
2019-03-15 13:54:04 +00:00
Torsten Grote
9ccd8d1602
Upgrade android gradle plugin to 3.3.2
...
This also updates some briar-headless dependencies
2019-03-14 14:27:53 -03:00
Torsten Grote
ac3942975e
[android] add SendAction for RSS feed import
2019-03-12 17:10:52 -03:00
Torsten Grote
b6455d40a7
[android] add SendAction to EmojiTextInputView
2019-03-12 16:05:53 -03:00
Torsten Grote
2815ad042d
[android] don't show blog post notifications for own blog posts
2019-03-08 16:45:31 -03:00
Torsten Grote
2055961534
[android] remember scroll position in individual blogs
...
across configuration changes
2019-03-08 16:33:15 -03:00
Torsten Grote
741eae34e9
[android] save list position of main blog feed
2019-03-08 16:08:11 -03:00
Torsten Grote
50bd4cce6b
[android] Save list position in threaded conversations
2019-03-08 16:08:11 -03:00
akwizgran
0a5a8310fc
Merge branch '1210-contact-list-duplicates' into 'master'
...
Small improvements for contact list, hunting duplicates
See merge request briar/briar!1056
2019-03-08 14:26:56 +00:00
akwizgran
cc43d5982a
Merge branch '1196-remove-thread-sent-snackbars' into 'master'
...
Remove unnecessary snackbars in threaded conversation
Closes #1196
See merge request briar/briar!1055
2019-03-08 14:23:19 +00:00
akwizgran
50675473ce
Merge branch '1126-link-warning-buttons' into 'master'
...
Make link warning dialog scrollable
Closes #1126
See merge request briar/briar!1050
2019-03-08 13:38:06 +00:00
akwizgran
de852b2a9f
Merge branch '1413-empty-state-fix' into 'master'
...
Always show empty state messages
Closes #1413
See merge request briar/briar!1059
2019-03-08 10:00:41 +00:00
Torsten Grote
b7c712116b
[android] Always show empty state messages
...
This works around an upstream ConstraintLayout Group visiblity bug:
https://issuetracker.google.com/issues/117485026
2019-03-01 15:34:29 -03:00
Torsten Grote
7dd4897c8c
[android] small improvements for contact list
2019-02-28 15:16:36 -03:00
Torsten Grote
7469c0f5e3
[android] remove unnecessary snackbars in threaded conversation
...
that appear after posting a new message there
2019-02-28 14:28:37 -03:00
akwizgran
144ea0c2fc
Merge branch '875-sharing-status-screen-updates' into 'master'
...
Update memberlists while they are open
Closes #875
See merge request briar/briar!1048
2019-02-28 13:27:19 +00:00
Torsten Grote
a917ebdc76
[android] Close memberlist or sharing status screen when group was left
2019-02-28 09:25:18 -03:00
Torsten Grote
2a389c74dc
[android] when sharing a forum or blog, add peers to list while it is open
2019-02-28 09:25:08 -03:00
Torsten Grote
ef16d096f1
[android] add group members to memberlist when they join
2019-02-28 09:25:08 -03:00
akwizgran
679455888b
Merge branch '833-ui-reference' into 'master'
...
Don't pass UI classes to the core, use events instead
See merge request briar/briar!1044
2019-02-28 11:11:14 +00:00
akwizgran
d4372ddae7
Merge branch 'headless-document-build' into 'master'
...
Briar Headless: Document build process
See merge request briar/briar!1042
2019-02-28 11:10:24 +00:00
Nico Alt
c3ef990a94
Briar Headless: Document build process
2019-02-27 21:27:04 +01:00
Torsten Grote
8ae9b7f5a2
[android] Ensure that buttons of link warning are always visible
2019-02-27 17:01:50 -03:00
Torsten Grote
106d80ef76
[android] Make link warning dialog scrollable
2019-02-27 14:03:20 -03:00
Torsten Grote
9422ba2718
Don't pass UI classes to the core, use events instead
...
This removed the ContactExchangeListener in favor of new events
2019-02-27 13:55:33 -03:00
akwizgran
8343f5c2db
Merge branch 'objective-c' into 'master'
...
Remove Objective C from code styles
See merge request briar/briar!1051
2019-02-27 13:42:08 +00:00
akwizgran
371c7efb04
Merge branch '1106-memberlist-button' into 'master'
...
Move group memberlist button to overflow menu
See merge request briar/briar!1052
2019-02-27 13:40:19 +00:00
Torsten Grote
92d67645ab
[android] move group memberlist button to overflow menu
2019-02-27 10:25:41 -03:00
Torsten Grote
a20e868970
Remove Objective C from code styles
2019-02-27 10:14:22 -03:00
akwizgran
dd853f6718
Merge branch '1475-status-bar-return-transition' into 'master'
...
Show the status bar when finishing ImageActivity
See merge request briar/briar!1036
2019-02-27 13:11:29 +00:00
akwizgran
16a8ad996a
Merge branch '869-remove-group-button' into 'master'
...
[android] Fix private group status text over remove button
Closes #869
See merge request briar/briar!1047
2019-02-27 11:36:06 +00:00
akwizgran
e27885f0c8
Merge branch '850-initial-group-sharing-status' into 'master'
...
Update group sharing status when creator joins group
Closes #850
See merge request briar/briar!1046
2019-02-27 11:34:55 +00:00
Torsten Grote
f6ef48bf90
[android] Fix private group status text over remove button
2019-02-26 11:38:17 -03:00
Torsten Grote
e282ca763d
[android] Update group sharing status when creator joins group
2019-02-26 11:29:23 -03:00
Torsten Grote
71016382dc
Merge branch 'tor-0.3.5.8' into 'master'
...
Upgrade Tor to 0.3.5.8
See merge request briar/briar!1045
2019-02-26 13:15:22 +00:00
akwizgran
d004933fae
Upgrade Tor to 0.3.5.8.
2019-02-26 12:39:47 +00:00
akwizgran
37512c50d8
Merge branch '1497-foreground-permission' into 'master'
...
Add FOREGROUND_SERVICE permission (needed when targeting higher API level)
See merge request briar/briar!1041
2019-02-21 10:30:10 +00:00
Torsten Grote
0b61a5d40a
Add FOREGROUND_SERVICE permission (needed when targeting higher API level)
2019-02-20 11:00:15 -03:00
akwizgran
5dd320f282
Merge branch '1498-meek' into 'master'
...
Use the pluggable transport meek lite where obfs4 is blocked
Closes #1498 and #1418
See merge request briar/briar!1040
2019-02-19 17:37:13 +00:00
akwizgran
2a21db5fb6
Merge branch 'tor-0.3.5.7' into 'master'
...
Upgrade Tor to 0.3.5.7
See merge request briar/briar!1039
2019-02-19 16:37:30 +00:00
Torsten Grote
b023593a2c
Use the pluggable transport meek lite where obfs4 is blocked
2019-02-19 12:49:22 -03:00
Torsten Grote
5ccf2cae1f
Upgrade Tor to 0.3.5.7
2019-02-19 11:09:45 -03:00
Torsten Grote
c2cb89ab73
[android] show the status bar when finishing ImageActivity
...
to prevent visible jump in exit transition.
2019-02-13 16:54:16 -02:00
Torsten Grote
b342759e06
Merge branch '978-tor-only-on-battery' into 'master'
...
Add a setting to disable Tor when running on battery
Closes #978
See merge request briar/briar!1032
2019-02-06 14:46:33 +00:00
akwizgran
93d99b0111
Tweak wording of Tor battery setting.
2019-02-06 14:23:15 +00:00
akwizgran
61e8d576d2
Update mobile data log message, simplify logic.
2019-02-06 14:20:04 +00:00
Torsten Grote
75c37a258e
Add a setting to disable Tor when running on battery
2019-02-05 13:46:26 -02:00
akwizgran
e964dae64b
Merge branch '1468-image-size-tests' into 'master'
...
Add tests for parsing image sizes
See merge request briar/briar!1026
2019-01-15 17:26:55 +00:00
akwizgran
986d884b40
Refactor ImageManager to ImageHelper.
2019-01-15 17:14:57 +00:00
akwizgran
9557afabc6
Change MIME types to "image/jpeg", unsuppress warning.
2019-01-15 16:49:18 +00:00
Torsten Grote
ebe6b0d4c0
[android] Split up AttachmentController tests into integration and unit
2019-01-15 16:33:03 +00:00
Torsten Grote
6e83fb7aef
[android] add tests for getting attachment items from AttachmentController
2019-01-15 16:33:00 +00:00
Torsten Grote
7a5ec2af12
[android] Add test for MarkEnforcingInputStream
2019-01-15 16:32:23 +00:00
akwizgran
ce1fde496c
Merge branch '1477-check-attachment-support' into 'master'
...
Find out if contacts support image attachments and enable them
Closes #1477
See merge request briar/briar!1019
2019-01-15 15:35:48 +00:00
akwizgran
4b62c51fbf
Revert to using a fixed delay for the onboarding.
2019-01-15 15:23:30 +00:00
akwizgran
226ed3dd73
Wrap long line, remove redundant variable.
2019-01-14 14:31:31 +00:00
akwizgran
ab07dfb32c
Use expression lambda.
2019-01-14 14:26:09 +00:00
akwizgran
20c51c1aa4
Group together fields with the same access restrictions.
2019-01-14 14:25:32 +00:00
Torsten Grote
232c2129a7
[android] use a LiveData in ConversationActivity to get notified when transition ended
2019-01-14 14:22:31 +00:00
Torsten Grote
3620edbfc9
[android] set a transition animation duration for ConversationActivity
...
so we know better for how long to delay the onboarding dialogs
2019-01-14 14:21:34 +00:00
Torsten Grote
ad71d69149
Create and use method in MessagingManager for checking for image support
2019-01-14 14:21:33 +00:00
Torsten Grote
f73f8ca7e7
[android] do not show two private conversation onboardings at the same time
...
Checking for introduction onboarding is now done in the ViewModel
together with the image onboarding. The latter has preference. If both
could be shown, the introduction onboarding will be delayed to the next
time the user enters the conversation.
2019-01-14 14:21:33 +00:00
Torsten Grote
16c701a71a
[android] only enable image feature if contact supports it
...
Also show an onboarding the first time, the feature gets activiated
2019-01-14 14:21:19 +00:00
akwizgran
8183b7b26a
Merge branch '1469-hide-ui-without-flashing' into 'master'
...
Hide UI without flashing
Closes #1469
See merge request briar/briar!1030
2019-01-11 17:22:04 +00:00
akwizgran
bd48c97eab
Merge branch 'upgrade-jackson-2.9.8' into 'master'
...
Upgrade Jackson to 2.9.8
See merge request briar/briar!1031
2019-01-11 17:07:07 +00:00
akwizgran
925dc29a1f
Merge branch 'hide-ui-api-15' into 'master'
...
Improve UI hiding behaviour
See merge request briar/briar!1029
2019-01-11 17:03:24 +00:00
akwizgran
91777fd942
Hide UI without flashing.
2019-01-11 16:59:53 +00:00
akwizgran
fbce8f81c7
Merge branch '1475-transition-name' into 'master'
...
Use a unique transition name for each AttachmentItem
See merge request briar/briar!1028
2019-01-11 16:54:24 +00:00
akwizgran
d7c72c4d68
Use a unique transition name for each AttachmentItem.
2019-01-11 16:45:20 +00:00
akwizgran
4faf535801
Reduce visibility.
2019-01-11 16:45:20 +00:00
akwizgran
526ef7c6d8
Add array entries for new translations.
2019-01-11 15:13:06 +00:00
akwizgran
798dff1a03
Update translations, add Macedonian and Ukrainian.
2019-01-11 12:18:15 +00:00
akwizgran
a4336776c9
Merge branch '1475-image-transitions' into 'master'
...
Resolve main issues with image transition animation
See merge request briar/briar!1016
2019-01-09 15:01:29 +00:00
akwizgran
418451cbd9
Use consistent conditions to decide whether to scroll.
2019-01-09 14:30:57 +00:00
akwizgran
045fcfc5fa
Remove translucent window effect.
2019-01-09 14:30:57 +00:00
Torsten Grote
ef998577db
[android] add nullability annotations to ImageActivity
2019-01-09 14:30:57 +00:00
Torsten Grote
a53345a3c9
[android] scroll down when new messages arrive while conversation is visible
...
Also shows new message notification when ConversationActivity is paused
2019-01-09 14:30:56 +00:00
Torsten Grote
ed8c09282d
[android] enable image shared element transition for API 21+22
...
There's an Android framework bug (#224270 ) on these APIs that causes a NPE
when the shared element is not visible anymore when returning.
Since we know restore the list position, the shared element should be
visible and thus not produce NPEs anymore.
2019-01-09 14:30:56 +00:00
Torsten Grote
42197b5b5c
[android] Fix enter transition to fullscreen ImageActivity
2019-01-09 14:30:56 +00:00
Torsten Grote
374fc7035b
[android] Save and restore list position of conversation across restarts
2019-01-09 14:30:55 +00:00
akwizgran
9b796c7cc3
Merge branch '1438-send-image-attachments-multiple' into 'master'
...
UX for sending multiple image attachments
See merge request briar/briar!1015
2019-01-04 17:04:43 +00:00
akwizgran
532edff642
Minor code cleanups.
2019-01-04 16:55:29 +00:00
akwizgran
6857252471
Merge branch '1480-window-background' into 'master'
...
[android] Change light theme background color closer to white
See merge request briar/briar!1020
2018-12-21 16:48:18 +00:00
Torsten Grote
c229e19452
[android] remove images from preview that could not be loaded
...
We will not even attempt to attach them
2018-12-21 11:05:34 -02:00
Torsten Grote
42bca09d16
[android] Add gap between attached image previews
2018-12-21 11:05:34 -02:00
Torsten Grote
9eacbfa659
[android] Remove palette library
...
we are not extracting photo colors anymore
2018-12-21 11:05:34 -02:00
Torsten Grote
f14e546dc6
[android] allow to attach multiple images
2018-12-21 11:05:34 -02:00
akwizgran
684c64a1d9
Merge branch '1310-disable-enter-transition-for-samsung7' into 'master'
...
[android] Disable Conversation Enter Transition for Samsung 7 devices
Closes #1310
See merge request briar/briar!1023
2018-12-19 11:32:51 +00:00
akwizgran
6fdab959b1
Merge branch '631-inject-fragments-early' into 'master'
...
Inject fragments earlier in their lifecycle
Closes #631
See merge request briar/briar!1024
2018-12-19 11:24:31 +00:00
Torsten Grote
c8487483ff
[android] Also consider Android 7.1 (API 25) to be Samsung7
...
which is used for disabling certain features due to crashes there.
2018-12-18 18:17:27 -02:00
Torsten Grote
a159b23dc0
[android] Disable Conversation Enter Transition for Samsung 7 devices
2018-12-18 18:16:32 -02:00
Torsten Grote
5070a27a83
[android] also fix some activity nullability issues
2018-12-18 18:12:05 -02:00
Torsten Grote
9ce73a6840
[android] inject fragments already in onAttach()
...
This also removes the need to override the inject method even when
there's nothing to inject.
While passing over all fragments, some nullability issues also have been
addressed.
2018-12-18 18:01:04 -02:00
akwizgran
6e9928f20f
Merge branch '1484-wait-for-component-to-be-created' into 'master'
...
[android] AliasFragment: Wait for activity component to be created
Closes #1484
See merge request briar/briar!1022
2018-12-18 17:46:19 +00:00
Torsten Grote
b31d61afc5
[android] AliasFragment: Wait for activity component to be created
...
before injecting the ViewModel
2018-12-18 15:32:26 -02:00
akwizgran
5a99cb93cc
Merge branch '1482-check-earlier-for-sign-in' into 'master'
...
[android] don't crash when re-opening conversation after briar exited
Closes #1482
See merge request briar/briar!1021
2018-12-18 12:58:39 +00:00
Torsten Grote
d0bbebd25e
[android] don't crash when re-opening conversation after briar exited
2018-12-17 18:42:06 -02:00
Torsten Grote
4307d26606
[android] Change light theme background color closer to white
2018-12-17 17:25:12 -02:00
akwizgran
0089c1ac6d
Merge branch '1468-restrict-image-size' into 'master'
...
Fix first issues related to image size
See merge request briar/briar!1018
2018-12-17 12:48:15 +00:00
akwizgran
2a7aac4930
Upgrade Jackson to 2.9.8.
2018-12-17 12:09:36 +00:00
akwizgran
a37b6d81ed
Merge branch '1242-save-snackbar-fix' into 'master'
...
[android] Clarify the meaning of image save state
See merge request briar/briar!1017
2018-12-17 11:17:12 +00:00
Torsten Grote
1d09a6708a
[android] don't ever load an entire image into memory
...
This happens on API 27+28 if loading TIFF or WebP files.
Using an InputStream with a read limit prevents this.
2018-12-14 20:11:43 -02:00
Torsten Grote
d3b6f484c8
[android] allow image transformations in full-screen view
...
to prevent crashes from huge images
2018-12-14 20:11:43 -02:00
Torsten Grote
039c6edb66
[android] increase scale levels of PhotoView
2018-12-14 20:11:43 -02:00
Torsten Grote
8b9f89eab2
[android] Clarify the meaning of image save state
2018-12-14 12:27:47 -02:00
akwizgran
1e2c17b170
Merge branch '1242-display-image-attachments-multiple' into 'master'
...
Swipe left/right in image screen for images from same message
See merge request briar/briar!1012
2018-12-13 16:33:24 +00:00
Torsten Grote
a994966095
[android] address review comments for image fullscreen swiping
2018-12-13 12:00:51 -02:00
Torsten Grote
2bea581654
[android] Swipe left/right in image screen to see other images from the same message
2018-12-13 11:59:41 -02:00
Torsten Grote
87377666aa
Merge branch '1473-display-multiple-images' into 'master'
...
UX for displaying multiple image attachments
Closes #1473
See merge request briar/briar!1010
2018-12-13 13:07:24 +00:00
akwizgran
9d07b2e141
Resolve merge conflicts.
...
# Conflicts:
# briar-android/src/main/java/org/briarproject/briar/android/conversation/AttachmentController.java
# briar-android/src/main/java/org/briarproject/briar/android/util/UiUtils.java
2018-12-13 11:41:04 +00:00
akwizgran
5c312b49e2
Merge branch '1438-send-image-attachments' into 'master'
...
Store attachments and actually attach them to sent messages
Closes #1438
See merge request briar/briar!1006
2018-12-13 10:27:09 +00:00
Torsten Grote
f56efe45cd
Merge branch '1477-get-client-minor-version' into 'master'
...
Add method for querying client minor version supported by contact
See merge request briar/briar!1014
2018-12-12 19:34:55 +00:00
Torsten Grote
2332a58681
[android] address review comments for displaying multiple images
2018-12-12 17:00:44 -02:00
Torsten Grote
8c6dfaa196
[android] Use @UiThread instead of @MainThread
2018-12-12 16:18:43 -02:00
Torsten Grote
3cfb04b60d
Establish some rules for handling InputStreams
...
* Methods shouldn't place any special requirements on the streams
passed into them
* This implies that if a stream's going to be marked and reset,
that should all happen within one method
* This also implies that if a method needs to mark and reset a stream,
it should wrap the stream in a BufferedInputStream before doing so,
rather than requiring a markable stream to be passed in
2018-12-12 16:17:50 -02:00
Torsten Grote
e85fbfb952
[android] close InputStream with new IoUtils method
2018-12-12 16:17:50 -02:00
Torsten Grote
80ee35d926
[core] Return fake mini PNG as Attachment instead of throwing exception
2018-12-12 16:17:50 -02:00
Torsten Grote
4796902b9c
[android] store attachments and actually attach them to sent messages
2018-12-12 16:17:50 -02:00
akwizgran
149e67c0f7
Reduce code duplication in tests.
2018-12-12 11:57:35 +00:00
akwizgran
1d5214117f
Add tests for getClientMinorVersion().
2018-12-11 17:55:39 +00:00
akwizgran
b8f248ca9c
Add tests for getClientVisibility().
2018-12-11 17:51:42 +00:00
Torsten Grote
dfb71a03a5
[android] Only retrieve image sizes for single images in messages
...
We need to do this to know the height of messages when binding the view.
The size of single images can be different (e.g. due to orientation).
For multiple images, we use a fixed size, so no retrieval is required.
2018-12-11 15:38:05 -02:00
Torsten Grote
961fdc8e72
[android] Show multiple images in message bubble
2018-12-11 15:28:21 -02:00
Torsten Grote
c3d44663cd
[android] Use a nested RecyclerView with a single items to show image attachments
...
This is preparation for showing multiple image attachments in one
message bubble.
2018-12-11 15:28:21 -02:00
akwizgran
0081472489
Add method for querying contact's client minor version.
2018-12-11 17:25:29 +00:00
akwizgran
cdf4f3a24b
Merge branch '1232-add-contacts-remotely-api' into 'master'
...
[api] Add interface for adding contacts remotely
See merge request briar/briar!1007
2018-12-10 10:53:37 +00:00
Torsten Grote
fb1d8e860f
[api] Add interface for adding contacts remotely
2018-12-10 08:30:50 -02:00
akwizgran
a3c526ec9a
Merge branch '1298-scrub-wifi-address-in-crash-report' into 'master'
...
Scrub wifi IP address in crash reports.
Closes #1298
See merge request briar/briar!1013
2018-12-10 10:12:42 +00:00
Jordi Salvat
dee488d06d
Scrub wifi IP address in crash reports.
2018-12-10 01:07:37 +01:00
Torsten Grote
b29c7d8022
Merge branch '1385-make-link-cover-entire-word' into 'master'
...
[android] fix start of link in error message for adding contacts
Closes #1385
See merge request briar/briar!1011
2018-12-07 19:13:54 +00:00
akwizgran
0725d207ec
Merge branch '1432-headless-integration-tests' into 'master'
...
[headless] Add first integration test for ContactController
See merge request briar/briar!1008
2018-12-07 17:37:22 +00:00
akwizgran
5a7599a88d
Merge branch '1242-display-image-attachments-save' into 'master'
...
Allow the user to save image attachment outside of Briar
See merge request briar/briar!1005
2018-12-07 17:31:42 +00:00
Torsten Grote
59cd98db81
[android] Get image extension from MimeTypeMap and store it in AttachmentItem
2018-12-07 15:11:09 -02:00
Torsten Grote
768488eb04
[android] Show (tinted) security icon when warning about saving attachments
2018-12-07 14:39:43 -02:00
Torsten Grote
a6b1ad48c3
[android] Add support for saving image attachments on API < 19
...
This is done by using the WRITE_EXTERNAL_STORAGE permission
to write the file directly without using the system activity.
2018-12-07 13:01:44 -02:00
Torsten Grote
77299a68ed
[android] Allow the user to save image attachment outside of Briar
2018-12-07 13:01:42 -02:00
akwizgran
5e5705c73b
Merge branch '1438-send-image-attachments-ui' into 'master'
...
Implement UX for sending image attachments
See merge request briar/briar!1004
2018-12-07 14:58:23 +00:00
Torsten Grote
e6229a3a13
[android] Factor out image preview into its own view class
2018-12-06 17:56:02 -02:00
Torsten Grote
5fbacb4ee4
[android] Split out an EmojiTextInputView from TextInputViews
...
This also removes the TextInputController whose job is now done by the view.
2018-12-06 17:56:02 -02:00
Torsten Grote
c7f4e976ed
[android] Require users of TextInputView to set its controller
2018-12-06 17:56:02 -02:00
Torsten Grote
419f2d966a
[android] Show a toast when an image could not be attached
2018-12-06 17:56:02 -02:00
Torsten Grote
d6c18db9e9
[android] set image preview size to 1/4 of screen height
2018-12-06 17:56:02 -02:00
Torsten Grote
8fe49d9961
[android] Re-factor TextInputViews
2018-12-06 17:56:02 -02:00
Torsten Grote
f536cfdab8
[android] first round of review comments for attaching images
2018-12-06 17:56:02 -02:00
Torsten Grote
4d594acad5
[android] Save attached (but not sent) image on screen rotation
2018-12-06 17:56:02 -02:00
Torsten Grote
800dfed5c1
[android] support adding image attachments to private messages
2018-12-06 17:55:59 -02:00
Jordi Salvat
54b823e401
[android] fix start of link in error message for adding contacts
2018-12-06 20:44:36 +01:00
Torsten Grote
52ec56d690
Merge branch 'invalid-slide-direction' into 'master'
...
Revert change to slide direction
Closes #1478
See merge request briar/briar!1009
2018-12-06 15:32:07 +00:00
akwizgran
d4f8abfac1
Suppress warning about parameter used by subclasses.
2018-12-06 15:24:09 +00:00
akwizgran
d07c144316
Remove unnecessary null check.
2018-12-06 15:24:09 +00:00
akwizgran
dcd5189910
Remove unused DB code for managing disk space.
2018-12-06 15:24:08 +00:00
akwizgran
7b3afcca99
Revert change to slide direction.
2018-12-06 15:18:16 +00:00
Torsten Grote
a22d03d028
[headless] wait for lifecycle manager to finish starting
...
before starting web server
2018-12-05 16:08:03 -02:00
Torsten Grote
d857338ad0
[headless] Add first integration test for ContactController
2018-12-05 16:04:14 -02:00
akwizgran
a5c9e7c74d
Merge branch '1242-display-image-attachments-fullscreen' into 'master'
...
Add ImageActivity to show image attachment in full-screen
See merge request briar/briar!999
2018-11-30 18:04:55 +00:00
Torsten Grote
8a4a343147
[android] Move image to the top if it is overlapping the toolbar
2018-11-30 15:53:38 -02:00
akwizgran
dcd5e34c6b
Improve UI hiding behaviour.
2018-11-30 12:40:45 +00:00
Torsten Grote
7b22d3b84d
[android] Address review issues for image fullscreen view
2018-11-28 17:26:01 -02:00
Torsten Grote
c8fa23273f
[android] support pull down to dismiss pattern for ImageActivity
2018-11-28 17:26:01 -02:00
Torsten Grote
fbe5df8938
[android] Add ImageActivity to show images in full-screen
2018-11-28 17:26:01 -02:00
akwizgran
008cf95741
Merge branch '1467-conversation-scrolling' into 'master'
...
Only scroll conversation list to bottom, when already at bottom
Closes #1467
See merge request briar/briar!1000
2018-11-27 09:32:05 +00:00
Torsten Grote
3eb066a836
[android] Use new IoUtils to close InputStreams
2018-11-26 16:28:06 -02:00
Torsten Grote
674b29af25
[android] static constant all caps
2018-11-26 16:23:51 -02:00
Torsten Grote
b8ca5ab557
[android] Only scroll conversation list to bottom, when already at bottom
...
Closes #1467
2018-11-26 16:23:17 -02:00
Torsten Grote
6e17709f46
Merge branch 'try-to-close' into 'master'
...
Move tryToClose() methods into utility classes
See merge request briar/briar!1002
2018-11-26 18:22:24 +00:00
akwizgran
726d90145c
Merge branch '1242-display-image-attachments' into 'master'
...
[android] display image attachments for conversation messages
See merge request briar/briar!997
2018-11-26 17:19:37 +00:00
Torsten Grote
165211eb9b
Merge branch '1259-headless-mac-os' into 'master'
...
Enable headless app to start on MacOS
See merge request briar/briar!1003
2018-11-26 12:01:27 +00:00
akwizgran
868c61e5d6
Move tryToClose() methods into utility classes.
2018-11-23 15:02:27 +00:00
Torsten Grote
798bb6d4f7
[android] scale thumbnails to minimum size, don't upscale to maximum size
2018-11-23 11:25:18 -02:00
akwizgran
bc352a2dc6
Enable Tor on Mac OS once binaries are available.
2018-11-23 13:07:12 +00:00
akwizgran
ce7d6d3db5
Code cleanup.
2018-11-23 12:56:34 +00:00
akwizgran
61276c81d2
Make it possible to start the headless app on MacOS.
...
The app is still non-functional because we don't have a Tor plugin.
2018-11-23 12:52:40 +00:00
Torsten Grote
c09abdb088
Merge branch 'location-permission-sdk-23' into 'master'
...
Change location permission to uses-permission-sdk-23
See merge request briar/briar!1001
2018-11-22 12:03:07 +00:00
akwizgran
45a11badd5
Change location permission to uses-permission-sdk-23.
2018-11-20 16:16:47 +00:00
Torsten Grote
152ac3df43
[android] improve bitmap transformation hashKey and DiskCacheKey
2018-11-20 11:49:21 -02:00
Torsten Grote
dd5ad86db8
[android] Use DataFetcherFactory to create data fetchers and allow cancelling loads
2018-11-20 11:49:21 -02:00
Torsten Grote
10e9fb308d
[android] Display Image Attachements: Address first round of review comments
2018-11-19 20:35:07 -02:00
Torsten Grote
de8e95692a
[android] support RTL languages when rounding thumbnail corners
2018-11-19 20:35:07 -02:00
Torsten Grote
d6b52cf4ec
[android] Use our own BitmapTransformation for rounded image corners
2018-11-19 20:35:07 -02:00
Torsten Grote
8a839fb5e4
[android] display image attachments for conversation messages
2018-11-19 20:35:07 -02:00
akwizgran
fbf8642edb
Merge branch '1464-message-status-mixed' into 'master'
...
[core] fix wrong order of message status flags in conversation headers
Closes #1464
See merge request briar/briar!998
2018-11-16 13:44:39 +00:00
Torsten Grote
ade6a14342
Merge branch 'validation-refactoring' into 'master'
...
Reorganise validation code
See merge request briar/briar!991
2018-11-15 17:18:15 +00:00
Torsten Grote
d500ff81c3
Merge branch 'require-non-null' into 'master'
...
Add static requireNonNull() method
See merge request briar/briar!996
2018-11-15 16:50:16 +00:00
Torsten Grote
3053e3cfa7
[core] fix wrong order of message status flags in conversation headers
2018-11-15 14:39:05 -02:00
akwizgran
6964a67ca3
Add static requireNonNull() method.
2018-11-15 11:13:15 +00:00
Torsten Grote
f4b06e1fb3
Merge branch 'load-latest-message-eagerly' into 'master'
...
Load latest message eagerly
See merge request briar/briar!995
2018-11-14 16:01:59 +00:00
akwizgran
4db075d643
Only consider the latest item for preloading.
2018-11-14 15:13:25 +00:00
akwizgran
78a8ae6b8e
Sort headers and eagerly load text of latest message.
2018-11-14 15:01:54 +00:00
Torsten Grote
7866037d02
Merge branch '1460-introduction-request-text' into 'master'
...
Show correct text when an existing contact is introduced
Closes #1460
See merge request briar/briar!994
2018-11-14 11:23:26 +00:00
akwizgran
35716051fb
Show correct text when an existing contact is introduced.
2018-11-14 11:05:46 +00:00
Torsten Grote
6cafea836f
Merge branch 'eager-singletons' into 'master'
...
Singletons that call registration methods must be eager
See merge request briar/briar!993
2018-11-13 18:03:28 +00:00
akwizgran
bd0fd229c6
Merge branch '1242-attachment-input-stream' into 'master'
...
Attachments will use InputStream rather than ByteBuffer
See merge request briar/briar!992
2018-11-13 17:41:39 +00:00
akwizgran
ea05a5c703
Singletons that call registration methods must be eager.
2018-11-13 17:40:06 +00:00
akwizgran
4103eaf639
Reorganise validation code (no functional changes).
2018-11-13 17:16:47 +00:00
Torsten Grote
753a25bc2a
[core] Attachments will use InputStream rather than ByteBuffer
2018-11-13 15:12:34 -02:00
akwizgran
8f4c3c4528
Bump version numbers for 1.1.5 release.
2018-11-13 13:01:01 +00:00
akwizgran
636a7dfe72
Update translations.
2018-11-13 12:59:51 +00:00
akwizgran
08e99edd42
Merge branch 'unpack-tor-binaries' into 'master'
...
Always unpack and include latest Tor binaries
See merge request briar/briar!987
2018-11-13 12:56:47 +00:00
akwizgran
e28bc475df
Merge branch '1242-optional-message-text' into 'master'
...
Add support for private messages without text
See merge request briar/briar!990
2018-11-13 10:47:52 +00:00
Torsten Grote
88276a4d44
Add support for private messages without text
2018-11-12 18:11:03 -02:00
akwizgran
f9987c89df
Merge branch 'disable-tor-connection-padding' into 'master'
...
Disable Tor's connection padding
See merge request briar/briar!989
2018-11-12 14:03:22 +00:00
Torsten Grote
2c8cb8301f
Merge branch '1455-stream-context-may-be-null' into 'master'
...
Stream context may be null
Closes #1455
See merge request briar/briar!988
2018-11-12 12:50:01 +00:00
akwizgran
c00ee80f0f
Update test expectations.
2018-11-12 12:20:04 +00:00
akwizgran
3bfedfdc3d
Add action for nullable DB callables.
2018-11-12 12:16:42 +00:00
akwizgran
ecb63d1acb
Add interface for DB tasks will nullable results.
2018-11-12 12:13:26 +00:00
akwizgran
b24914408d
Stream context may be null.
2018-11-12 11:31:59 +00:00
akwizgran
5ede63edd5
Always unpack and include latest Tor binaries.
2018-11-08 17:48:26 +00:00
akwizgran
4e523c5fbc
Merge branch '1242-display-image-attachments' into 'master'
...
[android] refactor conversation items and view holders
See merge request briar/briar!984
2018-11-08 16:08:58 +00:00
akwizgran
cf79ed5633
IntentFilter may not be thread-safe.
2018-11-08 14:54:53 +00:00
akwizgran
0a0a6a6369
Disable Tor's connection padding on mobile data or battery.
2018-11-08 14:50:36 +00:00
akwizgran
4784980e7b
No need to broadcast network status at startup.
2018-11-08 14:50:36 +00:00
akwizgran
3bfa5e2081
[android] Move ConversationListener to top level.
2018-11-08 10:27:36 -02:00
akwizgran
f2b09deac4
[android] Remove type parameter from view holders.
2018-11-08 10:27:29 -02:00
Torsten Grote
ad4729b2f9
[android] refactor conversation items and view holders
...
This is a preparation for image support.
2018-11-08 10:27:29 -02:00
akwizgran
50cc0a6815
Merge branch '1452-websocket-authentication' into 'master'
...
[headless] change websocket authentication from basic auth to token message
Closes #1452
See merge request briar/briar!986
2018-11-08 12:26:53 +00:00
Torsten Grote
32c8ac6576
[headless] change websocket authentication from basic auth to token message
2018-11-08 10:15:17 -02:00
akwizgran
c12422d949
Merge branch '1434-android-conversation-package' into 'master'
...
Move conversation classes into their own package
See merge request briar/briar!978
2018-11-08 11:01:36 +00:00
akwizgran
3841713c18
Merge branch 'upgrade_roboletric_to_401' into 'master'
...
Upgrade robolectric to 4.0.1
See merge request briar/briar!980
2018-11-08 11:00:08 +00:00
akwizgran
79232eb558
Merge branch 'headless-fixes' into 'master'
...
Headless fixes
See merge request briar/briar!985
2018-11-08 10:55:28 +00:00
Torsten Grote
d02b30e751
Merge branch 'use-transactional-db-api' into 'master'
...
Use transactional database API in Bramble
See merge request briar/briar!974
2018-11-07 19:06:26 +00:00
akwizgran
043662a092
Code cleanup.
2018-11-07 18:31:07 +00:00
Torsten Grote
efc85fb88f
[headless] don't use putAll for a single field
2018-11-07 15:24:20 -03:00
Torsten Grote
8b3983ef9e
[headless] only offload to DatabaseExecutor when needed
...
when receiving a new conversation message
2018-11-07 15:24:20 -03:00
Torsten Grote
6766fb76b2
[headless] upgrade javalin and mockk
2018-11-07 15:18:46 -03:00
Torsten Grote
7f74bd1c38
[headless] Use --user for websocket example request
...
The authentication token can contain slashes.
When used as part of the URL, the URL becomes invalid.
Therefore, using curl's user parameter is preferrable.
2018-11-07 15:18:46 -03:00
akwizgran
951ee30b95
Update tests.
2018-11-07 18:18:30 +00:00
akwizgran
c386a0f5eb
Replace Maybe with nullable transaction method.
2018-11-07 18:18:30 +00:00
akwizgran
52c778dce3
Reformat code.
2018-11-07 18:18:27 +00:00
akwizgran
e846a13f50
Use transactional database API in Bramble.
2018-11-07 18:14:10 +00:00
akwizgran
23e9b119d1
Merge branch '1434-message-attachments' into 'master'
...
Add attachment API for sending/retreiving private messages
See merge request briar/briar!976
2018-11-07 18:08:36 +00:00
akwizgran
e6f380296f
Merge branch '1451-briar-headless-test-other-modules' into 'master'
...
[headless] Limit tests in Android Studio to headless package
Closes #1451
See merge request briar/briar!983
2018-11-07 17:47:37 +00:00
Torsten Grote
794fb9686b
[headless] Limit tests in Android Studio to headless package
2018-11-07 13:46:49 -03:00
Torsten Grote
bb22b9db10
Merge branch 'remove-hamcrest-dependencies' into 'master'
...
Remove redundant dependency declarations
See merge request briar/briar!981
2018-11-07 16:37:30 +00:00
Julian Dehm
d4f015d054
Upgrade robolectric to 4.0.1
2018-11-07 17:11:21 +01:00
akwizgran
41e5d8900c
Remove redundant dependency declarations.
2018-11-07 16:10:39 +00:00
Torsten Grote
c3cb966009
[android] move conversation classes into their own package
2018-11-07 11:48:20 -03:00
Torsten Grote
f964d1ef07
Fix receivers of ConversationMessageReceivedEvent
...
These were only listening to private message events, ignoring all others
2018-11-07 11:34:11 -03:00
Torsten Grote
cccaeeda6c
[core] Add API to add messages with attachments
2018-11-07 11:34:11 -03:00
Torsten Grote
483106e00c
[core] Add MessagingManager#getAttachment()
2018-11-07 11:34:11 -03:00
Torsten Grote
934f14ef31
[core] Add attachment support to private messages
2018-11-07 11:34:09 -03:00
Torsten Grote
e3abff5ad8
Refactor PrivateMessageHeader to ConversationMessageHeader base-class
...
This is preparation for adding attachments to private messages
2018-11-07 11:33:37 -03:00
Torsten Grote
391732b239
Merge branch 'change-contact-name' into 'master'
...
Change button text to match name of action
See merge request briar/briar!979
2018-11-07 12:11:22 +00:00
akwizgran
4738bfdd85
Ignore missing translations.
2018-11-07 10:43:13 +00:00
akwizgran
be1ca89309
Change button text to match name of action.
2018-11-07 10:40:59 +00:00
Torsten Grote
866be99179
Merge branch '41-alias-frontend' into 'master'
...
Add UI for changing contact aliases
Closes #41
See merge request briar/briar!965
2018-11-06 18:09:47 +00:00
akwizgran
48822e2133
Merge branch '1381-introduction-test-fails' into 'master'
...
Fix non-determinism of Introduction integration tests
Closes #1381
See merge request briar/briar!970
2018-11-06 18:00:48 +00:00
Torsten Grote
6883c5caa9
[android] address last contact aliases review issues
2018-11-06 14:57:39 -03:00
Torsten Grote
8b709969ab
[android] pass ContactId via ViewModel to AliasDialogFragment
2018-11-06 13:42:51 -03:00
Torsten Grote
fe94b65b3b
[android] Fix double loading of conversation messages when rotating screen
2018-11-06 13:42:51 -03:00
akwizgran
f54df1d787
Reduce visibility, remove unnecessary rethrow.
2018-11-06 13:42:51 -03:00
akwizgran
a7e826ccf5
Remove qualification from java.lang.Runnable.
2018-11-06 13:42:51 -03:00
akwizgran
845eb3262b
Use expression lambda.
2018-11-06 13:42:51 -03:00
akwizgran
0a46ad439f
Check whether activity is null.
2018-11-06 13:42:51 -03:00
akwizgran
d14d93ea35
Require observed data to be non-null.
2018-11-06 13:42:51 -03:00
akwizgran
12a1cf8f8b
Reuse Observer interface.
2018-11-06 13:42:51 -03:00
akwizgran
fb2ab861db
Fix some lint warnings.
2018-11-06 13:42:51 -03:00
Torsten Grote
aa15b68d24
[android] Reload conversation when contact name changes
2018-11-06 13:42:51 -03:00
Torsten Grote
7059f376f1
[android] Add UI for changing contact alias
...
This introduces the first ViewModel to share state between the
ConversationActivity and the AliasDialogFragment.
2018-11-06 13:42:51 -03:00
akwizgran
9313c191c1
Merge branch 'ui-fixes' into 'master'
...
Small UI fixes
See merge request briar/briar!975
2018-11-05 10:40:09 +00:00
akwizgran
7746364ae9
Merge branch '1437-reversed-emoji' into 'master'
...
[android] Add new emojis to the beginning of the list of recently used ones
Closes #1437
See merge request briar/briar!977
2018-11-05 10:27:03 +00:00
Torsten Grote
7429857b28
[android] Add new emojis to the beginning of the list of recently used ones
...
Otherwise the list will be reversed with most recently used at the end.
2018-11-04 11:08:05 -03:00
Torsten Grote
4db64f51a8
[android] Use same color for all messages in private groups
2018-11-02 15:59:49 -03:00
Torsten Grote
78172038ef
[android] Always center selectable contacts vertically
2018-11-02 15:38:01 -03:00
Torsten Grote
7d0c418877
[android] Align short incoming messages on the left
2018-11-02 15:37:16 -03:00
Torsten Grote
5ae4f8f6cb
[core] Fix non-determism in GroupInvitationIntegrationTest
2018-11-02 14:08:42 -03:00
Torsten Grote
45dd10db9d
[core] Fix non-determinism in introduction integration tests
2018-11-02 14:08:42 -03:00
Torsten Grote
5cc8c268ca
[core] Re-add message counter and put debug output behind flag
2018-11-02 14:08:42 -03:00
akwizgran
93a6bf2f52
Add logging to debug test failures.
2018-11-02 12:48:23 -03:00
akwizgran
852dd46a1b
Utility class for converting BDF to strings.
...
(cherry picked from commit 9e94917)
2018-11-02 12:48:23 -03:00
Torsten Grote
4a42e767d3
[core] Add a detector for message delivery non-determinism
2018-11-02 12:48:13 -03:00
akwizgran
8547b4dc91
Merge branch 'upgrade-dagger' into 'master'
...
Upgrade dagger
See merge request briar/briar!973
2018-11-01 14:17:35 +00:00
akwizgran
f6c8a8cec7
Move dagger.gradle to project root.
2018-11-01 14:05:46 +00:00
Torsten Grote
db8796049e
gradle: Factor out dagger apt code into its own file
2018-11-01 10:45:59 -03:00
Torsten Grote
e1f31ad381
Remove gradle-apt-plugin since it isn't stricly needed anymore
...
Reference: 6b2ee87fbf/README.md
2018-10-31 16:01:57 -03:00
Torsten Grote
3a15e47ddd
Upgrade Dagger to latest version
2018-10-31 15:57:21 -03:00
Torsten Grote
cf616905d6
Merge branch 'introduction-manager-skip-session-parsing' into 'master'
...
Avoid some unnecessary session parsing when retrieving introduction messages
See merge request briar/briar!972
2018-10-31 16:36:59 +00:00
akwizgran
d3f774f339
Avoid some unnecessary session parsing.
2018-10-31 16:18:33 +00:00
akwizgran
6c7c488892
Merge branch '41-alias-frontend-base' into 'master'
...
[android] Show contact aliases in UI
See merge request briar/briar!971
2018-10-31 16:16:38 +00:00
Torsten Grote
3fe7aae97e
Contact aliases: address review comments
2018-10-31 13:06:19 -03:00
Torsten Grote
ecf417c93b
[android] Show contact alias in remaining places
2018-10-31 13:06:19 -03:00
Torsten Grote
c1785c5b13
[android] Show contact alias in contact lists
2018-10-31 13:06:19 -03:00
Torsten Grote
fb2c321a3d
[android] Show contact alias inside private groups and their memberlist
2018-10-31 13:06:19 -03:00
Torsten Grote
6e3adc0874
Show alias for introduction notices in private conversation
2018-10-31 13:06:19 -03:00
Torsten Grote
cdbe2a00f5
[android] Show alias for creator of private group in list of private groups
2018-10-31 11:40:17 -03:00
Torsten Grote
a51dc7e0d5
[android] Show Author alias in AuthorView
2018-10-31 11:40:15 -03:00
Torsten Grote
0ee7465429
Merge branch '41-alias-author-info' into 'master'
...
Refactor Author.Status into dedicated AuthorInfo class and add alias
See merge request briar/briar!968
2018-10-30 19:33:39 +00:00
Torsten Grote
7c202189a2
[bramble] Implement equals() and hashCode() for AuthorView
2018-10-30 15:21:09 -03:00
akwizgran
da3b2c1591
Merge branch '41-alias-backend' into 'master'
...
Add backend support for contact aliases
See merge request briar/briar!963
2018-10-30 16:43:52 +00:00
Torsten Grote
6c5e8ce4cf
Rename remaining occurrences of status to authorInfo
2018-10-30 13:40:04 -03:00
Torsten Grote
ca700d8d23
[bramble] address review comments
2018-10-30 13:32:56 -03:00
akwizgran
db11dad61e
Merge branch 'clean-tor-binaries' into 'master'
...
Delete Tor binaries when cleaning
See merge request briar/briar!969
2018-10-30 13:59:21 +00:00
akwizgran
69e7366226
Merge branch '1433-illegal-characters' into 'master'
...
Handle illegal byte sequences safely in BdfReaderImpl
Closes #1433
See merge request briar/briar!967
2018-10-30 13:58:36 +00:00
akwizgran
90b7b4e67f
Merge branch '1416-obfs4' into 'master'
...
Add obfs4proxy and switch to obfs4 bridges
Closes #1417
See merge request briar/briar!964
2018-10-30 13:58:13 +00:00
akwizgran
d29812a42b
Delete Tor binaries when cleaning.
2018-10-30 13:06:06 +00:00
Torsten Grote
baf64e1129
[bramble] Add transactionless method for retrieving AuthorInfo to ContactManager
2018-10-29 18:16:34 -03:00
Torsten Grote
88adfabe09
Refactor Author.Status into dedicated AuthorInfo class and add alias
2018-10-29 17:23:45 -03:00
akwizgran
6565172e10
Bump version numbers for 1.1.4 release.
2018-10-29 17:31:09 +00:00
akwizgran
7447468ce5
Update translations.
2018-10-29 17:30:04 +00:00
akwizgran
2db2a1a208
Replace a slow bridge with a faster one.
2018-10-29 17:25:12 +00:00
akwizgran
0d7e4feaf2
Throw AssertionError to make intent clearer.
2018-10-29 17:02:07 +00:00
akwizgran
eb3983f6b2
Use safe ASCII decoding in ModemImpl.
2018-10-29 16:48:18 +00:00
akwizgran
e2ce49c30e
Use safe UTF-8 decoding in BdfReaderImpl.
2018-10-29 16:47:55 +00:00
akwizgran
adc6fb2fd5
Add fuzzing test for illegal UTF-8 byte sequences.
2018-10-29 16:44:02 +00:00
Torsten Grote
969150bff0
[bramble] Factor out database type placeholder replacement
...
to make it available in database schema migrations
2018-10-29 12:50:08 -03:00
Torsten Grote
8fc622f85d
[bramble] Add support for contact aliases
...
Foundation for #41
2018-10-29 12:50:08 -03:00
akwizgran
22eed91019
Merge branch 'javalin-access-manager' into 'master'
...
[headless] Set up access manager before starting server
See merge request briar/briar!966
2018-10-29 15:35:48 +00:00
akwizgran
fcb88ed58c
Merge branch '1147-bluetooth-discovery' into 'master'
...
Support Bluetooth discovery for adding contacts
See merge request briar/briar!954
2018-10-29 14:35:17 +00:00
Torsten Grote
0d940fc7d7
[headless] Set up access manager before starting server
...
This became necesary to due an upstream change we missed when bumping
the dependency:
ab19ff91b7
2018-10-29 11:20:48 -03:00
Torsten Grote
ca6dc33cdd
Add obfs4 proxy and switch to obfs4 bridges
2018-10-25 09:38:44 -03:00
akwizgran
53da13794f
Merge branch '1422-activity-log' into 'master'
...
Log when activities start and stop
See merge request briar/briar!959
2018-10-24 16:00:52 +00:00
akwizgran
2ab03f48cc
Merge branch '1256-remove-contact' into 'master'
...
briar-headless: Add endpoint for removing a contact
See merge request briar/briar!962
2018-10-24 15:59:39 +00:00
Torsten Grote
436f45554d
[briar-headless] update dependencies
2018-10-24 12:41:29 -03:00
Torsten Grote
51209b5eec
briar-headless: Add endpoint for removing a contact
2018-10-24 12:12:33 -03:00
akwizgran
822597b4c6
Merge branch '1373-mirror-icons' into 'master'
...
Fix RTL icon mirroring in DevReportActivity
Closes #1373
See merge request briar/briar!960
2018-10-24 14:05:06 +00:00
akwizgran
7c01bc59c0
Merge branch '1252-dark-theme-system-default' into 'master'
...
Remove system default theme option on API < 28
Closes #1252
See merge request briar/briar!961
2018-10-24 13:52:20 +00:00
Torsten Grote
825d342f9b
Remove system default theme option on API < 27
...
Closes #1252
2018-10-24 10:40:43 -03:00
Torsten Grote
34955fecbb
Fix RTL icon mirroring in DevReportActivity
...
For some reason, the toolbar icon has a wrong layout direction,
so the autoMirrored attribute doesn't take any effect.
2018-10-22 16:53:17 -03:00
Torsten Grote
5c28b60a6b
Log when activities start and stop
...
Remove BriarRecyclerView log messages
2018-10-22 14:11:36 -03:00
akwizgran
389b2b5b8e
Merge branch '1423-check-lifecycle-state' into 'master'
...
Check lifecycle state before changing fragment
Closes #1423
See merge request briar/briar!958
2018-10-22 14:27:30 +00:00
Torsten Grote
78abfa3698
Check lifecycle state before changing fragment
2018-10-19 16:40:00 -03:00
akwizgran
9c4fb4fd34
Remove unused string.
2018-10-18 17:22:54 +01:00
akwizgran
3d6a336f6d
Refactor permissions code, add comments, fix corner cases.
2018-10-18 17:16:49 +01:00
akwizgran
e47d41596a
Merge branch '1254-inject-object-mapper' into 'master'
...
briar-headless: Inject a singleton ObjectMapper for JSON parsing
See merge request briar/briar!957
2018-10-18 15:40:20 +00:00
Torsten Grote
8cf54bcedb
briar-headless: Inject a singleton ObjectMapper for JSON parsing
2018-10-18 09:55:34 -03:00
akwizgran
89d5145665
Bump version numbers for 1.1.3 release.
2018-10-17 17:51:11 +01:00
Torsten Grote
0706498b03
Merge branch 'upgrade-android-gradle-plugin' into 'master'
...
Upgrade Android Gradle plugin to 3.2.1.
See merge request briar/briar!956
2018-10-17 16:36:24 +00:00
akwizgran
b296500e7a
Update translations.
2018-10-17 12:41:24 +01:00
akwizgran
60a8b03344
Upgrade Android Gradle plugin to 3.2.1.
2018-10-17 12:34:13 +01:00
Torsten Grote
ae16a93522
Merge branch 'compact-at-startup' into 'master'
...
Compact the database at startup
See merge request briar/briar!955
2018-10-16 16:02:40 +00:00
Torsten Grote
c9a2ff71ae
Merge branch 'tor-v3-hidden-service-addresses' into 'master'
...
Add support for v3 hidden service addresses
See merge request briar/briar!952
2018-10-16 15:55:34 +00:00
akwizgran
16f4c60a56
Add test for compaction time.
2018-10-16 11:39:06 +01:00
akwizgran
76121eb871
Always compact the DB if migrations have been applied.
2018-10-16 11:24:47 +01:00
akwizgran
47c91a96ae
Compact the database at startup.
2018-10-16 11:13:37 +01:00
akwizgran
14befb957b
Add support for v3 hidden service addresses.
2018-10-16 10:15:18 +01:00
akwizgran
4b7a81177c
Static imports.
2018-10-15 14:46:40 +01:00
Torsten Grote
b464fe1653
Merge branch 'message-terminology' into 'master'
...
Use "text" to refer to message text
See merge request briar/briar!948
2018-10-15 13:22:31 +00:00
akwizgran
09c6f09805
Merge branch '1420-tor-status-update' into 'master'
...
Disable TorPlugin before applying changed settings
Closes #1420
See merge request briar/briar!953
2018-10-15 12:54:41 +00:00
Torsten Grote
a93093182d
Disable TorPlugin before applying changed settings
...
The is necessary for two reasons:
1. Since Tor 0.3.4.8, it doesn't reconnect when changing the value of
UseBridges via the control connection without also resetting
DisableNetwork
2. The TorPlugin needs to set itself to a disconnected state for the UI
to properly reflect this new state
Fixes #1420
2018-10-15 09:43:12 -03:00
akwizgran
9515e93857
Cancel discovery after 10 seconds and try to connect.
2018-10-15 11:04:46 +01:00
akwizgran
efe15df940
Remove static import of R's fields.
2018-10-15 11:04:46 +01:00
akwizgran
de611857cf
Discover BT devices if no address is provided.
2018-10-15 11:04:46 +01:00
akwizgran
8935ec2c2e
Don't wait for state change if BT is already discoverable.
2018-10-15 11:04:45 +01:00
akwizgran
bd00fb1c04
Ask for coarse location permission before adding a contact.
2018-10-15 11:04:45 +01:00
akwizgran
3192015cfd
Ask for Bluetooth discoverability before adding a contact.
2018-10-15 11:04:45 +01:00
Torsten Grote
e776ee02b0
Merge branch 'tor-0.3.4.8' into 'master'
...
Upgrade Tor to 0.3.4.8
See merge request briar/briar!951
2018-10-11 22:44:45 +00:00
akwizgran
c0553ec11f
Upgrade Linux Tor binaries to 0.3.4.8.
2018-10-11 15:05:39 +01:00
akwizgran
75a871a2f8
Upgrade Android Tor binaries to 0.3.4.8.
2018-10-11 14:38:18 +01:00
akwizgran
d6d3d5acef
Merge branch '1240-no-empty-messages' into 'master'
...
Don't allow empty message bodies
See merge request briar/briar!949
2018-10-10 14:52:34 +00:00
Torsten Grote
a361a2613c
Merge branch 'test-configurations' into 'master'
...
Update test configurations for Android Studio 3.2
See merge request briar/briar!950
2018-10-10 12:38:19 +00:00
akwizgran
b68dbd6a75
Merge branch 'upgrade-dependencies' into 'master'
...
Upgrade some of the things
See merge request briar/briar!935
2018-10-10 11:42:45 +00:00
akwizgran
f1e89a3ff4
Don't allow empty message bodies.
2018-10-10 10:57:41 +01:00
akwizgran
056c23167d
Update test configurations for Android Studio 3.2.
2018-10-10 10:43:07 +01:00
akwizgran
79d5612645
Use "text" to refer to message text.
2018-10-10 10:40:30 +01:00
akwizgran
a030f92275
Merge branch 'headless' into 'master'
...
Add Briar headless client that exposes a REST API
See merge request briar/briar!931
2018-10-09 15:43:31 +00:00
Torsten Grote
b3615b4a77
briar-headless: Last round of review comments
2018-10-09 12:19:21 -03:00
akwizgran
8a15fb242a
Merge branch 'briar-integration-test-transaction' into 'master'
...
Remove custom DB transaction code from BriarIntegrationTest
See merge request briar/briar!946
2018-10-09 14:16:23 +00:00
Torsten Grote
e3686186ee
Fix closing server with ^C
2018-10-08 18:40:21 -03:00
akwizgran
18ae388137
Merge branch '1395-low-memory-crash' into 'master'
...
Don't use non-AppCompat theme for AppCompat activities
Closes #1395
See merge request briar/briar!947
2018-10-08 12:03:20 +00:00
Torsten Grote
775031e893
Don't use non-AppCompat theme for AppCompat activities
...
Fixes #1395
2018-10-05 16:50:11 -03:00
Torsten Grote
9f91b91a4f
Remove custom DB transaction code from BriarIntegrationTest
2018-10-05 15:41:29 -03:00
Torsten Grote
280f3ba1fc
briar-headless: POST text as JSON in body instead of form parameter
2018-10-05 15:23:31 -03:00
Torsten Grote
66619fd3a4
briar-headless: Next round of review comments
2018-10-05 15:23:31 -03:00
akwizgran
c7eb0cbb6d
Include body of private request if present.
2018-10-05 15:23:31 -03:00
akwizgran
1617a95bb9
Only include "body" for headers that can have bodies.
2018-10-05 15:23:31 -03:00
Torsten Grote
6f54718756
Use short type labels in JSON API instead of long Java-like namespaces
2018-10-05 15:23:31 -03:00
Torsten Grote
ea749f2128
Minor improvements to JsonDict output classes
2018-10-05 15:23:31 -03:00
akwizgran
b4b0d3daa6
Allow null values in JsonDict.
2018-10-05 15:23:31 -03:00
akwizgran
609c90f57e
Convert Map#put() to assignment.
2018-10-05 15:23:31 -03:00
akwizgran
5cf68fa134
Use JsonDict for blog post headers.
2018-10-05 15:23:31 -03:00
akwizgran
61c9c6b8eb
Add visitor to dispatch output() dynamically.
2018-10-05 15:23:31 -03:00
akwizgran
e97608da40
Add test to show that static dispatch won't work.
2018-10-05 15:23:31 -03:00
akwizgran
0bb80b1a15
Add JsonDict class for JSON output.
2018-10-05 15:23:31 -03:00
akwizgran
bda52ea548
Use maps for JSON output.
2018-10-05 15:23:31 -03:00
Torsten Grote
cf033dc29d
briar-headless: Address second round of review comments
2018-10-05 15:23:31 -03:00
Torsten Grote
c12cedc371
briar-headless: Address first round of review comments
2018-10-05 15:23:31 -03:00
Torsten Grote
4b5e9bd64f
Ensure the use SecureRandom when creating authentication token
2018-10-05 15:23:31 -03:00
Torsten Grote
8d55911dab
Add unit test for WebSocketController
...
Also move the controller into an event package
2018-10-05 15:23:31 -03:00
Torsten Grote
e381f83512
Last code cleanup before submitting merge request
2018-10-05 15:23:31 -03:00
Torsten Grote
e4c7f13832
Add a README.md with API documentation
...
Also fix some smaller issues found during writing the documentation
2018-10-05 15:23:31 -03:00
Torsten Grote
b089a204d3
Add support for websocket authentication via basic auth
...
The token should be used as username and the password left empty
2018-10-05 15:23:31 -03:00
Torsten Grote
85fcb34997
Add briar-headless Android Studio run configuration
2018-10-05 15:23:31 -03:00
Torsten Grote
d6d132a9cf
Add Bearer Authentication to REST API
2018-10-05 15:23:31 -03:00
Torsten Grote
98d1ea7730
briar-headless: Add more controller tests
...
Current controller line coverage: 100%
2018-10-05 15:23:31 -03:00
Torsten Grote
159fd34c0c
Use Conversation Manager for message retrieval
2018-10-05 15:23:31 -03:00
Torsten Grote
9e7a387ea4
Turn output classes into Kotlin data classes
2018-10-05 15:23:31 -03:00
Torsten Grote
138e520e6c
briar-headless: Add command line arguments
2018-10-05 15:23:31 -03:00
Torsten Grote
5783c1dfd8
briar-headless: Add a websocket controller for private message events
...
Also version API URLs
2018-10-05 15:23:31 -03:00
Torsten Grote
348968018a
Migrate REST classes to Kotlin and upgrade Javalin
2018-10-05 15:23:31 -03:00
Torsten Grote
33c509cd1f
briar-headless: Add Kotlin and first unit test for blogs with Mockk
2018-10-05 15:23:31 -03:00
Torsten Grote
bea77151bd
briar-headless: Add API to list all contacts
2018-10-05 15:23:31 -03:00
Torsten Grote
787e62345f
Add simple MessagingController
2018-10-05 15:23:31 -03:00
Torsten Grote
48f6a3b91f
Add Tor plugin to headless client and introduce new ConfigurationManager
2018-10-05 15:23:31 -03:00
Torsten Grote
a798e25bf2
Save app data always in $HOME/.briar for now
2018-10-05 15:23:31 -03:00
Torsten Grote
31e4045cf7
Try to shutdown cleanly when server stops or SIGINT is received
2018-10-05 15:23:31 -03:00
Torsten Grote
5334a8c9ca
Add basic support for listing and writing blog posts
2018-10-05 15:23:31 -03:00
Torsten Grote
d11f1d2805
Add a poor man's argument to explicitly turn on verbose logging
2018-10-05 15:23:31 -03:00
Torsten Grote
0d1ebddcd2
Allow account creation and reading password from STDIN
2018-10-05 15:23:31 -03:00
Torsten Grote
6c296c1348
Proof-of-Concept Headless Client
2018-10-05 15:23:31 -03:00
akwizgran
87701e5f07
Merge branch 'transactional-db' into 'master'
...
Transactional DB interface
See merge request briar/briar!945
2018-10-05 15:19:40 +00:00
Torsten Grote
3aae01d152
Merge branch 'panic-app-list' into 'master'
...
Update list of panic button apps after installing app
Closes #1392
See merge request briar/briar!940
2018-10-05 14:18:44 +00:00
akwizgran
bc298ba68a
Remove unnecessary final modifiers.
2018-10-05 09:34:41 +01:00
akwizgran
2623eaa149
Remove unnecessary throwing variants.
2018-10-05 09:32:01 +01:00
akwizgran
7359b6942a
Use transactional DB interface for ForumManagerImpl.
2018-10-04 15:59:10 +01:00
akwizgran
3bcc532b4b
Add transactional DB interface.
2018-10-04 15:56:21 +01:00
akwizgran
4d08c69779
Revert spurious changes to run configurations.
2018-10-03 13:08:00 +01:00
Torsten Grote
a6cd8937f7
Remove space reserved for icons from preferences
...
Works around https://issuetracker.google.com/issues/111907042
Might be replacable with a solution from
https://issuetracker.google.com/issues/111907042 in the future.
2018-10-03 12:58:49 +01:00
akwizgran
e8566906ef
Update gradle-witness to exclude android.jar from dependencies.
2018-10-03 12:48:29 +01:00
akwizgran
929102ed60
Upgrade build tools to 28.0.3.
2018-10-03 12:48:29 +01:00
akwizgran
3b871f5932
Update ProGuard rules for new OkHttp version.
2018-10-03 12:48:29 +01:00
akwizgran
b972d1fc13
Update ACRA usage for new version.
2018-10-03 12:48:28 +01:00
akwizgran
ccbeee60a7
Upgrade Rome, OkHttp and jsoup libraries.
2018-10-03 12:48:28 +01:00
akwizgran
074b10e177
Upgrade JNA library.
2018-10-03 12:48:28 +01:00
akwizgran
031516ccce
Upgrade curve25519-java library.
2018-10-03 12:48:28 +01:00
akwizgran
7d2f1abb94
Upgrade Gradle APT and Animal Sniffer plugins.
2018-10-03 12:48:28 +01:00
akwizgran
00b9c76bb8
Upgrade ACRA.
2018-10-03 12:48:28 +01:00
akwizgran
4d9fab85cb
Upgrade zxing, material tap target libraries.
2018-10-03 12:48:28 +01:00
akwizgran
bd2514a299
Upgrade support library to 28.0.0.
2018-10-03 12:48:27 +01:00
akwizgran
e795efc7fc
Bump compileSdkVersion for bramble-android.
2018-10-03 12:48:27 +01:00
akwizgran
6691d2164f
Upgrade Gradle Android plugin and build tools.
2018-10-03 12:48:27 +01:00
Administrator
a384450c36
Merge branch '1373-format-numbers' into 'master'
...
Format numbers in locale as well (not all languages use the same)
See merge request briar/briar!943
2018-10-03 11:41:56 +00:00
akwizgran
b375e9873c
Merge branch '1409-localize-crash-screen' into 'master'
...
Localize crash screen in language defined in settings
Closes #1409
See merge request briar/briar!944
2018-10-03 07:53:41 +00:00
Torsten Grote
cb30c3885a
Localize crash screen in language defined in settings
2018-10-02 17:56:33 -03:00
Torsten Grote
6ee81eb24c
Format numbers in locale as well (not all languages use the same)
...
Done according to
https://developer.android.com/training/basics/supporting-devices/languages#FormatNumbers
2018-10-02 17:31:23 -03:00
Torsten Grote
c14ebe82ce
Merge branch '1365-keep-screen-on' into 'master'
...
Keep screen on while QR code viewfinder is open
See merge request briar/briar!942
2018-10-02 11:20:46 +00:00
Torsten Grote
00e9f894b1
Merge branch 'remove-tor-patch' into 'master'
...
Remove unused patches
See merge request briar/briar!941
2018-10-02 11:13:06 +00:00
akwizgran
499c586a59
Keep screen on while scanning QR code.
2018-10-02 12:03:29 +01:00
akwizgran
64f9ce7306
Remove unused patches.
2018-10-02 11:49:29 +01:00
akwizgran
39478a7914
Bump version numbers for 1.1.2 release.
2018-10-01 14:58:45 +01:00
akwizgran
112e71a9cb
Bump version numbers for 1.0.2 release.
2018-10-01 14:56:08 +01:00
akwizgran
5650bef310
Update translations.
2018-10-01 14:56:08 +01:00
akwizgran
2a87171c49
Merge branch 'manual-screenshots' into 'master'
...
Create Screenshot of Conversation for Manual
Closes #1377
See merge request briar/briar!910
2018-10-01 13:41:05 +00:00
akwizgran
071d961ed1
Remove debug logging.
2018-09-28 11:31:22 +01:00
akwizgran
cb9efc5fec
Fix lint warnings.
2018-09-28 11:28:47 +01:00
akwizgran
f9e292f734
Update panic app list after installing app.
2018-09-28 11:27:08 +01:00
akwizgran
15cb5409e7
Merge branch '1352-panic-ripple-fdroid' into 'master'
...
Fix Panic Button bugs
Closes #1109 and #1352
See merge request briar/briar!937
2018-09-28 09:57:18 +00:00
akwizgran
fd07dc006d
Update comment.
2018-09-28 09:55:47 +01:00
akwizgran
cc87c4e37d
Merge branch '1391-start-end-api15' into 'master'
...
RTL language layout fixes
Closes #1391
See merge request briar/briar!938
2018-09-28 08:45:17 +00:00
akwizgran
4a10e876f6
Merge branch '1389-notice-shadows' into 'master'
...
Fix notice shadows
Closes #1389
See merge request briar/briar!939
2018-09-28 08:43:06 +00:00
Torsten Grote
fad0057c4a
Fix notice shadows
2018-09-27 20:32:13 -03:00
Torsten Grote
5aabfcea9a
Unmirror checkboxes in RTL layouts
2018-09-27 19:09:08 -03:00
Torsten Grote
f7d928c774
Fix start/end margins for API 15
...
Fixes #1391
2018-09-27 19:07:13 -03:00
Torsten Grote
bd983d9796
Remove non-functional uninstall panic action
...
Fixes #1109
2018-09-27 18:37:57 -03:00
Torsten Grote
de8d1b7d96
Allow sign out by trusted non-paired panic apps
2018-09-27 18:25:31 -03:00
Torsten Grote
9155f62d0b
Remove Amnesty International's key and add F-Droid Ripple key instead
...
Fixes #1352
2018-09-27 18:17:14 -03:00
akwizgran
86684e228a
Merge branch 'slow-bridges' into 'master'
...
Update bridge list, test for slow bridges
See merge request briar/briar!936
2018-09-27 16:10:22 +00:00
akwizgran
9615eff649
Add new bridges to replace slow ones.
2018-09-27 16:11:52 +01:00
akwizgran
9381d46f51
Remove two bridges that are slow to bootstrap.
2018-09-27 16:08:14 +01:00
akwizgran
e4a3a1ad40
Delete Tor state after testing each bridge.
2018-09-27 16:07:46 +01:00
akwizgran
905dc2a662
Merge branch 'qr-code-version-errors' into 'master'
...
Show different error message if QR code is too new
See merge request briar/briar!934
2018-09-24 16:42:43 +00:00
Torsten Grote
c2b7f85b8e
Remove code from TestDataCreator that breaks encapsulation
2018-09-24 12:37:11 -03:00
Torsten Grote
ae81eb3737
Throw AssertionError when creating an account while a database key is in memory
2018-09-24 12:37:11 -03:00
Torsten Grote
60d949c342
Refactor tests so that all test data is created in the first test
2018-09-24 12:37:11 -03:00
Torsten Grote
1c90e64894
Split up UI and Screenshot tests
...
Closes #1377
2018-09-24 12:37:06 -03:00
Torsten Grote
f0e2d5281f
Create Screenshot of Conversation for Manual
2018-09-24 12:34:26 -03:00
akwizgran
c7522dae1f
Show different error message if QR code is too new.
2018-09-24 13:21:45 +01:00
Torsten Grote
097d14b9a1
Merge branch 'private-message-visitor' into 'master'
...
Use visitor pattern to create conversation items
See merge request briar/briar!933
2018-09-20 19:04:14 +00:00
akwizgran
0491c3cace
Use a visitor to create ConversationItems.
2018-09-20 16:53:48 +01:00
akwizgran
cbae13feca
Merge branch 'gradle-4.10' into 'master'
...
Upgrade the gradle wrapper to version 4.10.2
See merge request briar/briar!932
2018-09-20 15:34:33 +00:00
Torsten Grote
b7c8859c82
Upgrade the gradle wrapper to version 4.10.2
2018-09-20 11:52:19 -03:00
akwizgran
2e120f752c
Add parameterised return type.
2018-09-20 15:19:22 +01:00
akwizgran
031eac54c5
Add private message visitor.
2018-09-20 14:43:19 +01:00
akwizgran
2c2596afdd
Merge branch 'conversation-manager' into 'master'
...
Use ConversationManager for private message retrieval
See merge request briar/briar!912
2018-09-20 13:01:53 +00:00
akwizgran
d1be14effe
Merge branch '1386-app-lock-after-signout' into 'master'
...
Fix app lock after sign-out bug
Closes #1386
See merge request briar/briar!930
2018-09-20 11:05:37 +00:00
akwizgran
b56e7ab07d
Merge branch 'roboelectric-android-http-client' into 'master'
...
Remove AndroidHttpClient class after Roboelectric update
See merge request briar/briar!929
2018-09-20 11:04:52 +00:00
akwizgran
089e9589ed
Merge branch '1378-rtl-support' into 'master'
...
Add support for right-to-left languages
Closes #1378 , #1076 , #1078 , #964 , #1080 , and #1079
See merge request briar/briar!918
2018-09-20 10:59:44 +00:00
Torsten Grote
660ba16a14
Fix app lock after sign-out bug
...
It some cases, it was observered how the app was locked after the user
had signed out.
This commit ensures that set alarms are canceled and that no new ones
will be set after the LockManager service has been stopped.
Fixes #1386
2018-09-19 16:06:13 -03:00
Torsten Grote
b101c4b636
Remove AndroidHttpClient class after Roboelectric update
2018-09-19 15:15:38 -03:00
Torsten Grote
fdfddd2667
Fix small RTL UI glitches in blog post layouts
2018-09-19 14:56:45 -03:00
akwizgran
296546544f
Remove auto-generated layout IDs.
2018-09-19 17:42:25 +01:00
akwizgran
ad579a6ba3
Restore max of 50 contacts.
2018-09-19 17:42:09 +01:00
Torsten Grote
90e82357ba
Move back to previous way of creating at least one test contact
2018-09-19 11:38:00 -03:00
Torsten Grote
b3b40753d8
RTL support: Address review issues
2018-09-19 11:33:03 -03:00
Torsten Grote
e60df3cece
Don't crash when creating test data with 0 contacts
...
If no contacts exist, at least one will be created
2018-09-19 11:33:03 -03:00
Torsten Grote
da3cb95151
Move TrustIndicator behind date in AuthorView
...
to prevent it from being pushed off-screen
Fixes #1076
2018-09-19 11:33:03 -03:00
Torsten Grote
c27885072f
Ellipzise long contact names in ConversationActivity
...
Fixes #1078
2018-09-19 11:33:03 -03:00
Torsten Grote
6557d564c9
Add RTL support to remaining layouts
2018-09-19 11:33:03 -03:00
Torsten Grote
53edcaf3e9
Add RTL support to remaining list items
...
Also fixes several small UI glitches with long texts
2018-09-19 11:33:03 -03:00
Torsten Grote
5122c961b4
Simplify dev reporter and add RTL support
2018-09-19 11:33:03 -03:00
Torsten Grote
f83b9244d4
Clean up threaded discussion screen
...
Adds RTL support
Fixing cropping bug
Closes #964
2018-09-19 11:33:03 -03:00
Torsten Grote
81292967e0
Add RTL support to conversation message bubbles
2018-09-19 11:33:03 -03:00
Torsten Grote
b72f6b4fc3
Migrate Introduction Screen to ConstraintLayout
...
Adds RTL support
Fixes issue with long contact names
Closes #1080
2018-09-19 11:33:03 -03:00
Torsten Grote
488be49c93
Convert contact lists to ConstraintLayout
...
Adds support for RTL languages
Fixes issues with long contact names
Closes #1079
2018-09-19 11:33:03 -03:00
Torsten Grote
90db45817a
Add RTL language support to all activities and fragments
2018-09-19 11:33:03 -03:00
akwizgran
81863b9db6
Merge branch '1248-rename-lock-app' into 'master'
...
Rename "Screen lock" to "Lock app"
Closes #1248 and #1245
See merge request briar/briar!924
2018-09-19 14:28:34 +00:00
akwizgran
da069adb57
Merge branch '1186-remove-lock-screen-notification-setting' into 'master'
...
Remove lockscreen notification setting
Closes #1186
See merge request briar/briar!925
2018-09-19 14:27:31 +00:00
Torsten Grote
46425b09fa
Rename "Screen lock" to "App lock"
2018-09-19 10:22:43 -03:00
akwizgran
41e1a436c9
Merge branch 'centre-decrypting-db-message' into 'master'
...
Align "decrypting database" message to centre
See merge request briar/briar!926
2018-09-19 11:46:55 +00:00
Torsten Grote
989394d18b
Merge branch 'fingerprint-permission' into 'master'
...
Add obsolete fingerprint permission to satisfy Android Studio
See merge request briar/briar!927
2018-09-19 11:32:58 +00:00
akwizgran
b6b3f9c292
Align "decrypting database" message to centre.
2018-09-19 12:23:13 +01:00
akwizgran
a52547f73b
Add obsolete fingerprint permission.
2018-09-19 12:19:33 +01:00
akwizgran
24f823a3ce
Remove lock screen notification setting.
2018-09-19 10:50:46 +01:00
akwizgran
a045d7d306
Merge branch '1384-expiry-time' into 'master'
...
Fix off-by-one error in expiry calculation
Closes #1384
See merge request briar/briar!923
2018-09-18 17:15:54 +00:00
akwizgran
a29d5efd93
Fix off-by-one error in expiry calculation.
2018-09-18 18:01:44 +01:00
akwizgran
37cd1cdddf
Merge branch '541-faster-retransmission-eta' into 'master'
...
Allow retransmission if it will result in faster delivery
Closes #541
See merge request briar/briar!908
2018-09-18 14:26:22 +00:00
akwizgran
4f495bb4d3
Use now + max latency as ETA, add more tests.
2018-09-18 16:05:25 +02:00
goapunk
1a70200b65
Allow retransmission if faster.
...
* This commit introduces an estimated time of arrival (eta) to the
message status which helps to decide whether a message should be
retransmitted over a faster transport.
2018-09-18 16:05:25 +02:00
akwizgran
6925dfcbdd
Merge branch '1240-message-refactoring' into 'master'
...
Remove raw representation from Message class
See merge request briar/briar!915
2018-09-18 13:30:26 +00:00
Torsten Grote
7d479063a9
ConversationManager: Address review issues
2018-09-18 10:10:21 -03:00
Torsten Grote
2309e73216
Fix bug where available invitations were marked answered
...
Now an invitiation was answered when it is no longer available
2018-09-18 10:10:21 -03:00
akwizgran
4b325f797b
Combine LiveData observers, avoid redundant loads.
2018-09-18 10:10:21 -03:00
Torsten Grote
9be83c3cc7
Refactor ConversationItem creation
2018-09-18 10:10:21 -03:00
Torsten Grote
86f650503b
Re-introduce InvitationResponse
...
This was done, so private responses don't need to include a Nameable already.
Retreiving a nameable is tricky and requires a data migration,
so we just don't do it now.
2018-09-18 10:10:21 -03:00
Torsten Grote
d430b4fd2d
Move introduction role into IntroductionResponse
2018-09-18 10:10:21 -03:00
akwizgran
fcf7cf72ea
Refactor doesExist() method.
2018-09-18 10:10:21 -03:00
Torsten Grote
b78dfea95f
Remove ListenableFutureTask and replace it with LiveData
2018-09-18 10:10:21 -03:00
Torsten Grote
183fe08565
Rename object to nameable
2018-09-18 10:10:21 -03:00
Torsten Grote
7e32697696
Use ConversationManager to retrieve messages
...
This removes the public method for retrieving messages
from individual conversation clients
and just leaves methods that require a transaction
to be used by the ConversationManager only.
2018-09-18 10:10:21 -03:00
Torsten Grote
29758b174a
Unify all events related to private messages
2018-09-18 10:10:21 -03:00
Torsten Grote
61e18f104e
Unify all private message responses in one PrivateResponse class
...
This also adds `Shareable`s to invitation response
which is a precondition for #561
2018-09-18 10:10:21 -03:00
Torsten Grote
ffeca8817f
Prepare private message retrieval through ConversationManager
2018-09-18 10:10:21 -03:00
Torsten Grote
59fae2fa3c
Unify all private message requests in one PrivateRequest class
2018-09-18 10:10:21 -03:00
Torsten Grote
2d9345c018
Remove unnecessary information from private message classes
2018-09-18 10:10:21 -03:00
akwizgran
817df9c75a
Merge branch '1247-flag-secure-warning' into 'master'
...
Add warning to FLAG_SECURE about app locking implications
Closes #1247
See merge request briar/briar!922
2018-09-17 16:08:43 +00:00
Torsten Grote
745515457e
Add warning to FLAG_SECURE about app locking implications
2018-09-17 12:21:16 -03:00
akwizgran
ba5928218a
Reduce code duplication in TestMessageFactory.
2018-09-14 17:50:17 +01:00
akwizgran
9476782ced
Bump version numbers for 1.1.1 release.
2018-09-14 13:16:17 +01:00
akwizgran
74445acb55
Merge branch '1379-startup-failure-error' into 'master'
...
Correct startup database failure error messages
Closes #1379
See merge request briar/briar!920
2018-09-14 12:01:52 +00:00
akwizgran
e32771f964
Merge branch '1359-conversation-progress' into 'master'
...
Fix progress feel over messages in Conversation view
Closes #1359
See merge request briar/briar!911
2018-09-14 11:59:42 +00:00
akwizgran
d7bf1ee374
Merge branch '1367-db-header-corrupt' into 'master'
...
Fix duplicate actions triggered by hardware keyboard
Closes #1367
See merge request briar/briar!921
2018-09-14 09:09:41 +00:00
Torsten Grote
10bee05856
Only sign-in once when pressing enter
2018-09-13 18:45:24 -03:00
Torsten Grote
fc626d0921
Only create one private group when pressing enter
2018-09-13 18:45:24 -03:00
Torsten Grote
30f87e626a
Only create one forum when pressing enter
2018-09-13 18:45:24 -03:00
Torsten Grote
a0d91da569
Add TODO for not allowing double account creation
2018-09-13 18:19:15 -03:00
Torsten Grote
c90a72617e
Do not create two accounts when pressing enter for account creation
...
Fixes #1367
2018-09-13 18:18:30 -03:00
Torsten Grote
8813bc36af
Correct startup database failure error messages
2018-09-13 12:35:39 -03:00
akwizgran
049cf3ad27
Merge branch 'optional-tests' into 'master'
...
Specify optional tests with an environment variable
See merge request briar/briar!916
2018-09-13 14:36:59 +00:00
Torsten Grote
de8a6b23e5
Merge branch '1189-setup-activity' into 'master'
...
Launch SetupActivity in same task to prevent relaunching from recent apps
Closes #1189
See merge request briar/briar!919
2018-09-13 14:21:24 +00:00
akwizgran
30193a240b
Start SetupActivity in same task, finish other activities.
2018-09-13 13:43:01 +01:00
akwizgran
a52ad8b4cc
Bump version numbers for 1.1.0 release.
2018-09-12 17:10:52 +01:00
Torsten Grote
6a1a8b6872
Merge branch '1245-enable-pin-lock' into 'master'
...
Enable sign-in reminder, PIN lock and dark theme for release builds
See merge request briar/briar!917
2018-09-12 11:15:12 +00:00
Torsten Grote
50ad42a0a2
Update translations, adds Hungarian, sets inclusion threshold to 80%
2018-09-12 07:45:02 -03:00
akwizgran
08005bdf56
Enable PIN lock for release builds.
2018-09-12 11:44:27 +01:00
akwizgran
e32cc3af6d
Enable dark theme for release builds.
2018-09-12 11:41:54 +01:00
akwizgran
28a68ff625
Enable sign-in reminder for release builds.
2018-09-12 11:39:54 +01:00
akwizgran
2bef2ac828
Merge branch '1249-sign-in-screenshots' into 'master'
...
Screenshots for account sign-in improvements and Tor settings
See merge request briar/briar!909
2018-09-06 13:40:03 +00:00
akwizgran
b2febbc6e9
Specify optional tests with an environment variable.
2018-09-06 10:34:04 +01:00
Torsten Grote
e12601dd08
Merge branch 'attach-updated-settings-to-event' into 'master'
...
Attach updated settings to SettingsUpdatedEvent
See merge request briar/briar!913
2018-09-05 11:22:05 +00:00
akwizgran
3388682dda
Use updated settings from event.
2018-09-05 12:04:56 +01:00
akwizgran
74e4a9cbdf
Remove raw representation from Message class.
2018-09-05 11:23:36 +01:00
akwizgran
8ad3047f87
Merge branch '1247-pin-lock-fingerprint' into 'master'
...
Implement fingerprint unlocking with BiometricPromptCompat
See merge request briar/briar!882
2018-09-05 08:39:54 +00:00
akwizgran
0cffaf8646
Merge branch 'move-tor-bridge-tests' into 'master'
...
Move Tor Bridge tests and rename bramble-j2se to bramble-java
See merge request briar/briar!907
2018-09-05 08:35:33 +00:00
akwizgran
7b116f15df
Attach updated settings to SettingsUpdatedEvent.
2018-09-05 09:31:12 +01:00
Torsten Grote
ced0f72fba
Fix progress feel over messages in Conversation view
...
Unlike with many other lists,
we are not clearing the list of private messages when restarting the activity.
We still load the messages from the database and add them to the view.
When there are no new message to add,
the usual insert observers do not trigger
and we do not call list.showData() although we should.
Doing so removes the progress bar as soon as messages have been loaded.
2018-09-04 12:31:16 -03:00
Torsten Grote
24c030f06f
Remove button from UnlockActivity
2018-09-04 09:32:24 -03:00
Torsten Grote
a3fa15e90e
Blank UnlockActivity when not using fingerprint unlock
2018-09-04 09:04:59 -03:00
Torsten Grote
57841be447
Remove BiometricPromptCompat library and limit feature to API 28
2018-09-04 09:04:58 -03:00
Torsten Grote
c5d374af04
ScreenLock: Implement fingerprint unlocking with BiometricPromptCompat
2018-09-04 09:04:33 -03:00
Torsten Grote
8d592ad2ee
Take screenshot of Tor settings
2018-09-03 18:03:57 -03:00
Torsten Grote
055c381cc9
Take a screenshot of the Navigation Drawer with lock action
2018-09-03 16:32:39 -03:00
Torsten Grote
1d259bd51c
Screenshots for Sign-in improvements
...
Screenshots for #1249
2018-09-03 16:32:39 -03:00
Torsten Grote
de63141997
Update translations
2018-09-03 15:02:34 -03:00
Torsten Grote
dee8f68477
Do not run Tor bridge test with every CI run
2018-09-03 13:02:54 -03:00
Torsten Grote
59048f106a
Move Tor Bridge tests and rename bramble-j2se to bramble-java
2018-09-03 12:58:20 -03:00
akwizgran
da7cf4af28
Rename bramble-j2se to bramble-java.
2018-09-03 16:28:59 +01:00
akwizgran
0d4cf4db68
Merge branch 'java-tor-plugin' into 'master'
...
Add a LinuxTorPlugin
See merge request briar/briar!902
2018-09-03 15:23:20 +00:00
Torsten Grote
9efd2d113a
Ignore file extension when retrieving resources on Android
2018-09-03 11:58:42 -03:00
Torsten Grote
8e6cd12f07
LinuxTorPlugin: Address review comments
2018-09-03 11:52:10 -03:00
Torsten Grote
3a49ca0d97
Add JavaTorPlugin
2018-09-03 11:52:10 -03:00
akwizgran
c03868e800
Merge branch '1343-vanniktech-emoji' into 'master'
...
Use vanniktech emoji library
Closes #1343 , #1314 , #940 , #930 , #749 , and #684
See merge request briar/briar!857
2018-09-03 12:12:01 +00:00
akwizgran
d6c129e919
Hide emoji popup when hiding soft keyboard.
2018-08-28 16:45:04 +01:00
akwizgran
271efdd2bc
Hide soft keyboard when reblogging post.
2018-08-28 15:57:55 +01:00
akwizgran
ad4e8d51e9
Hide soft keyboard when sending blog post.
2018-08-28 15:55:16 +01:00
akwizgran
eb19c6e08d
Remove unused resources.
2018-08-28 15:55:16 +01:00
akwizgran
83bfeb9075
Initialise EmojiManager for UI tests.
2018-08-28 15:55:16 +01:00
akwizgran
428501cf5f
Use vanniktech emoji library.
2018-08-28 15:55:16 +01:00
Torsten Grote
d8b04edcd0
Merge branch '1240-avoid-raw-messages' into 'master'
...
Avoid raw messages
See merge request briar/briar!906
2018-08-27 14:40:54 +00:00
akwizgran
0bc07cd0c1
Rename message length method.
2018-08-24 16:56:24 +01:00
akwizgran
cb3026959a
Remove raw messages from SyncRecordWriter interface.
2018-08-24 16:56:24 +01:00
akwizgran
48933637d8
Remove raw messages from DB interface.
2018-08-24 16:56:24 +01:00
akwizgran
5626f3d761
Remove raw message method from DatabaseComponent interface.
2018-08-24 16:56:23 +01:00
akwizgran
0fce224d88
Add method for getting cooked message from DB.
2018-08-24 16:56:23 +01:00
Torsten Grote
3db35f7061
Merge branch 'network-interfaces-may-be-null' into 'master'
...
Check whether getNetworkInterfaces() returns null
See merge request briar/briar!903
2018-08-24 15:48:22 +00:00
Torsten Grote
751375035d
Merge branch 'message-constructor' into 'master'
...
Minimise use of message constructor
See merge request briar/briar!905
2018-08-24 14:58:57 +00:00
akwizgran
27a169c6e2
Minimise use of message constructor.
2018-08-24 14:17:25 +01:00
akwizgran
d4a4351786
Merge branch '758-db-exception-for-deleted-messages' into 'master'
...
Throw an exception if a deleted message is requested from the DB
Closes #758
See merge request briar/briar!904
2018-08-24 09:21:05 +00:00
akwizgran
fbd38dbb94
Throw an exception if a raw message has been deleted.
2018-08-23 14:51:56 +01:00
akwizgran
cd4897e6c9
Check whether getNetworkInterfaces() returns null.
2018-08-23 14:16:18 +01:00
akwizgran
d84e176bb4
Merge branch 'fix_performance_test_db' into 'master'
...
Fix the database performance tests
See merge request briar/briar!893
2018-08-22 15:46:11 +00:00
Torsten Grote
da8b49bec2
Merge branch 'log-relay-names' into 'master'
...
Log Tor relay names to detect failing bridges
See merge request briar/briar!901
2018-08-22 14:27:58 +00:00
akwizgran
6c8cc79d87
Log Tor relay names to detect failing bridges.
2018-08-22 14:21:41 +01:00
akwizgran
a5271eee29
Merge branch 'switch-preference-android-4' into 'master'
...
Use Material style for SwitchPreference on Android 4
See merge request briar/briar!897
2018-08-20 19:40:56 +00:00
akwizgran
4dfc96996d
Merge branch '1224-show-explanation-when-contact-exchange-fails' into 'master'
...
Show an error fragment when contact exchange fails
See merge request briar/briar!890
2018-08-20 19:40:36 +00:00
akwizgran
3139f308a2
Merge branch '1349-empty-state-ui' into 'master'
...
Implement new empty state icons
Closes #1349
See merge request briar/briar!898
2018-08-20 19:39:56 +00:00
Torsten Grote
cc6daffa61
Merge branch 'update-bridges' into 'master'
...
Replace two failing bridges
See merge request briar/briar!900
2018-08-20 18:36:07 +00:00
Torsten Grote
f08f441f5f
Use Material style for SwitchPreference on Android 4
2018-08-20 15:22:55 -03:00
Torsten Grote
83886c78f1
Empty states: Address review comments
2018-08-20 15:14:53 -03:00
Torsten Grote
5ed0e9efec
Implement new empty state icons
2018-08-20 15:14:53 -03:00
akwizgran
169c59349e
Merge branch '1269-bridge-setting' into 'master'
...
Refactor Tor settings and add a setting for forcing the use bridges
Closes #1269
See merge request briar/briar!895
2018-08-20 17:56:56 +00:00
akwizgran
764f60b3fe
Replace two failing bridges.
2018-08-20 17:57:36 +01:00
Torsten Grote
e51c437a06
Merge branch 'ci-dev-urandom' into 'master'
...
Use /dev/urandom for CI
See merge request briar/briar!899
2018-08-20 16:24:49 +00:00
akwizgran
9fbf740ba7
Use /dev/urandom for tests.
2018-08-20 17:08:57 +01:00
akwizgran
db7686ea52
Merge branch '1247-pin-lock-activity-timeout' into 'master'
...
Screen Lock: Lock after customizable inactivity timeout
See merge request briar/briar!887
2018-08-20 13:52:23 +00:00
akwizgran
7fe21e079f
Merge branch '1358-message-bubbles' into 'master'
...
New Design for Message Bubbles
Closes #1358
See merge request briar/briar!896
2018-08-20 12:11:22 +00:00
Torsten Grote
be72e624a3
ContactExchangeErrorFragment: Address review comments
2018-08-16 13:00:02 -03:00
Torsten Grote
d9e9741112
Replace generic ErrorFragment with specific one
...
when key agreement protocol doesn't match
2018-08-16 12:34:20 -03:00
Torsten Grote
656ca8d67a
Contact failure: Add better icon and remove technical error message
2018-08-16 12:34:20 -03:00
Torsten Grote
d3e44358a4
Move feedback trigger and making link clickable to UiUtils
2018-08-16 12:34:20 -03:00
Torsten Grote
920a1d0431
Show an error fragment when contact exchange fails
2018-08-16 12:34:20 -03:00
Torsten Grote
4b9a9771f8
Tor settings: Address review comments
2018-08-16 12:27:26 -03:00
Torsten Grote
d64252aaf3
Screen Lock Timeout: Address review comments
2018-08-16 12:16:45 -03:00
Torsten Grote
825ed451a3
Screen lock: Add a fallback in case alarm manager didn't run during sleep
2018-08-16 12:14:59 -03:00
Torsten Grote
bffd78d404
Use a dedicated summary for 'never lock Briar' for proper English
2018-08-16 12:14:59 -03:00
Torsten Grote
04ffff0953
Screen Lock: Lock after customizable inactivity timeout
2018-08-16 12:14:59 -03:00
Torsten Grote
21f95ed9af
Add a stroke for private message bubbles on Android 4
2018-08-16 12:07:54 -03:00
Torsten Grote
c8b516196c
Add new private message bubbles, get rid of 9-patch drawables
...
This reverts commit f8a8c0d8b8 .
2018-08-16 10:22:15 -03:00
goapunk
941a0cccc3
Fix a regression in the performance tests causing the db key to be regenerated everytime.
2018-08-16 12:09:33 +02:00
Torsten Grote
9b17836595
Refactor Tor settings and add a setting for forcing to use bridges
2018-08-15 17:32:43 -03:00
akwizgran
e5112ae9ee
Merge branch 'gradle-witness' into 'master'
...
Move gradle witness dependency verification into dedicated files
See merge request briar/briar!892
2018-08-15 15:21:56 +00:00
Torsten Grote
f399ce9290
Use gradle wrapper for updating dependency pinning instead of local gradle
2018-08-15 12:01:13 -03:00
Torsten Grote
30e036c672
Move gradle witness dependency verification into dedicated files
...
This also adds a script for makes upgrading dependency checksums so much easier
2018-08-14 18:01:34 -03:00
akwizgran
2896700e50
Merge branch 'preference-switches' into 'master'
...
Replace CheckBoxPreference with the more standard SwitchPreference
See merge request briar/briar!891
2018-08-14 10:21:12 +00:00
akwizgran
987baba3bc
Update settings.xml
2018-08-14 10:00:36 +00:00
akwizgran
03191ff08f
Merge branch 'master' into 'preference-switches'
...
# Conflicts:
# briar-android/src/main/java/org/briarproject/briar/android/settings/SettingsFragment.java
2018-08-14 09:59:22 +00:00
akwizgran
42031631dd
Merge branch '1247-pin-lock' into 'master'
...
Screen Lock Feature
See merge request briar/briar!870
2018-08-14 09:28:04 +00:00
Torsten Grote
64e30844b8
Screen Lock: Remember when keyguard was shown (for Android 6)
...
Also automatically unlock if device screenlock was removed.
2018-08-13 14:36:35 -03:00
Torsten Grote
30a070dd13
Replace CheckBoxPreference witht he more standard SwitchPreference
2018-08-13 13:57:28 -03:00
Torsten Grote
4f18303a1f
Merge branch 'remove-unused-constants' into 'master'
...
Remove unused constants
See merge request briar/briar!889
2018-08-10 17:30:16 +00:00
Torsten Grote
5c500fb740
Merge branch 'back-facing-camera-not-required' into 'master'
...
Make back-facing camera optional in manifest
See merge request briar/briar!888
2018-08-10 16:30:29 +00:00
Torsten Grote
4d63272c04
Prevent activity loops when pressing back button while unlocking
...
This solution even works when "don't keep activities" is active
2018-08-10 13:28:43 -03:00
akwizgran
16b09b9380
Make back-facing camera optional in manifest.
2018-08-10 16:31:35 +01:00
akwizgran
a1599df712
Remove unused constants.
2018-08-10 15:04:08 +01:00
Torsten Grote
afa3c3a70e
Screen Lock: Show verbose unlock message for older APIs
2018-08-10 07:44:10 -03:00
Torsten Grote
0f37a43415
Screen Lock: More changes due to code review
2018-08-10 07:44:10 -03:00
Torsten Grote
ef1d5d3233
Show lock icon when Briar is locked
2018-08-10 07:44:10 -03:00
Torsten Grote
feab825865
Don't show UnlockActivity anymore, might get removed completetly later
2018-08-10 07:44:10 -03:00
Torsten Grote
5d2c96f916
Remove LOCK button from foreground notification
...
When the user removes the screen lock, the app does not get really
locked. There is no way about getting notified about this. Before users
lock the app without it getting actually locked, we rather remove the
button that was collapsed and not easy to find anyway.
2018-08-10 07:44:10 -03:00
Torsten Grote
02ff37b187
Screen Lock: Second round of addressing review comments
2018-08-10 07:44:10 -03:00
Torsten Grote
6863727646
Upgrade robolectric to get Keyguard support for tests
2018-08-10 07:44:10 -03:00
Torsten Grote
087d6e9931
Screen Lock: Address first round of review comments
2018-08-10 07:44:10 -03:00
Torsten Grote
d79f1b667a
Move app locking logic into dedicatd LockManager
2018-08-10 07:44:10 -03:00
Torsten Grote
633f5a8bd7
Adapt foreground notification when locked and show LOCK button
2018-08-10 07:44:10 -03:00
Torsten Grote
90cb9a2fae
Disable screen lock setting instead of hiding it when not available
2018-08-10 07:44:10 -03:00
Torsten Grote
fc86319e13
MVP of PIN lock feature
...
This only shows the settings if a screen lock is available.
If the setting is activated, it shows a drawer item for locking.
Once locked, the screen lock secret needs to be entered to enter the
app again.
First part of #1247
2018-08-10 07:44:10 -03:00
Torsten Grote
af1ed292ae
Merge branch '832-android-tor-plugin' into 'master'
...
Factor out Android-specific code from TorPlugin
Closes #832
See merge request briar/briar!876
2018-08-09 19:36:00 +00:00
Torsten Grote
5393127400
Merge branch 'show-blocked-country-names' into 'master'
...
Show names of countries where Tor is blocked
See merge request briar/briar!886
2018-08-09 13:21:22 +00:00
akwizgran
0e6c374d0e
Show names of countries where Tor is blocked.
2018-08-09 13:55:06 +01:00
akwizgran
52efbcac8a
Merge branch '1360-rename-main-flavor' into 'master'
...
Rename main flavor due to internal conflicts
Closes #1360
See merge request briar/briar!885
2018-08-09 08:58:24 +00:00
Torsten Grote
acf6a45004
Merge branch 'replace-assert-statements' into 'master'
...
Replace assert statements with AssertionErrors
See merge request briar/briar!877
2018-08-08 19:56:38 +00:00
Torsten Grote
7ffcace228
Rename Main Flavor due to internal conflicts
2018-08-08 16:52:28 -03:00
akwizgran
e157fdfc7b
Merge branch '1251-dark-theme-old-message-bubbles' into 'master'
...
Dark Theme Changes
See merge request briar/briar!884
2018-08-08 15:18:50 +00:00
akwizgran
f8a8c0d8b8
Revert to old message bubbles pending design changes.
2018-08-08 10:35:05 +01:00
Torsten Grote
f53aeef0d6
Merge branch 'logger-names' into 'master'
...
Use full class names for loggers
See merge request briar/briar!881
2018-08-07 14:27:57 +00:00
akwizgran
f812acb00b
Use general-purpose resource provider.
2018-08-07 15:19:46 +01:00
akwizgran
004467e84e
Factor out remaining Android code from Tor plugin.
2018-08-07 15:19:43 +01:00
akwizgran
34c0a83e36
Use full class names for loggers.
2018-08-07 15:17:19 +01:00
Torsten Grote
fd0dad8936
Restore old button size and ensure timestamps are not selectable
2018-08-06 14:26:02 -03:00
Torsten Grote
32420a0781
Give names to colors and clean them up
2018-08-06 13:16:53 -03:00
Torsten Grote
b6c85c8bf6
More Dark Theme Changes after designer feedback
2018-08-06 13:16:53 -03:00
Torsten Grote
4163731ec3
New private message bubbles
...
This gets rid of all those pesky 9-Patch drawables
2018-08-06 13:16:53 -03:00
akwizgran
8e732d880f
Merge branch '47-sign-in-reminder' into 'master'
...
Do not show sign-in reminder once PasswordActivity was opened
Closes #47
See merge request briar/briar!879
2018-08-06 09:38:05 +00:00
Torsten Grote
0b2594a693
Move SignIn reminder code into AndroidNotificationManager and don't show reminder once PasswordActivity was opened
2018-08-03 15:08:57 -03:00
akwizgran
7e009ceaf2
Merge branch '596-espresso' into 'master'
...
Setup UI Tests with Espresso for Automatic Localized Screenshots
Closes #596
See merge request briar/briar!863
2018-08-03 16:38:57 +00:00
Torsten Grote
b238b28ef9
Remove PasswordActivity test since it doesn't work anyway
2018-08-03 13:09:42 -03:00
Torsten Grote
edb8e8f9d0
Move res values from build.gradle into strings.xml
...
This fixes an issue where the build type values were overriding the
flavor values.
2018-08-03 13:08:18 -03:00
Torsten Grote
cc6041e90c
Rename Component and Screenshot Tests
2018-08-03 11:42:01 -03:00
Torsten Grote
3ff6462899
Refactor Espresso tests to use new AccountManager
2018-08-03 11:20:43 -03:00
Torsten Grote
6f7d0c6f77
Do proper Doze white-listing in UI tests
2018-08-03 11:20:43 -03:00
Torsten Grote
412381f37e
Move buildType to flavor and add hashes for pinning of androidTest dependencies
2018-08-03 11:20:33 -03:00
Torsten Grote
05fbb87c06
Add a NavDrawerActivityTest
2018-08-03 11:16:52 -03:00
Torsten Grote
daf5db470f
Use demo mode when taking screenshots to clear status bar
...
https://android.googlesource.com/platform/frameworks/base/+/master/packages/SystemUI/docs/demo_mode.md
2018-08-03 11:16:52 -03:00
Torsten Grote
be2d695150
Setup fastlane
...
This is great for automatically uploading (localized) screenshots
and app metadata to Google Play.
You can even upload the signed APK releases as well.
For now, this is only useful for running the screenshot Espresso tests
and grabbing the screenshots from the device.
2018-08-03 11:16:52 -03:00
Torsten Grote
d0c2c03057
First prototype of Espresso test infrastructure with automatic screenshoting
2018-08-03 11:16:52 -03:00
Torsten Grote
db11e0101a
Merge branch '1355-disable-tor-setting' into 'master'
...
Add a setting to override location-based disabling of Tor
Closes #1355
See merge request briar/briar!871
2018-08-03 13:35:33 +00:00
akwizgran
25b8932cde
Merge branch '47-sign-in-reminder' into 'master'
...
Don't show sign-in reminder if user is signed-in already
Closes #47
See merge request briar/briar!872
2018-08-03 10:59:25 +00:00
akwizgran
0d658513ba
Disable bridges when network is manually enabled.
2018-08-03 11:53:50 +01:00
akwizgran
732bf6d4ec
Show countries where Tor is blocked.
2018-08-03 11:53:50 +01:00
akwizgran
53762e7c93
Add setting to override location-based disabling of Tor.
2018-08-03 11:53:47 +01:00
akwizgran
5a145c9eb2
Replace assert statements with AssertionErrors.
2018-08-03 11:14:15 +01:00
akwizgran
d8ce1d75ca
Add run configuration for bramble-android tests.
2018-08-03 10:17:36 +01:00
Torsten Grote
77b2fa8acb
Merge branch '832-fix-bridge-test' into 'master'
...
Fix Tor bridge integration test
See merge request briar/briar!875
2018-08-02 15:00:57 +00:00
akwizgran
f9d5873385
Fix Tor bridge test.
2018-08-02 15:51:28 +01:00
Torsten Grote
1de6c863df
Merge branch '832-network-manager' into 'master'
...
Factor network management code out of plugins
See merge request briar/briar!874
2018-08-02 14:36:17 +00:00
akwizgran
8c5c66fa9a
Add null-safety and thread-safety annotations.
2018-08-02 15:06:17 +01:00
Torsten Grote
82f939ecd4
Don't show sign-in reminder if user is signed-in already
2018-08-02 09:50:42 -03:00
akwizgran
1a5c02f8a9
Remove extra logging.
2018-08-02 13:22:54 +01:00
akwizgran
16d56535ca
Check connectivity after all AP state changes.
2018-08-02 13:22:53 +01:00
akwizgran
dcd6fda046
Check connectivity after entering or leaving doze mode.
2018-08-02 13:22:53 +01:00
akwizgran
2535445831
Factor network management code out of plugins.
2018-08-02 13:22:50 +01:00
Torsten Grote
c0d5a3a5ea
Merge branch '1341-account-manager-refactoring' into 'master'
...
Refactor authentication and account management code
Closes #1341
See merge request briar/briar!866
2018-08-02 11:49:15 +00:00
akwizgran
c1789a8e52
Move identity creation into AccountManager.
2018-08-02 09:51:17 +01:00
akwizgran
2a0ecc3f80
Clean up some tests.
2018-08-01 16:49:14 +01:00
akwizgran
b176ec5844
Add TODO for account creation error handling.
2018-08-01 15:56:53 +01:00
akwizgran
f8df6b88ee
Add BriarAccountManager subclass.
2018-08-01 15:52:09 +01:00
akwizgran
55d8f853db
Bump version numbers for 1.0.13 release.
2018-07-31 17:34:08 +01:00
Torsten Grote
004853a09b
Merge branch '1354-forget-hsforget' into 'master'
...
Don't try to use missing HSFORGET command
Closes #1354
See merge request briar/briar!869
2018-07-31 16:27:32 +00:00
akwizgran
d815dd6ec9
Don't try to use missing HSFORGET command.
2018-07-31 17:19:11 +01:00
akwizgran
f243ed39ab
Bump version numbers for 1.0.12 release.
2018-07-30 16:48:04 +01:00
akwizgran
4aed0632b8
Update translations.
2018-07-30 15:21:39 +01:00
Torsten Grote
1860db10b4
Merge branch 'tor-0.2.9.16' into 'master'
...
Upgrade Tor to 0.2.9.16
See merge request briar/briar!868
2018-07-30 12:45:54 +00:00
akwizgran
cf4efbeef3
Upgrade Tor to 0.2.9.16.
2018-07-30 10:11:06 +01:00
Torsten Grote
099e8ef4d5
Merge branch 'bluetooth-not-required' into 'master'
...
Allow devices without Bluetooth support
See merge request briar/briar!867
2018-07-27 17:01:12 +00:00
akwizgran
05152eef0e
Allow devices without Bluetooth support.
2018-07-27 17:49:02 +01:00
Hugh Isaacs II
481de00f90
Chrome OS / Chromebook support
...
By setting adding the uses-feature tag for touchscreens and android:required="false" to it, it tells Google Play and the Android runtime that this app doesn't require touchscreens, making Google Play and the OS treat it as if it'll work on non-touch devices.
Also it's possible to add android:required="false" to the Bluetooth tag as it's not needed for adding contacts, I'm just not sure how the Briar app would react on an Android device that doesn't support Bluetooth so I didn't take that leap.
2018-07-27 17:42:37 +01:00
akwizgran
277d045469
Add hashes for test dependencies.
2018-07-27 16:04:57 +01:00
akwizgran
287f3760cd
Pass database key into LifecycleManager.
2018-07-27 15:46:48 +01:00
akwizgran
58d09d0742
Add tests for AccountManager and AndroidAccountManager.
2018-07-27 15:29:42 +01:00
akwizgran
14353653c7
Merge branch 'sign-in-reminder' into 'master'
...
Remove sign-in reminder when PasswordActivity starts
See merge request briar/briar!865
2018-07-27 14:25:23 +00:00
akwizgran
adbfa26364
Remove redundant locking.
2018-07-27 14:18:31 +01:00
akwizgran
abaefacb69
Add javadocs.
2018-07-27 13:15:04 +01:00
akwizgran
6ca0339da2
Move DB key management into account manager.
2018-07-27 13:15:03 +01:00
akwizgran
4a9977fa58
Use account manager to check whether account exists.
2018-07-27 13:15:03 +01:00
akwizgran
f9d8c720ec
Remove ConfigController.
2018-07-27 13:15:03 +01:00
akwizgran
1edf2bfa75
Move account deletion into AccountManager.
2018-07-27 13:14:58 +01:00
akwizgran
233af69909
Add TODOs.
2018-07-27 13:14:58 +01:00
akwizgran
6f6ba38de1
Remove logic from DatabaseConfig.
2018-07-27 13:14:57 +01:00
akwizgran
f9495b49d6
Move encrypted key, account deletion into AccountManager.
2018-07-27 13:14:57 +01:00
akwizgran
cb29c9bf32
Create minimal AccountManager interface.
2018-07-27 13:14:52 +01:00
akwizgran
8283760e8a
Move local author creation into IdentityManager.
2018-07-27 13:14:51 +01:00
Torsten Grote
e300245f8d
Remove sign-in reminder when PasswordActivity starts
2018-07-26 17:55:14 -03:00
akwizgran
81cbb7e843
Merge branch '1350-logo-broken' into 'master'
...
Fix Navigation Drawer Logo on Android 5
Closes #1350
See merge request briar/briar!864
2018-07-26 10:28:18 +00:00
Torsten Grote
bc0e529d89
Fix Navigation Drawer Logo on Android 5
2018-07-25 17:50:58 -03:00
Torsten Grote
c6b6bc307e
Merge branch 'remove-notification-reminder-svg' into 'master'
...
Removed unused reminder notification SVG
See merge request briar/briar!862
2018-07-25 15:54:32 +00:00
akwizgran
b200dd9323
Removed unused reminder notification SVG.
2018-07-25 16:40:16 +01:00
akwizgran
881d8034cb
Merge branch '1251-dark-theme' into 'master'
...
Dark theme changes based on designer feedback
Closes #1250 and #1251
See merge request briar/briar!861
2018-07-25 15:37:17 +00:00
akwizgran
1bee58e70d
Merge branch 'run-unless-activity-not-added' into 'master'
...
Run UI actions only when the activity is added to the fragment.
Closes #1336
See merge request briar/briar!858
2018-07-25 13:33:15 +00:00
akwizgran
ede33d9278
Check for null activity in finish().
2018-07-25 14:19:31 +01:00
Torsten Grote
ce6293b1d3
Dark theme changes based on designer feedback
2018-07-25 09:25:15 -03:00
akwizgran
912dd0eb4a
Merge branch 'more-bridges' into 'master'
...
Add more vanilla bridges
See merge request briar/briar!859
2018-07-24 08:57:22 +00:00
Torsten Grote
06197295f8
Add more vanilla bridges
2018-07-20 16:14:05 -03:00
Torsten Grote
6a163c0358
Run UI actions only when the activity is added to the fragment.
...
This is different from the previous behavior
where we only check if it is not detached.
2018-07-20 13:28:34 -03:00
akwizgran
aa6b5511c2
Merge branch '47-sign-in-reminder' into 'master'
...
Add an option to not show the sign-in reminder
Closes #47
See merge request briar/briar!851
2018-07-18 12:57:22 +00:00
Torsten Grote
1cbd76bbc9
Address review nitpicks
2018-07-18 09:40:30 -03:00
Torsten Grote
ba4a4aea59
Only show a Dismiss button attached to the sign-in reminder
...
Also change the logo to a logout icon
2018-07-17 16:33:58 -03:00
Torsten Grote
391e869d29
Also remind to sign-in again after app was upgraded
2018-07-17 16:33:58 -03:00
Torsten Grote
8925d6f5d7
Add an option to not show the sign-in reminder
...
This is done via another preference in the settings screen
and an action button attached to the notification itself
2018-07-17 16:33:58 -03:00
Torsten Grote
afa9b6193a
Merge branch 'remove-reference-manager' into 'master'
...
Removed unused ReferenceManager
See merge request briar/briar!856
2018-07-16 15:44:29 +00:00
akwizgran
1bcedea34a
Removed unused ReferenceManager.
2018-07-16 16:21:25 +01:00
akwizgran
0f16ac57f3
Merge branch '1267-tor-bridges' into 'master'
...
Tor Bridge Support
See merge request briar/briar!847
2018-07-05 14:22:39 +00:00
Torsten Grote
7ecac1867e
Address review comments for Tor bridge support
2018-07-05 11:14:11 -03:00
Torsten Grote
331c09a02a
Load bridges from file res/raw/bridges
2018-07-04 16:21:49 -03:00
Torsten Grote
7e05a49bda
Add Android integration tests that checks if included bridges work
...
This also changes the way bridges are used.
Instead of using the torrc config file,
bridges are now activated via Tor's control port.
2018-07-04 15:17:28 -03:00
Torsten Grote
eac1f9ed74
MVP for bridge support
2018-07-04 15:17:28 -03:00
Torsten Grote
d16aa9e2a4
Merge branch '1334-disable-resource-shrinking' into 'master'
...
Disable resource shrinking for release builds
Closes #1334
See merge request briar/briar!854
2018-07-04 17:20:40 +00:00
akwizgran
cc72d146a0
Disable resource shrinking for release builds.
2018-07-04 17:02:39 +01:00
Torsten Grote
bff23480d7
Trigger external pipeline to check release builds
2018-07-04 12:47:22 -03:00
akwizgran
e435578f3b
Merge branch 'gui-minor-padding-corrections' into 'master'
...
Fixed padding in rss_feed_import, list_item_crash, power_view
See merge request briar/briar!831
2018-07-04 13:21:18 +00:00
jRustig
33b9539a72
correction of crash report alignment
2018-07-04 14:59:34 +02:00
akwizgran
a114d4db15
Bump version numbers for 1.0.11 release.
2018-07-04 08:45:03 +01:00
akwizgran
73b7879c64
Update translations.
2018-07-04 08:44:00 +01:00
akwizgran
e622a518ac
Merge branch 'fix_npe_keyfrag' into 'master'
...
Fix a possible null reference bug
See merge request briar/briar!853
2018-07-03 17:20:59 +00:00
goapunk
28ea3d014a
Fix a possible null reference bug
2018-07-03 11:33:13 +02:00
akwizgran
457d77ca51
Bump version numbers for 1.0.10 release.
2018-07-02 14:06:49 +01:00
akwizgran
581c67f5fd
Update translations.
2018-07-02 14:04:51 +01:00
Torsten Grote
1dcb9aa1d0
Merge branch '1329-auth-cookie' into 'master'
...
Delete old auth cookie before starting Tor
Closes #1329
See merge request briar/briar!852
2018-06-29 15:38:23 +00:00
akwizgran
d97dcfff30
Merge branch 'no_screenfilter_warning_splash' into 'master'
...
Don't show screenfilter warning in SplashScreenActivity
See merge request briar/briar!832
2018-06-29 14:41:09 +00:00
akwizgran
e166d9dd15
Merge branch '1327-setup-crash' into 'master'
...
Ensure that pressing back after setup will always return the user to home
Closes #1327
See merge request briar/briar!849
2018-06-29 14:40:43 +00:00
akwizgran
2e002d132c
Delete old auth cookie before starting Tor.
2018-06-29 15:28:50 +01:00
Torsten Grote
da629df630
Ensure that pressing back after setup will always return the user to home
2018-06-26 11:42:54 -03:00
Nico Alt
135372ebee
Use consistent language for forum posts
...
Fixes #888 .
2018-06-26 14:25:24 +02:00
akwizgran
b083122d72
Merge branch '47-sign-in-reminder' into 'master'
...
Remind the user to sign in
See merge request briar/briar!841
2018-06-22 14:49:09 +00:00
akwizgran
649433a506
Merge branch '1032-message-icon' into 'master'
...
Use message icon rather than mail icon for private messages
Closes #1032
See merge request briar/briar!846
2018-06-22 14:18:20 +00:00
Torsten Grote
eff3a69734
Disable sign-in reminder with a feature flag in release builds
2018-06-22 10:59:27 -03:00
Torsten Grote
62de50af76
Remind the user to sign in only when an account has been created
2018-06-22 10:46:27 -03:00
Torsten Grote
1f9def8418
Minimal Sign-in reminder
2018-06-22 10:46:27 -03:00
Torsten Grote
1e80069980
Merge branch 'feature-flags' into 'master'
...
Add feature flag for dark theme
See merge request briar/briar!843
2018-06-22 13:43:56 +00:00
Torsten Grote
bfde71c151
Merge branch '1307-readable-log' into 'master'
...
Display log file in a reader-friendly way
Closes #1307
See merge request briar/briar!845
2018-06-22 13:42:40 +00:00
akwizgran
bce0a3150b
Use message icon rather than mail icon.
2018-06-22 13:48:52 +01:00
akwizgran
ee59b9b3ad
Unescape newlines when showing log.
2018-06-22 11:17:54 +01:00
akwizgran
55918a88b2
Merge branch '1251-dark-theme-fixes' into 'master'
...
Dark Theme Fixes
See merge request briar/briar!844
2018-06-21 12:49:15 +00:00
Torsten Grote
679c1c3719
Fix RSS feed delete button and disabled button text
2018-06-21 09:40:55 -03:00
akwizgran
21f33d6cfb
Add feature flag for dark theme.
2018-06-21 13:28:32 +01:00
akwizgran
912b1b5b1d
Merge branch 'factor_out_keyagreement_ui-theme' into 'master'
...
Factor out keyagreement ui theme
See merge request briar/briar!835
2018-06-21 11:38:49 +00:00
goapunk
0ad20037ae
Pass String instead of the TextView
2018-06-20 18:36:39 +02:00
akwizgran
62d893f7b1
Merge branch 'android-gradle-3.1.3' into 'master'
...
Upgrade Android Gradle Plugin to 3.1.3
See merge request briar/briar!842
2018-06-20 15:45:55 +00:00
goapunk
497213e56d
add KeyAgreementEventListener interface
2018-06-20 15:44:42 +02:00
akwizgran
f5c0d0b2cb
Merge branch '1251-dark-theme' into 'master'
...
Implement Dark Theme (DayNight with automatic option)
See merge request akwizgran/briar!818
2018-06-20 13:43:04 +00:00
goapunk
f4131d6f32
address reviews
2018-06-20 15:32:51 +02:00
goapunk
06deba4bd4
Create a dedicated qrCodeView
2018-06-20 15:32:42 +02:00
goapunk
26643e491b
Add some abstraction to the keyagreement ui
2018-06-20 15:32:23 +02:00
Torsten Grote
6ef4130f8f
Upgrade Android Gradle Plugin to 3.1.3
2018-06-19 17:36:35 -03:00
Torsten Grote
ba5b2f601b
Applying night mode to DevReportActivity
2018-06-19 14:19:15 -03:00
Torsten Grote
5be672f0e7
Remove unused resources
2018-06-19 13:30:01 -03:00
Torsten Grote
fa525564c0
Hide Theme Settings in release builds for now
2018-06-19 13:30:01 -03:00
Torsten Grote
dee0ca238b
Address first round of review comments
2018-06-19 13:30:00 -03:00
Torsten Grote
3c6b43b2bd
Implement Dark Theme (DayNight with automatic option)
...
This is just a first rough implementation.
A real UI designer should look over this.
2018-06-19 13:29:13 -03:00
Administrator
dcacae0729
Merge branch 'language_improvements' into 'master'
...
Language improvements
See merge request akwizgran/briar!829
2018-06-19 16:27:50 +00:00
akwizgran
aefc5c519e
Merge branch '1297-opendb-gui' into 'master'
...
Resolve ""Decrypting database" label needs some padding"
Closes #1297
See merge request akwizgran/briar!830
2018-06-18 14:19:34 +00:00
akwizgran
7225adf24e
Merge branch 'fix_translation_verification' into 'master'
...
Use project path for translation verification
See merge request akwizgran/briar!840
2018-06-18 14:18:49 +00:00
goapunk
30228cf025
Use project path for translation verification
2018-06-17 16:11:22 +02:00
Torsten Grote
99e2b7eaab
Merge branch 'exception-logging-method' into 'master'
...
Add utility method for logging exceptions
See merge request akwizgran/briar!838
2018-06-16 13:38:25 +00:00
Torsten Grote
2f7d5b869c
Merge branch 'hide-ui-if-not-in-foreground' into 'master'
...
Don't hide UI on low memory if we're in the foreground
See merge request akwizgran/briar!839
2018-06-15 20:19:05 +00:00
akwizgran
d5d6db6723
Add utility method for logging exceptions.
2018-06-15 17:09:34 +01:00
Torsten Grote
b026031d66
Merge branch 'fine-logging' into 'master'
...
Replace logging boilerplate with a static method
See merge request akwizgran/briar!837
2018-06-15 15:30:31 +00:00
akwizgran
abe14f19e6
Replace boilerplate with static method.
2018-06-15 16:17:08 +01:00
Torsten Grote
fa17549972
Merge branch 'fine-logging' into 'master'
...
Move logging of time measurements to FINE level
See merge request akwizgran/briar!836
2018-06-15 15:00:25 +00:00
akwizgran
0d2a91289f
Don't calculate duration unless needed.
2018-06-15 15:52:05 +01:00
Torsten Grote
2e22318b27
Merge branch '1291-huawei-protected-apps' into 'master'
...
Don't show Huawei protected apps button on API 24+
Closes #1291
See merge request akwizgran/briar!823
2018-06-15 14:35:46 +00:00
akwizgran
11f0bd1ae0
Merge branch '1288-placeholder-texts' into 'master'
...
Use placeholder text for text fields and add show password button
Closes #1096 and #1288
See merge request akwizgran/briar!834
2018-06-15 14:22:21 +00:00
akwizgran
e2d636e274
Don't hide UI on low memory if we're in the foreground.
2018-06-15 15:14:13 +01:00
Torsten Grote
f41b76c567
Shorten password hints
2018-06-15 11:13:38 -03:00
akwizgran
08931e64cb
Use System.nanoTime() for timing measurements.
2018-06-15 13:01:48 +01:00
akwizgran
ccee1febbc
Move timing measurements down to FINE log level.
2018-06-15 13:01:48 +01:00
Torsten Grote
7bfc1c3579
Add buttons to show passwords wherever they can be entered
...
Closes #1096
2018-06-14 15:40:17 -03:00
Torsten Grote
2dc94a95ed
Use placeholder texts for text fields
...
Closes #1288
2018-06-14 15:36:08 -03:00
Torsten Grote
a47a1cf442
Merge branch '1316-make-introduction-string' into 'master'
...
Use separate strings for introduction menu item and button
Closes #1316
See merge request akwizgran/briar!833
2018-06-13 20:16:34 +00:00
akwizgran
4adb27a1ce
Use separate strings for introduction menu item and button.
2018-06-13 16:50:24 +01:00
akwizgran
841c31ebce
Bump version numbers for 1.0.9 release.
2018-06-13 15:38:49 +01:00
akwizgran
d6810cf87f
Update translations.
2018-06-13 15:36:57 +01:00
goapunk
7a2df3d6cb
simplify
2018-06-13 13:38:15 +02:00
goapunk
0c65ff4783
remove the unncessary synchronization from reset
2018-06-13 12:42:03 +02:00
goapunk
8b10b7ed23
Don't show screenfilter warning here
2018-06-13 12:36:43 +02:00
goapunk
9743255ce9
immutable version
2018-06-13 12:32:38 +02:00
jRustig
8c64734ff1
Fixed padding in rss_feed_import, list_item_crash, power_view
2018-06-13 10:34:10 +02:00
jRustig
c845dfc7f4
Fix padding in activity_open_database
...
Closes #1297
2018-06-13 10:00:42 +02:00
akwizgran
a8a02b9e45
Merge branch '992-refresh-wake-lock' into 'master'
...
Renew the wake lock every minute to avoid wake lock killers
See merge request akwizgran/briar!827
2018-06-12 16:59:32 +00:00
akwizgran
6703be1c32
Add thread safety, null safety annotations.
2018-06-12 17:50:58 +01:00
goapunk
fc99dedb53
Detect if system language changed
2018-06-12 16:23:32 +02:00
goapunk
65a461a0db
Reset Localizer on account deletion
2018-06-12 12:15:47 +02:00
akwizgran
a44a68f231
Bump version numbers for 1.0.8 release.
2018-06-08 13:00:39 +01:00
akwizgran
4ac6baa23d
Update translations.
2018-06-08 13:00:39 +01:00
akwizgran
4cde50b7f5
Merge branch '1293-cookie-file-polling' into 'master'
...
Poll for creation of Tor auth cookie file
Closes #1293
See merge request akwizgran/briar!828
2018-06-08 11:30:12 +00:00
akwizgran
da40eca80b
Merge branch '1160-language-setting' into 'master'
...
Add language setting
Closes #1160 and #1222
See merge request akwizgran/briar!679
2018-06-08 11:20:39 +00:00
akwizgran
fa267d38af
Filter out RTL languages on API < 17.
2018-06-08 13:07:30 +02:00
akwizgran
ba20fbeb47
Poll for creation of cookie file.
2018-06-08 10:40:38 +01:00
akwizgran
196df05df9
Bump version numbers for 1.0.7 release.
2018-06-07 12:12:39 +01:00
akwizgran
44f07c8d76
Merge branch '1293-tor-cookie-file' into 'master'
...
Watch for creation rather than updating of Tor cookie file
See merge request akwizgran/briar!825
2018-06-07 11:07:30 +00:00
akwizgran
d7f39af6d1
Reduce wake lock refresh interval to 1 minute.
2018-06-07 10:46:16 +01:00
akwizgran
4f732c3997
Acquire wake lock with a timeout.
2018-06-07 10:46:16 +01:00
akwizgran
74cfd313ab
Code cleanup.
2018-06-07 10:46:16 +01:00
akwizgran
c089a099f0
Refactor wake lock to use existing ScheduledExecutorService.
2018-06-07 10:46:15 +01:00
goapunk
98a0d09899
Renew the wake lock every 30min
...
Signed-off-by: goapunk <noobie@goapunks.net >
2018-06-07 10:46:15 +01:00
goapunk
18c4195115
fix region and title
2018-06-07 11:42:31 +02:00
akwizgran
d4a9c41cf5
Watch for creation rather than updating of Tor cookie file.
...
Tor writes to a temporary file and then renames it over the old
file, if any, so CLOSE_WRITE never occurs. The old code was
working in most cases because it received IGNORED when the old
file was unlinked and didn't check the event type.
2018-06-07 09:19:52 +01:00
goapunk
8bc28f99c1
Improvements:
...
* Force LTR by prefixing language names with the LRM marker
* Add Polish
* Cleanup
2018-06-07 10:19:17 +02:00
goapunk
1834146ad0
fix hebrew
2018-06-07 10:19:17 +02:00
akwizgran
624e03a2c9
Merge branch 'default-build-timestamp' into 'master'
...
Add default build timestamp in case Git command fails
See merge request akwizgran/briar!826
2018-06-07 08:15:08 +00:00
akwizgran
a24e0482c9
Add default build timestamp in case Git command fails.
2018-06-06 14:34:40 +01:00
goapunk
695b543ba9
fix review
2018-06-06 11:16:24 +02:00
goapunk
75e910e1d9
Add a language setting
2018-06-06 11:16:21 +02:00
Torsten Grote
8fc8333451
Merge branch '1294-log-stack-traces' into 'master'
...
Log exception stacktraces
Closes #1294
See merge request akwizgran/briar!824
2018-06-03 02:28:17 +00:00
akwizgran
c2154c81f4
Log exception stacktraces.
2018-06-01 16:43:10 +01:00
akwizgran
5cd5fc7e43
Bump version numbers for 1.0.6 release.
2018-06-01 10:20:32 +01:00
akwizgran
abd9db70b9
Update translations, add Polish translation.
2018-06-01 10:18:42 +01:00
akwizgran
5025cf1e40
Merge branch 'remove-removable-drive-plugin' into 'master'
...
Remove RemovableDrivePlugin, refactor plugin interface
Closes #25
See merge request akwizgran/briar!817
2018-05-31 08:49:32 +00:00
akwizgran
5e679e7a10
Don't show Huawei protected apps button on API 24+.
2018-05-31 09:48:38 +01:00
akwizgran
834342fd3a
Merge branch 'remove-reblog-scene-transition' into 'master'
...
Disable reblog scene transition as it even crashes my Android 7.1 device
Closes #785
See merge request akwizgran/briar!821
2018-05-29 15:56:07 +00:00
akwizgran
3028b236e1
Merge branch 'disable-prefetching' into 'master'
...
Disable pre-fetching in Threaded RecyclerView as a workaround for #1289
See merge request akwizgran/briar!820
2018-05-29 15:47:15 +00:00
Torsten Grote
254422bc02
Disable reblog scene transition as it even crashes my Android 7.1 device
...
Closes #785
2018-05-29 12:44:41 -03:00
Torsten Grote
c7949d6e00
Disable pre-fetching in Threaded RecyclerView as a workaround for #1289
2018-05-29 12:29:40 -03:00
Torsten Grote
0187264da7
Merge branch '1219-remove-debug-logging' into 'master'
...
Remove debug logging from setup process
See merge request akwizgran/briar!819
2018-05-28 13:59:22 +00:00
akwizgran
85a18cf53f
Remove debug logging from setup process.
2018-05-28 14:34:20 +01:00
akwizgran
3181b695df
Remove RemovableDrivePlugin, refactor plugin interface.
2018-05-25 13:57:38 +01:00
akwizgran
b2ac210586
Merge branch 'factor_out_plugin_conf' into 'master'
...
Make plugins and polling configurable
See merge request akwizgran/briar!814
2018-05-24 16:34:05 +00:00
Torsten Grote
d20340416d
Merge branch 'jcenter-tor-binaries' into 'master'
...
Download Tor binaries from JCenter
See merge request akwizgran/briar!816
2018-05-24 12:21:14 +00:00
akwizgran
9da871718c
Download Tor binaries from JCenter.
2018-05-24 10:54:34 +01:00
goapunk
3793cb841b
Fix test and poller instantiation
2018-05-23 14:39:01 +02:00
goapunk
c6b88b51f0
Make plugins and polling configurable
...
* Move PluginConfig out of bramble-android. Projects using bramble now need to provide it.
* Add a PluginConfig#shouldPoll() method which can be used to disable polling altogether.
* Move Poller instantiation to the PluginManager.
2018-05-23 14:39:00 +02:00
Torsten Grote
2f00215a44
Merge branch 'remove-jtorctl-jar' into 'master'
...
Replace jtorctl jar with JCenter dependency
See merge request akwizgran/briar!815
2018-05-23 11:22:15 +00:00
akwizgran
183f0c5f31
Bump version numbers for 1.0.5 release.
2018-05-22 15:30:33 +01:00
Torsten Grote
34c5aaae0a
Update translations (Farsi and Chinese complete now)
2018-05-22 11:17:51 -03:00
Torsten Grote
5531355ebd
Merge branch '1219-store-db-key-in-file' into 'master'
...
Store database key in a file
Closes #1219
See merge request akwizgran/briar!810
2018-05-22 12:24:13 +00:00
akwizgran
b9e607744a
Store second copy of DB key in backup file.
2018-05-22 12:07:07 +01:00
akwizgran
def62bce5a
Replace jtorctl jar with JCenter dependency.
2018-05-22 11:32:19 +01:00
akwizgran
9dae3d191a
Merge branch '1281-introduction-bug' into 'master'
...
Introduction: Reset session information for removed introducees
Closes #1281
See merge request akwizgran/briar!813
2018-05-22 09:09:13 +00:00
Torsten Grote
20422edf78
Introduction: Reset session information for removed introducees
2018-05-21 16:26:11 -03:00
Torsten Grote
f8bc5f08bf
Merge branch 'unicode-escapes-for-test-data' into 'master'
...
Escape Unicode characters in test data
See merge request akwizgran/briar!812
2018-05-21 16:21:29 +00:00
akwizgran
9434495d70
Escape Unicode characters in test data.
...
This enables reproducible builds with non-Unicode locales.
2018-05-21 17:02:09 +01:00
Torsten Grote
bf9e91fcf5
Merge branch 'fix-build-timestamp' into 'master'
...
Make build timestamp command compatible with old versions of Git
See merge request akwizgran/briar!811
2018-05-21 12:47:47 +00:00
akwizgran
d9d86206a6
Make build timestamp command compatible with old versions of Git.
2018-05-21 13:40:14 +01:00
akwizgran
b410b8efcc
Don't overwrite the backup if it's our only copy.
2018-05-18 15:17:43 +01:00
akwizgran
39aa2d96b3
Unit tests for DB key storage and retrieval.
2018-05-18 15:11:28 +01:00
akwizgran
21dae824a6
Store database key in a file rather than shared prefs.
2018-05-18 14:47:53 +01:00
akwizgran
cfdbd29cb4
Remove unused logging methods.
2018-05-18 14:47:20 +01:00
akwizgran
4df335ebd3
Merge branch 'own-ci' into 'master'
...
Switch to our own CI image
See merge request akwizgran/briar!809
2018-05-18 10:01:04 +00:00
Torsten Grote
682bee1486
Switch to our own CI image
2018-05-17 18:52:49 -03:00
akwizgran
f31219d54b
Bump version numbers for 1.0.4 release.
2018-05-17 16:22:39 +01:00
Torsten Grote
b0ea32c85f
Merge branch 'hide-testing-preferences' into 'master'
...
Hide testing preferences in release builds
See merge request akwizgran/briar!808
2018-05-17 14:33:06 +00:00
akwizgran
651e0b9859
Hide testing preferences in release builds.
2018-05-17 15:14:59 +01:00
akwizgran
f66244b578
Merge branch 'ci-test' into 'master'
...
Add CI stage for testing reproducibility
See merge request akwizgran/briar!807
2018-05-17 14:13:40 +00:00
Torsten Grote
3a35effae9
Add CI stage for testing reproducibility
2018-05-17 10:55:56 -03:00
Torsten Grote
97f4cd039a
Update translations. New: Farsi and Asturian
2018-05-17 10:55:08 -03:00
akwizgran
20a1474457
Merge branch '1277-bdf-reader' into 'master'
...
Use lower default limit for BDF strings and raws
Closes #1277
See merge request akwizgran/briar!805
2018-05-17 13:35:57 +00:00
Torsten Grote
f214208b0a
Merge branch 'test-data-lan-addresses' into 'master'
...
Use more realistic LAN addresses for test contacts
See merge request akwizgran/briar!804
2018-05-17 11:53:48 +00:00
akwizgran
d95a5fd58c
Use lower default limit for BDF strings and raws.
2018-05-17 12:33:56 +01:00
akwizgran
7d4de21be0
Merge branch 'decouple-report-sender' into 'master'
...
Decouple DevReportSender from TorPlugin
See merge request akwizgran/briar!803
2018-05-17 09:52:47 +00:00
akwizgran
a65bda04bf
Use more realistic LAN addresses for test contacts.
2018-05-17 10:22:29 +01:00
akwizgran
41ae7b0522
Merge branch 'internal-logger' into 'master'
...
Use internal log handler for crash reports and feedback
Closes #986
See merge request akwizgran/briar!802
2018-05-17 08:22:48 +00:00
akwizgran
c2214f5e61
Merge branch 'message-encrypter' into 'master'
...
Refactor MessageEncrypter main method
See merge request akwizgran/briar!800
2018-05-17 08:22:22 +00:00
akwizgran
75bd7927ac
Decouple DevReportSender from TorPlugin.
2018-05-17 09:20:12 +01:00
akwizgran
ed2c0336ed
Merge branch 'crash-button' into 'master'
...
Add crash button to UI in debug mode
See merge request akwizgran/briar!801
2018-05-16 11:19:15 +00:00
akwizgran
b23baf70b4
Don't send system logs in ACRA reports.
2018-05-16 11:53:00 +01:00
akwizgran
17a7144194
Add internal logger.
2018-05-16 11:52:55 +01:00
akwizgran
0f7d27cd95
Refactor MessageEncrypter main method.
2018-05-16 11:42:00 +01:00
akwizgran
6735e5075b
Add crash button to UI in debug mode.
2018-05-16 11:40:50 +01:00
akwizgran
135cf086f6
Merge branch 'silence_strict_mode' into 'master'
...
Silence known strict mode violations
See merge request akwizgran/briar!795
2018-05-16 09:48:54 +00:00
goapunk
72bac59989
silence known strict mode violations
2018-05-15 17:29:53 +02:00
Torsten Grote
2c99a75b4e
Merge branch 'settings-screen' into 'master'
...
Use lighter text colour for preference categories and fix layout
See merge request akwizgran/briar!799
2018-05-15 14:20:01 +00:00
Torsten Grote
5c068ed07b
Merge branch 'remove-unbound-transport-keys' into 'master'
...
Remove support for unbound transport keys
See merge request akwizgran/briar!791
2018-05-15 14:18:58 +00:00
akwizgran
fec384c200
Add migration for NOT NULL constraint.
2018-05-15 14:37:36 +01:00
akwizgran
89a4d1922b
Remove support for unbound transport keys.
2018-05-15 14:37:36 +01:00
akwizgran
6ed16802ce
Merge branch 'deterministic-build-timestamp' into 'master'
...
Use git commit timestamp as build timestamp
See merge request akwizgran/briar!798
2018-05-15 13:24:00 +00:00
akwizgran
7f11d7280f
Merge branch 'animal-sniffer' into 'master'
...
Use Animal Sniffer to check Java 6 API compatibility
See merge request akwizgran/briar!787
2018-05-15 13:23:29 +00:00
akwizgran
597e2a233f
Use git commit timestamp as build timestamp.
2018-05-15 12:47:14 +01:00
akwizgran
e83d8bb700
Bump version numbers for 1.0.3 release.
2018-05-14 21:52:16 +01:00
akwizgran
d1ce0d0628
Merge branch '1215-low-memory-hide-ui' into 'master'
...
Clear the UI when memory is critically low
See merge request akwizgran/briar!786
2018-05-14 14:53:04 +00:00
akwizgran
d73ec3cd88
Merge branch 'disable-expiry' into 'master'
...
Disable expiry for release builds
See merge request akwizgran/briar!797
2018-05-14 14:51:40 +00:00
akwizgran
71c66c843b
Merge branch '1219-commit-shared-prefs' into 'master'
...
Commit shared preferences, clear instead of deleting
See merge request akwizgran/briar!794
2018-05-14 14:18:49 +00:00
akwizgran
bd19272099
Throw exception if account exists when beginning setup.
2018-05-14 14:20:13 +01:00
akwizgran
b77b885a94
Commit shared preferences, clear instead of deleting.
2018-05-14 14:20:12 +01:00
akwizgran
1fc4f657c7
Merge branch '1219-account-exists' into 'master'
...
Add logging to debug account creation and deletion
See merge request akwizgran/briar!793
2018-05-14 13:19:20 +00:00
akwizgran
df7d48d54d
Fix test expectations.
2018-05-14 12:35:03 +01:00
akwizgran
1987dcb936
Make field that's used on background thread volatile.
2018-05-14 12:34:32 +01:00
akwizgran
f3b69a26f8
Remove unused exception declarations.
2018-05-14 12:31:48 +01:00
akwizgran
5e0ca10dae
Add logging to debug account setup.
2018-05-14 12:31:46 +01:00
akwizgran
685496fb15
Extract DatabaseConfig implementation.
2018-05-14 12:30:57 +01:00
akwizgran
1521cdd258
Move expiry date to TestingConstants.
2018-05-14 12:24:37 +01:00
akwizgran
80561910b1
Disable expiry for release builds.
2018-05-14 12:03:30 +01:00
akwizgran
bffb5c94ed
Merge branch '1229-setup-crash' into 'master'
...
Store nickname and password across screen rotations
Closes #1229
See merge request akwizgran/briar!796
2018-05-14 09:57:12 +00:00
akwizgran
dcbb3e76d4
Use lighter text colour for preference categories.
2018-05-11 12:48:43 +01:00
akwizgran
c19f7c27b1
Merge branch 'stream-writer-interface' into 'master'
...
Send end of stream marker when sync session finishes
See merge request akwizgran/briar!790
2018-05-11 10:55:32 +00:00
akwizgran
9a5a1489ef
Remove a redundant method.
2018-05-11 11:41:49 +01:00
akwizgran
648793e092
Add javadoc.
2018-05-11 11:36:49 +01:00
akwizgran
e10742a23d
Store nickname and password across screen rotations.
2018-05-11 11:36:04 +01:00
akwizgran
32ada51831
Log transport ID with number of connected contacts.
2018-05-10 12:31:54 +01:00
akwizgran
7734a62c3e
Interrupt outgoing session when incoming session ends.
2018-05-10 12:29:45 +01:00
akwizgran
e516c329a1
Bump version numbers for 1.0.2 release.
2018-05-09 16:59:09 +01:00
Torsten Grote
b839041d5a
Update translations
2018-05-09 09:56:15 -03:00
Torsten Grote
65de8707b7
Merge branch '1225-improve-setup-ux' into 'master'
...
Remove circle, make button flat to improve setup UX
Closes #1225
See merge request akwizgran/briar!792
2018-05-09 10:41:17 +00:00
akwizgran
dc5bd39ce4
Remove circle, make button flat to improve setup UX.
2018-05-09 10:50:23 +01:00
akwizgran
3c4513b9c7
Convert test to BrambleMockTestCase.
2018-05-08 15:02:07 +01:00
akwizgran
5320737d49
Send end of stream marker when sync session finishes.
2018-05-08 14:41:53 +01:00
akwizgran
0ad9415850
Merge branch 'fix-javadoc' into 'master'
...
Fix random javadoc errors
See merge request akwizgran/briar!789
2018-05-08 12:56:25 +00:00
goapunk
6f1fba44b6
Fix random javadoc errors
2018-05-08 14:42:14 +02:00
akwizgran
46cd7e3719
Merge branch 'update_external_deps' into 'master'
...
Update external dependencies
See merge request akwizgran/briar!788
2018-05-08 12:34:44 +00:00
goapunk
496ffc22ba
Update external dependencies
...
* Update CircleImageView
* Update Tap target prompt
2018-05-08 13:22:25 +02:00
akwizgran
286937e472
Resolve merge conflicts.
2018-05-07 14:37:32 +00:00
akwizgran
2908145a06
Merge branch 'android-studio-3-1-debugging' into 'master'
...
Upgrade to Android Studio 3.1
See merge request akwizgran/briar!784
2018-05-07 14:16:24 +00:00
akwizgran
ed53544226
Clear the UI in onLowMemory() if SDK_INT < 16.
2018-05-04 12:18:52 +01:00
akwizgran
6da45a4585
Clear the UI when memory is critically low.
2018-05-04 12:04:13 +01:00
akwizgran
0d85a56a29
Merge branch '1216-fix-testdata' into 'master'
...
Resolve "IllegalArgumentException when creating test data with zero contacts"
Closes #1216
See merge request akwizgran/briar!785
2018-05-03 08:39:23 +00:00
goapunk
3e5d1a0d20
Fix testdata creation:
...
* Create at least one contact
2018-05-02 20:49:33 +02:00
akwizgran
0e9af1d993
Add new code style settings.
2018-05-02 17:13:27 +01:00
akwizgran
a3b5ff0bc0
Add dependency hashes for Animal Sniffer.
2018-05-02 16:24:59 +01:00
akwizgran
9b583ab7ae
Build tools 26.0.2 no longer needed.
2018-05-02 16:14:40 +01:00
akwizgran
1192f66487
Use Animal Sniffer to check Java 6 API compatibility.
2018-05-02 16:10:40 +01:00
akwizgran
a10dc45a6a
Remove old attempt to work around build issues.
2018-05-02 15:11:21 +01:00
akwizgran
3c6e2e8875
Upgrade support library and constraint layout.
2018-05-02 15:06:34 +01:00
akwizgran
cccdacc3e4
Upgrade to Android Studio 3.1.
2018-05-02 14:34:34 +01:00
akwizgran
1833efa51b
Bump version numbers for 1.0.1 release.
2018-04-30 18:05:57 +01:00
akwizgran
77461619f0
Merge branch '1217-get-message-status' into 'master'
...
Return default message status if group is invisible
Closes #1217
See merge request akwizgran/briar!783
2018-04-30 16:23:19 +00:00
Torsten Grote
3bed6de93b
Update translations
2018-04-30 12:52:46 -03:00
Torsten Grote
8e814e1bbf
Merge branch '1215-disable-low-memory-shutdowns' into 'master'
...
Disable low memory shutdowns
See merge request akwizgran/briar!782
2018-04-30 13:43:17 +00:00
akwizgran
1b9f975199
Return default message status if group is invisible.
2018-04-30 13:55:40 +01:00
akwizgran
c1b8552c2b
Merge branch 'introduction-test-fix' into 'master'
...
Fix introduction test non-determinism
See merge request akwizgran/briar!781
2018-04-30 08:05:00 +00:00
akwizgran
0091fcef5d
Updated translations.
2018-04-30 07:46:00 +01:00
akwizgran
5d1a4acd15
Disable low memory shutdowns.
2018-04-30 07:43:16 +01:00
akwizgran
9be6d6c00f
Bump version numbers for 1.0.0 release.
2018-04-29 20:28:53 +01:00
akwizgran
d5643d8e5d
Merge branch '617-protocol-versioning-for-contact-exchange' into 'master'
...
Protocol versioning for the contact exchange protocol
Closes #617
See merge request akwizgran/briar!765
2018-04-29 16:40:05 +00:00
Torsten Grote
d9ed4a3ac9
Fix introduction test non-determinism
2018-04-29 13:33:59 -03:00
akwizgran
30bfa91fc4
Use new client helper methods for transport properties.
2018-04-29 17:27:46 +01:00
akwizgran
c3e4742bfe
Use buffers for record headers. No need to buffer payloads.
2018-04-29 17:27:45 +01:00
akwizgran
d4b87983e8
Avoid an unnecessary copy when parsing messages.
2018-04-29 17:27:42 +01:00
akwizgran
eed1439745
Use generic record reader/writer for contact exchange.
2018-04-29 17:26:45 +01:00
akwizgran
4ba3708931
Use wildcards to allow easier construction.
2018-04-29 17:26:45 +01:00
akwizgran
215c62ed23
Use generic record reader/writer for sync.
2018-04-29 17:26:42 +01:00
akwizgran
4100daaa47
Rename sync record reader/writer.
2018-04-29 17:25:35 +01:00
akwizgran
6fa6ceb5ee
Use generic record reader/writer for key agreement.
2018-04-29 17:25:34 +01:00
akwizgran
cc2791c37f
Unit tests for generic record reader/writer.
2018-04-29 17:25:34 +01:00
akwizgran
20a131bec5
Add generic record reader and writer.
2018-04-29 17:25:34 +01:00
Torsten Grote
edee90dbe2
Merge branch '237-versioning-client' into 'master'
...
Client for negotiating supported clients
Closes #237
See merge request akwizgran/briar!759
2018-04-29 16:08:08 +00:00
akwizgran
fd78139a5a
Remove stale comments.
2018-04-29 16:40:29 +01:00
akwizgran
41242ef369
Check that there's only one local client versions message.
2018-04-29 16:40:29 +01:00
akwizgran
c55bef95ce
Fix rebasing mistakes.
2018-04-29 16:40:29 +01:00
akwizgran
fb6b487212
Unit tests for client versioning manager.
2018-04-29 16:40:28 +01:00
akwizgran
97f40bd20b
Check whether hooks need to be called before loading contact.
2018-04-29 16:40:28 +01:00
akwizgran
36b191e9d4
Use remote states to update local states at startup.
2018-04-29 16:40:28 +01:00
akwizgran
ebaa50b101
Don't send redundant updates to new contacts.
2018-04-29 16:40:28 +01:00
akwizgran
4c5331888a
Unit tests for client versioning validator.
2018-04-29 16:40:27 +01:00
akwizgran
c5efb6e16d
Move versioning client to its own package.
2018-04-29 16:40:27 +01:00
akwizgran
522cba6ac3
Rename utility classes, add comment.
2018-04-29 16:40:27 +01:00
akwizgran
f25fbc5b94
Merge registration methods for clients and hooks.
2018-04-29 16:40:27 +01:00
akwizgran
57a6c8cb3a
Separate the crypto executor into its own module.
...
This allows it to be replaced for testing.
2018-04-29 16:40:26 +01:00
akwizgran
6942a368d4
Don't share groups unless the contact supports the client.
2018-04-29 16:40:26 +01:00
akwizgran
c4e9b6f2ab
Remove debug logging.
2018-04-29 16:40:26 +01:00
akwizgran
05deaf42e3
Store and exchange client minor versions.
...
These don't affect client visibility.
2018-04-29 16:40:26 +01:00
akwizgran
2e570ba50d
Rename client version to major version.
2018-04-29 16:40:23 +01:00
akwizgran
cadb17987c
Use client versioning for messaging.
2018-04-29 16:39:54 +01:00
akwizgran
e76f114a72
Use client versioning for introductions.
2018-04-29 16:39:54 +01:00
akwizgran
cb11b55a9a
Use client versioning for transport properties.
2018-04-29 16:39:54 +01:00
akwizgran
f4c5855dd8
Use client versioning for private groups.
2018-04-29 16:39:53 +01:00
akwizgran
be309057cd
Use client versioning for blogs and forums.
2018-04-29 16:39:53 +01:00
akwizgran
cf396c2ce2
Check whether contact group exists before using it.
2018-04-29 16:39:53 +01:00
akwizgran
a9f77f0f90
Add a method for getting a client's visibility.
2018-04-29 16:39:53 +01:00
akwizgran
cc6fed0298
Add javadocs.
2018-04-29 16:39:53 +01:00
akwizgran
66137d4cfa
Add method for comparing visibilities.
2018-04-29 16:39:52 +01:00
akwizgran
114044ee5f
Use client version to register validators, delivery hooks.
2018-04-29 16:39:52 +01:00
akwizgran
1197d65d8d
Extract ClientVersion inner class.
2018-04-29 16:39:52 +01:00
akwizgran
85c11f8e1f
Remove redundant checks when adding contacts.
...
Hooks are now called exactly once per contact.
2018-04-29 16:39:52 +01:00
akwizgran
8c00f2417b
Add client version to groups table.
2018-04-29 16:39:51 +01:00
akwizgran
a38f39207f
Initial implementation of client versioning client.
2018-04-29 16:39:51 +01:00
akwizgran
b7874365a3
Expose getMessageIds() through DatabaseComponent interface.
2018-04-29 16:39:51 +01:00
akwizgran
196caa7b45
Update ID of transport properties client.
2018-04-29 16:39:51 +01:00
akwizgran
3fd6ce2313
Fix javadoc.
2018-04-29 16:39:50 +01:00
akwizgran
c42852cde2
Merge branch '1213-update-transport-keys' into 'master'
...
Update transport keys in-place to retain key set IDs
Closes #1213
See merge request akwizgran/briar!779
2018-04-29 15:00:02 +00:00
Torsten Grote
a38b0a8527
Merge branch 'bluetooth-connection-limiter' into 'master'
...
Don't make or accept Bluetooth contact connections during key agreement
See merge request akwizgran/briar!770
2018-04-29 14:42:00 +00:00
Torsten Grote
79d6fd28de
Merge branch '474-alice-flag' into 'master'
...
IntroduceeProtocolEngine uses wrong role when adding keys
See merge request akwizgran/briar!780
2018-04-29 02:27:18 +00:00
akwizgran
68132d893b
IntroduceeProtocolEngine uses wrong role when adding keys.
2018-04-28 23:04:08 +01:00
akwizgran
6b011d2a7d
Update transport keys in-place to retain key set IDs.
2018-04-28 22:15:59 +01:00
akwizgran
d7492df81c
Skip UTestTest, which literally fails at random.
2018-04-28 14:52:56 +01:00
Torsten Grote
ebf73716bb
Merge branch '474-manual-decline' into 'master'
...
Don't automatically respond to declined introductions
See merge request akwizgran/briar!777
2018-04-28 13:46:40 +00:00
akwizgran
6e42377b74
Don't automatically respond to declined introduction.
2018-04-28 00:11:45 +01:00
akwizgran
e8f33c0e6e
Merge branch 'introduction-ui-messages' into 'master'
...
Fix introduction response messages in UI and some minor fixes
Closes #923
See merge request akwizgran/briar!776
2018-04-27 21:42:10 +00:00
Torsten Grote
5f6af4e40f
Fix introduction response messages in UI and some minor fixes
2018-04-27 16:22:10 -03:00
Torsten Grote
55a329a879
Merge branch '474-automatic-decline' into 'master'
...
Send automatic decline when other introducee declines
See merge request akwizgran/briar!775
2018-04-27 17:58:45 +00:00
akwizgran
23f0864d8b
Don't track invisible decline message.
2018-04-27 18:35:07 +01:00
akwizgran
c0dfe3e85a
Sent automatic decline when other introducee declines.
2018-04-27 17:33:24 +01:00
Torsten Grote
31b69577e8
Merge branch '474-introduction-client' into 'master'
...
New Introduction Protocol
Closes #308 , #377 , #474 , and #613
See merge request akwizgran/briar!758
2018-04-27 14:43:01 +00:00
Torsten Grote
99dba69c87
Only add transport properties and keys when the contact was added
...
This will be changed once we have a way to reset state for peers
that were contacts already at some point in the past.
One contact might have deleted the other, but not vice versa.
So they have mismatching state that needs to be reset.
See #2 for more information.
2018-04-27 11:30:18 -03:00
Torsten Grote
44f5a9db1e
Address last review comments
2018-04-27 11:04:08 -03:00
Torsten Grote
80a9689316
Address second round of review comments
2018-04-26 20:39:17 -03:00
Torsten Grote
337f7e7b8f
Unify introduction response methods and handle ProtocolStateException
...
It is possible that a remote DECLINE message arrives short before the
user responds to the introduction.
This will cause a ProtocolStateException which (for now) is just caught
and a generic (existing) error message will be shown.
2018-04-26 18:18:31 -03:00
Torsten Grote
f8f98ed95d
Properly handle DECLINE messages in START state
...
Previously, DECLINE messages let directly to the START state
for introducer and introducees.
So incoming ACCEPT and DECLINE messages needed to be ignored in START state
introducing undefined behavior into the protocol.
This is fixed with this commit by adding two additional states
to the introducer state machine as well as making use of the existing
LOCAL_DECLINED state for the introducees.
2018-04-26 18:00:57 -03:00
Torsten Grote
bd5504de26
Add a MAC to the ACTIVATE message to prevent the introducer to fake them
...
A fake ACTIVATE message would cause us to activate the transport keys
before the contact has received our auth message,
which would compromise forward secrecy.
2018-04-26 16:56:38 -03:00
Torsten Grote
0e04044ebb
Ensure that incoming messages are expected in the current state
...
Previously, the introducer would process and forward invalid messages by
the introducees. This commit adds the necessary checks and tests.
2018-04-26 11:18:04 -03:00
Torsten Grote
0a5d408686
Add a test for when one introducee had deleted the other one
2018-04-25 14:42:17 -03:00
Torsten Grote
f94db28035
Handle and test introductions to existing contacts
2018-04-25 13:30:51 -03:00
Torsten Grote
b291fcd2cd
Only allow new introductions in START state
...
When the user attempts an introduction, instead of the introduction
message input field, an explanatory text will be shown and the
introduction can not be made until the last one has been finished.
2018-04-25 12:05:15 -03:00
Torsten Grote
94a6137a42
Also validate encoded message in MessageEncoder test
2018-04-25 10:52:32 -03:00
Torsten Grote
72e9a9d807
Address first round of review comments for new IntroductionClient
2018-04-25 10:43:56 -03:00
Torsten Grote
a9b678df32
Remove broken and deprecated MessageQueue as it is not needed anymore
...
Closes #308
2018-04-25 10:14:04 -03:00
Torsten Grote
f81ef30b47
Replace old introduction client with new one
2018-04-25 10:14:01 -03:00
Torsten Grote
1bc29fec06
IntroductionManager and Protocol Engines
2018-04-25 10:13:41 -03:00
Torsten Grote
61b216f572
Copy over Introduction API messages and events from old client
2018-04-25 10:13:41 -03:00
Torsten Grote
d57102ed90
IntroductionCrypto: Create dedicated class to handle introduction related crypto
2018-04-25 10:13:40 -03:00
Torsten Grote
e1fae7ad95
Implement SessionEncoder and SessionParser
2018-04-25 10:13:40 -03:00
Torsten Grote
672a52b2e5
Implement MessageEncoder and MessageParser
2018-04-25 10:13:39 -03:00
Torsten Grote
155c6a5613
Messages and Validator for new Introduction Client
2018-04-25 10:13:39 -03:00
Torsten Grote
218b2f7ff9
Fix activating transport keys in JdbcDatabase
2018-04-25 10:13:38 -03:00
Torsten Grote
f78f065204
Merge branch 'constant-time-mac-verification' into 'master'
...
Add constant-time method for verifying MACs
See merge request akwizgran/briar!773
2018-04-25 12:08:49 +00:00
akwizgran
0217c205a1
Add constant-time method for verifying MACs.
2018-04-25 12:23:46 +01:00
akwizgran
615f527270
Renamed method that now runs on IoExecutor.
2018-04-24 17:43:28 +01:00
akwizgran
b9cf1da861
Merge branch 'test_data_config' into 'master'
...
Make test data creation configurable.
Closes #1149
See merge request akwizgran/briar!771
2018-04-24 16:35:15 +00:00
goapunk
69c34adae3
Remove createTestData()
2018-04-24 16:57:02 +02:00
goapunk
fe213d46e3
Address review comments
2018-04-24 16:05:46 +02:00
goapunk
ac1bfcae60
Make test data creation configurable.
2018-04-24 12:29:20 +02:00
akwizgran
9efb6ab38f
Don't allow BT contact connections during key agreement.
2018-04-24 10:45:23 +01:00
akwizgran
b30c2a8033
Merge branch 'fix_bt_test_data' into 'master'
...
Create a valid BT MAC and UUID when creating testdata
See merge request akwizgran/briar!769
2018-04-24 09:26:42 +00:00
goapunk
575847cb36
Create a valid BT MAC and UUID when creating testdata
2018-04-23 21:05:14 +02:00
akwizgran
951605151f
Merge branch 'transport-properties' into 'master'
...
Helper methods for dealing with TransportProperties
See merge request akwizgran/briar!768
2018-04-23 09:05:14 +00:00
Torsten Grote
05735e7a48
Add methods for dealing with TransportProperties to ClientHelper
2018-04-21 18:23:34 -03:00
Torsten Grote
f835e82653
Merge branch 'download-briar-button' into 'master'
...
Add download button to ExpiredActivity
See merge request akwizgran/briar!766
2018-04-19 17:11:49 +00:00
akwizgran
d074e4a3d6
Add download button to ExpiredActivity.
2018-04-19 17:39:07 +01:00
akwizgran
87a92c9ab6
Merge branch 'parse-transport-properties' into 'master'
...
Helper method for parsing transport properties
See merge request akwizgran/briar!764
2018-04-19 16:01:16 +00:00
akwizgran
89cc769dea
Don't accept empty keys/values in transport properties.
2018-04-19 16:48:59 +01:00
akwizgran
fcdc6ebafd
Helper methods for parsing transport properties.
2018-04-19 16:20:32 +01:00
akwizgran
215d236c2c
Merge branch 'forward-compatible-message-ids' into 'master'
...
Generate message and group IDs in a forward-compatible way
See merge request akwizgran/briar!763
2018-04-19 14:55:39 +00:00
Torsten Grote
e1b8b271e3
Merge branch 'offline-build' into 'master'
...
Don't download Tor binaries if they already exist
See merge request akwizgran/briar!760
2018-04-19 13:08:21 +00:00
akwizgran
9379990480
Use block label for root hash of single-block messages.
2018-04-19 13:13:31 +01:00
akwizgran
c7718db419
Skip second verification if first succeeds.
2018-04-18 17:01:02 +01:00
akwizgran
9196169561
Generate message and group IDs in a forward-compatible way.
2018-04-18 16:34:02 +01:00
akwizgran
ff9971b728
If verification fails, delete, download and re-verify.
2018-04-18 11:03:39 +01:00
Torsten Grote
8decc73f4d
Merge branch 'max-client-id-length' into 'master'
...
Set max length for client IDs
See merge request akwizgran/briar!762
2018-04-17 19:01:22 +00:00
akwizgran
d23fc2cbda
Use TestUtils to create groups.
2018-04-17 17:57:06 +01:00
akwizgran
58d1707467
Set max length for client IDs.
2018-04-17 17:57:00 +01:00
akwizgran
b08b2c691c
Merge branch 'merge-contact-hooks' into 'master'
...
Merge add/remove contact hooks
See merge request akwizgran/briar!761
2018-04-17 16:53:22 +00:00
akwizgran
284e3a2e86
Merge add/remove contact hooks.
2018-04-17 16:20:16 +01:00
akwizgran
0823934e28
Don't download Tor binaries if they already exist.
2018-04-17 15:07:52 +01:00
akwizgran
95b9b3a3c6
Merge branch 'multiple-transport-keys' into 'master'
...
Support multiple sets of transport keys per contact
See merge request akwizgran/briar!745
2018-04-17 14:02:45 +00:00
Torsten Grote
ede390b897
Merge branch '1180-tor-plugin-status' into 'master'
...
Don't reset Tor connectivity state unless we lose connectivity
Closes #1180
See merge request akwizgran/briar!756
2018-03-30 15:49:20 +00:00
akwizgran
5b790130d4
Don't reset circuit built flag unless network is disabled.
2018-03-30 16:33:03 +01:00
akwizgran
ff44edf714
Merge branch '1171-wifi-access-point' into 'master'
...
Enable LAN plugin when providing a wifi access point
Closes #1171
See merge request akwizgran/briar!752
2018-03-29 15:17:46 +00:00
Torsten Grote
60dffd0998
Update translations, add Romanian
2018-03-29 10:38:01 -03:00
akwizgran
46dae59444
Delay handling of AP enabled event.
2018-03-29 14:34:58 +01:00
Torsten Grote
e385d58148
Merge branch '1190-shutdown-from-background' into 'master'
...
Shut down cleanly when phone is shutting down or memory is low
Closes #1190
See merge request akwizgran/briar!742
2018-03-29 13:29:42 +00:00
akwizgran
b20626935e
AP state change event races with address appearing.
2018-03-29 12:26:42 +01:00
akwizgran
8e9fc3b338
Enable LAN plugin to use wifi AP interface.
2018-03-29 12:26:42 +01:00
akwizgran
c3a70fe58d
Serialise concurrent calls to updateConnectionStatus().
2018-03-29 12:26:42 +01:00
akwizgran
ddfaddccdc
Serialise concurrent calls to bind().
2018-03-29 12:26:41 +01:00
akwizgran
4a892acdd5
Merge branch '845-wifi-without-internet' into 'master'
...
Looks like I added the last commit after the MR was merged.
2018-03-29 12:25:02 +01:00
akwizgran
bdb518ff09
Use wifi network's socket factory on API 21+.
2018-03-29 12:23:42 +01:00
akwizgran
8ebced9481
Show notification for low memory shutdown.
2018-03-29 11:45:03 +01:00
akwizgran
b81058d6da
Activate outgoing keys when incoming tag is recognised.
2018-03-28 12:39:03 +01:00
akwizgran
f7c2f86499
Add a method for checking whether we can send streams.
2018-03-28 12:39:03 +01:00
akwizgran
798b871cc9
Use key set ID to increment stream counter.
2018-03-28 12:39:02 +01:00
akwizgran
6787d29f11
Add a flag to indicate whether outgoing keys are active.
2018-03-28 12:39:02 +01:00
akwizgran
57e6f2ea9c
Unit tests for removing unbound keys.
2018-03-28 12:39:02 +01:00
akwizgran
0a802bbe0b
Add a method for removing unbound transport keys.
2018-03-28 12:39:02 +01:00
akwizgran
17fe358fd9
Add a method for binding transport keys to a contact.
2018-03-28 12:39:01 +01:00
akwizgran
5bd2092a03
Return key set IDs when adding unbound keys.
2018-03-28 12:39:01 +01:00
akwizgran
cb8f89db53
Add method for adding a contact without transport keys.
2018-03-28 12:39:01 +01:00
akwizgran
bb2f94d5eb
Add methods for adding unbound keys.
2018-03-28 12:39:01 +01:00
akwizgran
78f2d48bc4
Support multiple sets of transport keys per contact.
2018-03-28 12:38:59 +01:00
Torsten Grote
309c7a4668
Merge branch '965-empty-state-messages' into 'master'
...
Shorten and clean up various strings, remove empty forum warning bubble
See merge request akwizgran/briar!741
2018-03-26 16:59:12 +00:00
Torsten Grote
750f2b1b75
Merge branch 'hide-ui-during-shutdown' into 'master'
...
Hide UI during shutdown
See merge request akwizgran/briar!737
2018-03-26 16:53:16 +00:00
Torsten Grote
e7b2fe1906
Merge branch '545-message-dependencies' into 'master'
...
Add denormalised columns to messageDependencies table
See merge request akwizgran/briar!733
2018-03-26 15:58:01 +00:00
akwizgran
bfd22cfced
Merge branch '346-full-screen-qr-code' into 'master'
...
Add fullscreen button to QR code view
Closes #346
See merge request akwizgran/briar!734
2018-03-26 15:30:30 +00:00
akwizgran
ea0223ef1e
Merge branch '1159-android-8-notification-settings' into 'master'
...
Show different notification settings for Android O
Closes #1159
See merge request akwizgran/briar!727
2018-03-26 15:24:28 +00:00
Torsten Grote
38b739442c
Merge branch '845-wifi-without-internet' into 'master'
...
Use WifiManager to get wifi network information
Closes #845
See merge request akwizgran/briar!743
2018-03-26 14:54:03 +00:00
Torsten Grote
25f9ab7c33
Merge branch '1184-rejected-execution-exception' into 'master'
...
Discard tasks submitted to ScheduledExecutorService during shutdown
Closes #1184
See merge request akwizgran/briar!739
2018-03-26 14:27:42 +00:00
akwizgran
e0a1fa559d
Use WifiManager to get wifi network information.
...
This ensures we bind to the wifi interface even if it doesn't have internet access and there's another interface with internet access (e.g. mobile data).
2018-03-26 13:58:10 +01:00
akwizgran
196cf15ef2
Shut down cleanly when device shuts down.
2018-03-21 14:42:30 +00:00
akwizgran
6ff0f317a5
Shut down cleanly when memory is low.
2018-03-21 14:31:12 +00:00
Torsten Grote
5a3f47d72c
Merge branch '965-forum-empty-state' into 'master'
...
Remove mention of pen icon from forum empty state message
Closes #965
See merge request akwizgran/briar!740
2018-03-21 11:45:30 +00:00
akwizgran
7e784c6be1
Remove empty forum warning bubble.
2018-03-21 10:30:49 +00:00
akwizgran
3ee212f3ab
Consistent text for blogs and forums.
2018-03-21 10:28:10 +00:00
akwizgran
ee942790d3
Shorter empty state messages.
2018-03-21 10:27:09 +00:00
akwizgran
2d740675c7
Consistent explanation of account deletion options.
2018-03-21 10:24:17 +00:00
akwizgran
e4f3960ce0
Remove mention of pen icon from forum empty state message.
2018-03-21 10:18:18 +00:00
akwizgran
fef916991b
Discard tasks submitted during shutdown.
2018-03-20 17:41:30 +00:00
akwizgran
3fa38d3b28
Finish if back button is pressed in SignOutFragment.
2018-03-20 16:50:40 +00:00
akwizgran
48c41f77c7
Use database icon for SignOutFragment.
2018-03-20 16:50:40 +00:00
akwizgran
c3bf82c5b2
Close NavDrawerActivity immediately when signing out.
2018-03-20 16:50:40 +00:00
akwizgran
74fe36c46e
Use selectable item background to get touch effect.
2018-03-20 15:30:46 +00:00
akwizgran
0d5d1f4cb2
Adjust layout weights when resizing QR code view.
2018-03-20 15:22:58 +00:00
Torsten Grote
235183a3af
Merge branch '1177-blank-viewfinder' into 'master'
...
Show viewfinder again after connection fails
Closes #1177
See merge request akwizgran/briar!735
2018-03-20 13:13:14 +00:00
akwizgran
701e51dfc8
When resetting, restart camera if we've stopped it.
2018-03-20 11:58:58 +00:00
akwizgran
3361922834
Don't create a stack of QR code fragments.
2018-03-20 11:58:57 +00:00
akwizgran
fcabf697d6
Remove performance logging.
2018-03-20 11:58:57 +00:00
akwizgran
2c4d5680a6
Add fullscreen button to QR code view.
2018-03-20 11:14:27 +00:00
akwizgran
9e2e0585c5
Index dependencies by dependency ID.
2018-03-14 16:08:01 +00:00
akwizgran
2367e6c481
Add denormalised columns to messageDependencies table.
2018-03-14 15:33:00 +00:00
Torsten Grote
ff8b38f7e8
Use a different notification preference summary for Android 8
2018-03-14 10:01:38 -03:00
Torsten Grote
f609ad1a92
Show different notification settings for Android O
...
This also makes the defaults consistent with Android versions below O.
2018-03-14 09:41:09 -03:00
Torsten Grote
4d502576c9
Merge branch '545-remove-clientid-from-validator-db-methods' into 'master'
...
Remove client ID from validator's DB methods
See merge request akwizgran/briar!732
2018-03-14 12:39:59 +00:00
akwizgran
a0c88da1ac
Report UNKNOWN state for cross-group dependencies.
...
This causes the validator to treat the dependent message in the same way regardless of whether there is a subscription to the dependency's group.
2018-03-14 11:25:24 +00:00
akwizgran
5fe68e6f82
Remove client ID from validator's DB methods.
2018-03-09 16:11:58 +00:00
akwizgran
f725c7ab9a
Merge branch '1169-settings-npe' into 'master'
...
Disable settings until they have been loaded
Closes #1169
See merge request akwizgran/briar!726
2018-03-08 15:40:13 +00:00
Torsten Grote
03b4907311
Disable settings until they have been loaded
...
In practise, this is not noticeable in the UI.
Only when the database is congested, it should become visible and
prevent a crash when the sound setting is clicked.
2018-03-07 15:20:09 -03:00
Torsten Grote
809b9f8919
Update translations
2018-03-07 09:49:46 -03:00
akwizgran
85cc23444c
Merge branch 'transport-indicators-no-buttons' into 'master'
...
Prevent transport indicators from looking like buttons
Closes #185
See merge request akwizgran/briar!714
2018-03-07 10:41:13 +00:00
akwizgran
c073c5c8bd
Merge branch '283-key-exchange-connections' into 'master'
...
Refactor key agreement connection choosing
Closes #283
See merge request akwizgran/briar!711
2018-03-07 10:37:45 +00:00
akwizgran
976c8a9578
Merge branch '1174-link-click-crash' into 'master'
...
Get unwrapped context when clicking links to prevent crash on Android 4
Closes #1174
See merge request akwizgran/briar!709
2018-03-07 10:36:33 +00:00
akwizgran
d52ca14ebe
Merge branch '1168-startup-status-screen' into 'master'
...
Show status message while opening and migrating DB
Closes #1168
See merge request akwizgran/briar!708
2018-03-07 10:30:11 +00:00
Torsten Grote
a178dbae9e
Prevent transport indicators from looking like buttons
2018-03-06 16:58:23 -03:00
akwizgran
9a4f0b8e89
Add more lifecycle states, merge lifecycle events.
2018-03-06 15:21:26 -03:00
Torsten Grote
db7dbfce68
Start NavDrawerActivity only after database was opened and services started
2018-03-06 15:14:37 -03:00
Torsten Grote
80770b0216
Show a status screen when opening the database or applying migrations
2018-03-06 15:14:36 -03:00
Torsten Grote
9f02bbbba1
Do not show splash screen when signed in
2018-03-06 15:14:35 -03:00
Torsten Grote
190aeef34e
Passing in reference to FragmentManager when clicking links to prevent crash on Android 4
2018-03-06 15:01:37 -03:00
akwizgran
6fbaae0e5e
Merge branch 'fix-intro-fragment' into 'master'
...
Fix uncentered intro fragment
See merge request akwizgran/briar!712
2018-03-05 10:51:56 +00:00
akwizgran
5cc0f08b8f
Merge branch '1154-fix-notification-light' into 'master'
...
Fix notification light
Closes #1154
See merge request akwizgran/briar!710
2018-03-05 10:49:29 +00:00
goapunk
976460e0b7
fix uncentered intro fragment
...
Signed-off-by: goapunk <noobie@goapunks.net >
2018-03-03 16:21:34 +01:00
akwizgran
9cdd537600
Refactor key agreement connection choosing.
2018-03-02 13:11:56 +00:00
Torsten Grote
c44a3d01b9
Fix notification light
2018-02-28 12:53:22 -03:00
akwizgran
a8ed86575d
Merge branch '1136-startup-failure-ux' into 'master'
...
Improve UX for startup failures
Closes #1136
See merge request akwizgran/briar!706
2018-02-26 17:18:44 +00:00
Torsten Grote
46406d8d1a
Improve UX for startup failures
...
Show a proper error message when database is too new or too old.
2018-02-26 13:39:07 -03:00
Torsten Grote
05210257a0
Merge branch '1176-startup-failure-crash' into 'master'
...
Inject StartupFailureActivity to prevent NPE
Closes #1176
See merge request akwizgran/briar!705
2018-02-23 12:24:29 +00:00
akwizgran
d5c89640c1
Inject StartupFailureActivity to prevent NPE.
2018-02-23 09:22:31 +00:00
Torsten Grote
3f1fb1ca1c
Merge branch '346-qr-code-optimisations' into 'master'
...
Improve QR code scanning on phones with high res cameras and slow CPUs
Closes #1068
See merge request akwizgran/briar!699
2018-02-22 18:09:52 +00:00
akwizgran
bfdc79ac60
Use ConstraintLayout for intro fragment.
2018-02-22 17:10:19 +00:00
akwizgran
06897569d4
Add javadoc links.
2018-02-22 17:10:18 +00:00
akwizgran
66e3f6deba
Crop camera preview before looking for QR code.
2018-02-22 17:10:16 +00:00
akwizgran
528a52d0f7
Add landscape layout for QR code fragment.
2018-02-22 17:09:33 +00:00
Torsten Grote
d395f0866a
Merge branch '1173-qr-code-version' into 'master'
...
Use first byte of QR code payload for format version
Closes #1173
See merge request akwizgran/briar!702
2018-02-22 16:40:30 +00:00
akwizgran
363dfbc6aa
Merge branch '1164-store-bluetooth-properties' into 'master'
...
Store Bluetooth address and UUID at first startup
Closes #1164
See merge request akwizgran/briar!694
2018-02-22 15:11:01 +00:00
Torsten Grote
c6f2941e74
Merge branch '542-include-requested-messages' into 'master'
...
Include requested messages when getting next send time
See merge request akwizgran/briar!704
2018-02-22 13:09:44 +00:00
akwizgran
a61cd01336
Address review comments.
2018-02-22 12:52:49 +00:00
akwizgran
10f63ad60b
Include requested messages when getting next send time.
2018-02-22 12:46:33 +00:00
akwizgran
0b781cf272
Use first byte of QR code payload for format version.
2018-02-22 11:59:06 +00:00
akwizgran
6dc7277771
Merge branch '542-retransmission' into 'master'
...
Don't poll for retransmission
Closes #542
See merge request akwizgran/briar!695
2018-02-22 11:07:21 +00:00
akwizgran
d880b14e0c
Merge branch '1134-old-qr-code-error' into 'master'
...
Show an error fragment when an unsupported QR code is scanned
Closes #1134
See merge request akwizgran/briar!675
2018-02-22 10:55:44 +00:00
Torsten Grote
f88c68eff4
Merge branch '545-denormalise-statuses' into 'master'
...
Add denormalised columns to statuses table
See merge request akwizgran/briar!691
2018-02-19 16:53:55 +00:00
akwizgran
5fce8cbe0a
Don't poll for retransmission.
2018-02-19 16:27:04 +00:00
akwizgran
439654e71d
Test that visibility change affects expected contacts.
2018-02-19 16:25:02 +00:00
akwizgran
7fe502e3cc
Add denormalised columns to statuses table.
2018-02-19 16:07:08 +00:00
akwizgran
aa07d0cadd
Merge branch '509-tap-viewfinder-to-auto-focus' into 'master'
...
Tap viewfinder to restart auto focus
Closes #509
See merge request akwizgran/briar!697
2018-02-19 15:57:49 +00:00
akwizgran
d9cca3d9eb
Merge branch '1137-stop-polling-disabled-plugins' into 'master'
...
Don't poll disabled transport plugins
Closes #1137
See merge request akwizgran/briar!698
2018-02-19 14:45:56 +00:00
Torsten Grote
94c5f61cc3
Merge branch 'raw-qr-codes' into 'master'
...
Use raw byte mode for QR codes
See merge request akwizgran/briar!696
2018-02-19 14:44:38 +00:00
Torsten Grote
9cce0d8e15
Show an error fragment when an unsupported QR code is scanned
2018-02-19 09:41:16 -03:00
Torsten Grote
44488b5187
Merge branch 'multiset' into 'master'
...
Use a multiset for counting things
See merge request akwizgran/briar!688
2018-02-19 12:36:01 +00:00
akwizgran
4d6ac13338
Bump DB schema version as public key format has changed.
2018-02-14 14:29:06 +00:00
akwizgran
ef3afa7832
Don't poll disabled transport plugins.
2018-02-10 11:42:21 +00:00
akwizgran
687ea132f6
Tap viewfinder to restart auto focus.
2018-02-09 17:51:49 +00:00
akwizgran
452e544ed1
Use raw byte mode for QR codes.
2018-02-09 16:57:13 +00:00
akwizgran
6b60509122
Add curve25519-java to ProGuard rules.
2018-02-09 16:45:15 +00:00
akwizgran
e01e971822
Merge branch '236-curve25519' into 'master'
...
Use Curve25519 for key agreement
Closes #236
See merge request akwizgran/briar!693
2018-02-09 10:13:56 +00:00
akwizgran
186a7db8cb
Merge branch '236-use-ed25519' into 'master'
...
Use Ed25519 for signatures
See merge request akwizgran/briar!686
2018-02-09 10:12:56 +00:00
akwizgran
565452f7d3
Don't set running = true until properties have been loaded.
2018-02-08 15:03:49 +00:00
akwizgran
de7e3dd225
Store Bluetooth address and UUID at first startup.
2018-02-08 14:56:04 +00:00
akwizgran
8bdf04a289
Clamp private keys, add test vectors.
2018-02-02 22:24:28 +00:00
akwizgran
56a5b8df87
Use Curve25519 for key agreement.
2018-02-02 17:52:18 +00:00
akwizgran
ad241a14e3
Use WhisperSystems Curve25519 library.
2018-02-02 17:07:43 +00:00
akwizgran
2a7bdcd270
Add Curve25519 and Ed25519 to performance tests.
...
Note: Curve25519 is tested using standard ECDH and ECDHC over the Curve25519 curve.
2018-02-02 17:06:42 +00:00
Torsten Grote
88c61ecfb5
Merge branch '594-db-migrations' into 'master'
...
Migrate schema when opening database
Closes #594
See merge request akwizgran/briar!680
2018-02-02 11:49:03 +00:00
Torsten Grote
bee9dbb9c4
Merge branch '545-remove-unnecessary-indexes' into 'master'
...
Remove unnecessary DB indexes
See merge request akwizgran/briar!687
2018-02-01 17:30:47 +00:00
akwizgran
36e0f97d82
Remove unnecessary DB indexes.
2018-02-01 17:21:17 +00:00
akwizgran
8bb08a2af9
Throw meaningful exceptions for schema errors.
2018-02-01 17:07:54 +00:00
akwizgran
6bf2cb69c5
Use Ed25519 for signatures.
2018-02-01 16:56:50 +00:00
akwizgran
7a1247e325
Add test vectors for Ed25519.
2018-02-01 16:17:51 +00:00
akwizgran
ce5879bdb5
Merge branch '1162-redundant-db-tasks' into 'master'
...
Avoid queueing redundant DB tasks during sync
Closes #1162
See merge request akwizgran/briar!681
2018-02-01 15:06:43 +00:00
akwizgran
55221a5066
Merge branch '1148-wrong-network-interface' into 'master'
...
Prefer LAN addresses with longer prefixes
Closes #1148
See merge request akwizgran/briar!659
2018-02-01 10:54:21 +00:00
akwizgran
9e7f1df8e9
Merge branch '1143-screen-overlay-dialog' into 'master'
...
Don't show screen overlay dialog if all overlay apps have been allowed
Closes #1143
See merge request akwizgran/briar!658
2018-02-01 10:46:41 +00:00
akwizgran
ec7e599143
Merge branch '1116-samsung-back-crash' into 'master'
...
Workaround for Samsung crash in Android 4.4
Closes #1116
See merge request akwizgran/briar!674
2018-02-01 10:41:09 +00:00
akwizgran
e0a67d1eb9
Remove unused argument.
2018-02-01 10:39:26 +00:00
akwizgran
a50ded2d50
Simplify dialog handling, work around Android bug.
2018-02-01 10:37:56 +00:00
akwizgran
dab9a3e73d
Update screen overlay warning text.
2018-02-01 10:36:47 +00:00
akwizgran
dae8e6d759
Re-show dialog when activity resumes or is recreated.
2018-02-01 10:36:47 +00:00
akwizgran
60d38b034d
Set layout weight so checkbox is visible.
2018-02-01 10:36:47 +00:00
akwizgran
863c908267
Cache the list of overlay apps.
2018-02-01 10:36:47 +00:00
akwizgran
753068288f
Allow filtered taps if all overlay apps are whitelisted.
2018-02-01 10:36:46 +00:00
akwizgran
f9eda0b096
Fix test expectations.
2018-02-01 10:29:05 +00:00
akwizgran
f4401ee524
Add comment.
2018-02-01 10:22:10 +00:00
akwizgran
3dbc3cef56
Apply more than one migration if suitable.
2018-02-01 10:14:34 +00:00
akwizgran
bf4ecd21aa
Add a generic multiset implementation.
2018-02-01 09:55:10 +00:00
akwizgran
ea3ada5573
Avoid queueing redundant DB tasks during sync.
2018-01-31 17:26:42 +00:00
akwizgran
9889f86f69
Add unit tests for migration logic.
2018-01-31 15:41:21 +00:00
akwizgran
4d62447a86
Migrate database schema if a migration is available.
2018-01-31 12:07:58 +00:00
akwizgran
7ec05ac0cd
Merge branch '790-ask-before-turning-on-bluetooth' into 'master'
...
Ask before turning on Bluetooth to add a contact
Closes #790
See merge request akwizgran/briar!664
2018-01-29 15:37:41 +00:00
akwizgran
1b2a1d658d
Merge branch '1007-samsung-transition-npe-fix' into 'master'
...
Another attempt at fixing an infamous Samsung activity transition NPE
Closes #1007
See merge request akwizgran/briar!677
2018-01-29 14:20:08 +00:00
Torsten Grote
a2bbc5e455
Another attempt at fixing an infamous Samsung activity transition NPE
2018-01-29 10:55:36 -02:00
Torsten Grote
006cb067ad
Update translations
...
New translations: br, nl, he, sv, cs, ja
2018-01-29 10:33:17 -02:00
Torsten Grote
a2e422a23e
Workaround for Samsung crash in Android 4.4
...
Closes #1116
2018-01-24 11:15:14 -02:00
akwizgran
02cec9bacb
Merge branch 'tor-plugin-detect-connectivity-loss' into 'master'
...
Tor plugin should detect connectivity loss
See merge request akwizgran/briar!670
2018-01-23 17:15:09 +00:00
akwizgran
fcd9b20161
Merge branch 'scrypt' into 'master'
...
Use scrypt for password-based key derivation
See merge request akwizgran/briar!665
2018-01-22 15:18:36 +00:00
akwizgran
204711e5db
Reduce minimum scrypt cost for low-end devices.
2018-01-22 14:39:58 +00:00
akwizgran
64c129d399
Add format version to password-encrypted database key.
2018-01-22 14:39:58 +00:00
akwizgran
6bdb099aa9
Use scrypt for password-based key derivation.
2018-01-22 14:39:49 +00:00
Torsten Grote
3e55be8a82
Merge branch 'change-password-activity' into 'master'
...
ChangePasswordActivity should extend BriarActivity
See merge request akwizgran/briar!671
2018-01-20 14:11:32 +00:00
akwizgran
8f37957a46
Use scheduler service to schedule connectivity checks.
2018-01-19 12:29:14 +00:00
akwizgran
a5386e0183
Listen for a wider range of connectivity-related events.
2018-01-19 12:28:22 +00:00
akwizgran
117e88bf1f
Use Tor's OR connection events to detect lost connectivity.
2018-01-19 12:28:22 +00:00
akwizgran
f47900c4d3
ChangePasswordActivity should extend BriarActivity.
2018-01-19 11:50:27 +00:00
akwizgran
f641e16512
Merge branch 'blake2b' into 'master'
...
Use BLAKE2b for hashing
See merge request akwizgran/briar!667
2018-01-19 11:04:27 +00:00
akwizgran
df0613f290
Fix import of wrong Immutable annotation.
2018-01-19 09:54:19 +00:00
akwizgran
711475d45a
Merge branch '1001-bluetooth-connects-to-contacts' into 'master'
...
Don't make Bluetooth connections when configured not to
Closes #1001
See merge request akwizgran/briar!663
2018-01-17 11:13:27 +00:00
akwizgran
3fd47fc1c7
Merge branch 'bluetooth-refactoring' into 'master'
...
Factor shared Bluetooth code into superclass
Closes #831
See merge request akwizgran/briar!662
2018-01-17 11:11:20 +00:00
Torsten Grote
a1a946edea
Merge branch '617-author-versioning' into 'master'
...
Use a versioned format for encoding authors
See merge request akwizgran/briar!661
2018-01-16 18:36:32 +00:00
akwizgran
699b037a3e
Remove redundant constant for max blog name length.
2018-01-16 17:39:49 +00:00
akwizgran
e474042af7
Use author encoding and parsing helpers everywhere.
2018-01-16 17:38:21 +00:00
akwizgran
68634e0f28
Add helper method for encoding authors.
2018-01-16 17:22:35 +00:00
akwizgran
1d81110fe5
Bump database schema version.
2018-01-16 15:32:52 +00:00
akwizgran
030b9ef053
Use a versioned format for encoding authors.
2018-01-16 15:30:59 +00:00
akwizgran
7d8d169b0a
Merge branch '1092-denormalise-message-metadata' into 'master'
...
Add denormalised state column to messageMetadata table
Closes #1092
See merge request akwizgran/briar!654
2018-01-16 13:01:49 +00:00
akwizgran
11e2d4ecfb
Fix indentation.
2018-01-16 12:54:16 +00:00
Torsten Grote
80ad5d8c7b
Merge branch '1145-avoid-unnecessary-db-queries' into 'master'
...
Avoid unnecessary DB queries when starting clients
Closes #1145
See merge request akwizgran/briar!660
2018-01-16 12:03:49 +00:00
akwizgran
53a15c05aa
Merge branch 'prefer-project-modules' into 'master'
...
Prefer project modules over prebuilt dependencies
See merge request akwizgran/briar!666
2018-01-12 17:33:53 +00:00
akwizgran
45bc6a51b0
Use BLAKE2b for hashing.
2018-01-12 17:33:28 +00:00
akwizgran
db21dcedb1
Prefer project modules over prebuilt dependencies.
2018-01-12 16:28:40 +00:00
akwizgran
96c8274091
Ask before turning on Bluetooth to add a contact.
2018-01-10 17:47:43 +00:00
akwizgran
0c7c465ef7
Remove unnecessary executor calls.
2018-01-10 16:55:17 +00:00
akwizgran
fd6bf42ea4
Don't make Bluetooth connections when configured not to.
2018-01-10 16:51:06 +00:00
akwizgran
0c5976b287
Factor shared Bluetooth code into superclass.
2018-01-10 13:03:07 +00:00
akwizgran
1a4aa7f065
Add tests for link-local addresses.
2018-01-10 11:00:13 +00:00
akwizgran
f11a97631f
Avoid unnecessary DB queries when starting clients.
2018-01-07 11:24:41 +00:00
akwizgran
bf953012af
Prefer LAN addresses with longer prefixes.
2018-01-05 14:25:10 +00:00
akwizgran
2f049fbead
Merge branch '1132-upgrade-tor-0.2.9.14' into 'master'
...
Upgrade Tor to 0.2.9.14, GeoIP to 2017-11-06
Closes #1132
See merge request akwizgran/briar!653
2017-12-22 13:49:35 +00:00
akwizgran
49a6f2af3a
Merge branch '1129-send-on-ctrl-enter' into 'master'
...
send message on ctrl + enter
Closes #1129
See merge request akwizgran/briar!649
2017-12-22 11:19:31 +00:00
sbkaf
3d6c02c27c
send message on ctrl + enter
2017-12-22 11:06:15 +00:00
akwizgran
a1cfc0ec1d
Merge branch '545-db-benchmarks' into 'master'
...
Database performance tests
See merge request akwizgran/briar!652
2017-12-18 18:15:05 +00:00
akwizgran
2f584501fe
Add denormalised state column to messageMetadata table.
2017-12-18 18:01:03 +00:00
akwizgran
b524cec6af
Upgrade Tor to 0.2.9.14, GeoIP to 2017-11-06.
2017-12-18 15:35:25 +00:00
akwizgran
0a7b810fce
Disable logging for DB performance tests only.
2017-12-15 15:43:33 +00:00
akwizgran
f7a3b0f6ca
Use diamond operator.
2017-12-15 15:26:25 +00:00
akwizgran
b095dab77a
Remove unused test methods.
2017-12-15 15:24:20 +00:00
Torsten Grote
b6b7ab622d
Merge branch 'fix-plugin-manager-test' into 'master'
...
Fix test expectations
See merge request !651
2017-12-14 16:01:50 +00:00
akwizgran
55e674624a
Fix test expectations.
2017-12-14 15:47:26 +00:00
akwizgran
88a799df45
Rename some classes that don't involve JDBC.
2017-12-12 16:18:25 +00:00
akwizgran
4bb726ac9a
Include test name in trace file name.
2017-12-12 12:17:34 +00:00
akwizgran
5a53665e96
Add trace tests.
2017-12-11 18:08:14 +00:00
akwizgran
cf51a1e299
Add sanity check for performance comparisons.
2017-12-11 17:29:14 +00:00
akwizgran
04802cc8cd
Get class name using getClass().
2017-12-11 16:39:49 +00:00
akwizgran
d0c1be0c32
Add tests to compare benchmarks.
2017-12-11 16:10:07 +00:00
akwizgran
0b9894a0f6
More performance tests.
2017-12-11 16:10:07 +00:00
akwizgran
1a912a29f8
Use the Mann-Whitney U test to determine steady state.
2017-12-11 16:10:07 +00:00
akwizgran
596c140310
Use a single output file for all tests.
2017-12-11 16:10:07 +00:00
akwizgran
302ced1476
Measure the first run to see the extent of warm-up.
2017-12-11 16:10:06 +00:00
akwizgran
3178c16bac
Reuse test database to keep runtime reasonable.
2017-12-11 16:10:06 +00:00
akwizgran
341d18656d
Add run configurations for DB benchmarks.
2017-12-11 16:10:00 +00:00
akwizgran
074755c0a8
Add database benchmarks.
2017-12-11 16:09:55 +00:00
akwizgran
5d528fce74
Merge branch '1112-screen-filter-crash' into 'master'
...
Don't show screen filter dialog after onSaveInstanceState()
Closes #1112
See merge request !642
2017-12-07 13:06:37 +00:00
Torsten Grote
c80edc99b2
Merge branch '617-protocol-versioning' into 'master'
...
Protocol versioning
See merge request !646
2017-12-07 12:17:50 +00:00
akwizgran
33378d9920
Merge branch '1088-huawei-whitelisting' into 'master'
...
Add button for Huawei's power manager to setup wizard
Closes #1088
See merge request !633
2017-12-05 17:22:44 +00:00
akwizgran
85a6e394b9
Merge branch '1127-notification-channels' into 'master'
...
Use channels for all notifications
Closes #1127
See merge request !643
2017-12-05 16:48:16 +00:00
akwizgran
f2f98f28a3
Include client version in group ID derivation.
2017-12-05 16:07:17 +00:00
akwizgran
d92e042971
Include protocol version in message ID derivation.
2017-12-05 16:07:17 +00:00
akwizgran
6d6e47409f
Include protocol version in group ID derivation.
2017-12-05 16:07:17 +00:00
akwizgran
0084e51263
Include protocol version in key derivation.
2017-12-05 16:07:17 +00:00
akwizgran
32e0b39771
Include protocol version in shared secret derivation.
2017-12-05 16:07:17 +00:00
akwizgran
7bb51f77ec
Merge branch '545-hyper-sql' into 'master'
...
Add HyperSQL as an alternative DB library for testing
See merge request !619
2017-12-05 16:05:42 +00:00
akwizgran
c777a57a7d
Merge branch '617-crypto-labels' into 'master'
...
Use namespaced labels for all crypto operations
See merge request !632
2017-12-05 16:04:35 +00:00
akwizgran
def5966767
Sort order of channel IDs affects UI of Settings app.
2017-12-05 15:41:32 +00:00
akwizgran
14b18e9d42
Merge branch '1120-crash-removing-shutdown-hook' into 'master'
...
Don't remove shutdown hook when closing DB
Closes #1120
See merge request !644
2017-12-05 14:43:36 +00:00
akwizgran
fcff8d92f3
Don't remove shutdown hook when closing DB.
2017-12-05 12:27:41 +00:00
akwizgran
ea0e00f4ac
Use channels for all notifications.
2017-12-05 12:09:22 +00:00
Torsten Grote
f199105f6c
Add button for Huawei's power manager to setup wizard
2017-12-04 17:26:19 -02:00
akwizgran
b23c0b599b
Don't show screen filter dialog after onSaveInstanceState().
2017-12-04 15:25:12 +00:00
akwizgran
0327d4f38a
Merge branch '1007-samsung-transition-npe' into 'master'
...
Don't set scene transition for Samsung devices running Android 7.0
Closes #1007
See merge request !640
2017-12-04 14:20:28 +00:00
akwizgran
4397a45519
Add links to protocol specs (which are out of date).
2017-12-04 14:16:49 +00:00
Torsten Grote
365e159539
Don't set scene transition for Samsung devices running Android 7.0
2017-12-04 10:51:32 -02:00
akwizgran
8171dd8bc9
Merge branch 'more-lambdas' into 'master'
...
Replace a few runnables with lambdas
See merge request !638
2017-12-01 17:42:58 +00:00
akwizgran
c4beb60c22
Add dependency hash for HyperSQL.
2017-12-01 17:41:45 +00:00
Torsten Grote
4b88f0d9f1
Merge branch 'package-name-briar-android' into 'master'
...
Change package name, bump expiry date
See merge request !637
2017-12-01 16:36:47 +00:00
akwizgran
116419f505
Don't show expiry warning for release builds.
2017-12-01 16:18:47 +00:00
akwizgran
87b2624aa8
Set IS_BETA_BUILD to false.
2017-12-01 16:16:37 +00:00
akwizgran
71fe6f3148
Bump expiry date to 31 December 2018.
2017-12-01 16:11:06 +00:00
akwizgran
21df6cb809
Change package name, version number for release branch.
2017-12-01 15:59:04 +00:00
akwizgran
1f0c385a5c
Merge branch '1124-notification-channel-crash' into 'master'
...
Use NotificationChannel for foreground service to avoid crash on Android 8.1
Closes #1124
See merge request !634
2017-12-01 15:53:05 +00:00
Torsten Grote
986ea05fb2
Use NotificationChannel for foreground service to avoid crash on Android 8.1
...
This also seems to address #1075 at least on an emulator
2017-12-01 13:44:51 -02:00
akwizgran
90e395506f
Remove unnecessary DB_CLOSE_ON_EXIT parameter.
2017-12-01 14:13:37 +00:00
akwizgran
cf54360a93
Rename columns whose names are SQL keywords.
2017-12-01 14:13:33 +00:00
akwizgran
a5d4ea4477
Add HSQLDB as an alternative DB library.
2017-12-01 14:13:26 +00:00
akwizgran
030b52261d
Replace a few runnables with lambdas.
2017-12-01 14:01:32 +00:00
akwizgran
a50e13c2e3
Merge branch 'transport-property-manager-cleanup' into 'master'
...
Simplify management of old transport property updates
See merge request !629
2017-11-30 17:46:15 +00:00
akwizgran
c8326103b4
Merge branch 'git-rev-parse-workaround'
2017-11-30 17:39:33 +00:00
akwizgran
0f2beee813
Use namespaced labels for transport key derivation.
2017-11-30 17:36:04 +00:00
akwizgran
d2348a4e7d
Remove method that just wraps a MAC call.
2017-11-30 17:08:59 +00:00
akwizgran
cc87e6fd1f
Factor out key agreement crypto from CryptoComponent.
2017-11-30 17:08:59 +00:00
akwizgran
1843aea2a7
Factor out transport crypto from CryptoComponent.
2017-11-30 17:08:59 +00:00
akwizgran
9f7021acd3
Include namespaced labels in crypto operations.
2017-11-30 17:08:56 +00:00
Torsten Grote
ddea031cbf
Merge branch '1110-signature-labels' into 'master'
...
Don't use ClientId.toString() for signature labels
Closes #1110
See merge request !631
2017-11-30 17:03:07 +00:00
akwizgran
f0d8532f71
Specify 7 characters for Git revision.
2017-11-30 16:55:41 +00:00
akwizgran
4883d157dc
Simplify management of old transport property updates.
2017-11-30 16:43:33 +00:00
akwizgran
a1bec1e927
Merge branch 'ed25519' into 'master'
...
Add support for Ed25519 signatures
See merge request !627
2017-11-30 16:22:04 +00:00
akwizgran
48918f4727
Bumped version numbers for beta release.
2017-11-30 13:35:43 +00:00
akwizgran
303b5bd395
Merge branch 'target-sdk-26' into 'master'
...
Target API version 26, upgrade support library
See merge request !626
2017-11-29 17:38:12 +00:00
akwizgran
37d4d79c64
Don't rethrow SignatureException as RuntimeException.
2017-11-29 17:29:32 +00:00
akwizgran
05bc3f6a71
Don't use ClientId.toString() for signature labels.
2017-11-29 16:57:00 +00:00
akwizgran
8b3960781a
Fix a typo.
2017-11-23 17:34:40 +00:00
akwizgran
97733a52c8
Updated translations.
2017-11-23 17:03:15 +00:00
akwizgran
89dcbec599
Upgrade Gradle plugin to 3.0.1.
2017-11-23 17:01:16 +00:00
akwizgran
6497809fe1
Merge branch '1103-dont-ask-again-doze' into 'master'
...
Show Doze Mode Warning with Don't Ask Again Option
Closes #1103
See merge request !625
2017-11-23 16:23:39 +00:00
akwizgran
f3de4f53c5
Add ProGuard rule to keep EdDSA classes.
2017-11-23 16:18:30 +00:00
akwizgran
166fc2948c
Add support for Ed25519 signatures.
2017-11-23 16:17:41 +00:00
akwizgran
9f3a63d8c4
Don't unregister receiver unless it was registered.
2017-11-22 11:37:58 +00:00
akwizgran
748fa77d94
Move doze receiver out of BriarService.
2017-11-22 11:07:28 +00:00
Torsten Grote
4ca86ee4eb
Address review comments
2017-11-21 16:01:07 -02:00
Torsten Grote
ec2f372933
Remember that app entered doze mode and inform user when returning
2017-11-21 15:55:00 -02:00
Torsten Grote
4267800db2
Allow Account Creation without Doze White-listing
2017-11-21 15:55:00 -02:00
Torsten Grote
bb8cb9bcbb
Show Doze Dialog only after startup and provide "don't ask again" option
2017-11-21 15:54:59 -02:00
akwizgran
d5b9e15ee1
Bump compileSdkVersion to match support library.
2017-11-21 17:33:40 +00:00
akwizgran
43ee3246f6
Remove redundant casts from findViewById.
2017-11-21 17:29:21 +00:00
akwizgran
b56724dee5
Set target SDK version to 26, upgrade support library.
2017-11-21 17:29:21 +00:00
akwizgran
92748ac872
Accept build tools license for CI.
2017-11-21 17:28:11 +00:00
akwizgran
b89686c287
Merge branch 'upgrade-gradle-witness' into 'master'
...
Upgrade Gradle Witness
See merge request !623
2017-11-21 17:11:06 +00:00
akwizgran
a34692630b
Use testImplementation for Mockito.
2017-11-21 17:03:38 +00:00
akwizgran
735208562a
Use java-library plugin for Java modules.
2017-11-21 16:35:08 +00:00
akwizgran
49826fdc56
Use new Gradle configurations for Android modules.
2017-11-21 16:35:08 +00:00
akwizgran
e8c54a609c
Upgrade Gradle Witness.
2017-11-21 16:35:03 +00:00
akwizgran
ece2c51358
A few more Java 8 changes in merged code.
2017-11-21 16:21:15 +00:00
akwizgran
3ec8af4661
Merge branch 'use-java-8-language-features' into 'master'
...
Use java 8 language features
See merge request !621
2017-11-21 15:22:52 +00:00
Torsten Grote
77a08596fe
Merge branch '764-bdf-list-dictionary-not-thread-safe' into 'master'
...
BdfList and BdfDictionary don't need to be thread-safe
Closes #764
See merge request !614
2017-11-21 13:00:23 +00:00
akwizgran
879f699b2b
A few more lambdas.
2017-11-21 10:51:37 -02:00
akwizgran
d7383a3361
Effectively final.
2017-11-21 10:51:35 -02:00
akwizgran
a5b321a93b
Multi-catch.
2017-11-21 10:49:10 -02:00
akwizgran
5fa6b0ca1c
Lambdas.
2017-11-21 10:49:08 -02:00
akwizgran
27328afe3c
Diamond operators.
2017-11-21 10:45:47 -02:00
Torsten Grote
2d26af1ae2
Merge branch 'java-8-language-features' into 'master'
...
Support Java 8 language features
See merge request !620
2017-11-21 12:09:27 +00:00
Torsten Grote
6db8f33e8f
Merge branch 'log-network-usage' into 'master'
...
Log network usage at shutdown
See merge request !616
2017-11-21 11:45:42 +00:00
akwizgran
d6a7e6d52c
Resolve merge conflicts.
...
# Conflicts:
# briar-android/build.gradle
# briar-android/src/test/java/org/briarproject/briar/android/login/SetupActivityTest.java
2017-11-21 10:27:31 +00:00
akwizgran
df99b3b666
Merge branch '1085-startup-wizard' into 'master'
...
Setup Wizard that asks for Doze Mode exception
Closes #1085 and #1018
See merge request !603
2017-11-21 09:40:10 +00:00
akwizgran
0f1c9f4fe2
Refactored tests for account setup and changing password.
2017-11-20 14:11:31 -02:00
Torsten Grote
5dcd5f79dc
Test PasswordFragment account creation individually
2017-11-20 11:52:06 -02:00
Torsten Grote
8a81171739
Setup Wizard that asks for Doze Mode exception
...
Keep checking if we are whitelisted and request it if not
2017-11-20 11:52:05 -02:00
akwizgran
1c4f20f76f
Merge branch 'simply-build-gradle' into 'master'
...
Simply bramble-androids's build.gradle
See merge request !622
2017-11-17 16:11:00 +00:00
goapunk
f84fa588f6
simply bramble-androids's build.gradle
...
Signed-off-by: goapunk <noobie@goapunks.net >
2017-11-17 16:43:07 +01:00
akwizgran
e30e34f342
Include java.lang.invoke classes in bootstrap classpath.
2017-11-16 15:26:05 +00:00
akwizgran
fc93ced067
Download the Android support repository for CI.
2017-11-16 12:54:57 +00:00
akwizgran
bb7df72d31
Compile against OpenJDK 6 standard library for CI.
2017-11-16 12:54:50 +00:00
akwizgran
f8425658e4
Support Java 8 language features in Java modules.
2017-11-16 11:46:35 +00:00
akwizgran
53c8cf09b6
Support Java 8 language features in Android modules.
2017-11-16 11:46:34 +00:00
akwizgran
9f29bf4949
Upgrade Gradle and Android Gradle plugin
2017-11-16 11:46:32 +00:00
akwizgran
98e2adf794
Fix Dagger setup, remove android-apt plugin.
2017-11-16 11:46:02 +00:00
Torsten Grote
2a43e0b0ed
Merge branch '545-simple-db-indexes' into 'master'
...
Add some simple indexes to the DB
See merge request !618
2017-11-09 12:10:07 +00:00
akwizgran
773ae73820
Updated translations.
2017-11-09 12:05:21 +00:00
akwizgran
009db57bc5
Merge branch '482-delete-old-transport-property-updates' into 'master'
...
Delete old transport property updates
Closes #482
See merge request !617
2017-11-09 11:59:00 +00:00
akwizgran
5e98126e77
Completely remove old local updates from the database.
2017-11-09 10:58:51 +00:00
akwizgran
bd7ebfd83a
Unit tests for TransportPropertyManagerImpl.
2017-11-08 16:44:26 +00:00
akwizgran
10f41ef157
Log network usage at shutdown.
2017-11-08 14:46:56 +00:00
akwizgran
1dd4960109
Transactions that delete old updates must be read-write.
2017-11-08 14:23:30 +00:00
akwizgran
75413b6c86
Delete old transport property updates.
...
Some of this code is only needed for backward compatibility - it can be removed when we break compatibility for 1.0.
2017-11-08 09:47:59 +00:00
akwizgran
b2180582a7
BdfList and BdfDictionary don't need to be thread-safe.
...
Same goes for Metadata.
2017-11-06 15:20:21 +00:00
akwizgran
8211ce7ae3
Add some simple indexes to the DB.
2017-11-03 15:06:34 +00:00
akwizgran
e6b1597fa7
Upgraded Gradle to 3.5.
2017-10-26 18:07:20 +01:00
akwizgran
8937d3cd9c
Updated translations.
2017-10-24 17:01:11 +01:00
akwizgran
51f320d147
Merge branch '992-wake-lock-tag' into 'master'
...
Change wake lock tag
Closes #992 and #1087
See merge request !612
2017-10-24 13:36:26 +00:00
goapunk
e402a894bb
Change wake lock tag
...
Signed-off-by: goapunk <noobie@goapunks.net >
2017-10-24 13:45:27 +02:00
Torsten Grote
9b577f1219
Merge branch 'remove-location-permission' into 'master'
...
Remove unused location permission
See merge request !611
2017-10-18 16:31:56 +00:00
akwizgran
220f678403
Removed unused location permission.
2017-10-18 14:05:11 +01:00
akwizgran
4173fc4daa
Merge branch '1045-preference-divider' into 'master'
...
Don't use a custom widget to separate preference categories
Closes #1045
See merge request !609
2017-10-17 17:03:13 +00:00
Torsten Grote
c6756d2145
Merge branch 'gradle-plugin-2.3.3' into 'master'
...
Upgrade Gradle plugin and build tools
See merge request !610
2017-10-17 16:14:53 +00:00
akwizgran
6731f6eeb5
Added checksum for Gradle download.
2017-10-17 17:01:46 +01:00
akwizgran
6f7f8b40e3
Upgraded Gradle plugin and build tools.
2017-10-17 15:31:28 +01:00
akwizgran
1a83b2c99b
Bumped version number for beta release.
2017-10-17 09:41:11 +01:00
akwizgran
f641fae1c7
Added new translations.
2017-10-16 17:10:53 +01:00
akwizgran
deb43d9872
Updated translations.
2017-10-16 17:08:07 +01:00
akwizgran
cee4e1305e
Merge branch 'extend-expiry' into 'master'
...
Extend expiry and show a green snackbar about it once
See merge request !606
2017-10-12 17:03:26 +00:00
akwizgran
a1f989c43c
Use black text for the expiry extension notice.
2017-10-12 17:51:57 +01:00
akwizgran
b67abadbac
Use a setting to record whether update notice has been shown
2017-10-12 17:51:57 +01:00
Torsten Grote
8c29c85696
Extend expiry and show a green snackbar about it once
2017-10-12 17:51:57 +01:00
akwizgran
4fe4c298d7
Don't use a custom widget to separate preference categories.
2017-10-11 17:35:05 +01:00
akwizgran
13d35229d5
Merge branch '1091-reduce-polling-queries' into 'master'
...
Reduce number of DB queries used when polling for connections
Closes #1091
See merge request !604
2017-10-11 13:45:14 +00:00
Torsten Grote
f0137b41b6
Merge branch 'accept-sdk-license-agreement-for-ci' into 'master'
...
Accept build tools license agreement for CI runner
See merge request !607
2017-10-11 13:24:25 +00:00
akwizgran
b221d21903
Accept all SDK license agreements for CI runner.
2017-10-11 14:18:02 +01:00
Torsten Grote
8bac202626
Add Hindi, Finnish and Basque translations
2017-10-10 10:04:22 -03:00
Torsten Grote
973151c949
Merge branch 'report-bluetooth-and-wifi-support' into 'master'
...
Report Bluetooth LE and Wi-Fi Direct support in crash reports and feedback
See merge request !605
2017-10-10 12:16:29 +00:00
akwizgran
ed26ab78a5
Merge branch '158-permission-requests' into 'master'
...
Add permission requests for Android 6+
Closes #158
See merge request !601
2017-10-10 10:40:14 +00:00
akwizgran
8454b2d235
Code cleanup, shortened button text to help with layout.
2017-10-10 11:33:07 +01:00
akwizgran
91d0f89f60
Removed unused import.
2017-10-10 11:08:40 +01:00
akwizgran
e074672e86
Reduce DB queries for looking up transport properties.
2017-10-10 10:59:39 +01:00
akwizgran
6c1901fe5b
Reduced DB queries when polling for LAN connections.
2017-10-09 15:20:03 +01:00
goapunk
49052be627
Add permission requests for Android 6+
...
* Add request for the camera
Signed-off-by: goapunk <noobie@goapunks.net >
2017-10-04 13:17:51 +02:00
Torsten Grote
5b5b540630
Merge branch '299-disable-bluetooth-at-shutdown' into 'master'
...
Disable Bluetooth at shutdown if we enabled it
See merge request !602
2017-10-03 15:38:22 +00:00
akwizgran
9993bac3a1
Disable Bluetooth at shutdown if we enabled it.
2017-10-03 15:59:07 +01:00
akwizgran
3c95988693
Merge branch '539-clear-notifications' into 'master'
...
Don't show dismissed notifications again when items are removed
Closes #539
See merge request !600
2017-10-02 14:46:54 +00:00
akwizgran
fc5c3b470e
Merge branch 'patch-1' into 'master'
...
Contacts, on your side
See merge request !594
2017-10-02 13:14:00 +00:00
akwizgran
53f05a72ba
Removed logging.
2017-09-29 15:31:25 +01:00
akwizgran
2c10ae7d06
Clear notifications when dismissed.
...
Also fixed an issue with notifications alerting again when items
were removed.
2017-09-29 15:23:27 +01:00
akwizgran
6b9010c557
Merge branch '703-create-test-data' into 'master'
...
Add an option to debug builds to create fake test data
Closes #703
See merge request !595
2017-09-28 10:37:03 +00:00
Torsten Grote
1bf0fdfa81
Add an option to debug builds to create fake test data
2017-09-27 13:55:29 -03:00
Torsten Grote
237759aac0
Add Simplified Chinese translation
2017-09-27 13:32:07 -03:00
akwizgran
2a141e0a97
Merge branch 'disableAaptCruncher' into 'master'
...
Disable PNG crunching for reproducibility
See merge request !596
2017-09-27 16:04:23 +00:00
akwizgran
d6900be68e
Merge branch '1051-fix-pink' into 'master'
...
Fix pink navigation drawer items with current support library
Closes #1051
See merge request !598
2017-09-27 16:02:22 +00:00
Torsten Grote
a35d7c7204
Fix pink navigation drawer items with current support library
2017-09-27 12:09:06 -03:00
Torsten Grote
86287f9241
Merge branch 'spongy-castle-158' into 'master'
...
Upgrade Spongy Castle to 1.58
See merge request !597
2017-09-27 15:01:15 +00:00
akwizgran
0b2e3dd96f
Upgrade Spongy Castle to 1.58.
2017-09-27 15:54:37 +01:00
Torsten Grote
90aa1d1ce7
Disable PNG crunching for reproducibility
...
This can help to prevent non-determinism introduced by the crunching
process.
More information:
e48f9f0773
With enabled and disabled crunching,
the size of the signed release APK was 17809681 bytes.
Related to #164
2017-09-27 11:35:25 -03:00
Michael Rogers
ef2286ab53
Bumped version number for beta release.
2017-09-20 14:51:10 +01:00
akwizgran
47b25f3221
Merge branch '1064-rss-date-npe' into 'master'
...
Fix NPE when some RSS items don't have dates and add test
Closes #1064
See merge request !591
2017-09-20 12:21:06 +00:00
Torsten Grote
c30bfa12ce
Fix NPE when some RSS items don't have dates and add test
2017-09-20 09:11:06 -03:00
akwizgran
d0fc04251d
Merge branch 'three-new-langs' into 'master'
...
Add Norwegian Bokmål, Occitan (post 1500) and Serbian
See merge request !593
2017-09-20 11:15:44 +00:00
akwizgran
dcbb41eb7a
Merge branch '1069-forum-sharing-exception' into 'master'
...
Fix crash when sharing a forum while it was just shared with us
Closes #1069
See merge request !592
2017-09-20 11:14:20 +00:00
Allan Nordhøy
5c51259269
"Connection aborted!" no und
2017-09-19 19:39:57 +00:00
Allan Nordhøy
7eefa07052
Contact connections → contacts
...
by us → on your side
2017-09-19 18:56:22 +00:00
Torsten Grote
999bdf8866
Add Norwegian Bokmål, Occitan (post 1500) and Serbian
2017-09-19 14:47:39 -03:00
Torsten Grote
911c0c0fd9
Fix crash when sharing a forum while it was just shared with us
2017-09-19 14:30:57 -03:00
akwizgran
99d8cc64a6
Merge branch '1024-message-tree-npe' into 'master'
...
Don't add threaded messages to the UI before their parents
Closes #1024
See merge request !585
2017-09-19 15:37:58 +00:00
akwizgran
ba727d7568
Don't add threaded messages to the UI before their parents.
2017-09-19 16:31:27 +01:00
Torsten Grote
ed01048f9f
Merge branch 'remove-old-bluetooth-code' into 'master'
...
Remove old Bluetooth code and location permission
See merge request !584
2017-09-19 14:16:13 +00:00
Torsten Grote
043ee3c58e
Merge branch '1044-crash-when-setting-ringtone' into 'master'
...
Don't crash if the chosen ringtone can't be loaded
Closes #1044
See merge request !586
2017-09-19 13:11:44 +00:00
Torsten Grote
6e0af7deda
Merge branch '1060-upgrade-tor' into 'master'
...
Upgrade Tor to 0.2.9.12
Closes #1060
See merge request !590
2017-09-19 12:14:55 +00:00
akwizgran
9591db2097
Upgrade Tor to 0.2.9.12.
...
Libevent 2.0.22-stable, OpenSSL 1.0.2l and GeoIP 2017-09-06.
2017-09-19 12:49:22 +01:00
akwizgran
329a4c64f6
Merge branch '1028-lost-reply-id' into 'master'
...
Keep the reply ID up to date in ThreadListActivity
Closes #1028
See merge request !587
2017-09-18 15:10:38 +00:00
Torsten Grote
79015bc5ae
Merge branch '1042-catch-npe-when-getting-socket-streams' into 'master'
...
Catch NPE when getting socket input/output streams
Closes #1042
See merge request !589
2017-09-18 14:55:08 +00:00
akwizgran
27422ab9f9
Catch NPE when getting socket input/output streams.
...
Works around a bug in Android 7, fixed in 7.1.
2017-09-18 15:47:12 +01:00
Torsten Grote
abcb682498
Merge branch '1040-rss-feed-illegal-argument-exception' into 'master'
...
Catch IllegalArgumentException when parsing RSS feed
Closes #1040
See merge request !588
2017-09-18 14:38:22 +00:00
akwizgran
5044127c46
Catch IllegalArgumentException when parsing RSS feed.
2017-09-18 15:26:12 +01:00
akwizgran
0e4b8ca62e
Keep the activity's reply ID up to date.
2017-09-18 15:13:16 +01:00
akwizgran
822017c69c
Don't crash if the chosen ringtone can't be loaded.
2017-09-18 13:37:10 +01:00
akwizgran
eb6561b93d
Updated translations for German, French and Russian.
2017-09-15 10:40:05 +01:00
akwizgran
eb9d0c00a8
Report Bluetooth LE and Wi-Fi Direct support.
2017-08-16 12:21:13 +01:00
Michael Rogers
d24b1884a2
Removed old Bluetooth code and the location permission it requires.
2017-08-11 12:42:47 +01:00
Michael Rogers
078534889e
Bumped version number for beta release.
2017-08-04 15:16:51 +01:00
Torsten Grote
e92713006a
Fix string in Spanish translation
2017-08-04 10:57:43 -03:00
akwizgran
18f43f3bc1
Merge branch '871-rss-feeds-lost' into 'master'
...
Fix bug where RSS feeds got lost when a fetching error occured
Closes #871
See merge request !583
2017-08-04 13:52:26 +00:00
akwizgran
a4118b40e1
Merge branch 'debug-build-alongside-beta' into 'master'
...
Make debug builds installable alongside official beta build
See merge request !582
2017-08-02 16:54:25 +00:00
Torsten Grote
de29fbc324
Fix bug where RSS feeds got lost when a fetching error occured
2017-08-01 15:32:51 -03:00
Torsten Grote
3197dcf9b5
Merge branch 'checked-camera-exceptions' into 'master'
...
Throw checked exceptions for camera errors
See merge request !580
2017-08-01 16:54:45 +00:00
akwizgran
35aad409fd
Merge branch '994-notification-sound-delay' into 'master'
...
Always play a notification sound, if at least 2sec after last one
Closes #994
See merge request !581
2017-08-01 16:20:35 +00:00
Torsten Grote
08ce6a7331
Change app name for debug builds
2017-08-01 13:08:12 -03:00
Torsten Grote
33a0099065
Make debug builds installable alongside official beta build
2017-08-01 12:57:11 -03:00
Torsten Grote
34d20fafda
Always play a notification sound, if at least 2sec after last one
...
This is the same behavior as Signal.
We might want to adjust the delay later on.
This is also introduces a new BriarNotificationBuilder as a first step
to clean up the Notification Manager code.
2017-08-01 12:47:11 -03:00
Michael Rogers
aafddcd0f0
Bumped version number for beta release (for real this time).
2017-08-01 16:43:47 +01:00
akwizgran
0d6983b4ef
Throw checked exceptions for camera errors.
2017-08-01 15:56:20 +01:00
akwizgran
69bfb72171
Merge branch '1002-cam-get-params-npe' into 'master'
...
Catch RuntimeException when getting camera parameters
See merge request !579
2017-08-01 13:56:45 +00:00
Torsten Grote
1aa33ec9b2
Catch RuntimeException when getting camera parameters
2017-08-01 10:49:04 -03:00
akwizgran
6702df1e22
Merge branch '1008-qr-decoding-crash' into 'master'
...
Catch IllegalArgumentException when decoding QrCode
Closes #1008
See merge request !578
2017-08-01 13:36:09 +00:00
akwizgran
c1748c9a86
Bumped version number for beta release.
2017-08-01 14:32:05 +01:00
akwizgran
9df624c62a
Merge branch '1009-camera-npe' into 'master'
...
Prevent NPE in CameraView
Closes #1009 and #997
See merge request !577
2017-08-01 13:29:33 +00:00
Torsten Grote
0ee6197d7f
Catch IllegalArgumentException when decoding QrCode
2017-08-01 10:21:02 -03:00
Torsten Grote
b03a7dce3e
Catch runtime exception when setting best camera parameters
...
Closes #997
2017-08-01 10:09:21 -03:00
Torsten Grote
6c59d7dd5f
Prevent NPE in CameraView
...
This prevents crashes, but still might cause the camera to not show up
thus preventing the user from adding contacts.
2017-08-01 09:41:42 -03:00
Michael Rogers
050191f0ef
Bumped version number for beta release.
2017-08-01 12:31:47 +01:00
akwizgran
4b5a19ce5d
Merge branch 'update-translations' into 'master'
...
Update translations, add Turkish and Russian
See merge request !575
2017-08-01 09:28:17 +00:00
akwizgran
7c4dd991b9
Merge branch '1016-reblog-runtime-error' into 'master'
...
Runtime error fix due to window requests
Closes #1016 and #1007
See merge request !576
2017-08-01 09:25:39 +00:00
Ernir Erlingsson
8455569e88
moved window requests above onCreate
2017-07-30 22:42:03 +02:00
Torsten Grote
d25676559c
Update translations, add Turkish and Russian
2017-07-29 11:03:51 -03:00