Deployment Scripte und Ressourcen angepasst
@ -4,9 +4,9 @@ REM KeyStore: D:\Projekte\Android\pokedex\pokedexhelper.keystore
|
||||
REM Unsignierte APK: D:\Projekte\Android\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk
|
||||
REM ZipalignPfad: C:\Users\Maximus\AppData\Local\Android\sdk\build-tools\24.0.0
|
||||
REM Pfad der signierten APK: D:\Projekte\Android\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk
|
||||
|
||||
del C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\*.*
|
||||
c:
|
||||
cd C:\"Program Files"\Java\jdk1.8.0_25\bin
|
||||
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore C:\_IONIC_\pokedex\pokedexhelper.keystore C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk %1
|
||||
cd C:\Users\chilmer.UELVER\AppData\Local\Android\sdk\build-tools\23.0.3
|
||||
zipalign -v 4 C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\%1-release.apk
|
||||
d:
|
||||
cd \
|
||||
cd C:\_IONIC_\pokedex\
|
||||
cordova build --release android
|
||||
|
||||
15
Create_SignRelease.bat
Normal file
@ -0,0 +1,15 @@
|
||||
REM PARAMETER: pokedexhelper
|
||||
REM Order des JDK: C:\"Program Files"\Java\jdk1.8.0_25\bin
|
||||
REM KeyStore: D:\Projekte\Android\pokedex\pokedexhelper.keystore
|
||||
REM Unsignierte APK: D:\Projekte\Android\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk
|
||||
REM ZipalignPfad: C:\Users\Maximus\AppData\Local\Android\sdk\build-tools\24.0.0
|
||||
REM Pfad der signierten APK: D:\Projekte\Android\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk
|
||||
|
||||
c:
|
||||
cd \
|
||||
cd C:\"Program Files"\Java\jdk1.8.0_25\bin
|
||||
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore C:\_IONIC_\pokedex\pokedexhelper.keystore C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\android-release-unsigned.apk %1
|
||||
cd C:\Users\chilmer.UELVER\AppData\Local\Android\sdk\build-tools\23.0.3
|
||||
del C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\%1-release.apk
|
||||
zipalign -v 4 C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\android-release-unsigned.apk C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\%1-release.apk
|
||||
cd C:\_IONIC_\pokedex\
|
||||
15
Create_SignRelease_NB.bat
Normal file
@ -0,0 +1,15 @@
|
||||
REM PARAMETER: pokedexhelper
|
||||
REM Order des JDK: C:\"Program Files"\Java\jdk1.8.0_25\bin
|
||||
REM KeyStore: D:\Projekte\Android\pokedex\pokedexhelper.keystore
|
||||
REM Unsignierte APK: D:\Projekte\Android\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk
|
||||
REM ZipalignPfad: C:\Users\Maximus\AppData\Local\Android\sdk\build-tools\24.0.0
|
||||
REM Pfad der signierten APK: D:\Projekte\Android\pokedex\platforms\android\build\outputs\apk\android-armv7-release-unsigned.apk
|
||||
|
||||
c:
|
||||
cd \
|
||||
cd C:\"Program Files"\Java\jdk1.8.0_25\bin
|
||||
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore C:\_IONIC_\pokedex\pokedexhelper.keystore C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\aandroid-release-unsigned.apk %1
|
||||
cd C:\Users\chilmer.UELVER\AppData\Local\Android\sdk\build-tools\23.0.3
|
||||
del C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\%1-release.apk
|
||||
zipalign -v 4 C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\android-release-unsigned.apk C:\_IONIC_\pokedex\platforms\android\build\outputs\apk\%1-release.apk
|
||||
cd C:\_IONIC_\pokedex\
|
||||
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<widget id="com.raataar.pokedexhelper" android-versionCode="13" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>Pokedex Helper</name>
|
||||
<description>
|
||||
Pokedex Helper - Das Trainertool Deluxe
|
||||
<description>

|
||||
Pokedex Helper - Das Trainertool Deluxe

|
||||
</description>
|
||||
<author email="info@raataar.de" href="http://www.raataar.de">
|
||||
Ionic Up Team
|
||||
<author email="info@raataar.de" href="http://www.raataar.de">

|
||||
Ionic Up Team

|
||||
</author>
|
||||
<content src="index.html"/>
|
||||
<access origin="*"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 236 KiB |
|
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 267 KiB After Width: | Height: | Size: 509 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 226 KiB |
|
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 349 KiB |
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 495 KiB |
BIN
stuff/Store/Icon.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
stuff/Store/funktionsscreen.png
Normal file
|
After Width: | Height: | Size: 293 KiB |
BIN
stuff/Store/funktionsscreen.psd
Normal file
BIN
stuff/Store/g4928.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
123
stuff/Store/icon.svg
Normal file
@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 100 100"
|
||||
enable-background="new 0 0 100 100"
|
||||
xml:space="preserve"
|
||||
id="svg2"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="icon.svg"><metadata
|
||||
id="metadata20"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs18" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1680"
|
||||
inkscape:window-height="987"
|
||||
id="namedview16"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.36"
|
||||
inkscape:cx="50"
|
||||
inkscape:cy="50"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" /><g
|
||||
id="g4928"><circle
|
||||
id="circle8"
|
||||
r="10.125"
|
||||
cy="57.893002"
|
||||
cx="49.925999" /><path
|
||||
id="path10"
|
||||
d="m 50,78.988 c -19.872,0 -35.541,-16.789 -36.198,-17.503 l -1.95,-2.12 1.788,-2.259 C 13.804,56.898 17.737,51.964 24.083,47.004 32.664,40.296 41.626,36.751 50,36.751 c 8.374,0 17.336,3.546 25.918,10.253 6.346,4.96 10.278,9.894 10.443,10.102 l 1.788,2.259 -1.95,2.12 C 85.541,62.2 69.872,78.988 50,78.988 Z M 20.944,59.019 C 25.56,63.219 36.99,72.238 50,72.238 63.059,72.238 74.457,63.225 79.061,59.024 74.565,54.226 63.054,43.501 50,43.501 c -13.049,0 -24.556,10.717 -29.056,15.518 z"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff1a1a;fill-opacity:1"
|
||||
id="path12"
|
||||
d="M 44.305,30.939 50,21.075 l 5.695,9.864 c 3.002,0.427 6.045,1.185 9.102,2.265 L 50,7.575 35.203,33.204 c 3.057,-1.08 6.1,-1.838 9.102,-2.265 z"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#d60909;fill-opacity:1"
|
||||
id="path14"
|
||||
d="M 81.252,74.857 87.309,85 12.691,85 18.748,74.857 C 16.719,73.578 14.854,72.228 13.17,70.97 L 1,92 99,92 86.83,70.97 c -1.684,1.258 -3.55,2.608 -5.578,3.887 z"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
transform="matrix(0.19838534,0,0,0.20173938,37.680458,45.307579)"
|
||||
id="g4149"><g
|
||||
id="g4151"><circle
|
||||
id="circle4153"
|
||||
r="61.667"
|
||||
cy="63.166"
|
||||
cx="63.167"
|
||||
style="fill:#ff1a1a" /></g><g
|
||||
id="g4155"><ellipse
|
||||
id="ellipse4157"
|
||||
ry="47.231998"
|
||||
rx="61.667"
|
||||
cy="63.166"
|
||||
cx="63.167"
|
||||
style="fill:#d60909" /></g><g
|
||||
id="g4159"><path
|
||||
id="path4161"
|
||||
d="m 1.5,63.166 c 0,34.061 27.609,61.668 61.667,61.668 34.058,0 61.667,-27.607 61.667,-61.668 l -123.334,0 z"
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g4163"><path
|
||||
id="path4165"
|
||||
d="m 63.167,110.398 c 34.058,0 61.667,-21.148 61.667,-47.232 l -123.334,0 c 0,26.084 27.609,47.232 61.667,47.232 z"
|
||||
style="fill:#d8e5ea"
|
||||
inkscape:connector-curvature="0" /></g><path
|
||||
id="path4167"
|
||||
d="M 63.167,0 C 28.336,0 0,28.336 0,63.166 c 0,34.831 28.336,63.168 63.167,63.168 34.831,0 63.167,-28.337 63.167,-63.168 C 126.334,28.336 97.998,0 63.167,0 Z m 0,3 c 32.673,0 59.328,26.183 60.129,58.666 l -120.258,0 C 3.839,29.183 30.494,3 63.167,3 Z m 0,120.334 C 30.494,123.334 3.839,97.15 3.038,64.666 l 120.258,0 C 122.495,97.15 95.84,123.334 63.167,123.334 Z"
|
||||
style="fill:#33363a"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g4169"><circle
|
||||
id="circle4171"
|
||||
r="16.764"
|
||||
cy="68.867996"
|
||||
cx="63.167"
|
||||
style="fill:#a7bbc1" /></g><g
|
||||
id="g4173"><circle
|
||||
id="circle4175"
|
||||
r="16.764"
|
||||
cy="63.167"
|
||||
cx="63.167"
|
||||
style="fill:#ffffff" /></g><g
|
||||
id="g4177"><path
|
||||
id="path4179"
|
||||
d="m 51.313,75.021 c -6.547,-6.547 -6.546,-17.16 0,-23.709 6.547,-6.546 17.161,-6.546 23.707,0"
|
||||
style="fill:#d8e5ea"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g4181"><path
|
||||
id="path4183"
|
||||
d="m 63.167,81.432 c -4.878,0 -9.465,-1.9 -12.915,-5.35 -7.12,-7.12 -7.12,-18.707 0,-25.83 7.122,-7.12 18.708,-7.12 25.829,0 l 0,0 c 3.45,3.451 5.351,8.038 5.351,12.916 0,4.878 -1.9,9.465 -5.351,12.915 -3.449,3.449 -8.035,5.349 -12.914,5.349 z m 0,-33.522 c -3.909,0 -7.817,1.487 -10.793,4.463 -5.95,5.953 -5.95,15.637 0,21.588 2.883,2.883 6.716,4.471 10.793,4.471 4.077,0 7.91,-1.588 10.792,-4.471 2.883,-2.883 4.472,-6.716 4.472,-10.793 0,-4.077 -1.588,-7.91 -4.472,-10.794 C 70.985,49.398 67.076,47.91 63.167,47.91 Z"
|
||||
style="fill:#33363a"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g4185"><path
|
||||
id="path4187"
|
||||
d="m 68.871,68.87 c -3.149,3.146 -8.257,3.146 -11.404,0 -3.149,-3.15 -3.148,-8.255 0,-11.403 3.148,-3.15 8.255,-3.148 11.403,0 3.149,3.148 3.149,8.253 10e-4,11.403 z"
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g4189"><path
|
||||
id="path4191"
|
||||
d="m 57.467,57.467 c 3.148,-3.15 8.255,-3.148 11.403,0 3.148,3.148 3.148,8.253 10e-4,11.403"
|
||||
style="fill:#d8e5ea"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g4193"><path
|
||||
id="path4195"
|
||||
d="m 63.168,72.725 c -2.45,0 -4.898,-0.931 -6.762,-2.794 -3.729,-3.73 -3.729,-9.797 0,-13.525 1.805,-1.807 4.207,-2.802 6.761,-2.802 0,0 0,0 0,0 2.555,0 4.957,0.996 6.763,2.802 3.728,3.727 3.728,9.794 10e-4,13.524 0,0 0,10e-4 -10e-4,10e-4 -1.864,1.863 -4.313,2.794 -6.762,2.794 z M 63.167,56.604 c -1.753,0 -3.401,0.683 -4.64,1.923 -2.559,2.559 -2.559,6.723 0,9.282 2.558,2.557 6.723,2.557 9.283,0 2.558,-2.56 2.557,-6.724 -0.001,-9.282 -1.239,-1.239 -2.888,-1.922 -4.642,-1.923 l 0,0 z"
|
||||
style="fill:#33363a"
|
||||
inkscape:connector-curvature="0" /></g></g></g></svg>
|
||||
|
After Width: | Height: | Size: 6.4 KiB |
1
stuff/Store/noun_24673.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><switch><foreignObject requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/" x="0" y="0" width="1" height="1"></foreignObject><g i:extraneous="self"><circle cx="49.926" cy="57.893" r="10.125"></circle><path d="M50,78.988c-19.872,0-35.541-16.789-36.198-17.503l-1.95-2.12l1.788-2.259c0.164-0.208,4.097-5.142,10.443-10.102 C32.664,40.296,41.626,36.751,50,36.751c8.374,0,17.336,3.546,25.918,10.253c6.346,4.96,10.278,9.894,10.443,10.102l1.788,2.259 l-1.95,2.12C85.541,62.2,69.872,78.988,50,78.988z M20.944,59.019C25.56,63.219,36.99,72.238,50,72.238 c13.059,0,24.457-9.013,29.061-13.214C74.565,54.226,63.054,43.501,50,43.501C36.951,43.501,25.444,54.218,20.944,59.019z"></path><path d="M44.305,30.939L50,21.075l5.695,9.864c3.002,0.427,6.045,1.185,9.102,2.265L50,7.575L35.203,33.204 C38.26,32.124,41.303,31.366,44.305,30.939z"></path><path d="M81.252,74.857L87.309,85H12.691l6.057-10.143c-2.029-1.279-3.894-2.629-5.578-3.887L1,92h98L86.83,70.97 C85.146,72.228,83.28,73.578,81.252,74.857z"></path></g></switch></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
BIN
stuff/Store/screenshot1.jpg
Normal file
|
After Width: | Height: | Size: 411 KiB |
BIN
stuff/Store/screenshot2.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
stuff/Store/screenshot3.jpg
Normal file
|
After Width: | Height: | Size: 446 KiB |
BIN
stuff/Store/screenshot4.jpg
Normal file
|
After Width: | Height: | Size: 306 KiB |
BIN
stuff/Store/screenshot5.jpg
Normal file
|
After Width: | Height: | Size: 399 KiB |
BIN
stuff/Store/screenshot6.jpg
Normal file
|
After Width: | Height: | Size: 465 KiB |
BIN
stuff/Store/screenshot7.jpg
Normal file
|
After Width: | Height: | Size: 384 KiB |
BIN
stuff/icon.psd
Normal file
BIN
stuff/splash.psd
Normal file
@ -246,16 +246,22 @@ angular.module('starter', ['ionic','ngIOS9UIWebViewPatch','starter.controllers',
|
||||
}
|
||||
|
||||
function StoreInitsuccessHandler (result) {
|
||||
inappbilling.getPurchases(purchasessuccess, purchasesfail)
|
||||
inappbilling.getPurchases(purchasessuccess, purchasesfail);
|
||||
console.log("Store initialisiert");
|
||||
|
||||
}
|
||||
|
||||
function StoreIniterrorHandler (error) {
|
||||
console.log("Store initialisierung fehlgeschlagen.");
|
||||
window.globalVariable.adfree="";
|
||||
}
|
||||
|
||||
function purchasessuccess (result) {
|
||||
var p = result[0];
|
||||
console.log("result[0]");
|
||||
console.debug(p);
|
||||
console.log("result");
|
||||
console.debug(result);
|
||||
if(p['productId'] == 'adfree') {
|
||||
window.globalVariable.adfree="adfree";
|
||||
}
|
||||
|
||||