Skip to content

feat: add Android dialog mode for external downloads#1362

Merged
monkeyWie merged 4 commits into
GopeedLab:mainfrom
Locon213:main
May 7, 2026
Merged

feat: add Android dialog mode for external downloads#1362
monkeyWie merged 4 commits into
GopeedLab:mainfrom
Locon213:main

Conversation

@Locon213
Copy link
Copy Markdown
Contributor

Closes #1357

Summary

  • Add a lightweight Android dialog activity for external download launches instead of opening the full main UI.
  • Route Android external links, shared URLs/files, magnets, torrents, and download intents into the quick create flow when launched in dialog mode.
  • Add a compact create dialog that shows the resolved file name, download path selector, and confirm/cancel actions.
  • Create the download task in the background and close the dialog after confirmation so the user can stay in the original app or browser.

Screenshot

изображение

Testing

  • Launched on an Android device

@Locon213 Locon213 requested a review from monkeyWie as a code owner April 25, 2026 22:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.63%. Comparing base (def54f8) to head (272adc6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1362      +/-   ##
==========================================
+ Coverage   68.59%   68.63%   +0.04%     
==========================================
  Files          60       60              
  Lines        9177     9177              
==========================================
+ Hits         6295     6299       +4     
+ Misses       2184     2182       -2     
+ Partials      698      696       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@monkeyWie monkeyWie added the enhancement New feature or request label May 7, 2026
@monkeyWie monkeyWie changed the title Add Android dialog mode for external downloads feat: add Android dialog mode for external downloads May 7, 2026
@monkeyWie
Copy link
Copy Markdown
Member

Thanks bro!

@monkeyWie monkeyWie merged commit c01d113 into GopeedLab:main May 7, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

能不能在安卓端加个轻量级的弹窗模式(Dialog Mode)?

2 participants