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

Issue 719: Add Custom Region URL #723

Merged

Conversation

hilmyveradin
Copy link
Collaborator

@hilmyveradin hilmyveradin commented Mar 28, 2024

PR for Issue #719

Here's a video of working add custom region via URL:

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-03-28.at.20.19.01.mov

Here's a video of manage edge cases, say, when there's no name on the params:
https://github.com/OneBusAway/onebusaway-ios/assets/74521244/ca22596c-a439-4b46-8007-77e9712da02b

Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

Go look at Application.application(_:, open url:, options:) to see how this should be plumbed into the app. You're going to want to extend URLSchemeRouter and add some tests.

Apps/OneBusAway/AppDelegate.m Outdated Show resolved Hide resolved
Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

this looks like great progress! There are a couple small changes I'd like to see, but I think we'll be ready to go after that. thanks again for tackling this!

OBAKit/Orchestration/Application.swift Show resolved Hide resolved
OBAKit/Orchestration/Application.swift Outdated Show resolved Hide resolved
OBAKit/Orchestration/Application.swift Outdated Show resolved Hide resolved
OBAKit/Orchestration/Application.swift Outdated Show resolved Hide resolved
OBAKitCore/DeepLinks/URLSchemeRouter.swift Show resolved Hide resolved
OBAKitCore/DeepLinks/URLSchemeRouter.swift Show resolved Hide resolved
@hilmyveradin hilmyveradin force-pushed the issue_719-custom_region_tap_url branch from 2a10eaa to cd2f73f Compare April 5, 2024 09:56
@hilmyveradin
Copy link
Collaborator Author

this looks like great progress! There are a couple small changes I'd like to see, but I think we'll be ready to go after that. thanks again for tackling this!

Done, kindly check it out again!

Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

nice work @hilmyveradin!

@aaronbrethorst aaronbrethorst merged commit c4abb11 into OneBusAway:main Apr 5, 2024
2 checks passed
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.

2 participants