new: update to singboc 1.8.7
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -181,7 +181,18 @@ jobs:
|
||||
run: |
|
||||
tree
|
||||
.\scripts\package_windows.ps1
|
||||
|
||||
|
||||
- name: Code Sign
|
||||
if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
||||
uses: dlemstra/code-sign-action@v1
|
||||
with:
|
||||
certificate: '-----BEGIN CERTIFICATE-----\n${{ secrets.WINDOWS_SIGNING_KEY }}-----END CERTIFICATE-----\n'
|
||||
password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||
folder: 'out'
|
||||
recursive: true
|
||||
|
||||
description: 'Hiddify'
|
||||
|
||||
- name: Copy to out Android APK
|
||||
if: matrix.platform == 'android-apk'
|
||||
run: |
|
||||
|
||||
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@@ -5,6 +5,7 @@
|
||||
"github.vscode-github-actions",
|
||||
"golang.go",
|
||||
"redhat.vscode-yaml",
|
||||
"codeium.codeium"
|
||||
"codeium.codeium",
|
||||
"kangping.protobuf"
|
||||
]
|
||||
}
|
||||
@@ -247,7 +247,7 @@ class BoxService(
|
||||
@RequiresApi(Build.VERSION_CODES.M)
|
||||
private fun serviceUpdateIdleMode() {
|
||||
if (Application.powerManager.isDeviceIdleMode) {
|
||||
boxService?.sleep()
|
||||
boxService?.pause()
|
||||
} else {
|
||||
boxService?.wake()
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ open class ExtensionProvider: NEPacketTunnelProvider {
|
||||
|
||||
override open func sleep() async {
|
||||
if let boxService {
|
||||
boxService.sleep()
|
||||
boxService.pause()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
2
libcore
2
libcore
Submodule libcore updated: 168fc3dbe3...3793b614db
Reference in New Issue
Block a user