nitramdemente / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Problem with manifest in non-Google Maps branch #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, I maintain the app for f-droid.org (at v0.92) and we use this repo 
https://github.com/danielegobbetti/mixare/tree/fully_FLOSS. This doesn't use 
Google APIs to build so it should install and function l if Google Maps shared 
library isn't installed. But there are two problems preventing this:

1. The AndroidManifest.xml says google maps are required. This line can be 
removed so that the app can install. But ,

2. Pressing the button to bring up the map view does nothing and there is no 
way of getting to Openstreetmap. This is because the map view by default uses 
Google Maps and there is a dropdown menu to use Openstreetmap. But since the 
map activity won't load there is no way of accessing it.

Original issue reported on code.google.com by david8bl...@gmail.com on 18 Jan 2013 at 11:05