APK: taxonomy review fixes (878a1dc)
Pre-release
Pre-release
Release build (JS bundle embedded, standalone install — no Metro needed) of PR #7 (sidinsearch#7) with three review fixes on top of 5975a02:
- Delta-sync pagination safety: hard page cap + non-advancing-cursor detection, so it can't spin forever if the backend doesn't implement
offsetyet (this PR is Android-only, no backend change). - Dedupe redundant /taxonomy HTTP calls at bootstrap: loadCategories() and loadPosts() previously each fetched independently in parallel; now share one in-flight fetch.
- Tighten TaxonomyPayload type consistency (precedence/guidance optionality) in api.ts.
TypeScript passes. Verified the embedded JS bundle regenerated from the updated source (fresh Hermes bytecode timestamped to this build, not a stale cached copy).