Robert Mayore
Robert Mayore
Got a Failed to resolve: com.github.acefalobi:android-stepper:0.3.0 on a new android project. So I thought something was wrong on my end. But looking at [jitpack](https://jitpack.io/com/github/acefalobi/android-stepper/), I can only see up to...
For use in api clients doing secure uploads
Added the setTickCount() method.
Fetch directions for a route including waypoints.
i.e. make it possible to change the filter logic `string.toLowerCase().startsWith(constraint.toString().toLowerCase())` to a more flexible _ilike_ type logic e.g. `string.toLowerCase().contains(constraint.toString().toLowerCase())`
Update the project description. It's gonna take most people a fair bit of time before they realize `compile 'com.github.worker8:RadioGroupPlus:v1.0.1'` wont work but `compile 'com.github.worker8:RadioGroupPlus:1.0.1'` will.