Torsten Grote

Results 627 comments of Torsten Grote

> If routes are not ready to be used, I would use the common fixme=\* tag and then exclude route with this one set on the query Sounds like a...

Thanks a lot! :)

At least Navitia should add the city automatically to stops based on information from OSM. If you add this to stop names, you would see the city twice in Transportr.

You need to talk to the navitia people about this. AFAIK it needs administrative boundaries with admin_level = 8 (cities) to build streets and addresses. Also, make sure that you...

PTE should already take the city of the first `administrative_region` and add it to the `place` variable. The label of the object with the preformated text is not what you...

I am afraid, you are looking at the wrong code. Check this: https://github.com/schildbach/public-transport-enabler/blob/master/enabler/src/de/schildbach/pte/AbstractNavitiaProvider.java#L244

It is used by Transportr for location auto-completion. I suggest you inspect the API results of your instance directly to see if administrative regions exist there.

Wow, The GTS test suite is rather strict. They want to keep all the good things for GMS, heh? An activity to be launched from an error notification could work....

thanks for the feedback! I'd prefer one ticket per issue. actionable here for me seems: * ensure backups are sorted by time, newest at the top what I am not...

Relevant stacktrace: ```ruby java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/fragment/app/FragmentViewModelLazyKt; at com.stevesoltys.seedvault.settings.SettingsFragment.(SettingsFragment.kt:278) at com.stevesoltys.seedvault.settings.SettingsActivity.onCreate(SettingsActivity.kt:34) at android.app.Activity.performCreate(Activity.java:8290) at android.app.Activity.performCreate(Activity.java:8269) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3657) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3813) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)...