Torsten Grote
e2faf08c9d
WIP: Fix AssertionError when receiving images
2021-05-31 11:24:46 -03: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
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
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
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
Torsten Grote
0dcf510466
Show bomb icon for messages with auto-destruct timer
2021-04-13 08:45:56 -03:00
Torsten Grote
6ee57315dd
Prevent NPE when onQrCodeDecoded() is called after we stop to listen
2021-04-12 10:06:48 -03: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
Torsten Grote
0ee4ade404
One more round of addressing AddNearbyContact review feedback
2021-04-07 16:18:18 -03: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
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
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