Google-Store Kauf funktionstuechtig, Dialoge geadded.

This commit is contained in:
2016-01-21 22:37:56 +01:00
parent 7c683d7450
commit 3333e9eb4a
174 changed files with 3896 additions and 263 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/C:/Ionic/Ionic/wollerosenkaufen/platforms/android/res/values/strings.xml -->
<!-- From: file:/C:/Ionic/Ionic/git/wolle-rosen-kaufen/platforms/android/res/values/strings.xml -->
<eat-comment/>
<string name="activity_name">@string/launcher_name</string>
<string name="app_name">Wolle Rosen kaufen</string>
<!-- From: file:/C:/Ionic/Ionic/wollerosenkaufen/platforms/android/res/values/billing_key_param.xml -->
<!-- From: file:/C:/Ionic/Ionic/git/wolle-rosen-kaufen/platforms/android/res/values/billing_key_param.xml -->
<eat-comment/>
<string name="billing_key_param">MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnmmtV3BOmcyoYAGFakzJWpM07n3F2SmaQnjyaZsENaAq6vb7ziam6bS5LqZgMTaXSO2T4QeYoi3UZEIwuQiQ0N6BYCUca3tCa/aT1pbvVOD67cIpM+Z14UFYBnOo1RVvf4KKGZ8zJ6qUm5vsDuIboZ7P4dyXzpxRBSO3R1jDWhVCT8dyAdfQwf1Dp6mPg0sv5Q6UjAO3Jg4sMjOZID6WcAHQFxB1lDgVGmf70WZwWuGh7gQy2SvnuFcDAxT73hGjSH1j1xZB0Wr0T/vvoGpcBwj+Tjt3BbqwY2R3VbbImsuBCrkbFTIojQ8hyqxSrhftCfLyn4h/2mauo8IRVi+RrwIDAQAB</string>
<!-- From: file:/C:/Ionic/Ionic/wollerosenkaufen/platforms/android/res/values/strings.xml -->
<!-- From: file:/C:/Ionic/Ionic/git/wolle-rosen-kaufen/platforms/android/res/values/strings.xml -->
<eat-comment/>
<string name="launcher_name">@string/app_name</string>
</resources>

View File

@@ -23,6 +23,23 @@
<param name="android-package" value="io.ionic.keyboard.IonicKeyboard" />
<param name="onload" value="true" />
</feature>
<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" />
</feature>
<feature name="File">
<param name="android-package" value="org.apache.cordova.file.FileUtils" />
<param name="onload" value="true" />
</feature>
<feature name="FileTransfer">
<param name="android-package" value="org.apache.cordova.filetransfer.FileTransfer" />
</feature>
<feature name="SQLitePlugin">
<param name="android-package" value="io.liteglue.SQLitePlugin" />
</feature>
<feature name="sqlDB">
<param name="android-package" value="me.rahul.plugins.sqlDB.sqlDB" />
</feature>
<preference name="AndroidPersistentFileLocation" value="Internal" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
@@ -58,4 +75,4 @@
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="3000" />
</widget>
<!-- From: file:/C:/Ionic/Ionic/wollerosenkaufen/platforms/android/res/xml/config.xml -->
<!-- From: file:/C:/Ionic/Ionic/git/wolle-rosen-kaufen/platforms/android/res/xml/config.xml -->