Mathieu Méa

Results 27 comments of Mathieu Méa

It's a duplicate of #163 You can use AGP 4.1.0 with google-services-plugin 4.3.3 (but not 4.3.4)

> v4.3.5 claims to fix this and it seems to work for me: https://firebase.google.com/support/release-notes/android#google-services_plugin_v4-3-5 https://github.com/google/play-services-plugins/issues/163#issuecomment-780154586

~~The app should launch an app this way by default:~~ ``` java // activity.startActivity(activity.getPackageManager().getLaunchIntentForPackage(packageName)); ``` ~~Most of all, it should not use the flag `Intent.FLAG_ACTIVITY_NEW_TASK` by default.~~

My bad, you're right @tunitowen. DevDrawer works as intended. Apparently it's up to the app to check if another instance of the app is already started: http://stackoverflow.com/questions/4341600/how-to-prevent-multiple-instances-of-an-activity-when-it-is-launched-with-differ/7748416#7748416 https://code.google.com/p/android/issues/detail?id=2373 https://code.google.com/p/android/issues/detail?id=5277 https://code.google.com/p/android/issues/detail?id=26658

Thanks @hotlittlewhitedog The app is being re-added to Google Play Store :tada: I'm still interested in having a Google Play Services free app for F-Droid but unfortunately, I have not...

Hi, thanks for the request. The colors are set up in this file: https://github.com/mtransitapps/ca-toronto-share-bike-android/blob/master/src/main/res/values/bike_station_values.xml I will try the suggested colors and publish an app update when I found the time.

Hi @unforgettableid , I have published an update with new colors. Please, try it and confirm it's better for you. https://play.google.com/store/apps/details?id=org.mtransit.android.ca_toronto_share_bike (I haven't updated the app screen shot yet)

Data request form: https://www.tmb.cat/en/about-tmb/tools-for-developers/how-to-get-data

@pataquets thanks for the interest but official support for Catalonia, Spain is not planned in the near future. It's possible for a 3rd-party to add it by developing the Barcelona...

The MonTransit app [mtransit-for-android-gradle](https://github.com/mtransitapps/mtransit-for-android-gradle) currently depends on Google Play Services for: - installing/updating security provider in [commons-android](https://github.com/mtransitapps/commons-android) => pure-AOSP flavor would not have this feature - showing POIs on a...