Feature/google store#102
Conversation
…any comics and pages were read.
…o translated all the texts.
There was a problem hiding this comment.
Code Review
This pull request introduces trial limitations and a personal reading statistics dashboard for StripWolf, including a new TrialService, AppEventsService, and database-backed usage logging. It also configures Android backup rules and adds premium unlock UI overlays. The review feedback highlights several critical improvements: securing credentials by excluding the encryption key from backups, wrapping the async void event handler OnComicOpened in a try-catch block to prevent crashes, and marshalling the PremiumUnlockRequested event to the UI thread to avoid threading exceptions. Additionally, the reviewer recommends registering IBillingService in the DI container, optimizing format checks using a static HashSet to reduce allocations, removing a redundant database index, fixing encoding corruption in several translation files, and correcting a typo in the Dutch localization.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
…e code, all as remarked by gemini.
Working on a store version of the app.