- adding MapDatabase backend for our TileStache provider

- fixing some renering bugs on nexus phone
and some refactoring and cleanup
This commit is contained in:
Hannes Janetzek
2012-08-07 03:04:39 +02:00
parent c5c952bf14
commit 124624785d
43 changed files with 2287 additions and 1779 deletions

View File

@@ -12,14 +12,15 @@
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="15" />
android:targetSdkVersion="16" />
<application
android:icon="@drawable/globe2"
android:label="@string/application_name"
android:theme="@style/Theme.TileMap" >
<activity android:name="org.mapsforge.app.TileMap" >
android:label="@string/application_name"
android:theme="@style/Theme.TileMap" >
<activity
android:name="org.mapsforge.app.TileMap"
android:configChanges="orientation|screenSize" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -28,6 +29,6 @@
</activity>
<activity android:name=".preferences.EditPreferences" />
<activity android:name=".filepicker.FilePicker" />
</application>
</manifest>
</application>
</manifest>