summaryrefslogtreecommitdiffhomepage
path: root/android/docs/diagrams/nav_graph.puml
blob: 5916a3cf76f16c51f82c000b78205550e6fa121b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@startuml
[*] --> splash
splash --> privacy_policy
splash --> login
splash --> connect
splash --> revoked

revoked --> login
privacy_policy --> login

login --> welcome
login --> too_many_devices
login --> settings
login --> connect

too_many_devices --> login

welcome --> connect

connect --> revoked
connect --> settings
connect --> account
connect --> switch_location

switch_location --> search
switch_location --> filter
switch_location --> edit_custom_lists

settings --> vpn_settings
settings --> api_access
settings --> split_tunneling
settings --> report_problem
settings --> daita
settings --> multihop
settings --> app_info

report_problem --> view_logs

@enduml