Tehro
Tehro is a public transport guide Android application powered by Kotlin & Jetpack Compose.
Database
The database used in the app is stored at tehro-database repository as the database is a separate project from the Android client. Anyone can create third-party clients for Tehro using its open database.
Releases
All official releases are built from the publish branch which has Firebase analytics, Crashlytics & automatic build signing.
You can get the official releases from either GitHub or Google Play Store (currently unpublished from Cafe Bazaar).
If you want a build without any Firebase related code (anonymous tracking & crash reports) you can build it yourself from the main branch.
Contributing
Pull requests are welcome. I recommened checking out the open issues and the TODO comments on your IDE.
For major changes, please open an issue first to discuss what you would like to change.
License
Copyright (C) 2019-2022 Yasan Ghaffarian [email protected]
Tehro 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.
Tehro 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 https://www.gnu.org/licenses/.