chiark / gitweb /
support app metadata in XML format
[fdroidserver.git] / tests / metadata / net.osmand.plus.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <resources>
4   <string-array name="AntiFeatures">
5     <item>Tracking</item>
6     <item>NonFreeNet</item>
7   </string-array>
8
9   <string-array name="Categories">
10     <item>Navigation</item>
11   </string-array>
12
13   <string name="License">GPLv3</string>
14   <string name="Web Site">http://osmand.net</string>
15   <string name="Source Code">https://github.com/osmandapp/Osmand</string>
16   <string name="Issue Tracker">https://github.com/osmandapp/Osmand/issues</string>
17   <string name="Donate">https://code.google.com/p/osmand/#Please_support_the_project</string>
18
19   <string name="Name">OsmAnd~</string>
20   <string name="Summary">Offline/online maps and navigation</string>
21   <string name="Description">Osmand~'s features can be extended by enabling the plugins via the settings,
22 which include online maps from many sources, tracking, OpenStreetMap (OSM) editing and
23 accessibility enhancements.
24
25 Map data of both vector and raster types can be stored on the phone memory
26 card for offline usage, and navigation by default uses offline methods. Map
27 data packages for many territories can be downloaded from within the app and
28 there is a desktop program available on the website as well for creating your
29 own.
30
31 Anti-Features: Tracking - It will send your device and application specs to an
32 Analytics server upon downloading the list of maps you can download.
33
34 [https://osmandapp.github.io/changes.html Changelog]
35 </string>
36
37   <string name="Repo Type">git</string>
38   <string name="Repo">https://github.com/mvdan/OsmAnd-submodules</string>
39 <!--  <string name="Repo">https://github.com/osmandapp/Osmand</string/ -->
40
41 <!--
42 # Old builds with the old repo
43 #Build:0.6.5,34
44 #    commit=v0.6.5
45 #    subdir=OsmAnd
46 #    encoding=utf-8
47 #    prebuild=mkdir assets && \
48 #        mkdir raw
49 #
50 #Build:0.6.6,36
51 #    commit=v0.6.6_2
52 #    subdir=OsmAnd
53 #    encoding=utf-8
54 #    prebuild=mkdir raw
55 #
56 #Build:0.6.7,37
57 #    commit=v0.6.7
58 #    subdir=OsmAnd
59 #    encoding=utf-8
60 #    patch=code37.patch
61 #    prebuild=mkdir raw
62 #
63 #Build:0.6.8,39
64 #    commit=v0.6.8
65 #    subdir=OsmAnd
66 #    encoding=utf-8
67 #    prebuild=mkdir raw
68 #
69 #Build:0.6.8',41
70 #    disable=No corresponding source for whatever this is
71 #    commit=unknown - see disabled
72 #
73 #Build:0.6.9,42
74 #    commit=v0.6.9
75 #    subdir=OsmAnd
76 #    encoding=utf-8
77 #    prebuild=mkdir raw
78 #
79 #Build:0.6.9',43
80 #    disable=No corresponding source for whatever this is
81 #    commit=unknown - see disabled
82 #
83 #Build:0.8.1,65
84 #    commit=d62472532d8
85 #    subdir=OsmAnd
86 #    target=android-8
87 #    init=rm -f build.xml
88 #    encoding=utf-8
89 #    forceversion=yes
90 #    prebuild=cd ../DataExtractionOSM && \
91 #        ant compile build && \
92 #        cd ../OsmAnd/ && \
93 #        cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
94 #        zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
95 #        cp -r ../DataExtractionOSM/build/lib/ libs/
96 #    buildjni=no
97 #
98 #Build:0.8.2,71
99 #    commit=50a4733475cd
100 #    subdir=OsmAnd
101 #    submodules=yes
102 #    target=android-8
103 #    init=rm -f build.xml
104 #    encoding=utf-8
105 #    forceversion=yes
106 #    forcevercode=yes
107 #    prebuild=cd ../DataExtractionOSM && \
108 #        ant compile build && \
109 #        cd ../OsmAnd/ && \
110 #        sed -i 's/app_version">[^<]*/app_version">0.8.2-fdroid/' res/values/no_translate.xml && \
111 #        cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
112 #        zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
113 #        cp -r ../DataExtractionOSM/build/lib/ libs/
114 #    buildjni=yes
115 -->
116
117 <builds>
118
119   <build>
120     <versionCode>182</versionCode>
121     <versionName>1.8.2</versionName>
122     <commit>76ada6c8a08afe69acb755503373ac36328ef665</commit>
123     <subdir>android/OsmAnd</subdir>
124     <submodules>true</submodules>
125     <output>bin/OsmAnd-release-unsigned.apk</output>
126     <prebuild>sed -i 's/"OsmAnd+"/"OsmAnd~"/g' build.xml</prebuild>
127     <build>./old-ndk-build.sh &amp;&amp; ant -Dsdk.dir="$ANDROID_SDK" -Dndk.dir="$ANDROID_NDK" -DBLACKBERRY_BUILD=false -DBUILD_SUFFIX= -DAPK_NUMBER_VERSION=182 "-DFEATURES=+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav" -DCLEAN_CPP=false -DPACKAGE_TO_BUILT=net.osmand.plus -DAPK_VERSION=1.8.2 -Dnet.osmand.plus= -Dbuild.version=1.8.2 -Dbuild.version.code=182 -Dnativeoff=false "-DversionFeatures=+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav" clean release</build>
128     <buildjni>no</buildjni>
129   </build>
130
131   <build>
132     <versionName>1.8.3</versionName>
133     <versionCode>183</versionCode>
134     <commit>1.8.3</commit>
135     <subdir>android/OsmAnd</subdir>
136     <submodules>true</submodules>
137     <output>bin/OsmAnd-release-unsigned.apk</output>
138     <build>../../build</build>
139     <buildjni>no</buildjni>
140   </build>
141
142   <build>
143     <versionName>1.9.4</versionName>
144     <versionCode>196</versionCode>
145     <commit>1.9.4</commit>
146     <subdir>android/OsmAnd</subdir>
147     <submodules>true</submodules>
148     <output>bin/OsmAnd-release-unsigned.apk</output>
149     <build>../../build</build>
150     <buildjni>no</buildjni>
151     <ndk>r10d</ndk>
152   </build>
153
154   <build>
155     <versionName>1.9.5</versionName>
156     <versionCode>197</versionCode>
157     <commit>1.9.5</commit>
158     <subdir>android/OsmAnd</subdir>
159     <submodules>true</submodules>
160     <output>bin/OsmAnd-release-unsigned.apk</output>
161     <build>../../build</build>
162     <buildjni>no</buildjni>
163     <ndk>r10d</ndk>
164   </build>
165
166 </builds>
167
168   <string name="Maintainer Notes">
169 No UCMs apply because git never contains actual releases, only pre-releses.
170
171 The build instructions have been moved to a script in the root of the repo,
172 'build'. This way it can be updated along with the submodules.
173   </string>
174
175   <string name="Auto Update Mode">None</string>
176   <string name="Update Check Mode">None</string>
177   <string name="Current Version">1.9.5</string>
178   <string name="Current Version Code">197</string>
179
180 </resources>