Torsten Grote
Torsten Grote
Most libraries that authenticate against social networks use OAuth to not store the users password. It would by nice, if diaspy would also use OAuth.
I am debugging why I don't get my full 1Gbps bandwidth on Qubes OS which I (almost) get when booting Ubuntu from a USB flash drive. During this I noticed...
The 2.0.0-RC1 has some issues if called by Java code. E.g. instead of the `FabSpeedDial.OnMenuItemClickListener`, there now a strange `Function3` that you can't really implement:  There's a similar issue...
```ruby com.mapbox.mapboxsdk.exceptions.InvalidLatLngBoundsException: at com.mapbox.mapboxsdk.geometry.LatLngBounds$Builder.build (LatLngBounds.java:440) at de.grobox.transportr.trips.detail.TripDetailViewModel.onLegClick (TripDetailViewModel.kt:84) at de.grobox.transportr.trips.detail.LegViewHolder$bind$9.onClick (LegViewHolder.kt:104) ```
The GTFS specification allows stop times to be empty as long as the first and the last stop have a time associated. This is currently not possible with Navitia. Stop...
Currently, journey queries only support `from` and `to`, but not a `via` station: http://doc.navitia.io/#journeys This is a location where your travel route should pass by when itineraries are computed. For...
This makes the life of users of this library easier, because their app won't crash when using proguard. > By embedding a ProGuard file in your library module, you ensure...
While how to stop `TorService` is not documented, one usually stops a bound service simply by [unbinding from it](https://developer.android.com/guide/components/services#Lifecycle). This works fine the first time. But if I need to...
When a user of `TorService` starts and binds to the service, then ([as documented](https://github.com/guardianproject/tor-android/blob/c5d5b2c00876cbf2e697668dd14ff6021ea18c7b/tor-android-binary/src/main/java/org/torproject/jni/TorService.java#L34)) tries to use the `TorControlConnection`, it can happen that it hasn't been assigned and a `NullPointerException`...
Branch: https://github.com/seedvault-app/seedvault/tree/android13 Also check upstream commits for any changes to the backup related code.