Skip to content

Enhance receipt scanning with blur effect and dedicated result screen - #3

Merged
MarJose123 merged 5 commits into
mainfrom
feat/receipt-scan-blur
Jul 31, 2026
Merged

Enhance receipt scanning with blur effect and dedicated result screen#3
MarJose123 merged 5 commits into
mainfrom
feat/receipt-scan-blur

Conversation

@MarJose123

Copy link
Copy Markdown
Owner

No description provided.

Replace the translucent scrim strips with expo-blur BlurView strips so
everything outside the dashed scan box is frosted, keeping the user's
focus on the frame center. Geometry is shared between the blur hole and
the frame via a single computed rect.
- Replace app.json with typed app.config.ts (APP_VARIANT-driven name/package)
- Restore legacy androidBuildNumber key type-safely for the release workflow
- Update release workflow to bump version/build in app.config.ts (was app.json)
- Fix react-hooks purity/immutability lint errors in transactions.tsx
- Drop unused catch binding in updateService.ts
Replace the overlay card on the camera viewport with a full-screen
ReceiptScanResult component when OCR finishes. The CameraView unmounts
while the result is shown, and retake returns to the camera.
- Add workflow_dispatch with an optional version input (falls back to
  the version in app.config.ts) and allow re-releasing existing tags
- Resolve build number from androidBuildNumber in app.config.ts
  (default 0, increment by 1, override or insert the key)
- Update the version value in app.config.ts from the release tag,
  stripped to a clean semver (e.g. 1.2.3-beta.1 -> 1.2.3)
- Wire the resolved tag through previous-tag, release notes and release
  creation; add contents: write permission
@MarJose123
MarJose123 merged commit a74244a into main Jul 31, 2026
1 check passed
@MarJose123
MarJose123 deleted the feat/receipt-scan-blur branch July 31, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant