An open source, ad free Android application for Turku's city bike service. Written in Kotlin and using the latest Android Architecture Components.
Available on the Google Play Store
Data source: Turku region public transport's transit and timetable data. The administrator of the data is Turku region public transport. Dataset is downloaded from http://data.foli.fi/ using the license Creative Commons Attribution 4.0 International (CC BY 4.0).
Icon made by Freepik from Flaticon.
Contributions are always welcome. If you want to contribute, fork the project and submit a pull request.
- Add Google Maps API key to
gradle.properties
(asCITYBIKE_MAPS_API_KEY
). - Generate a release keystore (
signing/release.jks
) and add passwords togradle.properties
:CITYBIKE_KEYSTORE_PASS
,CITYBIKE_KEY_ALIAS
andCITYBIKE_KEY_PASS
Copyright 2018 Santeri Elo <me@santeri.xyz>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.