Panagiotis Triantafyllou

Revert

Showing 1000 changed files with 133 additions and 0 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

1 +# Default ignored files
2 +/shelf/
3 +/workspace.xml
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="CompilerConfiguration">
4 + <bytecodeTargetLevel target="11" />
5 + </component>
6 +</project>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="GradleMigrationSettings" migrationVersion="1" />
4 + <component name="GradleSettings">
5 + <option name="linkedExternalProjectsSettings">
6 + <GradleProjectSettings>
7 + <option name="testRunner" value="GRADLE" />
8 + <option name="distributionType" value="DEFAULT_WRAPPED" />
9 + <option name="externalProjectPath" value="$PROJECT_DIR$" />
10 + <option name="gradleHome" value="$PROJECT_DIR$/../../../../../../gradle-6.6.1" />
11 + <option name="modules">
12 + <set>
13 + <option value="$PROJECT_DIR$" />
14 + <option value="$PROJECT_DIR$/app" />
15 + <option value="$PROJECT_DIR$/warply_android_sdk" />
16 + </set>
17 + </option>
18 + </GradleProjectSettings>
19 + </option>
20 + </component>
21 +</project>
...\ No newline at end of file ...\ No newline at end of file
1 +<component name="InspectionProjectProfileManager">
2 + <profile version="1.0">
3 + <option name="myName" value="Project Default" />
4 + <inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
5 + <option name="TOP_LEVEL_CLASS_OPTIONS">
6 + <value>
7 + <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
8 + <option name="REQUIRED_TAGS" value="" />
9 + </value>
10 + </option>
11 + <option name="INNER_CLASS_OPTIONS">
12 + <value>
13 + <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
14 + <option name="REQUIRED_TAGS" value="" />
15 + </value>
16 + </option>
17 + <option name="METHOD_OPTIONS">
18 + <value>
19 + <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
20 + <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
21 + </value>
22 + </option>
23 + <option name="FIELD_OPTIONS">
24 + <value>
25 + <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
26 + <option name="REQUIRED_TAGS" value="" />
27 + </value>
28 + </option>
29 + <option name="IGNORE_DEPRECATED" value="false" />
30 + <option name="IGNORE_JAVADOC_PERIOD" value="true" />
31 + <option name="IGNORE_DUPLICATED_THROWS" value="false" />
32 + <option name="IGNORE_POINT_TO_ITSELF" value="false" />
33 + <option name="myAdditionalJavadocTags" value="guide" />
34 + </inspection_tool>
35 + </profile>
36 +</component>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="RemoteRepositoriesConfiguration">
4 + <remote-repository>
5 + <option name="id" value="central" />
6 + <option name="name" value="Maven Central repository" />
7 + <option name="url" value="https://repo1.maven.org/maven2" />
8 + </remote-repository>
9 + <remote-repository>
10 + <option name="id" value="jboss.community" />
11 + <option name="name" value="JBoss Community repository" />
12 + <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
13 + </remote-repository>
14 + <remote-repository>
15 + <option name="id" value="maven" />
16 + <option name="name" value="maven" />
17 + <option name="url" value="https://developer.huawei.com/repo/" />
18 + </remote-repository>
19 + <remote-repository>
20 + <option name="id" value="MavenRepo" />
21 + <option name="name" value="MavenRepo" />
22 + <option name="url" value="https://repo.maven.apache.org/maven2/" />
23 + </remote-repository>
24 + <remote-repository>
25 + <option name="id" value="Google" />
26 + <option name="name" value="Google" />
27 + <option name="url" value="https://dl.google.com/dl/android/maven2/" />
28 + </remote-repository>
29 + <remote-repository>
30 + <option name="id" value="maven2" />
31 + <option name="name" value="maven2" />
32 + <option name="url" value="https://plugins.gradle.org/m2/" />
33 + </remote-repository>
34 + </component>
35 +</project>
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="VcsDirectoryMappings">
4 + <mapping directory="" vcs="Git" />
5 + </component>
6 +</project>
...\ No newline at end of file ...\ No newline at end of file
1 +/**
2 + * Automatically generated file. DO NOT MODIFY
3 + */
4 +package warp.ly.android_sdk;
5 +
6 +public final class BuildConfig {
7 + public static final boolean DEBUG = Boolean.parseBoolean("true");
8 + public static final String APPLICATION_ID = "warp.ly.android_sdk";
9 + public static final String BUILD_TYPE = "debug";
10 + public static final int VERSION_CODE = 100;
11 + public static final String VERSION_NAME = "1.0.0";
12 +}
1 +{}
...\ No newline at end of file ...\ No newline at end of file
1 +appMetadataVersion=1.0
2 +androidGradlePluginVersion=7.0.4
...\ No newline at end of file ...\ No newline at end of file
1 +{
2 + "version": 3,
3 + "artifactType": {
4 + "type": "COMPATIBLE_SCREEN_MANIFEST",
5 + "kind": "Directory"
6 + },
7 + "applicationId": "warp.ly.android_sdk",
8 + "variantName": "debug",
9 + "elements": []
10 +}
...\ No newline at end of file ...\ No newline at end of file
1 +6
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This file is too large to display.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This file is too large to display.
This diff is collapsed. Click to expand it.
No preview for this file type