summaryrefslogtreecommitdiff
path: root/LoopbackApp/.idea
diff options
context:
space:
mode:
authorRicardo Garcia <rago@google.com>2015-05-11 11:21:11 -0700
committerRicardo Garcia <rago@google.com>2015-05-11 12:10:40 -0700
commit7e32cbe93ec148ce154ce24b6854d64a422a2660 (patch)
tree111996b5124cfbac2c9ee0a0c472cfc4a2f163be /LoopbackApp/.idea
parent92e3320b85d6771e9cb064e287bbcf71f24f7656 (diff)
downloaddrrickorang-7e32cbe93ec148ce154ce24b6854d64a422a2660.tar.gz
Added simple latency estimation via graphic correlation
Simple algorithm to estimate and display latency in ms. Some cosmetic changes, applying the holo light schema, and added current level display on screen.
Diffstat (limited to 'LoopbackApp/.idea')
-rw-r--r--LoopbackApp/.idea/compiler.xml3
-rw-r--r--LoopbackApp/.idea/encodings.xml5
-rw-r--r--LoopbackApp/.idea/gradle.xml4
-rw-r--r--LoopbackApp/.idea/misc.xml56
-rw-r--r--LoopbackApp/.idea/modules.xml3
-rw-r--r--LoopbackApp/.idea/scopes/scope_settings.xml5
-rw-r--r--LoopbackApp/.idea/vcs.xml3
7 files changed, 59 insertions, 20 deletions
diff --git a/LoopbackApp/.idea/compiler.xml b/LoopbackApp/.idea/compiler.xml
index 217af47..9a8b7e5 100644
--- a/LoopbackApp/.idea/compiler.xml
+++ b/LoopbackApp/.idea/compiler.xml
@@ -19,5 +19,4 @@
</profile>
</annotationProcessing>
</component>
-</project>
-
+</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/encodings.xml b/LoopbackApp/.idea/encodings.xml
deleted file mode 100644
index e206d70..0000000
--- a/LoopbackApp/.idea/encodings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
-</project>
-
diff --git a/LoopbackApp/.idea/gradle.xml b/LoopbackApp/.idea/gradle.xml
index 736c7b5..1bbc21d 100644
--- a/LoopbackApp/.idea/gradle.xml
+++ b/LoopbackApp/.idea/gradle.xml
@@ -5,6 +5,7 @@
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
+ <option name="gradleJvm" value="1.7" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
@@ -14,5 +15,4 @@
</GradleProjectSettings>
</option>
</component>
-</project>
-
+</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/misc.xml b/LoopbackApp/.idea/misc.xml
index 58ff01f..6dcbe11 100644
--- a/LoopbackApp/.idea/misc.xml
+++ b/LoopbackApp/.idea/misc.xml
@@ -3,9 +3,62 @@
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
+ <component name="ProjectInspectionProfilesVisibleTreeState">
+ <entry key="Project Default">
+ <profile-state>
+ <expanded-state>
+ <State>
+ <id />
+ </State>
+ <State>
+ <id>Android Lint</id>
+ </State>
+ <State>
+ <id>Finalization issuesJava</id>
+ </State>
+ <State>
+ <id>Groovy</id>
+ </State>
+ <State>
+ <id>ImportsJava</id>
+ </State>
+ <State>
+ <id>JUnit issuesJava</id>
+ </State>
+ <State>
+ <id>Java</id>
+ </State>
+ <State>
+ <id>Memory issuesJava</id>
+ </State>
+ <State>
+ <id>Probable bugsGroovy</id>
+ </State>
+ </expanded-state>
+ <selected-state>
+ <State>
+ <id>Android</id>
+ </State>
+ </selected-state>
+ </profile-state>
+ </entry>
+ </component>
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
+ <OptionsSetting value="true" id="Add" />
+ <OptionsSetting value="true" id="Remove" />
+ <OptionsSetting value="true" id="Checkout" />
+ <OptionsSetting value="true" id="Update" />
+ <OptionsSetting value="true" id="Status" />
+ <OptionsSetting value="true" id="Edit" />
+ <ConfirmationsSetting value="0" id="Add" />
+ <ConfirmationsSetting value="0" id="Remove" />
+ </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
+ <component name="ProjectType">
+ <option name="id" value="Android" />
+ </component>
<component name="masterDetails">
<states>
<state key="ProjectJDKs.UI">
@@ -22,5 +75,4 @@
</state>
</states>
</component>
-</project>
-
+</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/modules.xml b/LoopbackApp/.idea/modules.xml
index 0b31235..8f01d90 100644
--- a/LoopbackApp/.idea/modules.xml
+++ b/LoopbackApp/.idea/modules.xml
@@ -6,5 +6,4 @@
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
</modules>
</component>
-</project>
-
+</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/scopes/scope_settings.xml b/LoopbackApp/.idea/scopes/scope_settings.xml
deleted file mode 100644
index 922003b..0000000
--- a/LoopbackApp/.idea/scopes/scope_settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<component name="DependencyValidationManager">
- <state>
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
- </state>
-</component> \ No newline at end of file
diff --git a/LoopbackApp/.idea/vcs.xml b/LoopbackApp/.idea/vcs.xml
index def6a6a..6564d52 100644
--- a/LoopbackApp/.idea/vcs.xml
+++ b/LoopbackApp/.idea/vcs.xml
@@ -3,5 +3,4 @@
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="" />
</component>
-</project>
-
+</project> \ No newline at end of file