Config.xml angepasst, Kaufabwicklung funktioniert jetzt reibungslos

This commit is contained in:
2016-02-02 16:11:18 +01:00
parent 89e8dde72c
commit 5e25c4ca61
1219 changed files with 92546 additions and 2746 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 24.3.3">
<issues format="4" by="lint 24.4.1">
<issue
id="ResourceType"
severity="Fatal"
message="Expected resource of type id"
category="Correctness"
priority="7"
summary="Wrong Resource Type"
explanation="Ensures that resource id&apos;s passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
errorLine1=" actionButtonContainer.setId(1);
"
errorLine2=" ~">
<location
file="G:\Projekte\Android\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
line="547"
column="45"/>
</issue>
<issue
id="ResourceType"
severity="Fatal"
message="Expected resource of type id"
category="Correctness"
priority="7"
summary="Wrong Resource Type"
explanation="Ensures that resource id&apos;s passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
errorLine1=" back.setId(2);
"
errorLine2=" ~">
<location
file="G:\Projekte\Android\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
line="555"
column="28"/>
</issue>
<issue
id="ResourceType"
severity="Fatal"
message="Expected resource of type id"
category="Correctness"
priority="7"
summary="Wrong Resource Type"
explanation="Ensures that resource id&apos;s passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
errorLine1=" forward.setId(3);
"
errorLine2=" ~">
<location
file="G:\Projekte\Android\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
line="579"
column="31"/>
</issue>
<issue
id="ResourceType"
severity="Fatal"
message="Expected resource of type id"
category="Correctness"
priority="7"
summary="Wrong Resource Type"
explanation="Ensures that resource id&apos;s passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
errorLine1=" edittext.setId(4);
"
errorLine2=" ~">
<location
file="G:\Projekte\Android\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
line="602"
column="32"/>
</issue>
<issue
id="ResourceType"
severity="Fatal"
message="Expected resource of type id"
category="Correctness"
priority="7"
summary="Wrong Resource Type"
explanation="Ensures that resource id&apos;s passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
errorLine1=" close.setId(5);
"
errorLine2=" ~">
<location
file="G:\Projekte\Android\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
line="625"
column="29"/>
</issue>
<issue
id="ResourceType"
severity="Fatal"
message="Expected resource of type id"
category="Correctness"
priority="7"
summary="Wrong Resource Type"
explanation="Ensures that resource id&apos;s passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
errorLine1=" inAppWebView.setId(6);
"
errorLine2=" ~">
<location