Trigger Circle to Search on any Android 9–16 device
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: upgrade to xposed api 101 | 4 个月前 | |
chore: bump targetSDK to 36 | 4 个月前 | |
chore(deps): bump the dependencies group across 1 directory with 12 updates (#156) * chore(deps): bump the dependencies group across 1 directory with 12 updates Bumps the dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `8.14.1` | `9.4.1` | | [io.github.libxposed:api](https://github.com/libxposed/api) | `100` | `101.0.1` | | [io.github.libxposed:service](https://github.com/libxposed/service) | `100-1.0.0` | `101.0.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.4` | `2.10.0` | | androidx.activity:activity-compose | `1.11.0` | `1.13.0` | | androidx.compose:compose-bom | `2025.09.00` | `2026.03.01` | | androidx.compose.animation:animation-core-android | `1.9.1` | `1.10.6` | | androidx.compose.animation:animation-android | `1.9.1` | `1.10.6` | | com.android.application | `8.13.0` | `9.1.0` | | com.android.library | `8.13.0` | `9.1.0` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | Updates `gradle-wrapper` from 8.14.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v8.14.1...v9.4.1) Updates `io.github.libxposed:api` from 100 to 101.0.1 - [Release notes](https://github.com/libxposed/api/releases) - [Commits](https://github.com/libxposed/api/commits/101.0.1) Updates `io.github.libxposed:service` from 100-1.0.0 to 101.0.0 - [Release notes](https://github.com/libxposed/service/releases) - [Commits](https://github.com/libxposed/service/commits/101.0.0) Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-compose` from 1.11.0 to 1.13.0 Updates `androidx.compose:compose-bom` from 2025.09.00 to 2026.03.01 Updates `androidx.compose.animation:animation-core-android` from 1.9.1 to 1.10.6 Updates `androidx.compose.animation:animation-android` from 1.9.1 to 1.10.6 Updates `com.android.application` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:api dependency-version: 101.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:service dependency-version: 101.0.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose:compose-bom dependency-version: 2026.03.01 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-core-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * feat: adapt for agp 9 * fix: compile error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Parallelc <realparallelc@gmail.com> | 4 个月前 | |
first commit | 1 年前 | |
first commit | 1 年前 | |
chore: bump targetSDK to 36 | 4 个月前 | |
chore: bump targetSDK to 36 | 4 个月前 | |
chore: bump targetSDK to 36 | 4 个月前 | |
chore: bump targetSDK to 36 | 4 个月前 | |
chore: bump targetSDK to 36 | 4 个月前 | |
feat: settings | 1 年前 | |
feat: add Crowdin configuration file | 11 个月前 | |
feat: build ci | 1 年前 | |
chore(deps): bump the dependencies group across 1 directory with 12 updates (#156) * chore(deps): bump the dependencies group across 1 directory with 12 updates Bumps the dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `8.14.1` | `9.4.1` | | [io.github.libxposed:api](https://github.com/libxposed/api) | `100` | `101.0.1` | | [io.github.libxposed:service](https://github.com/libxposed/service) | `100-1.0.0` | `101.0.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.4` | `2.10.0` | | androidx.activity:activity-compose | `1.11.0` | `1.13.0` | | androidx.compose:compose-bom | `2025.09.00` | `2026.03.01` | | androidx.compose.animation:animation-core-android | `1.9.1` | `1.10.6` | | androidx.compose.animation:animation-android | `1.9.1` | `1.10.6` | | com.android.application | `8.13.0` | `9.1.0` | | com.android.library | `8.13.0` | `9.1.0` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | Updates `gradle-wrapper` from 8.14.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v8.14.1...v9.4.1) Updates `io.github.libxposed:api` from 100 to 101.0.1 - [Release notes](https://github.com/libxposed/api/releases) - [Commits](https://github.com/libxposed/api/commits/101.0.1) Updates `io.github.libxposed:service` from 100-1.0.0 to 101.0.0 - [Release notes](https://github.com/libxposed/service/releases) - [Commits](https://github.com/libxposed/service/commits/101.0.0) Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-compose` from 1.11.0 to 1.13.0 Updates `androidx.compose:compose-bom` from 2025.09.00 to 2026.03.01 Updates `androidx.compose.animation:animation-core-android` from 1.9.1 to 1.10.6 Updates `androidx.compose.animation:animation-android` from 1.9.1 to 1.10.6 Updates `com.android.application` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:api dependency-version: 101.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:service dependency-version: 101.0.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose:compose-bom dependency-version: 2026.03.01 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-core-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * feat: adapt for agp 9 * fix: compile error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Parallelc <realparallelc@gmail.com> | 4 个月前 | |
chore(deps): bump the dependencies group across 1 directory with 12 updates (#156) * chore(deps): bump the dependencies group across 1 directory with 12 updates Bumps the dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `8.14.1` | `9.4.1` | | [io.github.libxposed:api](https://github.com/libxposed/api) | `100` | `101.0.1` | | [io.github.libxposed:service](https://github.com/libxposed/service) | `100-1.0.0` | `101.0.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.4` | `2.10.0` | | androidx.activity:activity-compose | `1.11.0` | `1.13.0` | | androidx.compose:compose-bom | `2025.09.00` | `2026.03.01` | | androidx.compose.animation:animation-core-android | `1.9.1` | `1.10.6` | | androidx.compose.animation:animation-android | `1.9.1` | `1.10.6` | | com.android.application | `8.13.0` | `9.1.0` | | com.android.library | `8.13.0` | `9.1.0` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | Updates `gradle-wrapper` from 8.14.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v8.14.1...v9.4.1) Updates `io.github.libxposed:api` from 100 to 101.0.1 - [Release notes](https://github.com/libxposed/api/releases) - [Commits](https://github.com/libxposed/api/commits/101.0.1) Updates `io.github.libxposed:service` from 100-1.0.0 to 101.0.0 - [Release notes](https://github.com/libxposed/service/releases) - [Commits](https://github.com/libxposed/service/commits/101.0.0) Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-compose` from 1.11.0 to 1.13.0 Updates `androidx.compose:compose-bom` from 2025.09.00 to 2026.03.01 Updates `androidx.compose.animation:animation-core-android` from 1.9.1 to 1.10.6 Updates `androidx.compose.animation:animation-android` from 1.9.1 to 1.10.6 Updates `com.android.application` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:api dependency-version: 101.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:service dependency-version: 101.0.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose:compose-bom dependency-version: 2026.03.01 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-core-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * feat: adapt for agp 9 * fix: compile error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Parallelc <realparallelc@gmail.com> | 4 个月前 | |
chore(deps): bump the dependencies group across 1 directory with 12 updates (#156) * chore(deps): bump the dependencies group across 1 directory with 12 updates Bumps the dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `8.14.1` | `9.4.1` | | [io.github.libxposed:api](https://github.com/libxposed/api) | `100` | `101.0.1` | | [io.github.libxposed:service](https://github.com/libxposed/service) | `100-1.0.0` | `101.0.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.4` | `2.10.0` | | androidx.activity:activity-compose | `1.11.0` | `1.13.0` | | androidx.compose:compose-bom | `2025.09.00` | `2026.03.01` | | androidx.compose.animation:animation-core-android | `1.9.1` | `1.10.6` | | androidx.compose.animation:animation-android | `1.9.1` | `1.10.6` | | com.android.application | `8.13.0` | `9.1.0` | | com.android.library | `8.13.0` | `9.1.0` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.3.20` | Updates `gradle-wrapper` from 8.14.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v8.14.1...v9.4.1) Updates `io.github.libxposed:api` from 100 to 101.0.1 - [Release notes](https://github.com/libxposed/api/releases) - [Commits](https://github.com/libxposed/api/commits/101.0.1) Updates `io.github.libxposed:service` from 100-1.0.0 to 101.0.0 - [Release notes](https://github.com/libxposed/service/releases) - [Commits](https://github.com/libxposed/service/commits/101.0.0) Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-compose` from 1.11.0 to 1.13.0 Updates `androidx.compose:compose-bom` from 2025.09.00 to 2026.03.01 Updates `androidx.compose.animation:animation-core-android` from 1.9.1 to 1.10.6 Updates `androidx.compose.animation:animation-android` from 1.9.1 to 1.10.6 Updates `com.android.application` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `com.android.library` from 8.13.0 to 9.1.0 Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.3.20) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:api dependency-version: 101.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.github.libxposed:service dependency-version: 101.0.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose:compose-bom dependency-version: 2026.03.01 dependency-type: direct:production dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-core-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: androidx.compose.animation:animation-android dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * feat: adapt for agp 9 * fix: compile error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Parallelc <realparallelc@gmail.com> | 4 个月前 |
MiCTS
简体中文 | English | Русский | Türkçe | فارسی
在任意Android 9–16设备上触发圈定即搜(Circle to Search)功能
本应用只负责触发圈定即搜,无法处理触发成功后可能出现的问题
使用方法
-
安装最新版Google应用,开启自启动,关闭后台限制,将默认助理应用设置为Google
-
安装并打开MiCTS
-
设置触发方式
设置
进入设置的方式
- 长按MiCTS应用图标,出现设置选项,点击进入
- 从LSPosed模块页面,点击MiCTS,再点击设置图标进入
- 长按快速设置面板的磁贴进入
应用设置
- 默认触发延迟:通过打开MiCTS触发的延迟
- 磁贴触发延迟:通过点击快速设置面板的磁贴触发的延迟
模块设置
需要在LSPosed里激活模块
-
系统触发服务:触发所使用的系统服务,只会显示当前支持的选项,依赖作用域选择系统框架
- VIS:支持Android 9–16,需要将默认助理应用设置为Google,触发时一些设备的屏幕边缘会闪,没有激活模块的情况下只能使用此服务
- CSHelper:支持Android 14 QPR3及以上,不需要设置默认助理应用,触发时屏幕边缘不会闪
- CSService:支持Android 15及以上,圈定即搜专用的服务,效果同CSHelper
-
长按小白条触发:仅支持小米设备,依赖作用域选择系统桌面
-
长按Home键触发:仅支持小米设备,依赖作用域选择系统框架
-
Google机型伪装:依赖作用域选择Google
- 制造商:修改Google读取到的ro.product.manufacturer
- 品牌:修改Google读取到的ro.product.brand
- 型号:修改Google读取到的ro.product.model
- 设备:修改Google读取到的ro.product.device
常见问题
提示“触发失败!”
大概率是没有将Google设为默认助理,检查一下
触发出来是Google助理,不是圈定即搜
Google不是最新版,更新一下
有时无法成功触发,手动打开Google后才会出现刚才圈定即搜的界面
原因应该是墓碑机制导致的,看看手机有没有相关的设置可以把Google加到白名单里,比如电池优化选择无限制等,在模块设置里系统触发服务使用CSHelper应该没有这个问题
贡献翻译
你可以通过Crowdin贡献翻译
如果你需要贡献一个新的语言,请先提交一个issue