Files
APKDownloader/app
Rahul Patel ce04b859fd Distinguish developer and publisher deep links
The deep-link router matched "/apps/dev" as a substring, so publisher
links (/store/apps/developer?id=<name>) were treated as developer-stream
links and failed to resolve. Match the exact action keyword (last path
segment, or host for market:// links) instead, and add a
Screen.PublisherProfile that renders the publisher-search overload of
DevProfileScreen.

Both /dev and /developer links may carry either a numeric developer id
(curated developer stream) or a developer name (publisher search), so
the id is parsed to long to decide which screen to open.

Also drop the now-dead ACTION_VIEW branch from ComposeActivity, since
DeepLinkConfirmActivity owns all external VIEW deep links.
2026-06-03 00:37:23 +05:30
..
2025-08-21 14:45:44 +08:00
2025-08-21 14:45:44 +08:00
2025-08-21 14:45:44 +08:00