Floating speed limit monitor for Android with speedometer and warning features.
- Put
google-services.json
from Firebase in /app/ - (Optional) Put
fabric.properties
in /app/ with apiSecret - (Optional) Put
apis.xml
with overpass_api and debug_id in /app/src/main/res/values/ - (Optional) Put signing keys in gradle.properties/local.properties
- RELEASE_STORE_FILE
- RELEASE_STORE_PASSWORD
- RELEASE_KEY_ALIAS_VELOCIRAPTOR
- RELEASE_KEY_PASSWORD_VELOCIRAPTOR
Copyright (C) 2019 Daniel Ciao
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>