Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions vtm-android-example/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@
<activity
android:name=".PathOverlayActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".PoiSearchActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".PoiSearchActivity$PoiFilePicker"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".ReverseGeocodeActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
Expand Down
3 changes: 0 additions & 3 deletions vtm-android-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ dependencies {
//implementation project(':vtm-gdx-poi3d')

implementation "com.github.mapsforge.mapsforge:mapsforge-map-android:$mapsforgeVersion@jar"
implementation "com.github.mapsforge.mapsforge:mapsforge-poi:$mapsforgeVersion@jar"
implementation "com.github.mapsforge.mapsforge:mapsforge-poi-android:$mapsforgeVersion@jar"
implementation 'androidx.sqlite:sqlite-bundled:2.7.0'
}

android {
Expand Down
58 changes: 0 additions & 58 deletions vtm-android-example/res/layout/activity_map_poi.xml

This file was deleted.

31 changes: 0 additions & 31 deletions vtm-android-example/res/layout/item_poi_search.xml

This file was deleted.

6 changes: 0 additions & 6 deletions vtm-android-example/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@
<string name="menu_gridlayer">Grid</string>
<string name="dialog_reverse_geocoding_title">Reverse Geocoding</string>
<string name="dialog_theme_title">Select a theme</string>
<string name="add">Add</string>
<string name="cancel">Cancel</string>
<string name="error">Error</string>
<string name="file_invalid">The selected file is invalid.</string>
<string name="ok">OK</string>
<string name="remove">Remove</string>
<string name="search">Search</string>
<string name="search_key">\'*\' or OSM key</string>
<string name="search_value">void or value</string>
<string name="now">Now</string>
<string name="warning">Warning</string>
<string name="startup_message_mbtiles">To run this sample activity, you need an MBTiles database installed on storage.</string>
Expand Down
Loading
Loading