Skip to content

v1.0.32

Choose a tag to compare

@Yushetf33 Yushetf33 released this 28 Aug 11:08
· 2 commits to main since this release

Added: free trial reminders

The app now schedules three local notifications as your free trial winds down — 24 hours before it ends, 3 hours before, and right when it ends — so you're never caught off guard mid-binge. The "Subscription" row in Settings also shows a live countdown ("Free trial — ends in 2 days" / "ends today"), and now shows a status label for lifetime and active subscriptions too, instead of leaving it blank.

Added: contextual paywall

If your trial has ended and you tap a recommendation, you now get a clear "Your free trial has ended" screen with a one-tap link to unlock lifetime access — instead of the tap silently doing nothing.

Changed: "Recommended for you" now has Movies/Series tabs

The in-app recommendations screen now has two tabs at the top — Movies and Series — instead of one long mixed list. Each tab shows up to 5 "Because you watched X" rows (up from 3), and switching tabs is instant since it just reorders what's already been fetched.

Added: manual "Check for update" button

A new button in Settings lets you check for a new version on demand, instead of waiting for the periodic background check.

Fixed: crash when actually downloading an update

Starting an update download crashed with SecurityException: Invalid value for visibility: 2 — a missing DOWNLOAD_WITHOUT_NOTIFICATION permission. Latent since the update checker was introduced; never triggered before because there was never a real newer version to download against a live install.