Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2,391 additions
and 2,391 deletions.
- +14 −14 GoogleWrapperSample/.classpath
- +39 −39 GoogleWrapperSample/.project
- +3 −3 GoogleWrapperSample/.settings/org.eclipse.core.resources.prefs
- +6 −6 GoogleWrapperSample/.settings/org.eclipse.jdt.core.prefs
- +5 −5 GoogleWrapperSample/.settings/org.eclipse.m2e.core.prefs
- +34 −34 GoogleWrapperSample/AndroidManifest.xml
- +68 −68 GoogleWrapperSample/pom.xml
- +12 −12 GoogleWrapperSample/project.properties
- +16 −16 GoogleWrapperSample/res/values/strings.xml
- +263 −263 GoogleWrapperSample/src/org/osmdroid/google/sample/GoogleWrapperSample.java
- +56 −56 OSMDroid_CleanUp_Settings.xml
- +279 −279 OSMDroid_Formatter_Settings.xml
- +20 −20 OSMMapTilePackager/.classpath
- +30 −30 OSMMapTilePackager/.project
- +50 −50 OSMMapTilePackager/build-jar.xml
- +67 −67 OSMMapTilePackager/build.xml
- +123 −123 OSMMapTilePackager/ext/usages.txt
- +60 −60 OSMMapTilePackager/pom.xml
- +94 −94 OSMMapTilePackager/src/org/osmdroid/mtp/adt/OSMTileInfo.java
- +147 −147 OSMMapTilePackager/src/org/osmdroid/mtp/download/DownloadManager.java
- +142 −142 OSMMapTilePackager/src/org/osmdroid/mtp/ui/BatchExecutorGUI.java
- +423 −423 OSMMapTilePackager/src/org/osmdroid/mtp/ui/OSMMapTilePackagerUI.java
- +55 −55 OSMMapTilePackager/src/org/osmdroid/mtp/util/DbCreator.java
- +56 −56 OSMMapTilePackager/src/org/osmdroid/mtp/util/FolderDeleter.java
- +51 −51 OSMMapTilePackager/src/org/osmdroid/mtp/util/FolderFileCounter.java
- +81 −81 OSMMapTilePackager/src/org/osmdroid/mtp/util/FolderZipper.java
- +50 −50 OSMMapTilePackager/src/org/osmdroid/mtp/util/Util.java
- +22 −22 OpenStreetMapViewer/.classpath
- +39 −39 OpenStreetMapViewer/.project
- +86 −86 OpenStreetMapViewer/AndroidManifest.xml
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
<classpathentry kind="src" output="bin/classes" path="gen"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="src" output="bin/classes" path="src"/> | ||
<classpathentry kind="output" path="bin/classes"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
<classpathentry kind="src" output="bin/classes" path="gen"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="src" output="bin/classes" path="src"/> | ||
<classpathentry kind="output" path="bin/classes"/> | ||
</classpath> |
@@ -1,39 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>GoogleWrapperSample</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.ApkBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>GoogleWrapperSample</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.ApkBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
@@ -1,3 +1,3 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 | ||
encoding/src=UTF-8 | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 | ||
encoding/src=UTF-8 |
@@ -1,6 +1,6 @@ | ||
#Fri Jan 20 22:36:39 CET 2012 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | ||
org.eclipse.jdt.core.compiler.source=1.6 | ||
#Fri Jan 20 22:36:39 CET 2012 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | ||
org.eclipse.jdt.core.compiler.source=1.6 |
@@ -1,5 +1,5 @@ | ||
#Fri Jan 20 22:36:39 CET 2012 | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 | ||
#Fri Jan 20 22:36:39 CET 2012 | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
@@ -1,34 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="org.osmdroid.google.sample" | ||
android:versionCode="1" | ||
android:versionName="1.0"> | ||
<application android:icon="@drawable/icon" android:label="@string/app_name"> | ||
<activity android:name=".GoogleWrapperSample" | ||
android:label="@string/app_name"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<uses-library android:name="com.google.android.maps" /> | ||
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="get your own key!"/> | ||
</application> | ||
|
||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16" /> | ||
|
||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> | ||
|
||
<uses-feature android:name="android.hardware.location.network" android:required="false" /> | ||
<uses-feature android:name="android.hardware.location.gps" android:required="false" /> | ||
<uses-feature android:name="android.hardware.telephony" android:required="false" /> | ||
<uses-feature android:name="android.hardware.wifi" android:required="false" /> | ||
<uses-feature android:glEsVersion="0x00020000" android:required="false"/> | ||
|
||
</manifest> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="org.osmdroid.google.sample" | ||
android:versionCode="1" | ||
android:versionName="1.0"> | ||
<application android:icon="@drawable/icon" android:label="@string/app_name"> | ||
<activity android:name=".GoogleWrapperSample" | ||
android:label="@string/app_name"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<uses-library android:name="com.google.android.maps" /> | ||
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="get your own key!"/> | ||
</application> | ||
|
||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16" /> | ||
|
||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> | ||
|
||
<uses-feature android:name="android.hardware.location.network" android:required="false" /> | ||
<uses-feature android:name="android.hardware.location.gps" android:required="false" /> | ||
<uses-feature android:name="android.hardware.telephony" android:required="false" /> | ||
<uses-feature android:name="android.hardware.wifi" android:required="false" /> | ||
<uses-feature android:glEsVersion="0x00020000" android:required="false"/> | ||
|
||
</manifest> |
@@ -1,68 +1,68 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.osmdroid</groupId> | ||
<artifactId>osmdroid-parent</artifactId> | ||
<version>4.2-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>GoogleWrapperSample</artifactId> | ||
<packaging>apk</packaging> | ||
|
||
<name>Google wrapper sample application</name> | ||
|
||
<dependencies> | ||
<!-- Android included libraries --> | ||
<dependency> | ||
<groupId>com.google.android</groupId> | ||
<artifactId>android</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.maps</groupId> | ||
<artifactId>maps</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>google-play-services</artifactId> | ||
<type>apklib</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>google-play-services</artifactId> | ||
<type>jar</type> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>osmdroid-android</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>osmdroid-third-party</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-android</artifactId> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<sourceDirectory>${basedir}/src</sourceDirectory> | ||
<plugins> | ||
<plugin> | ||
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | ||
<artifactId>android-maven-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.osmdroid</groupId> | ||
<artifactId>osmdroid-parent</artifactId> | ||
<version>4.2-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>GoogleWrapperSample</artifactId> | ||
<packaging>apk</packaging> | ||
|
||
<name>Google wrapper sample application</name> | ||
|
||
<dependencies> | ||
<!-- Android included libraries --> | ||
<dependency> | ||
<groupId>com.google.android</groupId> | ||
<artifactId>android</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.maps</groupId> | ||
<artifactId>maps</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>google-play-services</artifactId> | ||
<type>apklib</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>google-play-services</artifactId> | ||
<type>jar</type> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>osmdroid-android</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>osmdroid-third-party</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-android</artifactId> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<sourceDirectory>${basedir}/src</sourceDirectory> | ||
<plugins> | ||
<plugin> | ||
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | ||
<artifactId>android-maven-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> |
@@ -1,12 +1,12 @@ | ||
# This file is automatically generated by Android Tools. | ||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED! | ||
# | ||
# This file must be checked in Version Control Systems. | ||
# | ||
# To customize properties used by the Ant build system use, | ||
# "ant.properties", and override values to adapt the script to your | ||
# project structure. | ||
|
||
# Project target. | ||
target=android-16 | ||
android.library.reference.1=gen-external-apklibs/com.google.android.gms_google-play-services_13 | ||
# This file is automatically generated by Android Tools. | ||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED! | ||
# | ||
# This file must be checked in Version Control Systems. | ||
# | ||
# To customize properties used by the Ant build system use, | ||
# "ant.properties", and override values to adapt the script to your | ||
# project structure. | ||
|
||
# Project target. | ||
target=android-16 | ||
android.library.reference.1=gen-external-apklibs/com.google.android.gms_google-play-services_13 |
Oops, something went wrong.