rides-android-sdk icon indicating copy to clipboard operation
rides-android-sdk copied to clipboard

Uber Rides Android SDK (beta)

Results 53 rides-android-sdk issues
Sort by recently updated
recently updated
newest added

Proposal to merge http://github.com/uber/rides-java-sdk and https://github.com/uber/rides-android-sdk into one repo with multiple modules/artifacts. Problem: To reduce overhead of decoupled releases, most use-cases cutting across both repos, and better discoverability. Concerns: Folks...

proposal

Github issues are for bug reports. If this is a question around usage or understanding please use Stack Overflow. https://stackoverflow.com/questions/tagged/uber-api Library version:0.9.1 Repro steps, stacktrace, screenshots: // .............initial ubar sdk...................

Github issues are for bug reports. If this is a question around usage or understanding please use Stack Overflow. https://stackoverflow.com/questions/tagged/uber-api Library version:0.9.1 Repro steps, stacktrace, screenshots: android.util.AndroidRuntimeException: Calling startActivity() from...

While setting `RideParameters` object, I set `rideParams.setPickupToMyLocation()` to avail the benefit of getting estimate from current device location to given drop off location, but the estimate is not getting refreshed.

bug
enhancement

Sometimes the following api returns empty array list (`timeEstimatesResponse.getTimes().size()` returns 0) even if Uber service is available at the selected location. ``` @GET("/v1/estimates/time") Call getPickupTimeEstimate(@Query("start_latitude") float var1, @Query("start_longitude") float var2,...

I am having an issue where some devices of mine receive onLoginCancel after a SSO attempt, even when the user clicks on "Allow" after the permission screen, though other devices...

Hi, We are receiving an error(on UI, that says): `There was an error processing your request. Please try again.` I tried to debug it a little.. but the only issue...

help wanted

Tried `RideRequestButton rideRequestButton = new RideRequestButton(getActivity(), null, com.uber.sdk.android.rides.R.style.UberButton_White);` but not working. If I use xml button widget seems not working (it redirects to play store). Any helpful information would be...

I can see the "Access to Information" page after calling login(Activity activity). But it always returns loginCancel() callback although I clicked "Allow" button.

People might want to invalidate access_tokens by calling the [/revoke](https://developer.uber.com/docs/trip-experiences/guides/authentication#revoking-tokens) endpoint. It would make sense to have a method to accomplish that.

enhancement