fixed android problems; uninstall before update; closes #29
This commit is contained in:
		
							
								
								
									
										11
									
								
								ChangeLog
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								ChangeLog
									
									
									
									
									
								
							@@ -1,3 +1,14 @@
 | 
				
			|||||||
 | 
					2015-09-21 19:46  marc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* cordova/makefile.am: fix build error message
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2015-09-21 15:02  marc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* ChangeLog, cordova/makefile.am,
 | 
				
			||||||
 | 
						  cordova/platforms/android/AndroidManifest.xml,
 | 
				
			||||||
 | 
						  cordova/platforms/android/res/xml/config.xml: more stable build -
 | 
				
			||||||
 | 
						  cordova often crashes, so retry
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2015-09-21 14:44  marc
 | 
					2015-09-21 14:44  marc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* html/index.html.in: added menu about
 | 
						* html/index.html.in: added menu about
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,9 +11,10 @@
 | 
				
			|||||||
  <author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat">
 | 
					  <author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat">
 | 
				
			||||||
    Marc Wäckerlin
 | 
					    Marc Wäckerlin
 | 
				
			||||||
  </author>
 | 
					  </author>
 | 
				
			||||||
  <content src="index.html" />
 | 
					  <content src="https://safechat.ch" />
 | 
				
			||||||
  <plugin name="cordova-plugin-whitelist" version="1" />
 | 
					  <plugin name="cordova-plugin-whitelist" version="1" />
 | 
				
			||||||
  <access origin="https://safechat.ch" subdomains="true" />
 | 
					  <access origin="https://safechat.ch" subdomains="true" />
 | 
				
			||||||
 | 
					  <access origin="https://dev.marc.waeckerlin.org" subdomains="true" />
 | 
				
			||||||
  <allow-intent href="http://*/*" />
 | 
					  <allow-intent href="http://*/*" />
 | 
				
			||||||
  <allow-intent href="https://*/*" />
 | 
					  <allow-intent href="https://*/*" />
 | 
				
			||||||
  <allow-intent href="tel:*" />
 | 
					  <allow-intent href="tel:*" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<?xml version='1.0' encoding='utf-8'?>
 | 
					<?xml version='1.0' encoding='utf-8'?>
 | 
				
			||||||
<manifest android:hardwareAccelerated="true" android:versionCode="230" android:versionName="0.2.30" package="ch.safechat" xmlns:android="http://schemas.android.com/apk/res/android">
 | 
					<manifest android:hardwareAccelerated="true" android:versionCode="232" android:versionName="0.2.32" package="ch.safechat" xmlns:android="http://schemas.android.com/apk/res/android">
 | 
				
			||||||
    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
 | 
					    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
 | 
				
			||||||
    <uses-permission android:name="android.permission.INTERNET" />
 | 
					    <uses-permission android:name="android.permission.INTERNET" />
 | 
				
			||||||
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 | 
					    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<?xml version='1.0' encoding='utf-8'?>
 | 
					<?xml version='1.0' encoding='utf-8'?>
 | 
				
			||||||
<widget id="ch.safechat" version="0.2.30" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
 | 
					<widget id="ch.safechat" version="0.2.32" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
 | 
				
			||||||
    <preference name="loglevel" value="DEBUG" />
 | 
					    <preference name="loglevel" value="DEBUG" />
 | 
				
			||||||
    <feature name="Whitelist">
 | 
					    <feature name="Whitelist">
 | 
				
			||||||
        <param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
 | 
					        <param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
 | 
				
			||||||
@@ -13,8 +13,9 @@
 | 
				
			|||||||
    <author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat">
 | 
					    <author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat">
 | 
				
			||||||
    Marc Wäckerlin
 | 
					    Marc Wäckerlin
 | 
				
			||||||
  </author>
 | 
					  </author>
 | 
				
			||||||
    <content src="index.html" />
 | 
					    <content src="https://safechat.ch" />
 | 
				
			||||||
    <access origin="https://safechat.ch" subdomains="true" />
 | 
					    <access origin="https://safechat.ch" subdomains="true" />
 | 
				
			||||||
 | 
					    <access origin="https://dev.marc.waeckerlin.org" subdomains="true" />
 | 
				
			||||||
    <allow-intent href="http://*/*" />
 | 
					    <allow-intent href="http://*/*" />
 | 
				
			||||||
    <allow-intent href="https://*/*" />
 | 
					    <allow-intent href="https://*/*" />
 | 
				
			||||||
    <allow-intent href="tel:*" />
 | 
					    <allow-intent href="tel:*" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user