2013-11-02 00:16:14 +00:00
|
|
|
Categories:Navigation
|
2012-08-22 13:16:52 +00:00
|
|
|
License:GPLv3
|
2012-08-24 16:38:50 +00:00
|
|
|
Web Site:http://osmand.net
|
2011-08-07 11:34:32 +00:00
|
|
|
Source Code:https://github.com/osmandapp/Osmand
|
2014-01-30 09:54:23 +00:00
|
|
|
Issue Tracker:https://github.com/osmandapp/Osmand/issues
|
2014-01-31 01:41:47 +00:00
|
|
|
Donate:https://code.google.com/p/osmand/#Please_support_the_project
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2013-07-10 09:40:49 +00:00
|
|
|
Auto Name:OsmAnd~
|
2012-08-30 13:39:45 +00:00
|
|
|
Summary:Maps & navigation; online and off
|
2011-06-23 23:13:27 +00:00
|
|
|
Description:
|
2013-08-06 09:05:04 +00:00
|
|
|
'''N.B''' Each apk is labelled according to the CPU architecture which it is
|
|
|
|
designed to run on; if in doubt, use ARM.
|
|
|
|
|
2013-06-26 16:48:30 +00:00
|
|
|
Osmand~'s features can be extended by enabling the plugins
|
|
|
|
via the settings, which include online
|
2013-04-09 21:38:55 +00:00
|
|
|
maps from many sources, tracking, OSM editing and accessibility enhancements.
|
|
|
|
Map data of both vector
|
|
|
|
and raster types can be stored on the phone memory card for offline usage, and
|
2013-06-21 11:17:58 +00:00
|
|
|
navigation by default uses offline methods.
|
|
|
|
Map data packages for many territories can be downloaded from
|
|
|
|
within the app and there is a desktop program available on the website as well
|
2013-07-29 14:25:42 +00:00
|
|
|
for creating your own.
|
|
|
|
|
2013-08-08 12:41:17 +00:00
|
|
|
The "~" is appended to differentiate it from the developers' builds.
|
2011-06-23 23:13:27 +00:00
|
|
|
.
|
|
|
|
|
2013-08-06 09:05:04 +00:00
|
|
|
# Name srclibs in such a way as to replicate OsmAnd build tree
|
2013-06-15 16:49:34 +00:00
|
|
|
Repo Type:srclib
|
|
|
|
Repo:android
|
2011-06-23 23:13:27 +00:00
|
|
|
|
2014-01-30 09:54:23 +00:00
|
|
|
Build:0.6.5,34
|
|
|
|
commit=v0.6.5
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
prebuild=mkdir assets && \
|
|
|
|
mkdir raw
|
|
|
|
|
|
|
|
Build:0.6.6,36
|
|
|
|
commit=v0.6.6_2
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
prebuild=mkdir raw
|
|
|
|
|
|
|
|
Build:0.6.7,37
|
|
|
|
commit=v0.6.7
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
patch=code37.patch
|
|
|
|
prebuild=mkdir raw
|
|
|
|
|
|
|
|
Build:0.6.8,39
|
|
|
|
commit=v0.6.8
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
prebuild=mkdir raw
|
|
|
|
|
|
|
|
Build:0.6.8',41
|
|
|
|
disable=No corresponding source for whatever this is
|
|
|
|
commit=unknown - see disabled
|
|
|
|
|
|
|
|
Build:0.6.9,42
|
|
|
|
commit=v0.6.9
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
prebuild=mkdir raw
|
|
|
|
|
|
|
|
Build:0.6.9',43
|
|
|
|
disable=No corresponding source for whatever this is
|
|
|
|
commit=unknown - see disabled
|
|
|
|
|
|
|
|
Build:0.8.1,65
|
|
|
|
commit=d62472532d8
|
|
|
|
subdir=OsmAnd
|
|
|
|
target=android-8
|
|
|
|
update=force
|
|
|
|
encoding=utf-8
|
|
|
|
forceversion=yes
|
|
|
|
prebuild=cd ../DataExtractionOSM && \
|
|
|
|
ant compile build && \
|
|
|
|
cd ../OsmAnd/ && \
|
|
|
|
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
|
|
|
|
zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
|
|
|
|
cp -r ../DataExtractionOSM/build/lib/ libs/
|
|
|
|
buildjni=no
|
|
|
|
|
|
|
|
Build:0.8.2,71
|
|
|
|
commit=50a4733475cd
|
|
|
|
subdir=OsmAnd
|
|
|
|
submodules=yes
|
|
|
|
target=android-8
|
|
|
|
update=force
|
|
|
|
encoding=utf-8
|
|
|
|
forceversion=yes
|
|
|
|
forcevercode=yes
|
|
|
|
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
cd ../DataExtractionOSM && \
|
|
|
|
ant compile build && \
|
|
|
|
cd ../OsmAnd/ && \
|
|
|
|
sed -i 's/app_version">[^<]*/app_version">0.8.2-fdroid/' res/values/no_translate.xml && \
|
|
|
|
cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
|
|
|
|
zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
|
|
|
|
cp -r ../DataExtractionOSM/build/lib/ libs/
|
|
|
|
buildjni=yes
|
2013-07-29 14:25:42 +00:00
|
|
|
|
2013-08-24 19:28:29 +00:00
|
|
|
# branch r1.5
|
2014-01-30 09:54:23 +00:00
|
|
|
Build:1.5-MIPS,143
|
|
|
|
commit=0eb598d815c
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
forcevercode=yes
|
|
|
|
rm=SherlockBar/build.xml
|
|
|
|
extlibs=perms-osmand_145.diff
|
|
|
|
srclibs=tools@bfee93a8d;core@r1.1.4;resources@836be71481
|
|
|
|
patch=remove_analytics_android_145.diff
|
|
|
|
prebuild=rm ../../core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
|
|
|
|
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
$$SDK$$/tools/android update project -p ../SherlockBar && \
|
|
|
|
sed -i 's/app_version">[^<]*/app_version">1.5-MIPS/' res/values/no_translate.xml && \
|
|
|
|
sed -i '/keys/d' ant.properties && \
|
|
|
|
cd ../../core/ && \
|
|
|
|
git apply ../android/OsmAnd/libs/perms-osmand_145.diff
|
|
|
|
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_MIPS_ONLY=true ./ndk-build.sh && \
|
|
|
|
ant jar native-libs -f $$tools$$/OsmAndMapCreator/build.xml && \
|
|
|
|
ant build -f ../OsmAnd-java/build.xml
|
|
|
|
buildjni=no
|
2013-08-04 16:07:21 +00:00
|
|
|
|
2013-08-24 19:28:29 +00:00
|
|
|
# branch r1.5
|
2014-01-30 09:54:23 +00:00
|
|
|
Build:1.5-X86,144
|
|
|
|
commit=0eb598d815c
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
forcevercode=yes
|
|
|
|
rm=SherlockBar/build.xml
|
|
|
|
extlibs=perms-osmand_145.diff
|
|
|
|
srclibs=tools@bfee93a8d;core@r1.1.4;resources@836be71481
|
|
|
|
patch=remove_analytics_android_145.diff
|
|
|
|
prebuild=rm ../../core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
|
|
|
|
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
$$SDK$$/tools/android update project -p ../SherlockBar && \
|
|
|
|
sed -i 's/app_version">[^<]*/app_version">1.5-X86/' res/values/no_translate.xml && \
|
|
|
|
sed -i '/keys/d' ant.properties && \
|
|
|
|
cd ../../core/ && \
|
|
|
|
git apply ../android/OsmAnd/libs/perms-osmand_145.diff
|
|
|
|
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_X86_ONLY=true ./ndk-build.sh && \
|
|
|
|
ant jar native-libs -f $$tools$$/OsmAndMapCreator/build.xml && \
|
|
|
|
ant build -f ../OsmAnd-java/build.xml
|
|
|
|
buildjni=no
|
2013-08-04 16:07:21 +00:00
|
|
|
|
2013-08-24 19:28:29 +00:00
|
|
|
# branch r1.5
|
2014-01-30 09:54:23 +00:00
|
|
|
Build:1.5-ARM,145
|
|
|
|
commit=0eb598d815c
|
|
|
|
subdir=OsmAnd
|
|
|
|
encoding=utf-8
|
|
|
|
forcevercode=yes
|
|
|
|
rm=SherlockBar/build.xml
|
|
|
|
extlibs=perms-osmand_145.diff;osmand-zlib-url_145.patch
|
|
|
|
srclibs=tools@bfee93a8d;core@r1.1.4;resources@836be71481
|
|
|
|
patch=remove_analytics_android_145.diff
|
|
|
|
prebuild=rm ../../core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
|
|
|
|
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
$$SDK$$/tools/android update project -p ../SherlockBar && \
|
|
|
|
sed -i 's/app_version">[^<]*/app_version">1.5-ARM/' res/values/no_translate.xml && \
|
|
|
|
sed -i '/keys/d' ant.properties && \
|
|
|
|
cd ../../core/ && \
|
|
|
|
git apply ../android/OsmAnd/libs/perms-osmand_145.diff && \
|
|
|
|
git apply ../android/OsmAnd/libs/osmand-zlib-url_145.patch
|
|
|
|
build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_ARM_ONLY=true ./ndk-build.sh && \
|
|
|
|
ant jar native-libs -f $$tools$$/OsmAndMapCreator/build.xml && \
|
|
|
|
ant build -f ../OsmAnd-java/build.xml
|
|
|
|
buildjni=no
|
|
|
|
|
2012-09-25 22:58:12 +00:00
|
|
|
Auto Update Mode:None
|
2013-07-29 14:25:42 +00:00
|
|
|
Update Check Mode:None
|
2014-01-30 09:54:23 +00:00
|
|
|
Current Version:1.6.5
|
|
|
|
Current Version Code:165
|
2012-01-10 23:25:28 +00:00
|
|
|
|