Skip to content

Releases: CodeSenseiX/Link-Resolver

Link Resolver v1.0.4

16 Dec 12:43

Choose a tag to compare

✨ 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 new Share and ContentCopy icons.
  • 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 OutlinedIconButton with a copy icon for better visual consistency.

Link Resolver v1.0.2

11 Dec 13:54

Choose a tag to compare

✨ 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

06 Dec 09:43

Choose a tag to compare

Initial release of Link Resolver.

Features:

  • Resolves Android 16 downloadcheck links
  • Handles multiple redirects
  • Clean Jetpack Compose UI
  • Uses OkHttp for fast networking