You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to mimic what is already being done in onebusaway-ios app, where it's possible to re-use the same codebase and create KiedyBus branded app, rather than OneBusAway (so we don't need to fork and sync the code).
Currently, we have:
created separate folder to keep UI files
added kiedybus app section to build.gradle
added kiedybus section to google-services.json
I think we need to somehow solve the issue of adding our regions.json file rather than the original one, or ammend to that file:
onebusaway-android/src/main/res/values/donottranslate.xml
I would like to mimic what is already being done in onebusaway-ios app, where it's possible to re-use the same codebase and create KiedyBus branded app, rather than OneBusAway (so we don't need to fork and sync the code).
Currently, we have:
I think we need to somehow solve the issue of adding our regions.json file rather than the original one, or ammend to that file:
onebusaway-android/src/main/res/values/donottranslate.xml
Code is currently here and ready to be PR'ed to original repo:
https://github.com/goeuropa/onebusaway-android/tree/kiedybus
The text was updated successfully, but these errors were encountered: