Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
48ca19f
feat(runtime): add fire os and vega support
hyochan May 24, 2026
5ebe5f2
fix(runtime): address vega review feedback
hyochan May 24, 2026
f85e0b5
fix(runtime): address amazon review feedback
hyochan May 24, 2026
38e4755
fix(vega): address remaining review feedback
hyochan May 24, 2026
0e65663
fix(runtime): address latest review feedback
hyochan May 24, 2026
bd30736
fix(amazon): correct fire os purchase mapping
hyochan May 24, 2026
75660a1
fix(amazon): harden fire os purchase flow
hyochan May 24, 2026
ea558e2
fix(amazon): parallelize fire os product fetch
hyochan May 24, 2026
34f1682
fix(runtime): handle review edge cases
hyochan May 24, 2026
f3bce1c
fix(amazon): parse localized prices first
hyochan May 24, 2026
08e86fe
fix(runtime): address review followups
hyochan May 25, 2026
331865d
fix(runtime): complete vega rn adapter
hyochan May 25, 2026
5df3742
fix(amazon): emit vega restore updates
hyochan May 25, 2026
602d4fc
fix(amazon): guard fire os request ids
hyochan May 25, 2026
a29b065
fix(amazon): address vega review followups
hyochan May 25, 2026
0c3093b
fix(amazon): chunk vega product lookups
hyochan May 25, 2026
b2d905f
fix(iapkit): complete provider bridge parity
hyochan May 25, 2026
08f355d
fix(amazon): guard nullable product caches
hyochan May 25, 2026
5ef365f
fix(runtime): guard verification edge cases
hyochan May 25, 2026
bf07e71
fix(iapkit): restore cross-store verification
hyochan May 25, 2026
2863582
fix(plugins): normalize android permissions
hyochan May 25, 2026
fcc3a49
fix(review): address android review feedback
hyochan May 25, 2026
c1b6439
fix(rn): require real openiap dependency line
hyochan May 25, 2026
0ff7eca
fix(review): localize single-use helpers
hyochan May 25, 2026
9cf5a06
fix(review): align sanitizer keys
hyochan May 25, 2026
9581f65
fix(review): address rebase review feedback
hyochan May 25, 2026
f82c872
fix(review): clarify amazon pagination loop
hyochan May 25, 2026
a51fb4e
fix(review): avoid sanitizer key reallocations
hyochan May 25, 2026
92017c4
feat(examples): add store walkthrough videos
hyochan May 28, 2026
5317fb0
fix(review): address vega subscription review
hyochan May 28, 2026
86e2144
fix(review): address amazon callback review
hyochan May 28, 2026
f70f2ac
fix(review): refine native log redaction
hyochan May 28, 2026
f67629a
fix(review): use locale-safe lowercase
hyochan May 28, 2026
ec8471b
fix(review): address follow-up review
hyochan May 28, 2026
baf9151
fix(review): convert example posters to webp
hyochan May 28, 2026
eb66ba5
fix(review): preserve broad secret redaction
hyochan May 28, 2026
363515b
fix(review): qualify locale root usage
hyochan May 28, 2026
c437d3f
fix(kit): format api docs after rebase
hyochan Jun 4, 2026
813d971
docs(workflow): require pr previews
hyochan Jun 4, 2026
49cdc8f
Revert "docs(workflow): require pr previews"
hyochan Jun 4, 2026
7bfdb8f
docs(amazon): add sponsorship announcement
hyochan Jun 8, 2026
a2af01d
feat(expo-iap): add vega project setup
hyochan Jun 9, 2026
0ec86ab
docs(vega): clarify react native support
hyochan Jun 9, 2026
a7c1fcf
feat(amazon): add fire os and vega support
hyochan Jun 10, 2026
941957a
fix(amazon): address review feedback
hyochan Jun 10, 2026
7e5e99f
fix(vega): harden null response handling
hyochan Jun 10, 2026
cb03fd0
fix(vega): isolate runtime dependencies
hyochan Jun 11, 2026
c3fa895
chore(workflows): add device e2e regression runbook
hyochan Jun 11, 2026
df0a65b
test(e2e): expand OpenIAP device regression matrix
hyochan Jun 11, 2026
2f74bd7
fix(rn): restore packed source export
hyochan Jun 11, 2026
b60a706
fix(examples): stabilize build-only regression paths
hyochan Jun 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .claude/commands/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Complete workflow: branch → commit → push → PR
If the staged changes only touch internal agent/workflow files, do not push or
create a PR unless the user explicitly asked to publish, PR, or merge them.
Internal workflow files include `.claude/commands/`, `.codex/skills/`,
`AGENTS.md`, `CLAUDE.md`, and agent automation notes.
`AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, and agent automation notes.

For those internal-only changes, prefer a local commit or local working-tree
change and report the files changed. If the user explicitly asks to open or
Expand Down
Loading
Loading