Skip to content

[auth] Add search-by-intent via ente-auth://search?query= deep link#9501

Open
bekoeppel wants to merge 3 commits intoente-io:mainfrom
bekoeppel:auth/search-by-intent
Open

[auth] Add search-by-intent via ente-auth://search?query= deep link#9501
bekoeppel wants to merge 3 commits intoente-io:mainfrom
bekoeppel:auth/search-by-intent

Conversation

@bekoeppel
Copy link

Description

  • Support launching Ente Auth with a pre-filled search query via deep link, e.g. ente-auth://search?query=gmail
  • Useful for automation tools (Tasker, shortcuts) to jump directly to a specific OTP code
  • Fix deep link stream listener not being retained, so deep links now work when the app is already open

Tests

  • Build and install the app
  • adb shell am start -a android.intent.action.VIEW -d "ente-auth://search?query=gmail" with app closed: should open with search filtered
  • Same command with app already open: should update the search
  • adb shell am start -a android.intent.action.VIEW -d "ente-auth://abcd?query=gmail": should be ignored (only /search path is accepted)
  • Verify existing otpauth:// deep links still work

Co-Authored-By: Claude <noreply@anthropic.com>
@CLAassistant
Copy link

CLAassistant commented Mar 4, 2026

CLA assistant check
All committers have signed the CLA.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 40332ed5f0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Co-Authored-By: Claude <noreply@anthropic.com>
@bekoeppel
Copy link
Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 17ee46b060

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Co-Authored-By: Claude <noreply@anthropic.com>
@bekoeppel
Copy link
Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Bravo.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@AmanRajSinghMourya
Copy link
Contributor

@bekoeppel Thanks for the contribution but could you also add a video recording or a screenshot too.

@bekoeppel
Copy link
Author

Hi @AmanRajSinghMourya! Sure, happy to. Here's a quick video how I intend to use this new intent (pun intended).

demo.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants