Merge branch 'dev' into feature/android-gpb
# Conflicts: # CMakeLists.txt # client/android/src/org/amnezia/vpn/AmneziaActivity.kt
This commit is contained in:
commit
d7581f29ba
56 changed files with 541 additions and 286 deletions
|
|
@ -96,6 +96,7 @@ namespace amnezia
|
|||
|
||||
// import and install errors
|
||||
ImportInvalidConfigError = 900,
|
||||
ImportOpenConfigError = 901,
|
||||
|
||||
// Android errors
|
||||
AndroidError = 1000,
|
||||
|
|
@ -107,6 +108,7 @@ namespace amnezia
|
|||
ApiConfigTimeoutError = 1103,
|
||||
ApiConfigSslError = 1104,
|
||||
ApiMissingAgwPublicKey = 1105,
|
||||
ApiConfigDecryptionError = 1106,
|
||||
|
||||
// QFile errors
|
||||
OpenError = 1200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue