Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
Go to file
Arty Bishop 29c80bc44e Switched to using the Kotlin version of the PassPredictor class. Using the code minification without the obfuscation for the release build. 2020-01-26 16:34:05 +00:00
app Switched to using the Kotlin version of the PassPredictor class. Using the code minification without the obfuscation for the release build. 2020-01-26 16:34:05 +00:00
gradle/wrapper Set up with Fragments, DrawerLayout and Adaptive Icons 2019-10-16 20:13:20 +01:00
screenshots Added screenshots 2020-01-22 12:03:32 +00:00
.gitignore Set up with Fragments, DrawerLayout and Adaptive Icons 2019-10-16 20:13:20 +01:00
LICENSE Update LICENSE 2019-12-14 23:10:58 +00:00
README.md Update README.md 2020-01-22 12:36:33 +00:00
build.gradle Changed applicationId, dependencies cleanup 2020-01-16 21:42:20 +00:00
gradle.properties Got rid of SatNotFoundExceptions in WorldMapFragment. Minor refactoring. 2020-01-04 18:13:58 +00:00
gradlew Set up with Fragments, DrawerLayout and Adaptive Icons 2019-10-16 20:13:20 +01:00
gradlew.bat Set up with Fragments, DrawerLayout and Adaptive Icons 2019-10-16 20:13:20 +01:00
settings.gradle Got rid of SatNotFoundExceptions in WorldMapFragment. Minor refactoring. 2020-01-04 18:13:58 +00:00

README.md

Look4Sat

Amateur radio & weather satellites passes calculator for Android. Inspired by Gpredict from Alexandru Csete, OZ9AEC. Using the mavenized version of predict4java lib under the hood created by David A. B. Johnson, G4DPZ and Dave Moten.

The app is built using Dagger2, Retrofit2, Kotlin and Kotlin coroutines, Architecture Components and Jetpack Navigation.