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

Coupon integration in Ride request widget.

enhancement

Release samples are not replacing ``` gradle compile project(':rides-android') compile project(':core-android') ``` with ``` gradle compile 'com.uber.sdk:rides-android:0.5.3' compile 'com.uber.sdk:core-android:0.5.3' ``` when released (where 0.5.3 represents the most recent released version)

bug

Is there javadoc hosted somewhere for reference?

enhancement

Can u implement any mealtime socket to send status{accepted, arriving} to our app, So that we no need to call the API until response changes to accepted, It is killing...

enhancement

In small screens, the given `RideRequestButton` has UI glitches: Text is so big, button is huge... I really recommend letting developers customize the button label, estimate and price text size....

bug

Rate and surge information for uber cabs on ride request widget.

enhancement

Cutting the current main into 1.X branch to prepare main for the 2.X

- Created a demo app using authentication module - app supports prefilling user information - demonstrates how to use app priority - shows a toast message for token or error

I ve set up the button like that ```kotlin val config = SessionConfiguration.Builder() .setClientId("xxx") .setClientSecret("xxx") .setEnvironment(SessionConfiguration.Environment.SANDBOX) .build() val session = ServerTokenSession(config) val rideParams = RideParameters.Builder() .setProductId("a1111c8c-c720-46c3-8534-2fcdd730040d") .setDropoffLocation(37.775304, -122.417522, "Uber HQ",...