diff --git a/Create_Release_NB.bat b/Create_Release_NB.bat index ab6078f..b175bb6 100644 --- a/Create_Release_NB.bat +++ b/Create_Release_NB.bat @@ -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 diff --git a/Create_SignRelease.bat b/Create_SignRelease.bat new file mode 100644 index 0000000..7422baf --- /dev/null +++ b/Create_SignRelease.bat @@ -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\ diff --git a/Create_SignRelease_NB.bat b/Create_SignRelease_NB.bat new file mode 100644 index 0000000..a363e83 --- /dev/null +++ b/Create_SignRelease_NB.bat @@ -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\ diff --git a/config.xml b/config.xml index 37f7b61..23db3f7 100644 --- a/config.xml +++ b/config.xml @@ -1,11 +1,11 @@ Pokedex Helper - - Pokedex Helper - Das Trainertool Deluxe + + Pokedex Helper - Das Trainertool Deluxe - - Ionic Up Team + + Ionic Up Team diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png index edb5383..e806f2d 100644 Binary files a/resources/android/icon/drawable-hdpi-icon.png and b/resources/android/icon/drawable-hdpi-icon.png differ diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png index 5205b02..52b1999 100644 Binary files a/resources/android/icon/drawable-ldpi-icon.png and b/resources/android/icon/drawable-ldpi-icon.png differ diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png index d6b4153..693045e 100644 Binary files a/resources/android/icon/drawable-mdpi-icon.png and b/resources/android/icon/drawable-mdpi-icon.png differ diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png index 4a03ab9..9a63117 100644 Binary files a/resources/android/icon/drawable-xhdpi-icon.png and b/resources/android/icon/drawable-xhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png index 9016ad5..e31ebe2 100644 Binary files a/resources/android/icon/drawable-xxhdpi-icon.png and b/resources/android/icon/drawable-xxhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png index 098bf52..909da91 100644 Binary files a/resources/android/icon/drawable-xxxhdpi-icon.png and b/resources/android/icon/drawable-xxxhdpi-icon.png differ diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png index 9e90081..29da1d7 100644 Binary files a/resources/android/splash/drawable-land-hdpi-screen.png and b/resources/android/splash/drawable-land-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png index 9709846..460cd24 100644 Binary files a/resources/android/splash/drawable-land-ldpi-screen.png and b/resources/android/splash/drawable-land-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png index 12ab35b..82f75be 100644 Binary files a/resources/android/splash/drawable-land-mdpi-screen.png and b/resources/android/splash/drawable-land-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png index fc85a75..f8b5f5c 100644 Binary files a/resources/android/splash/drawable-land-xhdpi-screen.png and b/resources/android/splash/drawable-land-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png index d0a802a..53e5e26 100644 Binary files a/resources/android/splash/drawable-land-xxhdpi-screen.png and b/resources/android/splash/drawable-land-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxxhdpi-screen.png b/resources/android/splash/drawable-land-xxxhdpi-screen.png index 3a2ec63..d2d9ac7 100644 Binary files a/resources/android/splash/drawable-land-xxxhdpi-screen.png and b/resources/android/splash/drawable-land-xxxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-hdpi-screen.png b/resources/android/splash/drawable-port-hdpi-screen.png index 946b0e6..613709d 100644 Binary files a/resources/android/splash/drawable-port-hdpi-screen.png and b/resources/android/splash/drawable-port-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png index 521a9bb..8daade9 100644 Binary files a/resources/android/splash/drawable-port-ldpi-screen.png and b/resources/android/splash/drawable-port-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png index d2bcff1..8d703f5 100644 Binary files a/resources/android/splash/drawable-port-mdpi-screen.png and b/resources/android/splash/drawable-port-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png index ee8918b..9107a85 100644 Binary files a/resources/android/splash/drawable-port-xhdpi-screen.png and b/resources/android/splash/drawable-port-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png index 7941903..cf0bbf5 100644 Binary files a/resources/android/splash/drawable-port-xxhdpi-screen.png and b/resources/android/splash/drawable-port-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png index 81b3be9..51ef52b 100644 Binary files a/resources/android/splash/drawable-port-xxxhdpi-screen.png and b/resources/android/splash/drawable-port-xxxhdpi-screen.png differ diff --git a/resources/icon.psd b/resources/icon.psd index 08c213c..6c6e9b4 100644 Binary files a/resources/icon.psd and b/resources/icon.psd differ diff --git a/resources/splash.psd b/resources/splash.psd index cd00518..e39c154 100644 Binary files a/resources/splash.psd and b/resources/splash.psd differ diff --git a/stuff/Store/Icon.png b/stuff/Store/Icon.png new file mode 100644 index 0000000..d312d39 Binary files /dev/null and b/stuff/Store/Icon.png differ diff --git a/stuff/Store/funktionsscreen.png b/stuff/Store/funktionsscreen.png new file mode 100644 index 0000000..5c93fd2 Binary files /dev/null and b/stuff/Store/funktionsscreen.png differ diff --git a/stuff/Store/funktionsscreen.psd b/stuff/Store/funktionsscreen.psd new file mode 100644 index 0000000..dbffe03 Binary files /dev/null and b/stuff/Store/funktionsscreen.psd differ diff --git a/stuff/Store/g4928.png b/stuff/Store/g4928.png new file mode 100644 index 0000000..ec297b4 Binary files /dev/null and b/stuff/Store/g4928.png differ diff --git a/stuff/Store/icon.svg b/stuff/Store/icon.svg new file mode 100644 index 0000000..3522e20 --- /dev/null +++ b/stuff/Store/icon.svg @@ -0,0 +1,123 @@ + +image/svg+xml \ No newline at end of file diff --git a/stuff/Store/noun_24673.svg b/stuff/Store/noun_24673.svg new file mode 100644 index 0000000..6775bad --- /dev/null +++ b/stuff/Store/noun_24673.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/stuff/Store/screenshot1.jpg b/stuff/Store/screenshot1.jpg new file mode 100644 index 0000000..fee069b Binary files /dev/null and b/stuff/Store/screenshot1.jpg differ diff --git a/stuff/Store/screenshot2.jpg b/stuff/Store/screenshot2.jpg new file mode 100644 index 0000000..d45c91f Binary files /dev/null and b/stuff/Store/screenshot2.jpg differ diff --git a/stuff/Store/screenshot3.jpg b/stuff/Store/screenshot3.jpg new file mode 100644 index 0000000..a756680 Binary files /dev/null and b/stuff/Store/screenshot3.jpg differ diff --git a/stuff/Store/screenshot4.jpg b/stuff/Store/screenshot4.jpg new file mode 100644 index 0000000..c0a72a5 Binary files /dev/null and b/stuff/Store/screenshot4.jpg differ diff --git a/stuff/Store/screenshot5.jpg b/stuff/Store/screenshot5.jpg new file mode 100644 index 0000000..086163e Binary files /dev/null and b/stuff/Store/screenshot5.jpg differ diff --git a/stuff/Store/screenshot6.jpg b/stuff/Store/screenshot6.jpg new file mode 100644 index 0000000..3ed8243 Binary files /dev/null and b/stuff/Store/screenshot6.jpg differ diff --git a/stuff/Store/screenshot7.jpg b/stuff/Store/screenshot7.jpg new file mode 100644 index 0000000..c8bbf12 Binary files /dev/null and b/stuff/Store/screenshot7.jpg differ diff --git a/stuff/icon.psd b/stuff/icon.psd new file mode 100644 index 0000000..6d25a89 Binary files /dev/null and b/stuff/icon.psd differ diff --git a/stuff/splash.psd b/stuff/splash.psd new file mode 100644 index 0000000..af58b7c Binary files /dev/null and b/stuff/splash.psd differ diff --git a/www/js/app.js b/www/js/app.js index 8245354..9f01c98 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -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"; }