Releases: lyssadev/MintApp
Releases · lyssadev/MintApp
Release list
MintApp - v1.0.7
1.0.7 - (09.16.2026)
Changelogs:
Added
- Reddit embed v2 parsing: video detection from the HLS player, fallback title from
<h1>and author from the user profile URL - Video options now offered on gallery/carousel posts instead of images only
- Estimated size and duration for Reddit HLS videos, computed from the playlist byte ranges plus the separate audio track, with a bandwidth-based fallback
Fixed
- Gallery entries no longer appear in random order; they are sorted by their position in the post
- Gallery detection now also picks up
i.redd.itimages from<img>tags that preview URLs missed - Clearer error message when a post loads but contains no downloadable media
MintApp - v1.0.6
1.0.6 - (09.15.2026)
Changelogs:
Added
- Full-screen init screen shown right after the splash screen while the download engines set up, with a soft fade + scale-out transition when it closes
- Init screen only triggers when actually needed: a persisted version-code check skips it on regular launches and shows it on first launch or after an app update
- Reddit resolver with support for posts, videos, images and GIFs
- "Supported resolvers" dialog on the home screen listing every resolver with its brand icon and capability chips (video, audio, image, GIF), an indented divider between rows and a full-width Close button
- Inline "We support some platforms — click here to check" pill below the home input with info-circle and chevron indicators that opens the resolvers dialog
- Capability and platform strings localized across all 8 languages
Fixed
- Floating bottom bar no longer renders in the top-left corner after the init gate was introduced (alignment moved to the AnimatedVisibility wrapper)
- Resolver details dialog no longer hides its Close button in landscape; the list scrolls internally with a max height cap
- Unsupported links no longer block on engine initialization; resolution now awaits engine readiness instead of silently dropping the request
- Stale "Setting the engines up..." text no longer renders under the home subtitle; the home screen only shows resolve states
Changed
- Engine setup is now tracked per app version code, so a kill mid-setup retries on the next launch
- "We support..." subtle text replaced by the shorter line plus the clickable check button; "More soon!" text removed
- Clipboard paste button no longer requires engines to be ready before allowing a paste
MintApp - v1.0.5
MintApp 1.0.5 - (09.14.2026)
Changelogs:
Added:
- Landscape support on the home screen with a two-pane layout: input on the right, download output on the left, separated by an animated vertical divider
- Landscape dual-pane app shell: switching to Downloads or Settings keeps the home screen alive on the left while the side screen slides in on the right; returning to Home expands it back to full width
- Smooth animated transitions between the split and stacked home layouts when moving between screens
- Language selector in Settings → Language: system default option, 8 additional languages (Spanish, Brazilian Portuguese, French, German, Russian, Indonesian, Japanese) and instant app-wide switch on selection
- Full localization infrastructure with all UI strings moved to resources, organized by section, ready for future translations
- Localized notifications (channel name, progress, completion and error messages)
- "Setting the engines up..." state on the home screen with an animated progress bar shown while yt-dlp/ffmpeg initialize on first launch
- Compact output card mode in landscape (smaller thumbnail, tighter padding and reduced width)
- Breathing glow animation on the splash screen (logo and "int" pulse between bright and dim in a loop)
- Images folder path setting to configure where downloaded images are stored
- Subtle glow pulse that never fades out completely on splash
Fixed:
- Home hero (title, input and subtle text) now sits vertically centered instead of being stuck at the bottom
- Version text on the splash screen no longer covered by the system navigation bar (now respects navigation bar insets)
- Loading state on the home screen no longer rendered in the top-left corner in landscape; it is now centered
- Output card in landscape no longer oversized (height reduced ~20%, width reduced ~10%)
- Landscape side pane weight bug where the right pane reserved space even when hidden, keeping the home screen too small
- Jarring layout snap when the output card compacted vertically while navigating between screens
- Language picker no longer fails to return to the real system language after selecting one (system locale is now read from the system configuration instead of the mutated JVM default)
- Language dropdown crash caused by scrollable components inside popup intrinsic measurement; the picker is now a dialog with a scrollable list and a Close button
- First-launch freeze on the home screen: yt-dlp/ffmpeg initialization moved off the main thread into a background coroutine, so the UI no longer blocks for seconds on first run
- Unsupported links no longer trigger resolution while the download engines are still initializing
Changed:
- Subtle "we support..." text is now centered, smaller and more muted across all themes; "More soon!" is bolder on its own line
- Splash screen reworked: logo and "int" perfectly centered, progress bar removed, version text pinned to the bottom
- Loading state on the home screen now uses the indeterminate looping progress bar instead of a spinner
- Code cleanup: removed stray comments and dead code
MintApp - v1.0.4
MintApp 1.0.4 - (09.13.2026)
Changelogs:
Added:
- X / Twitter support (video downloads) via a new resolver, registered hosts, and HLS muxing through yt-dlp
- Pinterest support (videos, images, gifs, carousels and story pins) via a new resolver that requires linking your account from Settings → Connections
- Pinterest login WebView activity, connection card and session storage to unlock Pinterest downloads
- Loading progress bar and "Login cancelled" toast on the Instagram, TikTok and Pinterest login WebViews
- WebView debugging utility (enabled only on debug builds) to inspect login flows with Chrome DevTools
- Animated theme color transitions when switching themes
- AMOLED mode now forces dark mode automatically
Fixed:
- Update dialog changelog was truncated to 400 characters; it now shows the full release notes with scrolling
- Login WebViews restarted from scratch on screen rotation; they now survive orientation changes
- Google login on the Pinterest WebView no longer blocked (third-party cookies and popup windows supported)
- Pinterest HLS downloads failing with "Invalid data found when processing input" due to non-standard segment extensions (
.cmfv/.cmfa); downloads now use the native HLS downloader instead of ffmpeg directly - HLS muxing sent the X referer header for every platform; it now uses the proper per-platform headers
Changed:
- Progress bar in login WebViews is now rendered directly below the top bar with square corners
- Debug logging is now enabled automatically on debug builds and stays off on release builds
MintApp - v1.0.3
MintApp 1.0.3 - (09.04.2026)
Changelogs:
Fixed:
- After you grant the install-from-this-source permission from the update dialog, the update now resumes on its own instead of staying stuck until you manually check for updates again
Changed:
- The update dialog now uses the same progress bar style as the splash screen while checking for updates and preparing downloads, replacing the circular spinner
MintApp - v1.0.2
MintApp 1.0.2 - (09.03.2026)
Changelogs:
Fixed:
- Single Instagram/TikTok downloads no longer get stuck on an infinite loading state on Home after switching tabs or once the completed download is removed; the resolved state now resets on its own
- Audio options for YouTube/YouTube Music now prefer m4a (AAC); webm/Opus only appears when no m4a stream is available
Changed:
- Home link input now shows a quick clear (X) button while there is text, wiping the field and any resolved card in one tap
- The clear button and the resolved info cards now animate in and out
MintApp - 1.0.1
MintApp 1.0.1 - (09.01.2026)
Changelogs:
Fixed:
- YouTube downloads now properly route through yt-dlp instead of direct HTTP, fixing KB-sized files, missing audio, and slow speeds
- ProGuard crash on release builds caused by commons-compress reflection in youtubedl-android
Changed:
- yt-dlp restricted to YouTube/YouTube Music only; Instagram and TikTok use their own dedicated resolvers
MintApp - 1.0
MintApp 1.0 - (09.01.2026)
Changelogs:
New:
- MintApp 1.0 Init