Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customizing the custom tab intent on Android #529

Merged
merged 3 commits into from
Mar 22, 2024

Conversation

jan-tennert
Copy link
Collaborator

What kind of change does this PR introduce?

Feature (closes #522)

What is the current behavior?

You can only change between ExternalAuthAction.EXTERNAL_BROWSER and ExternalAuthAction.CUSTOM_TABS.

What is the new behavior?

The enum is now a sealed interface which can either be the data object ExternalAuthAction.ExternalBrowser or the data class ExternalAuthAction.CustomTabs(CustomTabsIntent.Builder), where you can customize the custom tab.

@jan-tennert jan-tennert added enhancement New feature or request auth labels Mar 21, 2024
@jan-tennert jan-tennert added this to the 2.3.0 milestone Mar 21, 2024
@jan-tennert jan-tennert self-assigned this Mar 21, 2024
@jan-tennert jan-tennert changed the base branch from master to development March 21, 2024 18:43
@jan-tennert jan-tennert merged commit c92f03f into development Mar 22, 2024
8 checks passed
@jan-tennert jan-tennert deleted the custom-tab-builder branch March 22, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request]: Allow customization of the CustomTabIntent on Android when using OAuth
1 participant