Initial-Release

This commit is contained in:
2016-01-07 21:34:26 +01:00
parent 5111718e44
commit 307d5a772c
1397 changed files with 656529 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,88 @@
-- Merging decision tree log ---
manifest
ADDED from AndroidManifest.xml:2:1
android:hardwareAccelerated
ADDED from AndroidManifest.xml:2:11
xmlns:android
ADDED from AndroidManifest.xml:2:139
package
ADDED from AndroidManifest.xml:2:98
android:versionName
ADDED from AndroidManifest.xml:2:70
android:versionCode
ADDED from AndroidManifest.xml:2:46
INJECTED from AndroidManifest.xml:0:0
INJECTED from AndroidManifest.xml:0:0
supports-screens
ADDED from AndroidManifest.xml:3:5
android:resizeable
ADDED from AndroidManifest.xml:3:106
android:largeScreens
ADDED from AndroidManifest.xml:3:49
android:anyDensity
ADDED from AndroidManifest.xml:3:23
android:normalScreens
ADDED from AndroidManifest.xml:3:77
android:xlargeScreens
ADDED from AndroidManifest.xml:3:160
android:smallScreens
ADDED from AndroidManifest.xml:3:132
uses-permission#android.permission.INTERNET
ADDED from AndroidManifest.xml:4:5
android:name
ADDED from AndroidManifest.xml:4:22
uses-permission#android.permission.ACCESS_NETWORK_STATE
ADDED from AndroidManifest.xml:5:5
android:name
ADDED from AndroidManifest.xml:5:22
uses-permission#android.permission.ACCESS_WIFI_STATE
ADDED from AndroidManifest.xml:6:5
android:name
ADDED from AndroidManifest.xml:6:22
application
ADDED from AndroidManifest.xml:7:5
android:supportsRtl
ADDED from AndroidManifest.xml:7:116
android:label
ADDED from AndroidManifest.xml:7:83
android:icon
ADDED from AndroidManifest.xml:7:53
android:hardwareAccelerated
ADDED from AndroidManifest.xml:7:18
activity#com.raataar.wolle_rosen_kaufen.MainActivity
ADDED from AndroidManifest.xml:8:9
android:windowSoftInputMode
ADDED from AndroidManifest.xml:8:248
android:label
ADDED from AndroidManifest.xml:8:97
android:configChanges
ADDED from AndroidManifest.xml:8:19
android:theme
ADDED from AndroidManifest.xml:8:194
android:name
ADDED from AndroidManifest.xml:8:166
android:launchMode
ADDED from AndroidManifest.xml:8:135
intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER
ADDED from AndroidManifest.xml:9:13
android:label
ADDED from AndroidManifest.xml:9:28
action#android.intent.action.MAIN
ADDED from AndroidManifest.xml:10:17
android:name
ADDED from AndroidManifest.xml:10:25
category#android.intent.category.LAUNCHER
ADDED from AndroidManifest.xml:11:17
android:name
ADDED from AndroidManifest.xml:11:27
uses-sdk
ADDED from AndroidManifest.xml:15:5
MERGED from android:CordovaLib:unspecified:debug:25:5
android:targetSdkVersion
ADDED from AndroidManifest.xml:15:42
android:minSdkVersion
ADDED from AndroidManifest.xml:15:15
uses-permission#com.android.vending.BILLING
ADDED from AndroidManifest.xml:16:5
android:name
ADDED from AndroidManifest.xml:16:22

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Lint Report</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto" />
<link rel="stylesheet" type="text/css" href="lint-results-release-fatal_files/hololike.css" />
<script language="javascript" type="text/javascript">
<!--
function reveal(id) {
if (document.getElementById) {
document.getElementById(id).style.display = 'block';
document.getElementById(id+'Link').style.display = 'none';
}
}
//-->
</script>
</head>
<body>
<h1>Lint Report</h1>
<div class="titleSeparator"></div>
Check performed at Thu Dec 17 21:03:51 CET 2015.<br/>
0 errors and 0 warnings found:<br/><br/>
Congratulations!
</body>
</html>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 24.3.3">
</issues>

View File

@@ -0,0 +1,175 @@
body {
max-width: 800px;
background-color: #000000;
background: -webkit-gradient(linear, left top, right bottom, from(#000000), to(#272d33));
background: -moz-linear-gradient(left top, #000000, #272d33);
color: #f3f3f3;
font-family: 'Roboto', Sans-Serif;
}
.issue {
margin-top: 10px;
margin-bottom: 10px;
padding: 5px 0px 5px 5px;
}
.id {
font-size: 14pt;
color: #bebebe;
margin: 5px 0px 5px 0px;
}
.category {
font-size: 18pt;
color: #bebebe;
margin: 10px 0px 5px 0px;
}
.explanation {
margin-top: 10px;
}
.explanation b {
color: #ffbbbb;
}
.explanation code {
color: #bebebe;
font-family: 'Roboto', Sans-Serif;
}
pre {
background-color: #282828;
margin: 5px 0px 5px 5px;
padding: 5px 5px 5px 0px;
overflow: hidden;
}
.lineno {
color: #4f4f4f;
}
.embedimage {
max-width: 200px;
max-height: 200px;
}
th { font-weight: normal; }
table { border: none; }
.metadata {
}
.location {
color: #bebebe;
}
.message { }
.errorspan { color: #33b5e5; }
.errorline { color: #33b5e5; }
.warningslist { margin-bottom: 20px; }
.overview {
padding: 10pt;
width: 100%;
overflow: auto;
border-collapse:collapse;
}
.overview tr {
border-top: solid 1px #39393a;
border-bottom: solid 1px #39393a;
}
.countColumn {
text-align: right;
padding-right: 20px;
}
.issueColumn {
padding-left: 16px;
}
.categoryColumn {
position: relative;
left: -50px;
padding-top: 20px;
padding-bottom: 5px;
}
.titleSeparator {
background-color: #33b5e5;
height: 3px;
margin-bottom: 10px;
}
.categorySeparator {
background-color: #33b5e5;
height: 3px;
margin-bottom: 10px;
}
.issueSeparator {
background-color: #39393a;
height: 2px;
margin-bottom: 10px;
}
.location a:link {
text-decoration: none;
color: #bebebe;
}
.location a:hover {
text-decoration: underline;
color: #f3f3f3;
}
a:link {
text-decoration: none;
color: #f3f3f3;
}
a:visited {
text-decoration: none;
color: #bebebe;
}
a:hover {
text-decoration: underline;
color: #f3f3f3;
}
a:active {
text-decoration: underline;
color: #f3f3f3;
}
.moreinfo a:link {
text-decoration: underline;
color: #33b5e5;
}
.moreinfo a:visited {
text-decoration: underline;
color: #33b5e5;
}
.issue a:link {
text-decoration: underline;
}
.issue a:visited {
text-decoration: underline;
}
.id a:link {
text-decoration: none;
color: #bebebe;
}
.id a:visited {
text-decoration: none;
color: #bebebe;
}
.id a:hover {
text-decoration: underline;
color: #f3f3f3;
}
.id a:active {
text-decoration: underline;
color: #bebebe;
}
.category a:link {
text-decoration: none;
color: #bebebe;
}
.category a:visited {
text-decoration: none;
color: #bebebe;
}
.category a:hover {
text-decoration: underline;
color: #f3f3f3;
}
.category a:active {
text-decoration: underline;
color: #bebebe;
}
button {
color: #ffffff;
background-color: #353535;
border-left: none;
border-right: none;
border-bottom: none;
border-top: solid 1px #5b5b5b;
font-family: 'Roboto', Sans-Serif;
font-size: 12pt;
}