Torsten Grote
d646635b1f
Move hotspot help ActivityResultLauncher into method
2021-07-14 14:03:57 +02:00
Torsten Grote
a534ec2b50
Adapt hotspot buttons to latest design and add a nullability annotation
2021-07-14 14:03:56 +02:00
Torsten Grote
a23de6172f
Make HotspotHelpFragment headlines bold
2021-07-14 14:03:56 +02:00
Torsten Grote
ff2dd33435
Handle returned Uri being null
2021-07-14 14:03:54 +02:00
Torsten Grote
d5d0a03638
Save the APK as a hotspot fallback
2021-07-14 14:03:50 +02:00
Torsten Grote
aabba3a6c8
Add missing hotspot nullability annotations
2021-07-14 13:53:20 +02:00
Torsten Grote
673f530c14
Move savedNetworkConfig into HotspotManager and use constructor injection
2021-07-14 13:53:20 +02:00
Torsten Grote
36a1478661
Make hotspot SSID and passphrase persistent
2021-07-14 13:53:19 +02:00
Torsten Grote
ab6b83d4fa
Show a snackbar when a peer connected to the hotspot
2021-07-14 13:53:17 +02:00
Torsten Grote
a6c33d300c
Don't start hotspot while running and use proper ErrorFragment
2021-07-14 13:53:16 +02:00
Torsten Grote
28d87dd153
Port code from Offline hotspot test app
2021-07-14 13:53:12 +02:00
Torsten Grote
16b79e0482
Fix hotspot notification on old APIs
2021-07-14 13:53:03 +02:00
Torsten Grote
3eee144c6c
Rename tab fragments
...
and remove redundant NonNull annotations
2021-07-14 13:52:58 +02:00
Torsten Grote
1b7007d4ef
Show notification while hotspot is active
2021-07-14 13:52:42 +02:00
Torsten Grote
19a5c2f79f
Add hotspot troubleshooting info
2021-07-14 13:39:11 +02:00
Torsten Grote
8c163d8f10
Add offline sharing entry point to Settings/Actions
2021-07-14 13:39:10 +02:00
Torsten Grote
c3cd32b12c
Let info screens scroll in case of insufficient space
2021-07-14 13:39:09 +02:00
Torsten Grote
7c8aa5bc21
Implement info screens for offline app sharing
2021-07-14 13:39:05 +02:00
Torsten Grote
54b239f45e
Implement intro screen for offline app sharing
2021-07-14 13:38:41 +02:00
Torsten Grote
97bd977108
Merge branch '1802-sync-via-removable-storage' into 'master'
...
Transfer data securely via removable storage
See merge request briar/briar!1511
2021-07-14 11:23:50 +00:00
Torsten Grote
0a79cc882a
Handle the don't keep activities option when using transfer data feature
2021-07-13 10:30:13 +02:00
Torsten Grote
07afb955f7
Remove guidelines for percent based laout width
2021-07-13 10:30:10 +02:00
Torsten Grote
765dbcc111
Check if the chosen contact supports removable drive transport
...
and show message if not
2021-07-13 10:30:09 +02:00
Torsten Grote
ccb4f88b89
Combine transfer data graphics to reduce layout complexity
...
and make scaling work better on smaller screens
2021-07-13 10:30:09 +02:00
Torsten Grote
eee9e1a488
Address review feedback for Transfer Data UI
2021-07-13 10:30:08 +02:00
Torsten Grote
f832f663c9
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-13 10:30:07 +02:00
Torsten Grote
032f56ad67
Try to force file chooser to show internal/external storage by default
2021-07-13 10:30:07 +02:00
Torsten Grote
3f2ac528c1
Calculate percentages for send progress bar
2021-07-13 10:30:06 +02:00
Torsten Grote
d174757ef0
Remove manual initial state and oldTask state argument
...
The latter is now handled via a LiveEvent
2021-07-13 10:30:06 +02:00
Torsten Grote
f457a5e831
Hide Transfer Data feature behind feature flag
2021-07-13 10:30:06 +02:00
Torsten Grote
ab2fe58d2f
Check if there is data to send and show a message if not
2021-07-13 10:30:05 +02:00
Torsten Grote
fe1c384aeb
Always inform new observers about current state
2021-07-13 10:30:05 +02:00
Torsten Grote
4c327e9874
Re-organize conversations overflow menu
2021-07-13 10:30:04 +02:00
Torsten Grote
928b951c25
Transfer Data UI
2021-07-13 10:30:04 +02:00
Torsten Grote
9668f62c6a
Remove FIXME in test since we won't fix it this way
2021-07-13 10:30:02 +02:00
Torsten Grote
dc3ba3d8f0
Also test that messages arrive and activate keys
2021-07-13 10:30:01 +02:00
Torsten Grote
3f6f970d36
Add two more tests to TransportKeyAgreementIntegrationTest
2021-07-13 10:30:01 +02:00
Torsten Grote
768356d8e2
Ensure that private key is not stored anymore
2021-07-13 10:30:00 +02:00
Torsten Grote
65110090de
Add first integration test for TransportKeyAgreementManager
2021-07-13 10:29:59 +02:00
Torsten Grote
f5cab63052
Add first integration test for TransportKeyAgreementManager
2021-07-13 10:29:56 +02:00
Torsten Grote
399d8adb3b
Refactor base of BriarIntegrationTest into BrambleIntegrationTest
2021-07-13 10:27:17 +02:00
Torsten Grote
b40055686b
Put FeatureFlags for tests into a TestFeatureFlagModule
2021-07-13 10:26:27 +02:00
Torsten Grote
80749fec09
Add TransportKeyAgreementValidatorTest
2021-07-13 10:26:25 +02: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
Torsten Grote
cf987427e0
Migrate to ViewPager2 to fix weird ViewPager crash
2021-06-16 12:44:04 -03:00
Torsten Grote
61f660ca1d
Upgrade libraries before 1.3 release
2021-06-16 10:40:30 -03:00
Torsten Grote
b657c7f347
Ignore NoSuchGroupException when storing MessageId of thread position for removed group
2021-06-10 15:45:31 -03: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
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
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
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
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
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
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
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
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
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
Torsten Grote
0fed1681ed
Google play listing now available in:
...
* Persian
* Galician
* Lithuanian
* Turkish
* Chinese (Simplified)
2021-04-23 10:22:27 -03: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
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
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
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
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
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
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
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
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
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
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
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