CUTR-at-USF / OpenTripPlanner-for-Android

An Android app for multi-modal trip planning and navigation using any OpenTripPlanner server.
Other
130 stars 91 forks source link

Support entering custom URL via scanning QR Code #430

Open barbeau opened 9 years ago

barbeau commented 9 years ago

I'm getting tired of manually typing in custom URLs on the phone keyboard, and I'm sure everyone else is too (especially @vreixo ;)).

I'd like to support scanning a QR Code that has a URL encoded in it (e.g., via ZXing generator website) for the custom API URL.

This is fairly simple - see the following for an example: http://stackoverflow.com/questions/8831050/android-how-to-read-qr-code-in-my-application

vreixo commented 9 years ago

@barbeau true :-) although keyboard custom dictionary might be a good help. But QR it's an interesting feature :-)

2014-09-11 16:09 GMT-04:00 Sean Barbeau notifications@github.com:

I'm getting tired of manually typing in custom URLs on the phone keyboard, and I'm sure everyone else is too (especially @vreixo https://github.com/vreixo ;)).

I'd like to support scanning a QR Code that has a URL encoded in it (e.g., via Zxing generator website http://zxing.appspot.com/generator/) for the custom API URL.

This is fairly simple - see the following for an example:

http://stackoverflow.com/questions/8831050/android-how-to-read-qr-code-in-my-application

— Reply to this email directly or view it on GitHub https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/issues/430.