Releases: CodeSenseiX/Link-Resolver
Releases · CodeSenseiX/Link-Resolver
Link Resolver v1.0.4
✨ New Version Release – Link Resolver
This update brings several user-experience enhancements to the main interface.
Added Features:
- Adds a "Download" icon button to the results card, allowing users to download the resolved link directly using the Android
DownloadManager. A toast notification confirms when the download starts or if it fails. - Replaces the filled "Share" and text-based "Copy" buttons with
OutlinedIconButtons using newShareandContentCopyicons. - Enhances button press animations by switching from a simple scale change to a bouncy spring animation for a more lively feel.
- Updates the "Copy" icon from a text button to an
OutlinedIconButtonwith a copy icon for better visual consistency.
Link Resolver v1.0.2
✨ New Version Release – Link Resolver
This update brings several user-experience enhancements to the main interface.
Added Features:
- Paste Button: Added a convenient Paste icon inside the input field to quickly insert URLs from the clipboard.
- Clear Button: Added a Clear icon to instantly wipe the current text from the input field.
- Copy Feedback: Introduced a “Copied!” toast notification to confirm when the resolved link has been successfully copied to the clipboard.
Link Resolver v1.0
Initial release of Link Resolver.
Features:
- Resolves Android 16 downloadcheck links
- Handles multiple redirects
- Clean Jetpack Compose UI
- Uses OkHttp for fast networking