readest/apps/readest-app/src-tauri
Huang Xin 21ebf10489
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (rust) (push) Waiting to run
Publish Docker image / build (linux/amd64, ubuntu-latest) (push) Waiting to run
Publish Docker image / build (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Publish Docker image / merge (push) Blocked by required conditions
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
PR checks / build_tauri_app (push) Waiting to run
PR checks / rust_lint (push) Waiting to run
PR checks / build_web_app (push) Waiting to run
PR checks / test_web_app (1) (push) Waiting to run
PR checks / test_web_app (2) (push) Waiting to run
PR checks / test_extensions (push) Waiting to run
fix(android): remove Android Auto opt-in from manifest to unblock Play review (#5038)
Google Play rejected the latest release in Android Auto review because
the Auto TTS integration still has a bug. Remove the
com.google.android.gms.car.application meta-data, which is the sole
signal Play uses to detect Android Auto support, so the release can be
resubmitted through normal review.

The MediaBrowserService intent-filter and MediaButtonReceiver stay as
they power the phone lock-screen and background TTS media session and
do not trigger Auto detection. The automotive_app_desc.xml resource is
kept so re-enabling the feature after the bug fix is a one-line revert.

The Android Auto declarations test now asserts the car meta-data is
withheld until the bug is fixed, while still checking the descriptor
and MediaBrowserService remain in place.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 17:50:20 +02:00
..
capabilities feat(sentry): add crash reporting for Android, iOS, desktop, and web (#4914) 2026-07-03 17:26:26 +02:00
capabilities-extra perf(import+open): native Rust EPUB/MOBI parser, OPF prefetch, parallel TOC enrichment (#4369) 2026-06-10 16:58:25 +02:00
gen fix(android): remove Android Auto opt-in from manifest to unblock Play review (#5038) 2026-07-09 17:50:20 +02:00
icons feat(android): add monochrome themed launcher icon (#4733) (#4736) 2026-06-22 18:44:57 +02:00
nsis doc: update toubleshooting and features list, closes #3224 (#3232) 2026-02-09 08:36:16 +01:00
plugins fix(android): background TTS media controls + lock-screen scrubber/seek + Edge click fix (#4994) 2026-07-07 13:35:53 +02:00
src fix(sentry): repair open-with crash-reporter arg and drop benign noise (#5014) 2026-07-08 19:54:32 +02:00
.gitignore Rename digest to readest 2024-10-12 19:51:09 +02:00
build.rs fix: Sentry production hardening (release/OS tags, unhandled-rejection & render-loop guards) (#4929) 2026-07-05 08:50:36 +09:00
Cargo.toml feat(sentry): add crash reporting for Android, iOS, desktop, and web (#4914) 2026-07-03 17:26:26 +02:00
Info-ios.plist feat(sync): Google Drive sign-in on Android + iOS (mobile OAuth) (#4823) 2026-06-27 16:59:55 +02:00
Info.plist feat(applock): biometric unlock (fingerprint / Face ID) at startup on mobile (#4650) 2026-06-18 18:39:03 +02:00
tauri.conf.json feat(sync): Google Drive cloud sync + premium Third-party Cloud Sync section (desktop) (#4821) 2026-06-27 10:28:08 +02:00
tauri.windows.conf.json fix(extensions): add missing tauri conf for windows build (#2563) 2025-11-28 05:56:45 +01:00