Closed menion closed 7 years ago
It looks like the OSGi Version class, which I use for version comparation, doesn't like Locus Map version qualifier part.
Cannot say I understand :). Is there something I may do/help? Interesting that is started few days ago without any obvious reason. Same issue with latest public Locus Map version, so it looks like mobile dependent, not Locus Map dependent.
In add-on is built-in check for required Locus Map version and it seems the version returned with LocusUtils.getActiveVersion(context).getVersionName()
is not valid for that version check code (I suspect the space between 14
and RC
).
Could you please tell me the complete version name to I could check it?
Thanks!
Aaa here is a problem. It is correct, I just today published new Beta version that has name "3.24.14 RC". It is probably first time I named it like this for public version.
Have to say that check based on name is quite bad behavior. Naming may be "whatever". I always use same naming system, anyway for some private versions and also rarely for testing version, I add something "extra" to these names.
Now leave it be, but to future I really suggest to check available Locus based on LocusUtils.getActiveVersion(context).getVersionCode()
value that is consistent and just increase by 1 with every version (beta, public). Thanks for answer!
I've published a new version 2.1.5.3 to Google Play, where this should be fixed. The versionCode is now used for minimal Locus Map version checking.
Perfect thank You. I wanted to publish today new Beta version because of this, so it is not needed anymore.
For unknown reason, since today, SearchNearestActivity started to crash. Update to latest (today 2. 8. 2017) version, restart of device, re-install, clear data, using without login ... does not help.
Crash log:
Click on "Import GC" ends with same issue ( just with ImportFromGCActivity activity ). Start from Locus Map app or from list of installed apps make no difference.
I tried all I had in mind, but no change. Also no update or something like this happen on my device and I'm sure it worked three days ago. Any idea? I tried to find something on SO, but no success ... mystery.