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.
release-1.2.20
beta-1.2.20
alpha-1.2.20
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