rt-bishop / Look4Sat

Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
https://play.google.com/store/apps/details?id=com.rtbishop.look4sat
GNU General Public License v3.0
612 stars 58 forks source link

Map view does work on devel branch #132

Closed Raviu56 closed 3 months ago

Raviu56 commented 3 months ago

Map view works on v3.1.4 but not on devel branch. It displays nothing other than a map and user point. No satellites info.

rt-bishop commented 3 months ago

Yeah, this is not an issue. The devel branch is a work in progress, it's a half-baked next version planned for some time in the future that uses Jetpack Compose for UI. All the old UI system components were removed but not all of them were rebuilt in Compose yet. If you need the last stable commit of the currently released app you could just check out the v3.1.4 tag or data_update_fix branch.

Raviu56 commented 3 months ago

Thanks