rides-android-sdk
rides-android-sdk copied to clipboard
Uber Rides Android SDK (beta)
I have been integrating Uber SDK with My Application and i am trying to get uber ride estimate with following code, RidesService service = UberRidesApi.with(session).build().createService(); Response response = service.getProducts((float) currentLatLng.latitude,...
Library version: 0.10.x Add `ProductFlowPriority` and `IsAuthCodeFlowEnabled` to `SessionConfiguration` so it can be configured without setters on `LoginManager`. This simplifies use of the `LoginButton` as demonstrated by the Sample section...
I'm trying to use the API, but I'm getting the INVALID_APP_SIGNATURE error, I set up my SHA1 signature in Dashboard but I'm getting this error if the Uber app is...
Hi, I wish to change the RideRequestButton background to white and black text and vice versa depends on the current application theme. But the only way I did is, created...
With Eats Auth in place and a potential [Java repo merger](https://github.com/uber/rides-android-sdk/issues/136) for simplicity, it's probably worth renaming the repo. We can keep the old paths redirecting. Thoughts on a repo...
Hi, there seems to be an issue with the SSO process when the user is viewing the _Access to Information_ OAuth2 consent screen, after tapping on the "(APP NAME) will...
Hello, I'm using now SSO auth method and it works fine for android OS 5.x devices. But Uber application auth page showing error 'Unable to connect' for android 6+ devices....
Add support for [IETF RFC 7636](https://tools.ietf.org/html/rfc7636). Proof Key for Code Exchange by OAuth Public Clients (PKCE)