MobileRoboticsSkoltech / OpenCamera-Sensors

Android app for synchronized recording of video and IMU data with advanced camera options, useful for 3D reconstruction, SLAM, AR, video stabilization. Supports remote control over network.
GNU General Public License v3.0
173 stars 19 forks source link

tags & versions do not match #35

Closed IzzySoft closed 3 years ago

IzzySoft commented 3 years ago

Looks like the APKs to the latest 3 releases are all identifying with the very same version: 1.48.3, versionCode 80. That means users having a previous version installed won't get the newer ones offered as updates (as versionCode is identical). And also means you cannot tell apart what version was used with errors being reported. Would it be possible to fix this? Thanks!

azaat commented 3 years ago

Thanks for the feedback, we've overlooked that part! So, from now on we will increase version number and code with every release (tag) - as in pr #36.

IzzySoft commented 3 years ago

Great – thanks a lot! Besides, since March your app is available in my repo (which is how I noticed the versioning issue). This not only makes it easier to discover your app – but thanks to your fix also to keep it updated on-device, as updates are fetched within 24h of your attaching the APK to a new tag and then announced on the devices of those using my repo and having the app installed. If you wish to link that from e.g. your Readme, you're welcome using this badge for that purpose :smiley:

IzzySoft commented 3 years ago

Thanks for adding the badge! Maybe you want to point the link to this URL – so when clicked on the badge, it opens the page of your app there instead of the badge itself?

azaat commented 3 years ago

Yes, that's better! Thank you for the link and for publishing the app

IzzySoft commented 3 years ago

Yes! Very fine now, thanks for fixing! And gladly done from my side; I'm not an Android dev, so this is my way to contribute to the FOSS community :smile: