Addon detection wrong?

Started by gawalione, October 31, 2015, 12:15:00

0 Members and 1 Guest are viewing this topic.

gawalione

Hi there,
lately i made a "pro" version of my addon to make it easier for me to test features. Both versions of the addon use
<manifest package="locus.addon.mcs" ...> in the manifest. Each version gets a different applicationId during build by gradle (applicationId "locus.addon.mcs" and applicationId "locus.addon.mcs.pro"). Locus only detects the standard version of the addon where packagename and applicationId are the same. Can you please take a look into this?
  •  

Menion

Hello gawalione,

not sure I understand what do not work as expected.

If we talk about list of add-ons in Locus, that it is correct. This list if not generated dynamically, but is hardcoded in Locus. So if you wants change something in this list, let me know (icon, link on app, etc.).

On all other places, content is generated by definition in your manifests. If something expect list of add-ons do not work, feel free to send me two APK files, information "what you expect" and I'll test it.

Also consider to use new icons for Locus ;) ( they are in Locus API - Android, sample, in all sizes )
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •