steffmeister/convertico

finish android target plugin

Opened this issue · 2 comments

There are a number of issues with the android target plugin:

  • --title parameter is not honored, this should be used as the app name
  • webview + java code, the apk which comes out is not working at all, fix css and js usage, I think the baseUrl trick is the way to go
  • somehow it must be able to provide an icon
  • android target and minsdk considerations

title is now honored, ie fixed
android target and minsdk are now existent in the manifest template, and can also be passed via command line parameters, ie fixed
webview + java code is working, ie fixed

so all thats left is the icon

oh and add a parameter to request the internet and gps permissions...