akwizgran
3c290a320e
Remove local author from contacts.
2019-04-23 15:50:04 +01: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
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
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
akwizgran
9ca854473f
Use an appropriate wake lock tag for the device.
2019-04-06 10:38:27 +01: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
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
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
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
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
akwizgran
3d94ffb714
Don't try to get item at NO_POSITION.
2019-03-28 11:06:13 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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