akwizgran
a438050e68
Merge branch '1081-share-app-via-wifi-hotspot' into offline-testing
2021-07-09 10:41:37 +01:00
Torsten Grote
4d0fe24722
Merge branch '1802-sync-via-removable-storage' into offline-testing
...
# Conflicts:
# bramble-api/src/main/java/org/briarproject/bramble/api/FeatureFlags.java
# bramble-core/build.gradle
# bramble-core/src/test/java/org/briarproject/bramble/test/BrambleCoreIntegrationTestModule.java
# bramble-core/witness.gradle
# bramble-java/src/main/java/org/briarproject/bramble/plugin/tor/UnixTorPluginFactory.java
# briar-android/src/main/java/org/briarproject/briar/android/AndroidComponent.java
# briar-android/src/main/java/org/briarproject/briar/android/AppModule.java
# briar-android/src/main/java/org/briarproject/briar/android/activity/ActivityComponent.java
# briar-android/src/main/java/org/briarproject/briar/android/util/UiUtils.java
# briar-android/src/main/res/values/strings.xml
# briar-headless/src/main/java/org/briarproject/briar/headless/HeadlessModule.kt
# briar-headless/src/test/java/org/briarproject/briar/headless/HeadlessTestModule.kt
2021-07-07 15:36:08 -03:00
akwizgran
559b29e8b5
Merge branch '2080-improve-offline-sharing-texts' into '1081-share-app-via-wifi-hotspot'
...
Improve texts on offline hotspot for a better UX
See merge request briar/briar!1493
2021-07-07 10:59:40 +00:00
Torsten Grote
1b7b285862
Merge remote-tracking branch 'origin/1081-share-app-via-wifi-hotspot' into offline-testing
2021-07-06 17:15:23 -03:00
Torsten Grote
178810241f
Merge branch '2031-increase-max-latency' into '1802-sync-via-removable-storage'
...
Increase max latency of removable drive plugin to 28 days
See merge request briar/briar!1503
2021-07-06 20:06:48 +00:00
Torsten Grote
61c601cb6d
Merge branch '2103-check-transport-keys' into '1802-sync-via-removable-storage'
...
Check whether we have transport keys before trying to send data
See merge request briar/briar!1502
2021-07-06 19:56:24 +00:00
Torsten Grote
2002ad08ca
Merge branch '2105-let-contacts-know-drive-not-supported' into '1802-sync-via-removable-storage'
...
Don't configure the removable drive plugin on API < 19
See merge request briar/briar!1501
2021-07-06 19:53:50 +00:00
akwizgran
d134a67ee9
Increase max latency of removable drive plugin to 28 days.
2021-07-06 17:33:00 +01:00
akwizgran
04cf8e16a9
Check whether we have transport keys before trying to send data.
2021-07-06 16:24:43 +01:00
akwizgran
227d345858
Don't configure the removable drive plugin on API < 19.
2021-07-06 16:13:48 +01:00
Torsten Grote
07ef73ab56
Merge branch '2102-clear-introduction-state' into '1802-sync-via-removable-storage'
...
Clear keys from session when moving to AWAIT_ACTIVATE state
See merge request briar/briar!1500
2021-07-06 12:26:05 +00:00
Torsten Grote
ea2b1ff4d8
Merge branch '2079-reject-old-timestamps' into '1802-sync-via-removable-storage'
...
Reject old timestamps when deriving rotation mode keys
See merge request briar/briar!1481
2021-07-06 12:22:42 +00:00
akwizgran
69fac86a0c
Clear keys from session when moving to AWAIT_ACTIVATE state.
2021-07-05 18:02:22 +01:00
akwizgran
bd6b6c1cd6
Reject old timestamps when deriving rotation mode keys.
2021-07-05 16:35:32 +01:00
Torsten Grote
be6c868135
Merge branch '2101-dont-increment-attempt-twice' into '1081-share-app-via-wifi-hotspot'
...
Do not increment the attempt variable twice when requesting group info
See merge request briar/briar!1499
2021-07-05 11:44:51 +00:00
Torsten Grote
041a296666
Merge branch '2090-avoid-double-tap-on-start-sharing-button' into '1081-share-app-via-wifi-hotspot'
...
Do not allow the user to tap the start sharing button twice quickly
See merge request briar/briar!1495
2021-07-05 11:24:47 +00:00
Torsten Grote
00f03f6587
Merge branch '1981-upgrade-material-tap-target-prompt' into 'master'
...
Upgrade MaterialTapTargetPrompt library to fix NPE
Closes #1981
See merge request briar/briar!1498
2021-07-05 11:17:39 +00:00
Sebastian Kürten
276eeb1c20
Do not increment the attempt variable twice when requesting group info
2021-07-05 12:48:58 +02:00
akwizgran
c68bd699f1
Upgrade MaterialTapTargetPrompt library to fix NPE.
2021-07-05 10:06:53 +01:00
Sebastian Kürten
d46cfb757e
Do not allow the user to tap the start sharing button twice quickly
2021-07-05 10:32:49 +02:00
Torsten Grote
d81c4e7982
Merge branch '2065-transfer-data-ui' into '1802-sync-via-removable-storage'
...
Implement UI of transfer data feature
See merge request briar/briar!1486
2021-07-02 18:07:57 +00:00
Torsten Grote
8c4d6ed5e4
Remove guidelines for percent based laout width
2021-07-02 14:53:10 -03:00
akwizgran
b21b319cb7
Use guidelines to set image sizes.
2021-07-02 14:53:10 -03:00
Torsten Grote
780f6e97b9
Check if the chosen contact supports removable drive transport
...
and show message if not
2021-07-02 14:53:10 -03:00
Torsten Grote
1756215183
Combine transfer data graphics to reduce layout complexity
...
and make scaling work better on smaller screens
2021-07-02 14:53:09 -03:00
Torsten Grote
7e3db6c6df
Address review feedback for Transfer Data UI
2021-07-02 14:53:09 -03:00
Torsten Grote
1adf408ade
Migrate all image file pickers to ActivityResultLauncher
...
startActivityForResult is deprecated and the new API is nicer. Also, we can use the same launcher types in various places.
2021-07-02 14:53:09 -03:00
Torsten Grote
d662ae49ee
Try to force file chooser to show internal/external storage by default
2021-07-02 14:53:08 -03:00
Torsten Grote
7939c8b213
Calculate percentages for send progress bar
2021-07-02 14:53:08 -03:00
Torsten Grote
1899873da3
Remove manual initial state and oldTask state argument
...
The latter is now handled via a LiveEvent
2021-07-02 14:53:08 -03:00
Torsten Grote
5beffb21f1
Hide Transfer Data feature behind feature flag
2021-07-02 14:53:05 -03:00
Torsten Grote
0f9afda329
Check if there is data to send and show a message if not
2021-07-02 14:46:08 -03:00
Torsten Grote
c16663b530
Always inform new observers about current state
2021-07-02 14:46:07 -03:00
Torsten Grote
77767b45c9
Re-organize conversations overflow menu
2021-07-02 14:46:07 -03:00
Torsten Grote
79ae8fea8d
Transfer Data UI
2021-07-02 14:46:06 -03:00
Daniel Lublin
7e3eb1201a
Start of UI for transfer data feature
2021-07-02 14:46:04 -03:00
akwizgran
eb283d81c5
Merge branch '2069-transport-key-agreement-integration-tests' into '1802-sync-via-removable-storage'
...
Integration tests for transport key agreement client
See merge request briar/briar!1492
2021-07-02 11:11:06 +00:00
Torsten Grote
be3700d364
Remove FIXME in test since we won't fix it this way
2021-06-30 16:57:32 -03:00
Torsten Grote
ccec17f28a
Also test that messages arrive and activate keys
2021-06-30 16:49:03 -03:00
Torsten Grote
e8428925ae
Add two more tests to TransportKeyAgreementIntegrationTest
2021-06-30 16:49:03 -03:00
Torsten Grote
195123e669
Ensure that private key is not stored anymore
2021-06-30 16:49:02 -03:00
Torsten Grote
abe570e905
Add first integration test for TransportKeyAgreementManager
2021-06-30 16:49:02 -03:00
Torsten Grote
a93b1f18ac
Refactor base of BriarIntegrationTest into BrambleIntegrationTest
2021-06-30 16:49:02 -03:00
Torsten Grote
e4bd6fdf95
Put FeatureFlags for tests into a TestFeatureFlagModule
2021-06-30 16:49:01 -03:00
Torsten Grote
793d81bd93
Merge branch '2093-inconsistency-when-navigating-back-to-intro' into '1081-share-app-via-wifi-hotspot'
...
Don't move to HotspotFragment on rotate when user navigated back to introduction
See merge request briar/briar!1494
2021-06-30 15:16:33 +00:00
Torsten Grote
be637cef65
Merge branch '2091-supported-property' into '1802-sync-via-removable-storage'
...
Add a transport property to signal support for removable drives
See merge request briar/briar!1496
2021-06-30 14:53:15 +00:00
Sebastian Kürten
9370062e41
Don't move to HotspotFragment on rotate when user navigated back to introduction
2021-06-30 12:07:30 +02:00
akwizgran
8c1f721015
Add method for checking whether contact supports transport.
2021-06-28 16:51:30 +01:00
akwizgran
22ea4ced0d
Add transport property to indicate support for removable drives.
2021-06-28 16:51:30 +01:00
Sebastian Kürten
312d31b40e
Improve texts on offline hotspot for a better UX
2021-06-28 15:09:40 +02:00
Torsten Grote
b15d42b0cd
Merge branch '2087-fix-issue-when-hotspot-activity-and-viewmodel-get-destroyed' into '1081-share-app-via-wifi-hotspot'
...
Fix bug that occurs when HotspotActivity gets destroyed
See merge request briar/briar!1489
2021-06-25 19:52:56 +00:00
Torsten Grote
9274b8ef4a
Merge branch '2084-aborted-introduction-sessions' into '1802-sync-via-removable-storage'
...
Allow aborted introduction sessions to be retried
See merge request briar/briar!1490
2021-06-23 16:05:31 +00:00
Torsten Grote
7ef4ea51b3
Merge branch '2061-check-clock-sanity-at-startup' into '1802-sync-via-removable-storage'
...
Check whether system clock is reasonable at startup
See merge request briar/briar!1491
2021-06-23 15:59:52 +00:00
akwizgran
e285f21d1c
Check whether system clock is reasonable at startup.
2021-06-23 16:40:42 +01:00
Sebastian Kürten
160cef25af
Fix bug that occurs when HotspotActivity gets destroyed
...
If HotspotActivity gets destroyed, so will be its viewmodel, resulting
in an undefined state when the activity gets created again. While the
fragments will be restored, the view model and hotspot/webserver state
will not. Fix this by resetting the UI to reflect the reset of hotspot
and webserver.
2021-06-23 17:23:59 +02:00
akwizgran
c0293a1327
Merge branch '2070-transport-key-agreement-validator-test' into '1802-sync-via-removable-storage'
...
Add unit test for transport key agreement validator
See merge request briar/briar!1488
2021-06-23 10:16:52 +00:00
Torsten Grote
035c639aa0
Add TransportKeyAgreementValidatorTest
2021-06-22 17:20:47 -03:00
Torsten Grote
29d31e79c3
Merge branch '2086-fix-margin-on-qr-cardview' into '1081-share-app-via-wifi-hotspot'
...
Fix background color of cardview for qr code
See merge request briar/briar!1487
2021-06-22 11:49:58 +00:00
Sebastian Kürten
7f7210becd
Fix background color of cardview for qr code
2021-06-22 09:46:34 +02:00
akwizgran
ce74fcaab5
Store ID of message that triggered abort.
2021-06-21 16:22:51 +01:00
akwizgran
00407539d3
Bump version numbers for 1.3.5 release.
2021-06-18 11:17:35 +01:00
akwizgran
62014f4d01
Update translations.
2021-06-18 11:16:33 +01:00
Torsten Grote
d4c1e132f7
Merge branch '2077-anything-to-send' into '1802-sync-via-removable-storage'
...
Add DB method for checking whether there's anything to send
See merge request briar/briar!1485
2021-06-17 13:30:31 +00:00
akwizgran
e7dddda7e5
Merge branch 'tor-0.3.5.15' into 'master'
...
Upgrade Tor to 0.3.5.15
Closes #2075
See merge request briar/briar!1483
2021-06-17 12:21:01 +00:00
akwizgran
208ff6f3a5
Merge branch '2056-view-pager-crash' into 'master'
...
Migrate to ViewPager2 to fix weird ViewPager crash
Closes #2056
See merge request briar/briar!1484
2021-06-17 12:07:04 +00:00
akwizgran
4d31465191
Merge branch 'master' into 'tor-0.3.5.15'
...
# Conflicts:
# bramble-java/build.gradle
2021-06-17 12:05:34 +00:00
akwizgran
6b976df6a8
Add RemovableDriveManager method.
2021-06-17 13:01:33 +01:00
Torsten Grote
3e4db3b9da
Merge branch '2045-flexible-sync' into '1802-sync-via-removable-storage'
...
Make retransmissions in the sync protocol more flexible
See merge request briar/briar!1482
2021-06-16 17:40:25 +00:00
Torsten Grote
cf987427e0
Migrate to ViewPager2 to fix weird ViewPager crash
2021-06-16 12:44:04 -03:00
akwizgran
0bf59eec20
Add comment explaining second client versioning message.
2021-06-16 16:26:29 +01:00
akwizgran
9f828a2222
Add DB method for checking whether there's anything to send
2021-06-16 16:25:11 +01:00
akwizgran
b11b959fd3
Merge branch 'upgrade-libraries-1.3' into 'master'
...
Upgrade libraries after 1.3 release
See merge request briar/briar!1455
2021-06-16 13:52:04 +00:00
Torsten Grote
61f660ca1d
Upgrade libraries before 1.3 release
2021-06-16 10:40:30 -03:00
Torsten Grote
7be77b8c60
Merge branch '2038-transport-key-agreement-client' into '1802-sync-via-removable-storage'
...
Add transport key agreement client
See merge request briar/briar!1474
2021-06-16 12:28:00 +00:00
akwizgran
d5853e8403
Add integration test for eager retransmission.
2021-06-16 12:29:49 +01:00
akwizgran
32e9bf01ec
Update DB method that gets total size of messages to send.
2021-06-16 12:29:49 +01:00
akwizgran
a5ce400341
Use eager retransmission if the transport is lossy and cheap.
2021-06-16 12:29:49 +01:00
akwizgran
a960bfb2c1
Add tests for eager retransmission.
2021-06-16 12:29:49 +01:00
akwizgran
847650f280
Replace inner classes with lambdas.
2021-06-16 12:29:49 +01:00
akwizgran
77a3199aac
Update SimplexOutgoingSession to support sending unacked messages.
2021-06-16 12:29:49 +01:00
akwizgran
9a58b37ce2
Add database methods for sending unacked messages.
2021-06-16 12:29:49 +01:00
akwizgran
6d44521016
Upgrade Tor to 0.3.5.15.
2021-06-16 11:16:10 +01:00
Torsten Grote
608e1eac6b
Merge branch '2071-removable-drive-task-refactoring' into '1802-sync-via-removable-storage'
...
Refactor removable drive task management
See merge request briar/briar!1480
2021-06-15 12:23:27 +00:00
akwizgran
09de768e7e
Merge branch '2038-key-manager-methods' into '1802-sync-via-removable-storage'
...
Key manager changes to support transport key agreement client
See merge request briar/briar!1473
2021-06-15 10:55:31 +00:00
akwizgran
faab80f0ea
Hold lock while calling notifyObservers().
2021-06-15 11:47:10 +01:00
akwizgran
07162cad8b
Refactor removable drive tasks.
2021-06-15 11:44:10 +01:00
Torsten Grote
a5a1cdfabb
Merge branch '2039-implement-hotspot-error-fragment' into '1081-share-app-via-wifi-hotspot'
...
Resolve "Implement HotspotErrorFragment"
See merge request briar/briar!1469
2021-06-14 20:23:18 +00:00
Sebastian Kürten
bfcb469d49
Use FragmentContainerView for displaying FallbackFragment
2021-06-14 17:14:50 +02:00
Sebastian Kürten
f8b645d2b1
Improve hotspot error fragment UI
...
* Use different highlighting for error message
* Improve margins in fragment_hotspot_save_apk.xml
* Address some review feedback
2021-06-14 17:14:35 +02:00
Sebastian Kürten
052eb03c9e
Pass error message to feedback activity
2021-06-14 17:13:14 +02:00
Sebastian Kürten
83bf3f4ca7
Create FallbackFragment for alternative apk sharing method
2021-06-14 17:12:02 +02:00
Sebastian Kürten
f9181fa021
Log hotspot errors
2021-06-14 17:10:52 +02:00
Sebastian Kürten
79dae27c24
Wire feedback button to show feedback fragment
2021-06-14 17:10:46 +02:00
akwizgran
7289f5ba8a
Merge branch '2059-no-such-group-exception' into 'master'
...
Check if group still exists before storing MessageId of thread position
Closes #2059
See merge request briar/briar!1477
2021-06-14 14:57:21 +00:00
Torsten Grote
b657c7f347
Ignore NoSuchGroupException when storing MessageId of thread position for removed group
2021-06-10 15:45:31 -03:00
akwizgran
ac0fc21e6e
Merge branch '2038-db-methods' into '1802-sync-via-removable-storage'
...
New DB methods to support transport key agreement client
See merge request briar/briar!1472
2021-06-10 15:28:20 +00:00
akwizgran
dab736ce0e
Merge branch '1802-defer-delivery' into '1802-sync-via-removable-storage'
...
Allow sync clients to defer delivery of messages
See merge request briar/briar!1471
2021-06-10 15:27:08 +00:00
Sebastian Kürten
8ef21637a9
Outline specific error fragment for hotspot
2021-06-09 18:53:59 +02:00
Sebastian Kürten
e3a1fca22e
Let HotspotActivity implement BaseFragmentListener
2021-06-09 18:53:54 +02:00
Torsten Grote
ea9a2789ab
Move hotspot help ActivityResultLauncher into method
2021-06-09 17:48:17 +02:00
Torsten Grote
cbdbd10cb3
Adapt hotspot buttons to latest design and add a nullability annotation
2021-06-09 17:48:17 +02:00
Torsten Grote
d6f985174a
Make HotspotHelpFragment headlines bold
2021-06-09 17:48:17 +02:00
Torsten Grote
d184fbd3fe
Handle returned Uri being null
2021-06-09 17:48:17 +02:00
Torsten Grote
ef623370b6
Save the APK as a hotspot fallback
2021-06-09 17:48:17 +02:00
Sebastian Kürten
5ac636d52d
Add feature flag for sharing the app via offline hotspot
2021-06-09 17:48:17 +02:00
Sebastian Kürten
f1c71ec5a7
Recommend to undo settings to install apps from unknown sources
2021-06-09 17:48:16 +02:00
Torsten Grote
5cc280be61
Add missing hotspot nullability annotations
2021-06-09 17:48:16 +02:00
Torsten Grote
a5d8faef3c
Move savedNetworkConfig into HotspotManager and use constructor injection
2021-06-09 17:48:16 +02:00
Torsten Grote
e22e9dcade
Make hotspot SSID and passphrase persistent
2021-06-09 17:48:16 +02:00
Sebastian Kürten
7474ad8606
Use better filename for apk files shared via hotspot
2021-06-09 17:48:16 +02:00
Torsten Grote
1c3d90f7fc
Show a snackbar when a peer connected to the hotspot
2021-06-09 17:48:16 +02:00
Torsten Grote
6f8d7167db
Don't start hotspot while running and use proper ErrorFragment
2021-06-09 17:48:16 +02:00
Torsten Grote
99da50d37c
Port code from Offline hotspot test app
2021-06-09 17:48:15 +02:00
Torsten Grote
15f5c8deee
Fix hotspot notification on old APIs
2021-06-09 17:48:15 +02:00
Torsten Grote
7913cd322e
Rename tab fragments
...
and remove redundant NonNull annotations
2021-06-09 17:48:15 +02:00
Torsten Grote
de8ad8f6f9
Show notification while hotspot is active
2021-06-09 17:48:15 +02:00
Torsten Grote
d0bc17e634
Add hotspot troubleshooting info
2021-06-09 17:48:15 +02:00
Torsten Grote
85433611a5
Add offline sharing entry point to Settings/Actions
2021-06-09 17:48:15 +02:00
Torsten Grote
ebd5879761
Let info screens scroll in case of insufficient space
2021-06-09 17:48:15 +02:00
Torsten Grote
b255ab07ae
Implement info screens for offline app sharing
2021-06-09 17:48:14 +02:00
Torsten Grote
a86ba50dec
Implement intro screen for offline app sharing
2021-06-09 17:48:09 +02:00
Torsten Grote
40865425c5
Merge branch 'fix-padding-of-contact-exchange-error' into 'master'
...
Fix missing padding for title in contact exchange error fragment
See merge request briar/briar!1478
2021-06-09 11:56:57 +00:00
Sebastian Kürten
f7249f5e84
Fix missing padding for title in contact exchange error fragment
2021-06-09 13:45:32 +02:00
Torsten Grote
bcbc96dc2d
Merge branch '2037-create-removabledriveviewmodel' into '1802-sync-via-removable-storage'
...
Add RemovableDriveViewModel
See merge request briar/briar!1475
2021-06-09 11:32:10 +00:00
akwizgran
a72e92de24
Timestamp isn't needed for deriving root key.
2021-06-09 10:08:07 +01:00
Daniel Lublin
1ddcd6cfff
Make pkg private
2021-06-08 20:31:23 +02:00
akwizgran
5dfd9e3546
Make tests more readable.
2021-06-08 17:13:18 +01:00
akwizgran
e05575b956
Add unit tests for addRotationKeys() methods.
2021-06-08 15:51:29 +01:00
Daniel Lublin
fd810f5c16
Move to new removabledrive package
2021-06-08 12:25:09 +02:00
Daniel Lublin
3f5e131250
Use US locale for now
2021-06-08 12:18:33 +02:00
Daniel Lublin
3ee516599d
Add initial RemovableDriveViewModel
2021-06-07 13:17:50 +02:00
akwizgran
c703d90636
Remove unused remote timestamp from session.
2021-06-01 14:50:14 +01:00
akwizgran
e228b9fcbf
Add transport key agreement client.
2021-06-01 14:18:02 +01:00
akwizgran
6e6cadd3ad
Refactor KeyManager startup so managers are created earlier.
2021-06-01 14:17:12 +01:00
akwizgran
9cc8d44778
Add a key manager method for adding a single set of transport keys.
2021-06-01 11:34:27 +01:00
akwizgran
ee6f571c31
Add a DB method for checking whether transport keys exist.
2021-06-01 11:34:26 +01:00
akwizgran
2ac3bdd3ae
Add database method for getting transports with keys.
2021-06-01 11:34:26 +01:00
akwizgran
e35ffe0cf0
Add javadocs for message states.
2021-06-01 11:33:06 +01:00
akwizgran
8a04d8edc4
Allow sync clients to defer delivery of messages.
2021-06-01 11:24:55 +01:00
Torsten Grote
cc04fb05c2
Merge branch '1971-tor-0.3.5.14' into 'master'
...
Upgrade Tor to 0.3.5.14
Closes #1971
See merge request briar/briar!1470
2021-05-31 12:02:58 +00:00
akwizgran
58eb1d9e24
Upgrade Tor to 0.3.5.14.
2021-05-28 11:45:21 +01:00
akwizgran
76b7e6fecf
Bump version numbers for 1.3.4 release.
2021-05-19 10:47:08 +01:00
akwizgran
980940a7cf
Update translations.
2021-05-19 10:46:21 +01:00
akwizgran
9a021daae8
Merge branch '2043-blog-scrolling' into 'master'
...
Automatically scroll to our own blog posts
Closes #2043
See merge request briar/briar!1462
2021-05-19 09:35:10 +00:00
Torsten Grote
cc9904a454
Automatically scroll to our own blog posts
2021-05-18 15:39:22 -03:00
Torsten Grote
b0faab9395
Merge branch 'remove-failed-bridges' into 'master'
...
Remove three failed bridges
See merge request briar/briar!1460
2021-05-17 17:37:58 +00:00
akwizgran
f1198b47fd
Remove three failed bridges.
2021-05-17 16:36:00 +01:00
akwizgran
37f2ab555f
Update translations.
2021-05-17 16:26:22 +01:00
akwizgran
a5fb3bb4a4
Merge branch '2016-2017-2018-removable-drive-reader-writer' into '1802-sync-via-removable-storage'
...
Create removable drive manager and reader/writer tasks
See merge request briar/briar!1458
2021-05-11 14:01:53 +00:00
akwizgran
eae329cdfa
Refactor manager and tasks to remove reliance on files.
2021-05-11 12:19:16 +01:00
akwizgran
0ce0551f0d
Update progress of writer task.
2021-05-11 12:19:16 +01:00
akwizgran
a198e7d08e
Ensure that observers see the final state even if they're added late.
2021-05-11 12:19:16 +01:00
akwizgran
bca6f1506e
Add integration test for syncing via removable drives.
2021-05-11 12:19:16 +01:00
akwizgran
e420201b00
Implement RemovableDriveWriterTask, except for progress updates.
2021-05-11 12:19:16 +01:00
akwizgran
03248d04e5
Fix typo in class names.
2021-05-11 12:19:16 +01:00
akwizgran
2c39b02644
Implement RemovableDriverReaderTask.
2021-05-11 12:19:16 +01:00
akwizgran
c9c6f3682c
Add task factory.
2021-05-11 12:19:16 +01:00
akwizgran
8f4a0ef030
Add removable drive manager with placeholder task implementations.
2021-05-11 12:19:14 +01:00
akwizgran
5fe22bcd57
Merge branch '2035-android-removable-drive-plugin' into '1802-sync-via-removable-storage'
...
Add Android implementation of RemovableDrivePlugin
See merge request briar/briar!1457
2021-05-11 11:13:14 +00:00
akwizgran
b4880af7e2
Add Android implementation of RemovableDrivePlugin.
2021-05-10 14:19:24 +01:00
akwizgran
51d21bd669
Decouple RemovableDrivePlugin from FileConstants.
2021-05-10 13:48:12 +01:00
Torsten Grote
b8f3728a0d
Merge branch '2015-removable-drive-plugin' into '1802-sync-via-removable-storage'
...
Create RemovableDrivePlugin
See merge request briar/briar!1454
2021-05-10 12:47:21 +00:00
akwizgran
61ca2a391b
Merge branch 'create-testdata-zero-values' into 'master'
...
Add button to zero values when creating test data
See merge request briar/briar!1447
2021-05-10 12:05:26 +00:00
akwizgran
bbfd4f137d
Merge branch '2013-db-method-for-amount-of-data-to-sync' into '1802-sync-via-removable-storage'
...
Add DB method for getting amount of data to sync
See merge request briar/briar!1452
2021-05-10 12:00:11 +00:00
akwizgran
88537b9323
Merge branch '2032-connect-via-bt-crash' into 'master'
...
Remove duplicate code due to merge mistake
Closes #2032
See merge request briar/briar!1456
2021-05-10 11:55:38 +00:00
Daniel Lublin
e6c004e8f6
Add button to zero values when creating test data
2021-05-10 13:46:49 +02:00
Daniel Lublin
7e3ca76dd1
Merge branch '2014-messages-sent-event' into '1802-sync-via-removable-storage'
...
Update MessagesSentEvent to include amount of data sent
See merge request briar/briar!1453
2021-05-10 11:44:27 +00:00
akwizgran
dc7290dab7
Remove duplicate code due to merge mistake.
2021-05-10 12:29:28 +01:00
akwizgran
524c8d26f8
Don't inject default RemovableDrivePluginFactory on Android.
2021-05-07 17:48:39 +01:00
akwizgran
7eccf7dac1
Decouple removable drive plugin from java.io.File for portability.
2021-05-07 17:36:10 +01:00
akwizgran
0bc06248ed
Clean up plugin injection code, remove unused module.
2021-05-06 16:59:45 +01:00
akwizgran
c999f05cc7
Configure removable drive plugin for Android.
2021-05-06 16:59:45 +01:00
akwizgran
428269b312
Add removable drive plugin.
2021-05-06 16:59:45 +01:00
akwizgran
588e05ce83
Update MessagesSentEvent to include amount of data sent.
2021-05-06 16:20:15 +01:00
akwizgran
9dff8bd64a
Merge branch '2005-connect-via-bt-error' into 'master'
...
Connect via Bluetooth: Wait before showing an error Toast
See merge request briar/briar!1446
2021-05-06 13:14:32 +00:00
akwizgran
35c2f60129
Merge branch 'master' into '2005-connect-via-bt-error'
...
# Conflicts:
# briar-android/src/main/java/org/briarproject/briar/android/conversation/BluetoothConnecter.java
2021-05-06 13:03:46 +00:00
akwizgran
471a2372c8
Merge branch '2027-pause-polling-when-doing-connect-via-bt' into 'master'
...
Disable polling while doing connect-via-BT
Closes #2027
See merge request briar/briar!1450
2021-05-06 12:59:38 +00:00
Daniel Lublin
fba028db03
Disable polling while doing connect-via-BT
2021-05-06 11:13:35 +02:00
akwizgran
f7875c99b6
Add DB method for getting amount of data to sync.
2021-05-05 17:52:37 +01:00
Torsten Grote
c647c52638
Merge branch '2009-xiaomi-setup-screen' into 'master'
...
Show instructions for locking Briar to the Xiaomi recent apps list
Closes #2009
See merge request briar/briar!1451
2021-05-05 16:39:55 +00:00
akwizgran
cad5edcf86
Move input state methods to UiUtils.
2021-05-05 16:57:25 +01:00
akwizgran
38f70bb6be
Add full stop.
2021-05-05 13:02:56 +01:00
akwizgran
33bdc81b3e
Show instructions for locking Briar to the Xiaomi recent apps list.
2021-05-05 12:37:23 +01:00
Torsten Grote
21fd7f5eed
Merge branch 'allow-one-unreachable-bridge' into 'master'
...
Allow BridgeTest to pass if one bridge is unreachable
See merge request briar/briar!1449
2021-05-04 12:31:38 +00:00
akwizgran
6354e91b55
Allow BridgeTest to pass if one bridge is unreachable.
2021-05-04 13:13:57 +01:00
Torsten Grote
8123c06348
Merge branch '2012-update-bubbles-after-removing-messages' into 'master'
...
Update disappearing message bubbles after removing messages
Closes #2012
See merge request briar/briar!1448
2021-05-03 16:57:04 +00:00
akwizgran
663c648337
Update disappearing message bubbles after removing messages.
2021-05-03 15:16:11 +01:00
akwizgran
bee4e94987
Bump version numbers for 1.3.3 release.
2021-05-03 13:55:39 +01:00
akwizgran
c44bdc8762
Update translations.
2021-05-03 13:38:14 +01:00
Torsten Grote
423ecf71d8
Merge branch '1894-viewmodel-for-rssfeed-activities' into 'master'
...
Introduce ViewModel for RssFeed*Activity
Closes #1894
See merge request briar/briar!1366
2021-05-03 12:35:32 +00:00
Daniel Lublin
73c7882cc0
Introduce RssFeedViewModel
...
Furnishing the RssFeed function as a single activity with fragments for
Manage and Import.
2021-05-03 09:40:40 +02:00
Torsten Grote
552b9ef21a
Wait for an incoming connection before showing an error Toast
2021-04-30 16:01:54 -03:00
Torsten Grote
683af1ec3a
Merge branch '1827-target-api-30' into 'master'
...
Raise target API level to 30, upgrade build tools to 30.0.3
Closes #1827
See merge request briar/briar!1445
2021-04-30 17:44:49 +00:00
akwizgran
77ed15311c
Raise target API level to 30, upgrade build tools to 30.0.3.
2021-04-30 14:51:49 +01:00
akwizgran
3d72557618
Merge branch '1962-connect-via-bt-backend' into 'master'
...
Implement connect via Bluetooth backend
Closes #1962
See merge request briar/briar!1412
2021-04-27 12:27:55 +00:00
Daniel Lublin
e2a11d42f8
Implement backend for connect via bluetooth
2021-04-27 14:15:10 +02:00
akwizgran
0f5ea6ae66
Merge branch 'translation-update-script' into 'master'
...
Add script to update Android app translations
See merge request briar/briar!1442
2021-04-27 11:09:24 +00:00
akwizgran
5b2c9b85f9
Merge branch 'prevent-double-pipelines' into 'master'
...
Avoid duplicate CI pipelines running at the same time
See merge request briar/briar!1443
2021-04-27 11:08:13 +00:00
Torsten Grote
94921230d9
Avoid duplicate CI pipelines running at the same time
...
Docs:
https://docs.gitlab.com/ee/ci/yaml/README.html#switch-between-branch-pipelines-and-merge-request-pipelines
https://docs.gitlab.com/ee/ci/yaml/README.html#avoid-duplicate-pipelines
2021-04-26 15:37:16 -03:00
Torsten Grote
34788356e6
Add script to update Android app translations
...
add German and Spanish (incl. video) play store listing
2021-04-26 15:14:06 -03:00
akwizgran
2f719d7f2c
Bump version numbers for 1.3.2 release.
2021-04-26 13:50:35 +01:00
akwizgran
eb2e8d75f4
Enable features for 1.3 release.
2021-04-26 13:45:53 +01:00
akwizgran
338d288290
Update translations.
2021-04-26 13:43:33 +01:00
Torsten Grote
03fe1a2d2c
Merge branch '1743-huawei-app-launch' into 'master'
...
Add button for opening Huawei battery settings during setup
See merge request briar/briar!1441
2021-04-23 13:54:55 +00:00
akwizgran
ade48c7bea
Merge branch 'fastlane-metadata-upload' into 'master'
...
Update Google play listing and language mappings
See merge request briar/briar!1440
2021-04-23 13:43:10 +00:00
akwizgran
4a8d89e2bb
Add button for opening Huawei battery settings during setup.
2021-04-23 14:25:24 +01:00
Torsten Grote
0fed1681ed
Google play listing now available in:
...
* Persian
* Galician
* Lithuanian
* Turkish
* Chinese (Simplified)
2021-04-23 10:22:27 -03:00
akwizgran
93ad483066
Merge branch 'fastlane-metadata-upload' into 'master'
...
Update Play Store listing and add Catalan translation
See merge request briar/briar!1439
2021-04-23 10:10:08 +00:00
Torsten Grote
d995e73996
Update Play Store listing and add Catalan translation
2021-04-22 14:06:37 -03:00
Torsten Grote
1d271bab18
Merge branch '1914-create-viewmodels-directly-after-injection' into 'master'
...
Create ViewModels directly after injection
Closes #1914
See merge request briar/briar!1432
2021-04-22 14:59:05 +00:00
Torsten Grote
a9d2aa9366
Merge branch '1883-resource-ids-will-be-non-final' into 'master'
...
Replace switch statements with resource ids with if-then-else
Closes #1883
See merge request briar/briar!1438
2021-04-22 13:34:35 +00:00
Sebastian Kürten
2a48d43e5b
Create ViewModels directly after injection
2021-04-22 15:31:55 +02:00
Sebastian Kürten
0a4e23118a
Replace switch statements with resource ids with if-then-else
2021-04-22 15:19:11 +02:00
akwizgran
528a15962f
Merge branch 'fastlane-metadata' into 'master'
...
Make Google Play descriptions translatable
See merge request briar/briar!1437
2021-04-22 13:00:13 +00:00
Torsten Grote
0a0cc4e79c
Extend full description
2021-04-22 09:50:16 -03:00
Torsten Grote
2b3ba42d70
Make Google Play descriptions translable
2021-04-21 13:35:10 -03:00
akwizgran
9465331ece
Merge branch '1999-bluetooth-killed-activity-fix' into 'master'
...
Reset plugin assignments when starting AddNearbyContactIntroFragment
Closes #1999
See merge request briar/briar!1434
2021-04-21 15:57:17 +00:00
akwizgran
b0d86bef3e
Merge branch 'scheduled-tests' into 'master'
...
Run bridge tests in scheduled nightly tests (and fix merge pipelines)
See merge request briar/briar!1431
2021-04-21 13:55:48 +00:00
Torsten Grote
a28a2360f1
Merge branch 'remove-redundant-casts' into 'master'
...
Remove a few redundant casts
See merge request briar/briar!1436
2021-04-21 12:52:04 +00:00
Torsten Grote
f7a957150e
Tweak CI rules for optional tests
...
so they are not needed for merge requests
2021-04-21 09:49:11 -03:00
Torsten Grote
67bd065bc3
Allow manual emulator tests in all situations
2021-04-21 09:48:59 -03:00
Torsten Grote
5a3a12767c
Increase SetupActivity timeout in PromoVideoTest as the current one doesn't seem to be sufficient
2021-04-21 09:48:58 -03:00
Torsten Grote
2f86bc312c
Catch UnableToTakeScreenshotException to make CI more stable
2021-04-21 09:48:58 -03:00
Torsten Grote
f0fcadfaf4
Also run optional bridge test with schedules
2021-04-21 09:48:57 -03:00
akwizgran
a9d88c849a
Merge branch '1961-connect-via-bt-ui' into 'master'
...
Simple version of Connect via Bluetooth UI
See merge request briar/briar!1398
2021-04-21 11:57:53 +00:00
Sebastian Kürten
7397efca80
Remove a few redundant casts
2021-04-21 13:53:53 +02:00
Torsten Grote
17bd6f9a33
Merge branch '1778-onboarding-tap-target' into 'master'
...
Wait for layout before showing onboarding tap target
Closes #1778
See merge request briar/briar!1435
2021-04-21 11:45:19 +00:00
akwizgran
2d4e7a9fb0
Wait for layout before showing onboarding tap target.
2021-04-21 12:20:21 +01:00
Torsten Grote
0266da993d
Reset plugin assignments when starting AddNearbyContactIntroFragment
2021-04-20 14:38:58 -03:00
Torsten Grote
ea5280713f
Address review feedback for Connect via Bluetooth UI
2021-04-20 14:24:05 -03:00
Torsten Grote
0b89d29c7d
Reset BluetoothPlugin reference
...
When it is assigned before we are signed-in in (like when returning to a killed activity), it would be null and without a reset, we would consider Bluetooth to not be supported.
2021-04-20 14:23:07 -03:00
Torsten Grote
688bac77a8
Use a feature flag to hide connect via Bluetooth option
2021-04-19 11:36:35 -03:00
Torsten Grote
c736bf7c06
Move Connect via Bluetooth UI into DialogFragment
...
so it can stay active when leaving the context to enable location or permissions
2021-04-19 11:08:02 -03:00
Torsten Grote
539730f8ec
Show dialog when permission was denied for good
2021-04-19 11:07:21 -03:00
Torsten Grote
a9c4669c75
Simple version of Connect via Bluetooth UI
2021-04-19 11:07:20 -03:00
Torsten Grote
4c11f93ee2
Merge branch '1973-make-use-of-handle-exception' into 'master'
...
Make more use of DbViewModel#handleException()
Closes #1973
See merge request briar/briar!1427
2021-04-16 17:29:20 +00:00
Sebastian Kürten
f8dba6fd7f
Add static version of DbViewModel#handleException() in UiUtils
2021-04-15 19:34:14 +02:00
Sebastian Kürten
419247074f
Make more use of DbViewModel#handleException()
2021-04-15 17:53:53 +02:00
akwizgran
2ddb7b5b64
Merge branch '1944-update-contact-list-when-changing-aliases' into 'master'
...
Broadcast ContactAliasChangedEvent to update contact list
Closes #1944
See merge request briar/briar!1425
2021-04-15 15:35:46 +00:00
akwizgran
c14b59661e
Merge branch 'fix-settings-test' into 'master'
...
Fix SettingsActivityScreenshotTest and enable scheduled emulator tests
See merge request briar/briar!1429
2021-04-15 15:30:31 +00:00
akwizgran
d70d27e665
Merge branch '804-self-destructing-messages' into 'master'
...
Merge 'Self-destruct timer for messages' to master
Closes #1863
See merge request briar/briar!1396
2021-04-15 15:24:19 +00:00
akwizgran
8991762b0c
Final code review nitpicks.
2021-04-15 16:12:38 +01:00
akwizgran
2fc6741c99
Remove redundant method.
2021-04-15 16:03:01 +01:00
akwizgran
1075af73f2
Change default timer duration to 7 days.
2021-04-15 11:54:48 +01:00
Torsten Grote
8671229f76
Merge branch '1672-speed-dial-crash' into 'master'
...
Close the speed dial to prevent a crash
Closes #1672
See merge request briar/briar!1430
2021-04-14 17:22:06 +00:00
akwizgran
0fb67583ff
Close the speed dial to prevent a crash.
2021-04-14 18:10:39 +01:00
Torsten Grote
2fc0fd17a2
Fix SettingsActivityScreenshotTest
2021-04-14 11:43:31 -03:00
Torsten Grote
f185860213
Allow emulator tests to run also on a schedule
...
Also do 1 retry in case of failure
2021-04-14 10:57:49 -03:00
akwizgran
8ffcdbfc21
Merge branch 'sort-blogposts' into 'master'
...
Sort the loaded posts, like FeedViewModel already does
See merge request briar/briar!1428
2021-04-14 10:14:34 +00:00
Daniel Lublin
6a38e2cca8
Sort the loaded posts, like FeedViewModel already does
2021-04-14 12:02:02 +02:00
Sebastian Kürten
10d9d78ca8
Broadcast ContactAliasChangedEvent to update contact list
2021-04-14 07:43:50 +02:00
Torsten Grote
03a68038e7
Merge branch 'v3-address-for-feedback-and-crash-reports' into 'master'
...
Use a v3 hidden service for receiving feedback and crash reports
See merge request briar/briar!1426
2021-04-13 17:01:58 +00:00
akwizgran
fabefcdf4b
Use a v3 hidden service for receiving feedback and crash reports.
2021-04-13 17:50:36 +01:00
Sebastian Kürten
9e4d8ecddf
Make introducees send auto-declines even if reponse already received
2021-04-13 08:49:04 -03:00
Sebastian Kürten
1dffbfd8dc
Add two tests for auto-declines happening after response already received
2021-04-13 08:49:04 -03:00
Sebastian Kürten
950db5a87a
Assert that IntroductionManager return true for canIntroduce()
2021-04-13 08:49:04 -03:00
Sebastian Kürten
21348d5557
IntroductionManager: don't throw IllegalArgumentException when deleting invisible msgs
2021-04-13 08:49:03 -03:00
Sebastian Kürten
eb1a089437
Revert changes to AbstractProtocolEngine
...
This reverts parts of commit 5d143f8b33adc07d990627036b806a2becea7074.
2021-04-13 08:49:03 -03:00
Sebastian Kürten
17fc81ab7a
Re-add integration test that goes through two full introduction cycles
2021-04-13 08:49:03 -03:00
Torsten Grote
1c54fd1101
Don't auto-delete invisible forwarded responses on sender side
...
They will be visible for the recipient, so send with timer
2021-04-13 08:49:02 -03:00
Sebastian Kürten
263bce38cd
Create new test that reproduces #1975
2021-04-13 08:49:02 -03:00
Sebastian Kürten
a923c1151c
Move setReadFlag() from ConversationClient to ConversationManager
2021-04-13 08:49:02 -03:00
Sebastian Kürten
0bf10a827f
Implement auto-declining for self-destructed introductions
2021-04-13 08:49:01 -03:00
Daniel Lublin
49850e4198
Make sure invitation accept msg is linking to shareable
2021-04-13 08:49:01 -03:00
Daniel Lublin
95b437b311
Add test for invitee responding after sharer deleted invitation
2021-04-13 08:49:00 -03:00
Daniel Lublin
7006f765a6
Keep members in subclasses and use getters
2021-04-13 08:49:00 -03:00
Daniel Lublin
ec3360400c
Assert that expected event is broadcasted
2021-04-13 08:49:00 -03:00
Daniel Lublin
5c41d09c52
Remember when invitation was auto-declined due to deletion
...
And render differently
2021-04-13 08:48:59 -03:00
Daniel Lublin
a7590956fd
Auto-decline/auto-delete Forum & Blog sharing invitations/responses
2021-04-13 08:48:59 -03:00
Torsten Grote
a581960121
Don't show notification for own auto-decline responses
2021-04-13 08:48:58 -03:00
Torsten Grote
dc57a0b925
Use AtomicReference in TestEventListener to store event
2021-04-13 08:48:58 -03:00
Torsten Grote
d6082162ab
Add a way to check for expected events
...
and use it for private group auto-declines
2021-04-13 08:48:58 -03:00
Torsten Grote
1801afdbb7
Update support for disappearing messages in real time
2021-04-13 08:48:57 -03:00
akwizgran
458add0c9c
Don't advertise support for messaging features that are disabled by flags.
2021-04-13 08:48:57 -03:00
akwizgran
f2374eb141
Count sent messages in integration tests.
2021-04-13 08:48:56 -03:00
Torsten Grote
5db5897793
Use stored session metadata instead of fetching it again
2021-04-13 08:48:56 -03:00
Torsten Grote
f3d628afa7
Render automatic declines differently in the UI
...
and show them as they happen via an Event
2021-04-13 08:48:55 -03:00
Torsten Grote
4d3482e40e
Remember when declines were automatic due to deletion
...
so they can be shown differently for sender
2021-04-13 08:48:55 -03:00
Torsten Grote
a8cff454ec
Add integration tests for auto-deletion of private group invitations and responses
2021-04-13 08:48:55 -03:00
Torsten Grote
f66cae4749
Factor out auto-delete integration test code
...
so we can re-use it in other tests
2021-04-13 08:48:54 -03:00
Torsten Grote
aded1daf92
Auto-delete PrivateGroup invitations and responses as well
2021-04-13 08:48:54 -03:00
Torsten Grote
aa1ba0d950
Turn 'Learn more' link into a button to have a larger tap area
...
and a selectable background
2021-04-13 08:48:53 -03:00
Torsten Grote
071010e438
Turn ConversationSettingsLearnMoreDialog into a generic Onboarding fragment
2021-04-13 08:48:53 -03:00
Torsten Grote
f6d8e364d6
Update auto-delete onboarding text
2021-04-13 08:48:53 -03:00
akwizgran
f1453ed4c4
Show disabled menu item if we support feature but contact doesn't.
2021-04-13 08:48:52 -03:00
akwizgran
3a2146cb03
Don't advertise support for disappearing messages unless flag is enabled.
2021-04-13 08:48:52 -03:00
akwizgran
24eb76de20
Hide disappearing messages menu item unless feature flag is enabled.
2021-04-13 08:48:51 -03:00
akwizgran
693478e0a5
Add feature flag for self-destructing messages.
2021-04-13 08:48:51 -03:00
Torsten Grote
bf6be5c5a7
Replace all messages when re-loading
...
to ensure that messages deleted in the meantime get removed
2021-04-13 08:48:51 -03:00
Torsten Grote
a12a639cd3
Remove auto-deleted messages immediately from conversation
2021-04-13 08:48:50 -03:00
Torsten Grote
ef37428714
Replace MessagesCleanedUpEvent with ConversationMessagesDeletedEvent
2021-04-13 08:48:50 -03:00
akwizgran
644afe8995
Wait for events to be delivered before continuing with test.
2021-04-13 08:48:50 -03:00
akwizgran
c66c428124
Log how long it takes to deliver private messages and attachments.
2021-04-13 08:48:49 -03:00
akwizgran
db5b2ea9b6
Remove redundant call to getAutoDeleteTimer().
2021-04-13 08:48:49 -03:00
akwizgran
d84603bce2
Check group counts in AutoDeleteIntegrationTest.
2021-04-13 08:48:48 -03:00
akwizgran
b128370299
Include legacy messages when recalculating group count.
2021-04-13 08:48:48 -03:00
akwizgran
240e619248
Delete private messages when their timers expire (needs UI support).
2021-04-13 08:48:48 -03:00
akwizgran
c89bde08db
Move ConversationManagerImpl to conversation package.
2021-04-13 08:48:47 -03:00
akwizgran
3ecd1c62b8
Set default timer duration to 1 minute for testing.
2021-04-13 08:48:47 -03:00
akwizgran
e3c5497283
Update javadoc to explain that a new timer can be set.
2021-04-13 08:48:46 -03:00
akwizgran
4bd8ee8ccf
Pass message IDs to cleanup hooks in batches.
2021-04-13 08:48:46 -03:00
akwizgran
43b437af92
Group messages by group ID when fetching them from database.
2021-04-13 08:48:46 -03:00
akwizgran
56e0d62597
Throw an exception if no cleanup hook was registered.
2021-04-13 08:48:45 -03:00
akwizgran
d10e5f025d
Remove copypasta.
2021-04-13 08:48:45 -03:00
akwizgran
b1a80691db
Add comment to explain that starting timer may be a no-op.
2021-04-13 08:48:44 -03:00
akwizgran
049aa61e85
Stop the timer if no hook has been registered.
2021-04-13 08:48:44 -03:00
akwizgran
7026361234
Add javadocs for CleanupManager and CleanupHook.
2021-04-13 08:48:44 -03:00
akwizgran
5e30dc5bf4
Simplify deadline comparison logic.
2021-04-13 08:48:43 -03:00
akwizgran
024bfc8ec8
Stop the cleanup timer if the hook returns false.
2021-04-13 08:48:42 -03:00
akwizgran
04e5e8e4d0
Add cleanup manager.
2021-04-13 08:48:38 -03:00
akwizgran
7c5d47733f
Query message IDs rather than metadata when only IDs are needed.
2021-04-13 08:46:11 -03:00
Torsten Grote
b24f2a1818
Add support for showing auto-delete timers in minutes
2021-04-13 08:46:11 -03:00
Torsten Grote
ee6664ce9d
Show actual auto-delete timer duration in UI
...
(only days and hours for now)
2021-04-13 08:46:11 -03:00
Torsten Grote
ab434946b5
Show outgoing message status icon in same color as time
2021-04-13 08:46:10 -03:00
Torsten Grote
35e431eb99
Fix bomb icon color
...
in incoming image messages without text (on old phones)
2021-04-13 08:46:10 -03:00
Torsten Grote
aa8cddf509
Get rid of SENDING state and publish new live data in order on UiThread
2021-04-13 08:46:10 -03:00
Torsten Grote
c9ede0bfc1
Return LiveData when sending message
2021-04-13 08:46:09 -03:00
Torsten Grote
6ec9a0f2b2
Show warning dialog when auto-delete timer has changed since starting to compose message
2021-04-13 08:46:09 -03:00
Torsten Grote
2f86112801
Add "Tap to learn more" to message bubbles for timer changes
2021-04-13 08:46:09 -03:00
akwizgran
c032befe6f
Provide clock for UI tests.
2021-04-13 08:46:08 -03:00
akwizgran
55eccde031
Add some comments.
2021-04-13 08:46:08 -03:00
akwizgran
5716820439
Sync acks for initial messages when setting up integration tests.
2021-04-13 08:46:08 -03:00
akwizgran
17d433dd9b
Allow time travel in integration tests.
2021-04-13 08:46:07 -03:00
akwizgran
000812bf6d
Inject DefaultTaskSchedulerModule.EagerSingletons at startup in headless app.
2021-04-13 08:46:07 -03:00
akwizgran
5e2187a877
Refactor integration tests to allow clock to be replaced.
2021-04-13 08:46:06 -03:00
Sebastian Kürten
e10b6334f5
Introduce conversation settings screen
2021-04-13 08:46:06 -03:00
Torsten Grote
baa0341727
Create group invitation with read-write transaction
...
because the AutoDeleteManager needs to change the DB
and otherwise crashes.
Closes #1863
2021-04-13 08:46:06 -03:00
Torsten Grote
814b2b2582
Make view state of text send UI easier to reason about
...
and fix bugs with bomb badge and hint display
2021-04-13 08:46:05 -03:00
Torsten Grote
56705bde74
Show bomb badge in same style as send button
2021-04-13 08:46:05 -03:00
Torsten Grote
dceb38b777
Show a bomb badge on the send button when disappearing messages is active
2021-04-13 08:46:05 -03:00
Torsten Grote
9947a6aa1b
Use a different hint in conversation when message will disappear
...
and keep the hint updated when the auto-delete timer changes
2021-04-13 08:46:04 -03:00
Torsten Grote
7a3be374c8
Broadcast event when auto delete timer is mirrored
2021-04-13 08:46:04 -03:00
Torsten Grote
4ea3ce0e3c
Remove mirrored timer texts
...
as we can't detect reliably if a timer setting was mirrored or manually changed.
Also remove item update optimization from adapter as this can cause issues when items already exist.
2021-04-13 08:46:04 -03:00
Torsten Grote
923185b3f4
Show timer change notices in private conversations
2021-04-13 08:46:03 -03:00
Torsten Grote
d91e6c6c1a
Allow setting a self-destruct timer
...
This is a rough prototype of #1837 meant to make testing the UI easier.
2021-04-13 08:46:03 -03:00
akwizgran
1c93a79448
Use Collections.sort() to satisfy Animal Sniffer.
2021-04-13 08:46:03 -03:00
akwizgran
e12ad0cd79
Add integration tests for timer mirroring.
2021-04-13 08:46:02 -03:00
akwizgran
8d6bd29b93
Add method for UI and tests to get current timer.
2021-04-13 08:46:02 -03:00
akwizgran
f941a73999
Update integration tests.
2021-04-13 08:46:02 -03:00
akwizgran
c3057141d8
Don't receive auto-delete timer from remote accept message as introducee.
2021-04-13 08:46:01 -03:00
akwizgran
49080cb64c
Hook up incoming messages to the auto-delete manager.
2021-04-13 08:46:01 -03:00
akwizgran
27dbe23914
Mirror the remote auto-delete timer.
2021-04-13 08:46:01 -03:00
akwizgran
d7a2de5817
Add integration tests for auto-delete timer.
2021-04-13 08:46:00 -03:00
akwizgran
0328aa0630
Forwarded accept messages aren't visible to the introducee.
2021-04-13 08:46:00 -03:00
akwizgran
b6cf302131
Only use conversation timestamp for messages that will be visible in conversation.
2021-04-13 08:46:00 -03:00
akwizgran
e2a894acd3
Get timestamp for abort message in same way as other messages.
2021-04-13 08:45:59 -03:00
akwizgran
00ed6d9bb8
Look up auto-delete timer when creating private group invitation.
2021-04-13 08:45:59 -03:00
akwizgran
c9a9734368
Use the right timestamp when signing private group invitation.
2021-04-13 08:45:58 -03:00
akwizgran
efc56a8724
Provide TransactionManager.
2021-04-13 08:45:58 -03:00
akwizgran
6e6923b108
Look up conversation timestamp when creating group invitation messages.
2021-04-13 08:45:58 -03:00
akwizgran
f459beccdb
Move lookup of latest conversation timestamp to core for blog and forum sharing.
2021-04-13 08:45:57 -03:00
akwizgran
751c5a3245
Move lookup of latest conversation timestamp to core.
2021-04-13 08:45:57 -03:00
akwizgran
8488499da6
Add transactional variant of getGroupCount().
2021-04-13 08:45:57 -03:00
akwizgran
96a7e3c425
Send current minor version of messaging client to contacts.
2021-04-13 08:45:56 -03:00
Torsten Grote
0dcf510466
Show bomb icon for messages with auto-destruct timer
2021-04-13 08:45:56 -03:00
akwizgran
0427b12d52
Check that timer argument is legal before storing.
2021-04-13 08:45:56 -03:00
akwizgran
9256c66fcc
Add unit tests for AutoDeleteManagerImpl.
2021-04-13 08:45:55 -03:00
akwizgran
706f4e1c4c
Implement AutoDeleteManager.
2021-04-13 08:45:55 -03:00
akwizgran
96debcd616
Add dummy implementation of AutoDeleteManager.
2021-04-13 08:45:54 -03:00
akwizgran
07f20e1e0d
Refactor auto-delete code from Bramble to Briar.
2021-04-13 08:45:54 -03:00
akwizgran
fee2e503bd
Rewrap lines.
2021-04-13 08:45:54 -03:00
akwizgran
f9f260bbc1
Factor out methods for storing and retrieving contact ID.
2021-04-13 08:45:53 -03:00
akwizgran
61718192ee
Factor out method for validating auto-delete timers.
2021-04-13 08:45:53 -03:00
akwizgran
27893f9cdd
Update comments.
2021-04-13 08:45:53 -03:00
akwizgran
9b0b80ef04
Add unit tests for validating auto-delete timer.
2021-04-13 08:45:52 -03:00
akwizgran
3e1c2df4b1
Update private group invitation client to include self-destruct timers.
2021-04-13 08:45:52 -03:00
akwizgran
fa745410cc
Update blog and forum sharing clients to include self-destruct timers.
2021-04-13 08:45:51 -03:00
akwizgran
a427624e8d
Update message parsing and encoding to include auto-delete timer.
2021-04-13 08:45:51 -03:00
akwizgran
3798ca1e17
Update introduction validator to support auto-delete timers.
2021-04-13 08:45:51 -03:00
akwizgran
113120b3ab
Add constant for NO_AUTO_DELETE_TIMER, address review comments.
2021-04-13 08:45:50 -03:00
akwizgran
b10ca5b77f
Add unit tests for private message validation.
2021-04-13 08:45:50 -03:00
akwizgran
f10e3d756a
Fix comments in PrivateMessageValidator.
2021-04-13 08:45:50 -03:00
akwizgran
9608b974ec
Add integration test for auto-delete timer in private messages.
2021-04-13 08:45:49 -03:00
akwizgran
3b6cc9c633
Add auto-deletion timer to private messages.
2021-04-13 08:45:47 -03:00
akwizgran
5305dd62d1
Merge branch '1872-key-agreement' into 'master'
...
Finish migrating KeyAgreementActivity to ViewModel
Closes #1982 and #1872
See merge request briar/briar!1357
2021-04-12 13:19:51 +00:00
akwizgran
a066190c60
Merge branch '57-detect-db-durability-failures' into 'master'
...
Implement dirty flag to detect durability failures
Closes #57
See merge request briar/briar!1424
2021-04-12 13:17:28 +00:00
akwizgran
cdae8b35f5
Another small refactoring to make control flow easier to understand.
2021-04-12 10:06:49 -03:00
Torsten Grote
6ee57315dd
Prevent NPE when onQrCodeDecoded() is called after we stop to listen
2021-04-12 10:06:48 -03:00
Sebastian Kürten
64f682146d
Integrate merge request feedback
2021-04-12 13:04:42 +02:00
akwizgran
36525fbe9d
Merge branch 'promo-video' into 'master'
...
Instrumentation test for tutorial video and sign-in
Closes #1967
See merge request briar/briar!1423
2021-04-12 10:46:03 +00:00
Torsten Grote
8f628f2d45
Fix PromoVideoTest for CI
2021-04-09 15:24:13 -03:00
Torsten Grote
5e84e5b8b6
Stop listening to key agreement connections when leaving fragment
...
Also don't liberate screen orientation when backing out of adding a contact nearby
2021-04-09 15:20:39 -03:00
Torsten Grote
a64878bd00
Also reset payload flags when resetting AddNearbyContact state
2021-04-08 14:21:17 -03:00
Torsten Grote
c53fc5eaa3
Add inspection profile to repo
...
so we can all share the same inspection profile and benefit from its warnings
2021-04-08 13:55:26 -03:00
akwizgran
212751c835
Return a value instead of passing a runnable argument.
2021-04-08 17:11:07 +01:00
akwizgran
fe1c6acebb
Remove workaround for Android issue #190966 .
2021-04-08 17:03:28 +01:00
Sebastian Kürten
ce47bfe018
Write tests for the dirty flag
2021-04-08 12:24:23 +02:00
Torsten Grote
0ee4ade404
One more round of addressing AddNearbyContact review feedback
2021-04-07 16:18:18 -03:00
Sebastian Kürten
e99df2b69e
Log dirty flag when opening database
2021-04-06 20:19:28 +02:00
Sebastian Kürten
db84d07c38
Store a dirty flag in the database
2021-04-06 19:45:26 +02:00
Torsten Grote
db610cfb4c
Run only tests from android package on emulator
...
Otherwise, it re-runs bramble tests for some reason
2021-04-01 17:12:04 -03:00
Torsten Grote
5b52417d20
Check if Bluetooth is supported before requesting discoverability
2021-04-01 15:36:55 -03:00
Torsten Grote
8a768cf933
Add a test for sign-in
...
This requires an account to exist before as we can't restart our lifecycle.
So we don't automatically clear app data after each test, but rather need to delete an existing account manually before each test.
2021-04-01 14:31:34 -03:00
akwizgran
bebf3bbc39
Merge branch '1826-settings-view-model' into 'master'
...
Finish migrating SettingsFragment to ViewModel
Closes #1942 and #1826
See merge request briar/briar!1350
2021-04-01 13:20:12 +00:00
Torsten Grote
8a3dd5472b
Make a screenshot when test fails to help with debugging
2021-03-31 13:36:55 -03:00
Torsten Grote
f971533a5b
Add a way to detect if code runs as instrumentation test
...
and disable some dialogs to make tests easier to write
2021-03-31 13:36:55 -03:00
Torsten Grote
a12166c13b
Use Android Test Orchestrator to have a clean state for each test
...
fixes flaky/broken espresso tests
2021-03-31 13:36:54 -03:00
Torsten Grote
51624a31e3
Add a first PromoVideoTest
2021-03-31 13:36:54 -03:00
Torsten Grote
cdc632e1af
Don't show screen filter and expiry warnings in screenshot tests
2021-03-30 16:56:03 -03:00
Torsten Grote
31f87f647e
Create an OverlayView so we can show taps in espresso tests
2021-03-30 16:56:03 -03:00
Torsten Grote
dcd37f71d1
Turn splash screen duration into a resource variable
...
so screenshot tests can define a different duration
2021-03-30 16:56:03 -03:00
Torsten Grote
4ca286b28e
Allow to decide whether test contacts should have alias
2021-03-30 16:56:02 -03:00
Torsten Grote
4f3e4b019a
Request user to turn on location for adding contact nearby on API 28+
2021-03-29 11:30:17 -03:00
akwizgran
62cca1335f
Bump version numbers for 1.2.20 release.
2021-03-29 13:33:12 +01:00
akwizgran
11a18859fb
Update translations.
2021-03-29 13:33:12 +01:00
akwizgran
1116a7e125
Merge branch 'update-bridges-again' into 'master'
...
Remove a failing bridge
See merge request briar/briar!1422
2021-03-29 12:32:11 +00:00
akwizgran
415b315292
Add a Tor Browser default bridge.
2021-03-29 13:01:27 +01:00
akwizgran
9818ec2b66
Remove a failing bridge.
2021-03-29 12:55:04 +01:00
Torsten Grote
95ef061a34
Pick up screen lock changes when returning to SecurityFragment
2021-03-26 14:33:58 -03:00
Torsten Grote
aaaf8aa66f
Go back to security settings when pressing navigation icon in ChangePasswordActivity
2021-03-26 14:12:02 -03:00
Torsten Grote
29965e38d0
Don't show Toast off the UiThread
2021-03-26 14:10:37 -03:00
Torsten Grote
371d49a213
Use SwitchPreferenceCompat for panic preferences
...
Addresses #1991
2021-03-26 14:10:36 -03:00
Torsten Grote
6ed95e145e
Re-open DisplayFragment after changing theme
2021-03-26 13:48:20 -03:00
Torsten Grote
8c025c1173
review: fix nullability and visibility of settings
2021-03-26 13:48:19 -03:00
Torsten Grote
9ce541cc31
Allow settings titles on more than a single line
2021-03-26 13:48:19 -03:00
Torsten Grote
aa57a4c123
lint ignore icon tinting since it seems to work on Android 4 with VectorDrawableCompat
2021-03-26 13:48:18 -03:00
Torsten Grote
58d9deb3b8
Move avatar layout into own preference
...
which is only shown on main settings fragment
2021-03-26 13:48:18 -03:00
Torsten Grote
f0685c4a43
Get rid of custom switch preference
2021-03-26 13:48:18 -03:00
Torsten Grote
484817db08
Move notifications settings into own screen
2021-03-26 13:48:17 -03:00
Torsten Grote
670bf15d31
Move security settings into own screen
2021-03-26 13:48:17 -03:00
Torsten Grote
6df1e0fd77
Move connections settings into own screen
2021-03-26 13:48:17 -03:00
Torsten Grote
ec910cb80f
Move Display category into its own settings screen
2021-03-26 13:48:16 -03:00
akwizgran
372516646d
Merge branch '1970-blog-bugs' into 'master'
...
Fix issues with blogs after refactoring
See merge request briar/briar!1421
2021-03-26 14:32:11 +00:00
Torsten Grote
72e721b0d3
Don't show snackbar about local blog post again after screen rotation
2021-03-26 10:56:57 -03:00
Torsten Grote
6599093611
Improve blog author clickability
...
resolves issue where clicking reblogged author opened reblogging author's blog
2021-03-26 10:40:51 -03:00
Torsten Grote
dceeecf1fe
Open blog posts from blog feed in BlogActivity
2021-03-26 10:23:31 -03:00
Torsten Grote
ace0b9a3d8
Merge branch 'update-bridges' into 'master'
...
Replace a failing bridge with a Tor Browser default bridge
See merge request briar/briar!1420
2021-03-26 11:59:03 +00:00
akwizgran
7c45c90de9
Replace a failing bridge with a Tor Browser default bridge.
2021-03-26 09:27:36 +00:00
akwizgran
c2a4b5e26a
Bump version numbers for 1.2.19 release.
2021-03-25 17:36:04 +00:00
akwizgran
feac0ad802
Update translations.
2021-03-25 17:34:02 +00:00
akwizgran
60478eba3f
Merge branch '1866-blog-controller' into 'master'
...
Migrate BlogController and FeedController to ViewModel
Closes #1891 and #1866
See merge request briar/briar!1342
2021-03-25 17:25:43 +00:00
akwizgran
3639952612
Merge branch 'espresso-ci' into 'master'
...
Run instrumentation tests in CI when briar-android changes
Closes admin#20
See merge request briar/briar!1413
2021-03-25 15:47:18 +00:00
akwizgran
c4a654b267
Merge branch '1979-feedback-crash' into 'master'
...
Don't crash when pressing SHOW with user information when sending feedback
Closes #1979
See merge request briar/briar!1418
2021-03-25 13:29:43 +00:00
Torsten Grote
ecb31a4d32
Don't crash when pressing SHOW with user information when sending feedback
2021-03-25 08:47:18 -03:00
Torsten Grote
76f201bb2f
Run Espresso tests manually as they are still too flaky
2021-03-24 16:10:33 -03:00
Torsten Grote
1d44305e34
Catch exception when calling Camera#getParameters()
...
Fixes #1982
2021-03-24 15:23:16 -03:00
Torsten Grote
a37af592cd
Use new ActivityResultLauncher to request permissions for AddNearbyContact
2021-03-24 15:03:53 -03:00
akwizgran
87799b743c
Add Burmese translation to language chooser.
2021-03-24 15:28:33 +00:00
akwizgran
b898a7c370
Update translations, add Burmese translation.
2021-03-24 13:54:00 +00:00
Torsten Grote
7f486eef4c
Refactor more code into AddNearbyContactViewModel
...
thus concentrating the logic there needing less back and forth with the activity
2021-03-23 18:09:57 -03:00
Torsten Grote
f3210e3af2
Allow DbViewModel work on things other than lists.
2021-03-23 12:59:16 -03:00
akwizgran
225fd6fd49
Merge branch 'headless-remove-type-args-in-jar-sorting-algorithm' into 'master'
...
Remove redundant type args in briar-headless/build.gradle
See merge request briar/briar!1416
2021-03-23 12:38:53 +00:00
Sebastian Kürten
400d259a60
Remove redundant type args in briar-headless/build.gradle
...
The TreeMap<> doesn't need to repeat <String, JarEntry> from
Map<String, JarEntry>.
2021-03-23 07:44:02 +01:00
Torsten Grote
4074ac8578
Add handleException() to DbViewModel
...
and use it for blogs
2021-03-22 15:17:30 -03:00
Torsten Grote
b2e6dd4138
publish log files as artifacts when emulator job fails
2021-03-19 14:19:07 -03:00
Torsten Grote
b608b42174
Run instrumentation tests in CI when briar-android changes
2021-03-18 12:15:47 -03:00
Torsten Grote
f603254153
Fix instrumentation tests
2021-03-18 12:15:46 -03:00
Torsten Grote
c851dd228b
Add a different (faster) way to exclude large/slow tests
2021-03-18 12:15:46 -03:00
Torsten Grote
e97478a21a
Don't reload blog data when configuration changes
2021-03-17 14:16:02 -03:00
Torsten Grote
726ebcea3f
Make blog post author clickable when not already in their blog
2021-03-17 14:16:02 -03:00
Torsten Grote
2f969775d8
Remove TransactionManager from blog's BaseViewModel
2021-03-17 14:16:02 -03:00
Torsten Grote
d3b855318c
Anticipate review feedback for blog view models after re-basing
2021-03-17 14:16:01 -03:00
Torsten Grote
95104d3383
Clean up after migrating blog controllers to view model
2021-03-17 14:16:01 -03:00
Torsten Grote
6860a04e8b
Don't use layoutManager hack to restore scrolling position of blogs
...
not needed anymore when posts are cached in viewmodels
2021-03-17 14:16:01 -03:00
Torsten Grote
33c24f8655
Migrate blogs to new SharingController
...
and get rid of the deprecated one
2021-03-17 14:16:00 -03:00
Torsten Grote
1fa4b78474
Migrate BlogController to BlogViewModel
2021-03-17 14:16:00 -03:00
Torsten Grote
b678de7529
Make BlogAdapter final and don't pass in a FragmentManager
2021-03-17 14:16:00 -03:00
Torsten Grote
ab1ed0ff5a
Turn FeedController into FeedViewModel
2021-03-17 14:15:59 -03:00
Torsten Grote
ad20e5230a
Allow blog posts to be loaded within one transaction
2021-03-17 14:15:59 -03:00
Torsten Grote
bcc0442add
Merge activities for adding contact nearby
...
and rename related classes to consolidate names
2021-03-17 14:05:15 -03:00
Torsten Grote
700f6e05bf
Factor out permission related code from KeyAgreementActivity to AddNearbyContactPermissionManager
2021-03-17 14:02:54 -03:00
Torsten Grote
d8327d6de2
Re-set orientation lock when fragment is left
2021-03-17 14:02:54 -03:00
Torsten Grote
5a55b3d7e3
Move Plugin related code from activity to ViewModel
2021-03-17 14:02:54 -03:00
Torsten Grote
bed87ed439
Move backend comms and logic out of KeyAgreementFragment
...
into ViewModel
2021-03-17 14:02:53 -03:00
Torsten Grote
6d1f1c7852
Get rid of KeyAgreementEventListener
...
and communicate via ViewModel
2021-03-17 14:02:53 -03:00
Torsten Grote
f6b3bde724
Introduce ContactExchangeResult
...
to include all result information in LiveData
2021-03-17 14:02:53 -03:00
Torsten Grote
94ec22bef8
Move keyagreement package into contact.add.nearby
...
and fix some small warnings in the process
2021-03-17 14:02:50 -03:00
Torsten Grote
ae923e5777
Merge branch '1871-viewmodel-for-introduction' into 'master'
...
Introduce ViewModel for IntroductionActivity (and ContactChooserFragment)
See merge request briar/briar!1349
2021-03-16 18:46:45 +00:00
Sebastian Kürten
46b4204805
Introduce view model for IntroductionActivity
2021-03-16 19:34:09 +01:00
akwizgran
2257c005b3
Merge branch 'faster-animations' into 'master'
...
Use a central attribute for animation speed
See merge request briar/briar!1368
2021-03-15 15:57:26 +00:00
Torsten Grote
eb9ff9c954
Use a central attribute for animation speed
2021-03-15 12:02:43 -03:00
Torsten Grote
4f08f81779
Merge branch 'raise-max-mime-type-length' into 'master'
...
Test that a max-length attachment fits into a record.
See merge request briar/briar!1411
2021-03-15 13:37:12 +00:00
akwizgran
2b0815aaac
Merge branch '1951-exclude-files-from-backup' into 'master'
...
Exclude all our files from backup
Closes #1951
See merge request briar/briar!1408
2021-03-15 13:25:52 +00:00
akwizgran
a9e83491d3
Test that a max-length attachment fits into a record.
2021-03-15 13:17:07 +00:00
Torsten Grote
ee967c5d8f
Merge branch 'raise-max-mime-type-length' into 'master'
...
Raise MAX_CONTENT_TYPE_BYTES to 80, lower MAX_PRIVATE_MESSAGE_TEXT_LENGTH
See merge request briar/briar!1409
2021-03-15 13:06:24 +00:00
akwizgran
43740777d4
Raise MAX_CONTENT_TYPE_BYTES to 80, lower MAX_PRIVATE_MESSAGE_TEXT_LENGTH.
...
In case we ever want to send "application/vnd.openxmlformats-officedocument.wordprocessingml.document" attachments.
2021-03-12 09:45:19 +00:00
Torsten Grote
d5b0556ea2
Exclude all our files from backup
...
Even though we don't allow backup at all, Android seems to go into the direction of overriding this. For now only for device-to-device backups, even though we could not verify this.
2021-03-11 16:29:44 -03:00
Torsten Grote
227f00c10c
Merge branch '1899-catch-npe-from-bluetooth-socket' into 'master'
...
Catch NPE from BluetoothSocket#connect()
Closes #1899
See merge request briar/briar!1407
2021-03-11 18:09:59 +00:00
akwizgran
8b4ff2dc8a
Catch NPE from BluetoothSocket#connect().
2021-03-11 18:00:45 +00:00
akwizgran
4be2afb915
Merge branch 'do-not-try-to-load-unsupported-content-types' into 'master'
...
Don't try to load attachments with unsupported content types
See merge request briar/briar!1405
2021-03-11 17:48:55 +00:00
Torsten Grote
74447b8ec3
Merge branch 'allow-gifs' into 'master'
...
Allow GIFs to be chosen on all API levels
See merge request briar/briar!1402
2021-03-11 17:25:50 +00:00
akwizgran
d95242bd7e
Don't try to load attachments with unsupported content types.
2021-03-11 16:59:56 +00:00
akwizgran
51794424ce
Bump version numbers for 1.2.18 release.
2021-03-11 15:25:32 +00:00
Torsten Grote
5db099bae6
Merge branch 'update-bridges' into 'master'
...
Update list of Tor bridges
See merge request briar/briar!1403
2021-03-11 15:20:11 +00:00
Torsten Grote
a2faa3bd3b
Merge branch '1612-do-not-strip-libs' into 'master'
...
Don't strip libraries even if the NDK is installed
See merge request briar/briar!1401
2021-03-11 15:14:20 +00:00
akwizgran
a3fb7b5680
Update list of Tor bridges.
2021-03-11 14:24:46 +00:00
akwizgran
264d110dbd
Bump version numbers for 1.2.17 release.
2021-03-11 12:35:19 +00:00
akwizgran
839b871a45
Merge branch 'aarch64-finalization' into 'master'
...
Make headless work on aarch64 and armhf (armv7)
Closes #1854
See merge request briar/briar!1376
2021-03-11 12:28:55 +00:00
akwizgran
2fb4825b8f
Don't strip libraries even if the NDK is installed.
...
This allows reproducible builds regardless of whether the NDK is installed.
2021-03-11 12:20:41 +00:00
Torsten Grote
3f9a66b1b6
Merge branch '1964-no-colons' into 'master'
...
Remove colons from default filename
Closes #1964
See merge request briar/briar!1400
2021-03-11 11:36:49 +00:00
akwizgran
d796916387
Also remove colons on API >= 19.
2021-03-11 10:33:53 +00:00
akwizgran
fe07b760ea
Remove colons from default filename.
2021-03-10 15:44:15 +00:00
akwizgran
b4a5fe6772
Allow GIFs to be chosen on API < 24.
...
We can compress them without resizing.
2021-03-10 15:42:20 +00:00
Nico Alt
e21e6267d7
Update Tor dependency to include armhf binary
...
Related MR:
https://code.briarproject.org/briar/tor-reproducer/-/merge_requests/13
2021-03-09 10:46:43 +01:00
Nico Alt
d7afbdf690
Use Tor binary for armhf (armv7)
...
Example devices are Nexus 5 and Raspberry Pi v2.
Based on https://code.briarproject.org/briar/briar/-/merge_requests/1376
Related to https://code.briarproject.org/briar/briar/-/issues/1854
2021-03-09 12:00:00 +00:00
Torsten Grote
c5d2661c1d
Merge branch '1919-password-fields-not-focusable' into 'master'
...
Condition display of progressbar on a isCreatingAccount LiveData
Closes #1819 and #1919
See merge request briar/briar!1355
2021-03-03 13:10:29 +00:00
Nico Alt
b738bdd14e
Actually make headless work on arm aarch64
...
Following the two comments at
https://code.briarproject.org/briar/briar/-/issues/1854#note_44340
.jar files now get built with
$ ./gradlew --configure-on-demand briar-headless:x86LinuxJar
$ ./gradlew --configure-on-demand briar-headless:aarch64LinuxJar
Related to #1854
2021-03-03 12:00:00 +00:00
akwizgran
629cff20a3
Merge branch '1952-oom-avatar-preview-glide' into 'master'
...
Load avatar previews with Glide to prevent OOM errors
Closes #1952
See merge request briar/briar!1388
2021-03-01 18:02:19 +00:00
Torsten Grote
6cfb70db95
Load image from URI with Glide to prevent OOM errors
2021-03-01 14:15:53 -03:00
Torsten Grote
737ecfb620
Some unrelated code changes to avatar settings
2021-03-01 14:15:08 -03:00
akwizgran
5a424b178e
Merge branch '1667-toolbar-options' into 'master'
...
Make group/create forum/write blog post buttons to always show
Closes #1667
See merge request briar/briar!1377
2021-03-01 16:34:14 +00:00
Torsten Grote
59f4e7c34a
Super call to onRequestPermissionsResult() is now required
2021-02-23 10:55:20 -03:00
Torsten Grote
2480824d69
Fix toolbar buttons not showing up after sign-in on lower API levels
2021-02-23 10:55:20 -03:00
akwizgran
a6c2000d81
Merge branch '1825-pending-contact-error' into 'master'
...
Be more specific about errors when adding pending contact
Closes #1825
See merge request briar/briar!1354
2021-02-22 11:12:49 +00:00
akwizgran
a38a3139d9
Merge branch 'fix-message-in-profile-picture-confirmation' into 'master'
...
Fix message in profile picture confirmation
See merge request briar/briar!1356
2021-02-22 11:06:58 +00:00
akwizgran
4c8adaa02b
Merge branch '1399-unlock-activity-crash' into 'master'
...
Let LockManager only lock current, not future process
Closes #1399
See merge request briar/briar!1374
2021-02-22 10:49:17 +00:00
akwizgran
8a534b4503
Bump version numbers for 1.2.16 release.
2021-02-19 18:01:56 +00:00
akwizgran
e5b2275c82
Merge branch '1947-forum-crash' into 'master'
...
Don't add new thread items when the existing ones haven't loaded
Closes #1947
See merge request briar/briar!1375
2021-02-19 17:27:38 +00:00
Torsten Grote
5159593825
Don't add new item when the existing ones haven't loaded
2021-02-19 14:17:21 -03:00
Torsten Grote
a546fecc01
Let LockManager only lock current, not future process
...
This fixes a bug on Android 8
where the AlarmManager would re-start a killed BriarService.
Then the LockManager lingers around locked and causes an ANR on Android 8.x when the user comes back to it.
2021-02-19 10:42:43 -03:00
Nico Alt
3e7e37f5f6
Include pending contact id in error response
2021-02-19 12:00:00 +00:00
Nico Alt
d095ba0b15
Include name/alias of already existing (pending) contact in error
2021-02-19 14:44:56 +01:00
Nico Alt
7fab97d26c
Be more specific about errors when adding pending contact
...
Following the docs at
https://code.briarproject.org/briar/briar/-/blob/beta-1.2.14/bramble-api/src/main/java/org/briarproject/bramble/api/contact/ContactManager.java#L110
Fixes #1825
2021-02-19 14:44:56 +01:00
akwizgran
6fbc82ee27
Merge branch '1075-1146-1317-ongoing-notification' into 'master'
...
Use IMPORTANCE_LOW for ongoing notification, don't show a badge
Closes #1317 , #1146 , and #1075
See merge request briar/briar!1369
2021-02-18 17:00:47 +00:00
akwizgran
885b03cfd7
Bump version numbers for 1.2.15 release.
2021-02-18 15:27:57 +00:00
akwizgran
f81bfcafeb
Update translations.
2021-02-18 15:26:10 +00:00
akwizgran
f36f1cf3d4
Merge branch '1764-fix-change-app-language-does-not-work' into 'master'
...
Resolve "Change app language does not work"
Closes #1764
See merge request briar/briar!1367
2021-02-17 16:59:59 +00:00
Torsten Grote
7d6a63d866
Merge branch '1934-upgrade-obfs4proxy' into 'master'
...
Upgrade obfs4proxy to 0.0.12-dev
Closes #1934
See merge request briar/briar!1372
2021-02-17 16:58:22 +00:00
akwizgran
15ebdf8dd5
Upgrade obfs4proxy to 0.0.12-dev.
2021-02-17 16:41:49 +00:00
akwizgran
db2c235283
Merge branch 'private-group-disabled' into 'master'
...
Fix disabled groups after screen rotation
See merge request briar/briar!1371
2021-02-17 14:09:57 +00:00
Daniel Lublin
6b61725c6a
Condition display of progressbar on a isCreatingAccount LiveData
...
Avoiding the mess with saving onSaveInstanceState, and the (in this
case) unwanted restoring of it upon back-button tap.
Closes #1919
Test instructions:
- Precondition: fresh install, setting up a new account
- Testing specific bug fix:
- Choose a name, tap next
- Choose a password, tap next
- Not testable on some devices which display "Create account" instead of "Next"
- You are now on Background connections screen
- Tap Back-button ◁
- Ensure that password can be changed again
- During setup process, rotate device and ensure that:
- entered text is kept
- progressbar is continuously displayed
2021-02-17 13:57:08 +01:00
Sebastian Kürten
e5bd43469e
Add Javados to Localizer#setLocale()
2021-02-15 14:54:20 +01:00
Torsten Grote
9366c184d8
Fix disabled groups after screen rotation
...
isDissolved was reverted to LiveData that only shows a dialog when the activity was first opened
2021-02-15 09:55:59 -03:00
Sebastian Kürten
73d2c964d4
Make language switching for robust
2021-02-15 12:31:51 +01:00
akwizgran
fb2b4209cf
Use IMPORTANCE_LOW for ongoing notification, don't show a badge.
2021-02-10 11:46:41 +00:00
Torsten Grote
a04b512497
Merge branch 'tor-0.3.5.13' into 'master'
...
Upgrade Tor to 0.3.5.13
Closes #1922
See merge request briar/briar!1363
2021-02-09 12:15:45 +00:00
akwizgran
3d9515e308
Also upgrade obfs4proxy and bramble-java's Tor.
2021-02-09 12:05:54 +00:00
akwizgran
1b19b331b1
Merge branch '1904-fragment-started-too-late' into 'master'
...
Don't launch fragments with back button when not started
Closes #1904
See merge request briar/briar!1365
2021-02-09 11:05:08 +00:00
akwizgran
d151a2d7f7
Merge branch '1910-state-exception-when-adding-contact' into 'master'
...
Restore remote handshake link when AddContactViewModel gets destroyed
Closes #1910
See merge request briar/briar!1364
2021-02-09 10:49:38 +00:00
Torsten Grote
9712a4b849
Don't launch fragments with back button when not started
...
Sounds strange, but apparently can happen.
2021-02-08 16:38:15 -03:00
Torsten Grote
cf1ac5e3e5
Restore remote handshake link when AddContactViewModel gets destroyed
2021-02-08 16:03:10 -03:00
Torsten Grote
cb859e998d
Upgrade Tor to 0.3.5.13
2021-02-08 15:44:35 -03:00
akwizgran
0b9345f867
Merge branch '1621-link-disappearing' into 'master'
...
Remove monospace typeface from our briar:// link
Closes #1621
See merge request briar/briar!1362
2021-02-08 18:36:16 +00:00
Torsten Grote
12988120d1
Remove monospace typeface from our briar:// link
...
as this makes the text to become invisible when selecting all text on API 15-17
2021-02-08 14:45:57 -03:00
akwizgran
8d6c866e62
Merge branch '1926-cap-scrypt-cost' into 'master'
...
Cap the scrypt cost parameter to avoid OOM
Closes #1926
See merge request briar/briar!1360
2021-02-08 17:30:57 +00:00
akwizgran
8f82cf3c73
Merge branch '1917-logcat-process' into 'master'
...
Fix crash reporter to capture logs from main process
Closes #1917
See merge request briar/briar!1359
2021-02-08 16:58:12 +00:00
Torsten Grote
21112ce092
Encrypt logs before handing them to crash report process
2021-02-08 13:43:37 -03:00
akwizgran
21ee3ea00d
Merge branch 'add-custom-dictionary' into 'master'
...
Add a custom dictionary
See merge request briar/briar!1361
2021-02-08 14:01:43 +00:00
Sebastian Kürten
bb964101b3
Add a custom dictionary
...
This reduces the amount of words highlighted by the spell checker and
helps focussing on words that are really misspelled.
2021-02-08 14:35:14 +01:00
akwizgran
d796eff0f6
Cap the scrypt cost parameter to avoid OOM.
2021-02-08 11:32:03 +00:00
Torsten Grote
700ea2b387
Add support for logs to StreamReader and StreamWriter
...
Shamelessly stolen from d9b4c013
2021-02-05 17:07:48 -03:00
Sebastian Kürten
e4a66615a7
Fix remark in dialog for confirming profile picture
2021-02-04 18:43:32 +01:00
Torsten Grote
6e3a7d8d0c
Merge branch 'gitlab-bridge-test' into 'master'
...
Add GitLab pipeline stage for running optional tests
See merge request briar/briar!1353
2021-01-29 16:07:49 +00:00
akwizgran
166b5d4add
Run optional tests automatically for tags, otherwise manually.
2021-01-29 15:45:39 +00:00
akwizgran
0fd59a26f6
Raise BridgeTest timeout to avoid spurious failures.
2021-01-29 15:39:59 +00:00
akwizgran
4162bf990a
Merge branch '1881-thread-list-controller' into 'master'
...
Migrate ThreadListController to ViewModel
Closes #1881 , #1873 , and #1870
See merge request briar/briar!1336
2021-01-29 15:10:16 +00:00
akwizgran
09cfadbf7e
Add manual pipeline stage for running optional tests.
2021-01-29 14:38:03 +00:00
akwizgran
3fb27dbb12
Bump version numbers for 1.2.14 release.
2021-01-29 14:10:24 +00:00
Torsten Grote
ae4a04bada
Finishing touches of ThreadListViewModel migration
...
docs and minor improvements
2021-01-29 08:33:28 -03:00
akwizgran
831c65b647
Merge branch 'vector-compat' into 'master'
...
Use vector support libraries instead of rasterizing all drawables
See merge request briar/briar!1346
2021-01-28 17:59:08 +00:00
akwizgran
afcd38b84c
Update translations.
2021-01-28 16:15:44 +00:00
Torsten Grote
d670179e30
Access MessageTree only on UiThread and improve code in the process
2021-01-27 15:37:09 -03:00
Torsten Grote
998c435b13
Allow to add forum/group posts in transaction
2021-01-27 15:37:09 -03:00
Torsten Grote
4a0327a62b
thread list: fix redundant load and dissolved dialog showing again after screen rotation
2021-01-27 15:37:08 -03:00
akwizgran
70532732c8
Use commit action to add contacts on UI thread.
2021-01-27 15:37:08 -03:00
akwizgran
d69406dfe3
Add transactional getSharedWith() method to SharingManager.
2021-01-27 15:37:08 -03:00
akwizgran
98619df867
Use commit action to add contacts to SharingController.
2021-01-27 15:37:07 -03:00
akwizgran
f2eca0fdb6
Add transactional getMembers() method to PrivateGroupManager.
2021-01-27 15:37:07 -03:00
akwizgran
c62a57e8b2
Add transactional helper method to DbViewModel.
2021-01-27 15:37:07 -03:00
Torsten Grote
239c4a27ad
Address first round of review feedback for thread list view model migration
2021-01-27 15:37:06 -03:00
Torsten Grote
e5d78a858d
Clear thread notification automatically after blocking new ones
2021-01-26 15:42:18 -03:00
Torsten Grote
5c1bcdeb9d
Merge branch 'update-bridges' into 'master'
...
Update bridges
See merge request briar/briar!1352
2021-01-26 14:11:00 +00:00
akwizgran
6c1f5450cb
Add run configuration for BridgeTest.
2021-01-26 13:57:33 +00:00
akwizgran
0d070cf422
Change dummy address for meek bridge.
...
See https://gitweb.torproject.org/builders/tor-browser-build.git/commit/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js?id=8bd845464ae14bf56e0187dfa6f6e773a6593f55
2021-01-26 13:53:51 +00:00
akwizgran
d34d66c691
Update list of obfs4 bridges.
2021-01-26 13:51:41 +00:00
Torsten Grote
6005d156eb
Rename ic_lock icon to notification_lock
2021-01-26 08:24:16 -03:00
Torsten Grote
635008fb60
Introduce SharingController with LiveData
...
and get rid of ThreadList controllers
2021-01-25 14:04:29 -03:00
Torsten Grote
b78569119a
Remove Visibility from JoinMessageHeader and Item
2021-01-25 14:04:28 -03:00
Torsten Grote
8372bb01b2
Move marking thread list items read to ViewModel
2021-01-25 14:04:28 -03:00
Torsten Grote
766718e75c
Remove text cache as it is no longer needed
2021-01-25 14:04:28 -03:00
Torsten Grote
1c107a851b
Move thread list events, fields and notification handling into ViewModels
2021-01-25 14:04:26 -03:00
Torsten Grote
db53e79d1d
Remove ForumActivityTest which provided little value anyway
2021-01-25 14:04:17 -03:00
Torsten Grote
21e56284fb
Move adding new ThreadList items to ViewModel
2021-01-25 14:04:16 -03:00
Torsten Grote
d393b79ced
Submit thread list items to ListAdapter
2021-01-25 14:04:09 -03:00
Torsten Grote
6611d7c02e
Move removal of named groups into ViewModel
2021-01-25 14:00:43 -03:00
Torsten Grote
ab43dd4986
Create ThreadListViewModels and move loading of named groups there
2021-01-25 14:00:41 -03:00
Torsten Grote
36a9174781
Perform thread list core access within a single transaction
2021-01-25 14:00:15 -03:00
Torsten Grote
94dd75f24b
Use VectorDrawableCompat compatible ways of setting drawables programmatically
...
so they won't crash on API < 21
2021-01-25 13:34:27 -03:00
Torsten Grote
c93e5441b0
Store rasterized notification icons, because NotificationCompat doesn't handle it
...
and would crash on API < 21
2021-01-25 13:34:27 -03:00
Torsten Grote
8ec8cc927b
Use vector support libraries instead of rasterizing all drawables
...
https://developer.android.com/guide/topics/graphics/vector-drawable-resources#vector-drawables-backward-solution
2021-01-25 13:34:26 -03:00
akwizgran
4663e727eb
Merge branch '214-user-avatars' into 'master'
...
Merge user avatars feature branch
See merge request briar/briar!1334
2021-01-25 15:15:54 +00:00
akwizgran
e2acd19ffd
Trivial code cleanups.
2021-01-25 15:05:15 +00:00
akwizgran
0befa6a823
Use NullSafety.equals().
2021-01-25 15:05:15 +00:00
Torsten Grote
01083f47ea
Merge branch '1865-setupcontroller-to-viewmodel' into 'master'
...
Migrate SetupController to a ViewModel
See merge request briar/briar!1340
2021-01-25 14:03:32 +00:00
Daniel Lublin
a349bd146c
Migrate SetupController to a ViewModel
...
Solves #1865
2021-01-25 14:34:19 +01:00
Torsten Grote
4ffa9e191c
Merge branch '1912-specify-group-id-when-loading-attachment' into '214-user-avatars'
...
Ensure that attachment has expected group ID when loading
See merge request briar/briar!1347
2021-01-25 12:58:19 +00:00
akwizgran
e616fc3da7
Throw NoSuchMessageException if attachment is invalid.
2021-01-22 14:01:36 +00:00
akwizgran
aed5ac5bb4
Ensure that attachment has expected group ID when loading.
2021-01-22 13:35:06 +00:00
Sebastian Kürten
cae53a9fcc
Reorganize MediaModule and AttachmentModule
2021-01-21 10:13:29 -03:00
Sebastian Kürten
6660625ba6
Update avatar in contact list when changed while list is open
2021-01-21 10:13:29 -03:00
Sebastian Kürten
bf9ba13b68
Update app bar in ConversationActivity with received avatar
2021-01-21 09:33:56 -03:00
Sebastian Kürten
a52c97ecf7
Format touched xml layouts
2021-01-21 09:33:56 -03:00
Sebastian Kürten
a2174e7677
SettingsViewModel: use LiveEvent instead of LiveData
2021-01-21 09:33:55 -03:00
Sebastian Kürten
d3cf3d680e
Display error message toast when updating profile picture fails
2021-01-21 09:33:55 -03:00
Sebastian Kürten
cbb87aa00c
Move compression of image to IoExecutor
2021-01-21 09:33:55 -03:00
Sebastian Kürten
53d985161f
Remove layout_gravity without any effect
2021-01-21 09:33:54 -03:00
Sebastian Kürten
86002b0402
Move some findViewById() out of a lambda
2021-01-21 09:33:54 -03:00
Sebastian Kürten
f75e789493
Improve dialog for avatar confirmation
2021-01-21 09:33:54 -03:00
Sebastian Kürten
b22f302fdd
Statically import Level.WARNING
2021-01-21 09:33:53 -03:00
Sebastian Kürten
c4a42760c8
Use BriarDialogTheme for avatar confirmation
2021-01-21 09:33:53 -03:00
Sebastian Kürten
8d92f36522
Remove some useless tools:text
2021-01-21 09:33:53 -03:00
Sebastian Kürten
6c86873ea7
Reduce margin verbosity in SettingsActivity
2021-01-21 09:33:52 -03:00
Sebastian Kürten
4fa9d654b5
Eliminate NestedScrollView from SettingsActivity
2021-01-21 09:33:52 -03:00
Sebastian Kürten
3d303ccad5
Natural order of views in SettingsActivity
2021-01-21 09:33:52 -03:00
Sebastian Kürten
b0d99a9f33
Avoid staircase indent
2021-01-21 09:33:51 -03:00
Sebastian Kürten
1a5e789bec
Call loadOwnIdentityInfo() in SettingsViewModel's constructor
2021-01-21 09:33:51 -03:00
Sebastian Kürten
97040c6299
Remove a useless method call
2021-01-21 09:33:51 -03:00
Sebastian Kürten
301085c685
Move findViewById() out of callback
2021-01-21 09:33:50 -03:00
Sebastian Kürten
946c79d918
Be consequent with AlertDialog.Builder method usage
2021-01-21 09:33:50 -03:00
Sebastian Kürten
20418cfc7f
Rename inflater variable
2021-01-21 09:33:50 -03:00
Sebastian Kürten
7b09f0f98d
Rename a string
2021-01-21 09:33:49 -03:00
Sebastian Kürten
97a7c8824b
Replace usage of UnsupportedMimeTypeException from jsoup with own type
2021-01-21 09:33:49 -03:00
Sebastian Kürten
423684a14f
Reduce visibility of SettingsViewModel
2021-01-21 09:33:48 -03:00
Sebastian Kürten
09d91b522f
Fix a warning in SettingsActvitiy
2021-01-21 09:33:48 -03:00
Sebastian Kürten
64c0e9e9e4
Fix a few warnings in ConfirmAvatarDialogFragment
2021-01-21 09:33:48 -03:00
Sebastian Kürten
15021bffef
Inline getAttachmentFileIntent()
2021-01-21 09:33:48 -03:00
Sebastian Kürten
43c6ae4258
Implement UI for setting profile pictures
2021-01-21 09:33:47 -03:00
Sebastian Kürten
f819930570
Create ImageCompressor amd ImageCompressorImpl
...
* Methods from AttachmentCreationTask have been moved into them:
* compressImage()
* createBitmap()
* ImageCompressor is availabe via AttachmentModule
2021-01-21 09:33:47 -03:00
Torsten Grote
aa00ba7220
test avatars: get rid of the 1%
2021-01-21 09:33:47 -03:00
Torsten Grote
19db58ee19
Allow the user to configure the percentage of test contacts with avatars
2021-01-21 09:33:46 -03:00
Torsten Grote
05f4d63356
Create test avatars when creating test contacts
2021-01-21 09:33:46 -03:00
Torsten Grote
6e5af2d3d3
Create TestAvatarCreator for use in debug builds only
2021-01-21 09:33:46 -03:00
Torsten Grote
00bf1eac0a
Factor out MessageEncoder from AvatarManager
2021-01-21 09:33:45 -03:00
akwizgran
8a10f16861
Deliver test messages as though they arrived from contacts.
2021-01-21 09:33:45 -03:00
Torsten Grote
9bd7214d1d
Make AuthorManager volatile as it is accessed from DbThread
2021-01-21 09:33:45 -03:00
Torsten Grote
fce1247aa6
Add a shortcut for setting avatar with ContactItem
2021-01-21 09:33:44 -03:00
Torsten Grote
990f983ea9
Evict Glide memory cache in a low mem situation
2021-01-21 09:33:44 -03:00
Torsten Grote
6e57d7bb42
Show avatars for contacts outside AuthorView
2021-01-21 09:33:38 -03:00
Torsten Grote
1b0cb532de
Show Avatars in AuthorView
2021-01-21 09:20:03 -03:00
Torsten Grote
fe7121b4ec
Turn AttachmentReader into a proper class
...
and inject it where needed
2021-01-21 09:20:02 -03:00
Torsten Grote
5aa041f9e1
Add AuthorManager#getMyAuthorInfo() without transaction
...
and add test for it
2021-01-21 09:20:02 -03:00
Torsten Grote
6939d8d230
Upgrade glide to latest stable version
2021-01-21 09:20:02 -03:00
Torsten Grote
c3cea37641
Add AttachmentHeader to AuthorInfo
...
This way the UI can retrieve the author's avatar (if it exists).
2021-01-21 09:20:01 -03:00
Torsten Grote
d0d2e0ed82
Centralize attachment loading in AttachmentReader
...
This is needed so Glide can load attachments from the DB by using the same AttachmentHeader class.
2021-01-21 09:20:01 -03:00
Torsten Grote
cf8f5c989f
Move AuthorInfo from bramble to briar
2021-01-21 09:20:01 -03:00
Torsten Grote
8b45e01c42
Split up AvatarManagerImplTests
2021-01-21 09:20:00 -03:00
Torsten Grote
ec972e8a1d
Handle concurrent updates of our avatar
2021-01-21 09:20:00 -03:00
Torsten Grote
100791c3f3
Don't accept incoming messages in our own avatar group
2021-01-21 09:19:59 -03:00
Torsten Grote
83ac866cc1
Implement AvatarManager with unit and integration tests
2021-01-21 09:19:59 -03:00
Torsten Grote
ef9b22670d
Factor our attachment classes and constants
...
because they will be used by more than one client
2021-01-21 09:19:59 -03:00
Torsten Grote
186ac30f37
Use metadata constants in TransportPropertyValidator
2021-01-21 09:19:56 -03:00
Torsten Grote
5aa24414c6
Merge branch '1867-viewmodel-for-contactlistfragment' into 'master'
...
Introduce ViewModel for ContactListFragment
Closes #1867
See merge request briar/briar!1341
2021-01-18 13:12:43 +00:00
Sebastian Kürten
dd6d72ed30
Introduce ViewModel for ContactListFragment
2021-01-18 14:01:48 +01:00
akwizgran
4344be2ca0
Merge branch '1753-wake-lock' into 'master'
...
Only query for allowed packages in AndroidWakeLockManager
Closes #1753
See merge request briar/briar!1332
2021-01-12 11:21:19 +00:00
akwizgran
1e94af3ef3
Merge branch 'screenshots-api29' into 'master'
...
Fix screenshot instrumentation tests on API 29+
See merge request briar/briar!1333
2021-01-11 17:58:19 +00:00
Torsten Grote
cb69340749
Merge branch 'move-version-numbers-back-to-modules' into 'master'
...
Move version constants back into modules so F-Droid can find them
See merge request briar/briar!1338
2021-01-11 16:58:24 +00:00
akwizgran
f3d068414b
Move version constants back into modules so F-Droid can find them.
...
This reverts commit de9c6d44 , except that the version numbers have
increased in the meantime.
2021-01-11 16:46:41 +00:00
akwizgran
5fdc7e7cc4
Bump version numbers for 1.2.13 release.
2021-01-07 16:23:11 +00:00
akwizgran
7569d5ffb3
Update translations.
2021-01-07 16:21:59 +00:00
akwizgran
deca5d56cc
Merge branch '1885-malformed-links' into 'master'
...
Do not produce malformed links for adding contacts when on other locales such as Turkish
Closes #1885
See merge request briar/briar!1335
2021-01-07 15:07:55 +00:00
Torsten Grote
3d6b48bb34
Do not produce malformed links for adding contacts when on other locales
...
such as Turkish
2021-01-07 11:52:27 -03:00
akwizgran
0dc631b7a8
Merge branch '1869-forum-list-view-model' into 'master'
...
Introduce ViewModel for ForumListFragment
Closes #1869
See merge request briar/briar!1331
2021-01-07 14:45:47 +00:00
Torsten Grote
921e952b05
Rename ForumItem to ForumPostItem
2021-01-07 08:58:14 -03:00
Torsten Grote
3b02797639
Block forum post notifications while viewing forum list
2021-01-07 08:58:14 -03:00
Torsten Grote
e2e67edbbe
Introduce ForumListViewModel
2021-01-07 08:58:13 -03:00
Torsten Grote
a9cd40faeb
Add transactions to methods in ForumManager
2021-01-07 08:58:13 -03:00
Torsten Grote
dd3c19aba2
Fix screenshot instrumentation tests on API 29+
2021-01-05 14:40:25 -03:00
Torsten Grote
e8ede55422
Only query for allowed packages in AndroidWakeLockManager
2021-01-05 14:11:00 -03:00
akwizgran
04517e942e
Merge branch '1753-query-filter' into 'master'
...
Define manifest <queries> allowing us to make intent queries on API 30+
See merge request briar/briar!1323
2021-01-05 14:47:00 +00:00
akwizgran
9a25ad892d
Merge branch '1753-screen-filter' into 'master'
...
Prepare screen overlay warning for targeting API 30
See merge request briar/briar!1322
2021-01-05 14:31:10 +00:00
akwizgran
3457d8f9ab
Merge branch '1861-no-wifi-networks' into 'master'
...
Remove calls to WifiManager#getConfiguredNetworks()
Closes #1861
See merge request briar/briar!1330
2021-01-05 14:03:40 +00:00
Torsten Grote
5fb2624ffa
Remove calls to WifiManager#getConfiguredNetworks()
...
as these require fine location permission now and don't work when
location services are disabled.
2021-01-05 10:22:32 -03:00
akwizgran
ed9a7bec2c
Merge branch '1800-group-list-view-model' into 'master'
...
Using ListAdapter for PrivateGroupList
See merge request briar/briar!1327
2021-01-05 11:25:33 +00:00
Torsten Grote
ff70315d5c
Address small things found in code review
...
of group list view model migration.
2021-01-04 16:19:29 -03:00
Torsten Grote
f197243273
Block all group message notifications while viewing list of private groups
2021-01-04 15:56:37 -03:00
Torsten Grote
6409a3b179
Refactor handleDbException to handleException
2021-01-04 15:39:02 -03:00
Torsten Grote
f882e46b33
Make GroupItem immutable and introduce copy constructors
2021-01-04 15:22:31 -03:00
akwizgran
efa63c306a
Merge branch '1800-db-view-model' into 'master'
...
Introduce DbViewModel as replacement of DbController
See merge request briar/briar!1326
2021-01-04 14:00:42 +00:00
Torsten Grote
205b4f77b2
Add beginning of a ViewModel test
...
mostly to demonstrate how those could look like
2020-12-18 14:42:33 -03:00
Torsten Grote
015ecb1d99
Migrate GroupListController to a ViewModel
...
Use ListAdapter to calculate list diffs on a background thread
2020-12-17 17:40:24 -03:00
Torsten Grote
fd86b73626
Load list of private groups in a single DB transaction
2020-12-17 17:40:24 -03:00
Torsten Grote
9048392d4e
Add methods to DbViewModel for loading and updating lists of items
2020-12-17 17:40:23 -03:00
Torsten Grote
480aaaa35e
Introduce DbViewModel as replacement of DbController
2020-12-16 15:23:05 -03:00
Torsten Grote
002feb8e29
Merge branch '1720-add-up-button-to-feedback-activity' into 'master'
...
Add "up navigation" button to FeedbackActivity
See merge request briar/briar!1325
2020-12-16 16:52:34 +00:00
akwizgran
c6ba2b037a
Add "up navigation" button to FeedbackActivity.
2020-12-16 16:04:08 +00:00
Torsten Grote
98788c7c80
Define manifest <queries> allowing us to make intent queries on API 30+
2020-12-14 12:01:56 -03:00
Torsten Grote
e6f66ebc95
Screen overlay warning: remove ability to query and remember allowed apps for API 30+
...
as we can't query all installed apps anymore when targeting API 30
2020-12-14 10:53:12 -03:00
akwizgran
04485e58da
Merge branch '1720-no-acra' into 'master'
...
Remove ACRA and implement the few bits we need ourselves
Closes #1114 , #1720 , and #1793
See merge request briar/briar!1319
2020-12-14 13:34:11 +00:00
Torsten Grote
97118fd92b
Kill crash reporter process only with some delay
2020-12-14 09:14:42 -03:00
akwizgran
ac4fbf202f
Fix duplicate DeviceInfo key.
2020-12-11 16:40:55 +00:00
akwizgran
b81495eac1
Use JSON bools and numbers, use fixed format for dates, normalise JSON keys.
2020-12-11 16:30:29 +00:00
akwizgran
db90f75d2e
Remove unused string, remove periods from single-sentence toasts.
2020-12-11 16:29:29 +00:00
Torsten Grote
bed3abfd40
Address review feedback for ACRA replacement
2020-12-11 10:50:39 -03:00
Torsten Grote
0967f6c48e
Merge branch '1794-tell-tor-about-ipv6-only-networks' into 'master'
...
Tell Tor when we're on an IPv6-only network
Closes #1794
See merge request briar/briar!1320
2020-12-10 18:24:45 +00:00
Torsten Grote
f9a8fcb207
Move Android version from basic info to device info
...
because the basic info is always sent and we say there won't be data of the device in what we send.
2020-12-10 14:40:33 -03:00
Torsten Grote
eb3c2a3566
Remove ACRA and implement the few bits we need ourselves
2020-12-10 14:29:25 -03:00
Torsten Grote
8d735b3023
Merge branch 'tor-0.3.5.12' into 'master'
...
Upgrade Tor to 0.3.5.12
Closes #1849
See merge request briar/briar!1298
2020-11-16 14:42:30 +00:00
akwizgran
b24a0e4bc3
Upgrade Tor to 0.3.5.12.
2020-11-16 13:29:24 +00:00
akwizgran
07da91a6f5
Merge branch 'gradle-plugin-4.1' into 'master'
...
Upgrade Gradle plugin to 4.1.1
See merge request briar/briar!1296
2020-11-11 17:45:47 +00:00
akwizgran
e4e0e712dc
Update translations.
2020-11-11 16:59:08 +00:00
Torsten Grote
9294794448
Merge branch '1841-keep-dependency-injection-annotations' into 'master'
...
Keep dependency injection annotations at runtime
Closes #1841
See merge request briar/briar!1297
2020-11-11 16:54:44 +00:00
akwizgran
5a9958793d
Keep dependency injection annotations at runtime.
2020-11-11 16:43:16 +00:00
akwizgran
651d2ca377
Add comment to explain suppressed warning.
2020-11-11 14:22:20 +00:00
akwizgran
ecd64f08cd
Upgrade Gradle plugin to 4.1.1.
2020-11-11 12:33:36 +00:00
akwizgran
f3bffb6aa6
Fix some more lint errors.
2020-11-10 17:48:48 +00:00
akwizgran
33331dee3e
Fix some lint errors and warnings.
2020-11-10 17:30:53 +00:00
akwizgran
641525fa74
Upgrade Android and Kotlin dependencies, Gradle Witness.
2020-11-10 16:57:51 +00:00
akwizgran
4b82079e33
Upgrade Gradle plugin to 4.1.
2020-11-10 15:18:50 +00:00
akwizgran
caa55ffa14
Merge branch 'android-studio-4.1-update-run-configurations' into 'master'
...
Update run configurations for Android Studio 4.1
See merge request briar/briar!1295
2020-11-09 13:49:28 +00:00
akwizgran
47ae594921
Update run configurations for Android Studio 4.1.
2020-11-09 12:43:29 +00:00
akwizgran
a17b154024
Update translations.
2020-11-09 12:42:13 +00:00
akwizgran
02ee678bab
If using bridges, use meek if the network is IPv6-only.
2020-11-03 13:52:12 +00:00
akwizgran
f6bdbb1b80
Let Tor know if we're on an IPv6-only network.
2020-11-03 13:44:57 +00:00
Torsten Grote
64e1975cf1
Merge branch 'adaptive-icon' into 'master'
...
Add adaptive icon for API 26+ and Play Store icon
Closes #1456
See merge request briar/briar!1293
2020-11-03 11:55:12 +00:00
akwizgran
993502add0
Add adaptive icon for API 26+ and Play Store icon.
2020-11-03 11:35:53 +00:00
akwizgran
54893d2716
Bump version numbers for 1.2.12 release.
2020-11-02 14:51:34 +00:00
akwizgran
84657127b8
Update translations.
2020-11-02 14:50:06 +00:00
akwizgran
01a146ba71
Merge branch '1647-illegal-state' into 'master'
...
Fix IllegalStateException when creating image attachments
Closes #1647
See merge request briar/briar!1187
2020-10-30 16:17:20 +00:00
akwizgran
a30e5b672e
Merge branch '1592-image-placeholders' into 'master'
...
Show Attachment Placeholders
Closes #1592
See merge request briar/briar!1186
2020-10-30 15:54:25 +00:00
Torsten Grote
edb584dc3b
Merge branch 'add-contacts-via-bluetooth' into 'master'
...
Add contacts via Bluetooth if possible
See merge request briar/briar!1292
2020-10-29 16:54:05 +00:00
akwizgran
12a8907c8b
Ignore missing location permission on API < 23 where it's not needed.
2020-10-29 14:34:10 +00:00
akwizgran
e0f381a973
Try all transports in order of preference.
2020-10-29 11:48:10 +00:00
Torsten Grote
61d3d133e8
Merge branch '1147-only-alice-performs-discovery' into 'master'
...
Only Alice should perform Bluetooth discovery
See merge request briar/briar!1291
2020-10-28 11:11:34 +00:00
akwizgran
0caa522f07
Remove error message, return to intro fragment when retrying.
2020-10-27 17:37:22 +00:00
akwizgran
948212103c
Require Bluetooth permissions if device supports Bluetooth.
2020-10-27 16:24:34 +00:00
akwizgran
ce1a57c2b4
Prefer Bluetooth for adding contacts.
2020-10-27 16:24:33 +00:00
akwizgran
922a52bf83
Only Alice should perform Bluetooth discovery.
2020-10-27 16:21:30 +00:00
akwizgran
8cbb38ee68
Bump version numbers for 1.2.11 release.
2020-10-14 13:15:29 +01:00
akwizgran
1c4cf7d771
Update translations.
2020-10-14 13:14:05 +01:00
akwizgran
090a1bd84e
Merge branch '1781-change-alias' into 'master'
...
Add method to change contact alias to REST API
Closes #1781
See merge request briar/briar!1286
2020-10-14 11:47:10 +00:00
Nico Alt
44f6f5d416
Add method to change contact alias to REST API
...
Needed for https://code.briarproject.org/briar/briar-gtk/-/issues/14 and
https://code.briarproject.org/briar/python-briar-wrapper/-/issues/6 .
Fixes #1781
2020-10-13 23:33:26 +02:00
Torsten Grote
b88f012880
Merge branch 'make-crash-report-text-selectable' into 'master'
...
Make the text of crash reports selectable
See merge request briar/briar!1290
2020-10-13 16:23:49 +00:00
akwizgran
93f434e54b
Merge branch '1782-delete-all-messages' into 'master'
...
Add method to delete all private messages to REST API
Closes #1782
See merge request briar/briar!1287
2020-10-13 15:46:01 +00:00
akwizgran
92f4a3a404
Make the text of crash reports selectable.
...
This makes it possible for users to send device data by other means if
they can't connect to Tor to send a crash report.
2020-10-13 16:44:43 +01:00
Nico Alt
c017a813b0
Add output of DeletionResult to deleteAllMessages call
2020-10-08 15:03:49 +02:00
Nico Alt
6c6dbfd357
Add method to delete all private messages to REST API
...
Needed for https://code.briarproject.org/briar/briar-gtk/-/issues/11 .
Fixes #1782
2020-10-08 14:03:16 +02:00
akwizgran
1f246637e2
Merge branch 'kotlin-no-star-imports' into 'master'
...
Change Kotlin coding style to not do star imports
See merge request briar/briar!1289
2020-10-05 13:54:51 +00:00
Torsten Grote
1ac17cf859
[headless] Change coding style to not do star imports
2020-10-05 09:54:35 -03:00
akwizgran
0a3ff41feb
Merge branch '1780-mark-as-read' into 'master'
...
Add method to mark message as read to REST API
Closes #1780
See merge request briar/briar!1285
2020-10-05 11:38:33 +00:00
Nico Alt
9738dd2838
Add method to mark message as read to REST API
...
When exposing unread messages counters in
https://code.briarproject.org/briar/briar/-/merge_requests/1283 , I
noticed that they were never set to 0.
Fixes #1780
2020-10-03 23:23:54 +02:00
akwizgran
be0e21d39b
Merge branch '1507-extract-tor-binaries-to-lib-dir' into 'master'
...
Raise targetSdkVersion to 29, package Tor binaries as libraries
Closes #1507 and #1185
See merge request briar/briar!1279
2020-09-29 13:19:42 +00:00
Torsten Grote
6a2c2bed0f
Merge branch '1785-bluetooth-adapter-npe' into 'master'
...
Check whether Bluetooth adapter exists before trying to get address
Closes #1785
See merge request briar/briar!1288
2020-09-29 12:51:22 +00:00
akwizgran
de9c6d4447
Extract version constants into top-level build file.
2020-09-29 13:50:17 +01:00
akwizgran
37a2d9f990
Extract binaries even if older versions already exist.
2020-09-29 13:48:45 +01:00
akwizgran
0e1fb406b5
Extract library filenames into constants.
2020-09-29 13:48:45 +01:00
akwizgran
b72e8fa490
Package Tor binaries as libraries so we're allowed to execute them.
2020-09-29 13:48:45 +01:00
akwizgran
f3157e5276
Raise target SDK version to 29.
2020-09-29 13:48:43 +01:00
akwizgran
e2124ff3c9
Merge branch '1779-headless-messages-sent-acked' into 'master'
...
Expose message delivery state changes to websockets API
Closes #1779
See merge request briar/briar!1284
2020-09-29 12:46:41 +00:00
akwizgran
66cc9d25e7
Merge branch '1746-headless-unread-counter' into 'master'
...
Expose unread messages count in API's contacts list
Closes #1746
See merge request briar/briar!1283
2020-09-29 12:45:30 +00:00
akwizgran
e9cdec95e0
Check whether Bluetooth adapter exists before trying to get address.
2020-09-29 13:39:46 +01:00
Nico Alt
63d3a78dda
Expose message delivery state changes to websockets API
...
We already indicate whether a message was sent/acked, but we don't
inform about updates.
Needed for briar-gtk#69.
Fixes #1779
2020-09-25 22:39:40 +02:00
Nico Alt
ccbe6d4bb8
Expose unread messages count in API's contacts list
...
Fixes #1746
2020-09-25 17:46:55 +02:00
akwizgran
54b852db70
Bump version numbers for 1.2.10 release.
2020-09-25 13:42:28 +01:00
akwizgran
8d55ea3f6f
Update translations.
2020-09-25 13:41:31 +01:00
Torsten Grote
4e5f2e31df
Merge branch 'deterministic-briar-headless-jar' into 'master'
...
Make briar-headless.jar deterministic
See merge request briar/briar!1282
2020-09-17 20:25:12 +00:00
akwizgran
518c0370c8
Make briar-headless.jar deterministic.
2020-09-17 16:13:01 +01:00
akwizgran
7ef2fb5f0c
Update Dutch translation.
2020-09-17 14:55:11 +01:00
akwizgran
1210b27bd1
Update translations.
2020-09-17 14:48:10 +01:00
Torsten Grote
cdf1a4abcd
Merge branch 'update-feed-manager-integration-test-expectations' into 'master'
...
Update FeedManagerIntegrationTest expectations
See merge request briar/briar!1281
2020-09-10 15:05:39 +00:00
akwizgran
b18ef7e72d
Update FeedManagerIntegrationTest expectations.
...
The "Schneier on Security" RSS feed no longer has a description.
2020-09-10 15:56:26 +01:00
Torsten Grote
48d907dda5
Merge branch '185-transports-activity' into 'master'
...
Add connections screen with information about transports
Closes #185
See merge request briar/briar!1277
2020-09-04 12:27:52 +00:00
akwizgran
3e5b7f451a
Merge branch '1716-duplicate-unlock-screen' into 'master'
...
Don't show duplicate unlock screen on API 29+
Closes #1716
See merge request briar/briar!1280
2020-09-04 12:07:46 +00:00
akwizgran
95cccd1d15
Don't show duplicate unlock screen on API 29+.
2020-09-04 12:37:00 +01:00
Torsten Grote
0a33c77393
Merge branch 'cancel-rendezvous-polling' into 'master'
...
Only run the rendezvous polling task when we have pending contacts
See merge request briar/briar!1276
2020-09-01 11:53:16 +00:00
Torsten Grote
80caa7634a
Merge branch 'do-not-enable-or-disable-bluetooth-automatically' into 'master'
...
Don't enable or disable the Bluetooth adapter automatically
Closes #1348
See merge request briar/briar!1278
2020-08-14 17:17:22 +00:00
akwizgran
2a8778d3cc
Don't enable or disable the Bluetooth adapter automatically.
2020-08-14 16:18:02 +01:00
akwizgran
2cf146a104
Initialise Bluetooth state when view model is created.
2020-08-14 16:13:29 +01:00
akwizgran
a1e3c81bda
Remove unused drawable.
2020-08-14 15:45:34 +01:00
akwizgran
bbcb183c24
Use a single click target that covers all transport indicators.
2020-08-14 15:25:52 +01:00
akwizgran
7fcb3394ca
Add optional summary text to transport cards.
2020-08-14 15:25:51 +01:00
akwizgran
4310e4d1af
Add help button to transports activity.
2020-08-14 15:25:51 +01:00
akwizgran
82e85bdb39
Remove redundant separator.
2020-08-14 15:25:51 +01:00
akwizgran
5ba0728abc
Add onboarding for transports activity.
2020-08-14 15:25:51 +01:00
akwizgran
46bdb3589c
Use Briar card style (sets background colour for dark theme).
2020-08-14 15:25:51 +01:00
akwizgran
392bc0d339
Use resource for title of transports activity.
2020-08-14 15:25:51 +01:00
akwizgran
02cf6bfcaa
Use constants for default settings.
2020-08-14 15:25:51 +01:00
akwizgran
08a8a0b281
Show reason why Tor is disabled.
2020-08-14 15:25:51 +01:00
akwizgran
b189a38f62
Only show plugin status when it's relevant.
2020-08-14 15:25:50 +01:00
akwizgran
57b0641e5f
Update network status.
2020-08-14 15:25:50 +01:00
akwizgran
5b5d513316
Shorter explanations.
2020-08-14 15:25:50 +01:00
akwizgran
6684fb2e1b
Add settings button to toolbar.
2020-08-14 15:25:50 +01:00
akwizgran
73c6a29ede
Add transports activity.
2020-08-14 15:25:50 +01:00
akwizgran
a8fe0a01ac
Only run the rendezvous polling task when we have pending contacts.
2020-08-14 14:49:04 +01:00
Torsten Grote
cf8241e79c
Fix IllegalStateException in RecyclerView when backing out very quickly
...
after adding image attachments for preview before sending
2020-02-13 10:28:00 -03:00
Torsten Grote
61d3fe9055
[android] fix IllegalStateException when creating attachments
...
Injecting the non-singleton AttachmentCreator keeps an instance around
that gets re-used with a different ViewModel.
When backing out without sending or cancelling the attachments,
we don't reset the state which leads us into an illegal state.
2020-02-13 10:28:00 -03:00
Torsten Grote
bded1edb2b
[android] Use ordinary HashMap for to be received attachments
...
Also don't do list stacking from end for now.
2020-02-13 10:26:43 -03:00
akwizgran
4d27828712
Check for concurrent cache updates.
2020-02-13 10:26:43 -03:00
Torsten Grote
0f6f52c37a
[android] Listen to AttachmentReceivedEvents when ConversationActivity is stopped
...
This way Attachments get shown when the activity resumes.
2020-02-13 10:26:42 -03:00
Torsten Grote
c1cf6f61b9
[android] fix concurrency issues when attachments are received delayed
...
Do not observe attachment live data multiple times
and don't miss received attachments in ImageActivity resp. ImageViewModel.
2020-02-13 10:26:42 -03:00
Torsten Grote
7c22016b81
[android] attach some smaller image attachment issues
2020-02-13 10:26:42 -03:00
Torsten Grote
31f42d44af
[android] Refactor attachment loading to use LiveData
2020-02-13 10:26:42 -03:00
Torsten Grote
a1cf485ecc
[android] address first round of code review for attachment placeholders
2020-02-13 10:26:41 -03:00
Torsten Grote
b7d3cd7990
[android] support attachments arriving *before* the message containing them
2020-02-13 10:26:41 -03:00
Torsten Grote
4122e0852a
Show placeholders for missing attachments in ImageActivity
...
and display attachments as they arrive while ImageActivity is open.
2020-02-13 10:26:41 -03:00
Torsten Grote
41411b0e2e
Refactor attachment loading to support incremental display once loaded
2020-02-13 10:26:40 -03:00