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