Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5628cbee3a | ||
|
|
3dd663d927 | ||
|
|
9e49a2dbd9 | ||
|
|
39af5fdb86 |
@@ -13,7 +13,7 @@ type Status struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func CheckVersion() int {
|
func CheckVersion() int {
|
||||||
return 21
|
return 22
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *Status) GetDataDir() string {
|
func (v *Status) GetDataDir() string {
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ package Escort
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"time"
|
|
||||||
|
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -318,7 +318,7 @@ object AngConfigManager {
|
|||||||
result = Utils.decode(result)
|
result = Utils.decode(result)
|
||||||
}
|
}
|
||||||
|
|
||||||
val legacyPattern = "^(.+?):(.*)@(.+?):(\\d+?)$".toRegex()
|
val legacyPattern = "^(.+?):(.*)@(.+?):(\\d+?)/?$".toRegex()
|
||||||
val match = legacyPattern.matchEntire(result)
|
val match = legacyPattern.matchEntire(result)
|
||||||
if (match == null) {
|
if (match == null) {
|
||||||
return R.string.toast_incorrect_protocol
|
return R.string.toast_incorrect_protocol
|
||||||
|
|||||||
Reference in New Issue
Block a user