fairoj code include
This commit is contained in:
parent
224f7b62a5
commit
1860efb647
41
.gitignore
vendored
Executable file
41
.gitignore
vendored
Executable file
@ -0,0 +1,41 @@
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
/tmp
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage/*
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# e2e
|
||||
/e2e/*.js
|
||||
/e2e/*.map
|
||||
|
||||
#System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
2
.sourcemaps/main.js.map
Normal file → Executable file
2
.sourcemaps/main.js.map
Normal file → Executable file
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@
|
||||
"@angular/common": "5.0.3",
|
||||
"@angular/compiler": "5.0.3",
|
||||
"@angular/compiler-cli": "5.0.3",
|
||||
"@angular/core": "5.0.3",
|
||||
"@angular/core": "^5.0.3",
|
||||
"@angular/forms": "5.0.3",
|
||||
"@angular/http": "5.0.3",
|
||||
"@angular/material": "^5.0.1",
|
||||
@ -68,7 +68,9 @@
|
||||
},
|
||||
"description": "An Ionic project",
|
||||
"config": {
|
||||
"ionic_copy": "./config/copy.config.js"
|
||||
"ionic_copy": "./config/copy.config.js",
|
||||
"ionic_bundler": "webpack",
|
||||
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
|
||||
14
platforms/android/.gitignore
vendored
Normal file
14
platforms/android/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Non-project-specific build files:
|
||||
build.xml
|
||||
local.properties
|
||||
/gradlew
|
||||
/gradlew.bat
|
||||
/gradle
|
||||
# Ant builds
|
||||
ant-build
|
||||
ant-gen
|
||||
# Eclipse builds
|
||||
gen
|
||||
out
|
||||
# Gradle builds
|
||||
/build
|
||||
@ -0,0 +1 @@
|
||||
#Sun Feb 17 13:36:20 IST 2019
|
||||
Binary file not shown.
BIN
platforms/android/.gradle/2.10/taskArtifacts/fileHashes.bin
Normal file
BIN
platforms/android/.gradle/2.10/taskArtifacts/fileHashes.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/2.10/taskArtifacts/fileSnapshots.bin
Normal file
BIN
platforms/android/.gradle/2.10/taskArtifacts/fileSnapshots.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
platforms/android/.gradle/2.10/taskArtifacts/taskArtifacts.bin
Normal file
BIN
platforms/android/.gradle/2.10/taskArtifacts/taskArtifacts.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/fileChanges/last-build.bin
Normal file
BIN
platforms/android/.gradle/4.1/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/fileContent/fileContent.lock
Normal file
BIN
platforms/android/.gradle/4.1/fileContent/fileContent.lock
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/fileHashes/fileHashes.bin
Normal file
BIN
platforms/android/.gradle/4.1/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/fileHashes/fileHashes.lock
Normal file
BIN
platforms/android/.gradle/4.1/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/fileHashes/resourceHashesCache.bin
Normal file
BIN
platforms/android/.gradle/4.1/fileHashes/resourceHashesCache.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/javaCompile/classAnalysis.bin
Normal file
BIN
platforms/android/.gradle/4.1/javaCompile/classAnalysis.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/javaCompile/jarAnalysis.bin
Normal file
BIN
platforms/android/.gradle/4.1/javaCompile/jarAnalysis.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/javaCompile/javaCompile.lock
Normal file
BIN
platforms/android/.gradle/4.1/javaCompile/javaCompile.lock
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/javaCompile/taskHistory.bin
Normal file
BIN
platforms/android/.gradle/4.1/javaCompile/taskHistory.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/javaCompile/taskJars.bin
Normal file
BIN
platforms/android/.gradle/4.1/javaCompile/taskJars.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/taskHistory/fileSnapshots.bin
Normal file
BIN
platforms/android/.gradle/4.1/taskHistory/fileSnapshots.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/taskHistory/taskHistory.bin
Normal file
BIN
platforms/android/.gradle/4.1/taskHistory/taskHistory.bin
Normal file
Binary file not shown.
BIN
platforms/android/.gradle/4.1/taskHistory/taskHistory.lock
Normal file
BIN
platforms/android/.gradle/4.1/taskHistory/taskHistory.lock
Normal file
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
#Sun Feb 17 13:36:54 IST 2019
|
||||
gradle.version=4.1
|
||||
@ -0,0 +1 @@
|
||||
|
||||
23
platforms/android/CordovaLib/AndroidManifest.xml
Executable file
23
platforms/android/CordovaLib/AndroidManifest.xml
Executable file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.apache.cordova" android:versionName="1.0" android:versionCode="1">
|
||||
<uses-sdk android:minSdkVersion="19" />
|
||||
</manifest>
|
||||
137
platforms/android/CordovaLib/build.gradle
Normal file
137
platforms/android/CordovaLib/build.gradle
Normal file
@ -0,0 +1,137 @@
|
||||
/* Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
|
||||
ext {
|
||||
apply from: 'cordova.gradle'
|
||||
cdvCompileSdkVersion = privateHelpers.getProjectTarget()
|
||||
cdvBuildToolsVersion = privateHelpers.findLatestInstalledBuildTools()
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url "https://maven.google.com"
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
|
||||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
apply plugin: 'com.jfrog.bintray'
|
||||
|
||||
group = 'org.apache.cordova'
|
||||
version = '7.1.4'
|
||||
|
||||
android {
|
||||
compileSdkVersion cdvCompileSdkVersion
|
||||
buildToolsVersion cdvBuildToolsVersion
|
||||
publishNonDefault true
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
java.srcDirs = ['src']
|
||||
resources.srcDirs = ['src']
|
||||
aidl.srcDirs = ['src']
|
||||
renderscript.srcDirs = ['src']
|
||||
res.srcDirs = ['res']
|
||||
assets.srcDirs = ['assets']
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
exclude 'META-INF/NOTICE'
|
||||
}
|
||||
}
|
||||
|
||||
install {
|
||||
repositories.mavenInstaller {
|
||||
pom {
|
||||
project {
|
||||
packaging 'aar'
|
||||
name 'Cordova'
|
||||
url 'https://cordova.apache.org'
|
||||
licenses {
|
||||
license {
|
||||
name 'The Apache Software License, Version 2.0'
|
||||
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
||||
}
|
||||
}
|
||||
developers {
|
||||
developer {
|
||||
id 'stevengill'
|
||||
name 'Steve Gill'
|
||||
}
|
||||
}
|
||||
scm {
|
||||
connection 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git'
|
||||
developerConnection 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git'
|
||||
url 'https://git-wip-us.apache.org/repos/asf?p=cordova-android'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar) {
|
||||
from android.sourceSets.main.java.srcDirs
|
||||
classifier = 'sources'
|
||||
}
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
}
|
||||
|
||||
bintray {
|
||||
user = System.getenv('BINTRAY_USER')
|
||||
key = System.getenv('BINTRAY_KEY')
|
||||
configurations = ['archives']
|
||||
pkg {
|
||||
repo = 'maven'
|
||||
name = 'cordova-android'
|
||||
userOrg = 'cordova'
|
||||
licenses = ['Apache-2.0']
|
||||
vcsUrl = 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git'
|
||||
websiteUrl = 'https://cordova.apache.org'
|
||||
issueTrackerUrl = 'https://issues.apache.org/jira/browse/CB'
|
||||
publicDownloadNumbers = true
|
||||
licenses = ['Apache-2.0']
|
||||
labels = ['android', 'cordova', 'phonegap']
|
||||
version {
|
||||
name = '7.1.4'
|
||||
released = new Date()
|
||||
vcsTag = '7.1.4'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package org.apache.cordova;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "org.apache.cordova";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "1.0";
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package org.apache.cordova;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
1353
platforms/android/CordovaLib/build/intermediates/attr/R.txt
Normal file
1353
platforms/android/CordovaLib/build/intermediates/attr/R.txt
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user