Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data dictionary #8

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f611a17
Updating readme
bitnovus Jul 18, 2013
ca30644
Adding full text of privacy notice and terms and conditions.
bitnovus Jul 18, 2013
bb3ca23
Removing duplicate license file.
bitnovus Jul 18, 2013
b7529df
Added links to wiki pages regarding data dictionary
terwilligergreen Aug 14, 2013
848fdc7
Started to pull-in the latest app version
Sep 26, 2013
7c69eaf
Created RC1 as version 1.39
Sep 26, 2013
86399fe
Update README.md
yositune Sep 30, 2013
0bfacdb
Update README.md
yositune Sep 30, 2013
1e59cb9
Created RC2 as version 1.44
Oct 23, 2013
0687a3a
Update README.md
yositune Oct 23, 2013
3658da0
Delete gb-1.24.apk
yositune Oct 23, 2013
939a8da
Created RC3 as version 1.51
Nov 8, 2013
6db3a2b
Created RC4 as version 1.52
Nov 12, 2013
2bcffe6
Update FULL TEXT PRIVACY NOTICE AND TERMS AND CONDITIONS.md
yositune Nov 13, 2013
4ee310b
Update FULL TEXT PRIVACY NOTICE AND TERMS AND CONDITIONS.md
yositune Nov 13, 2013
26d7db0
Created RC5 as version 1.53
Nov 14, 2013
f7cb802
Added the 1.53 binary
Nov 14, 2013
04bd927
Merge branch 'master' into 1.53
Nov 14, 2013
1fbb341
Update version reference in Readme
yositune Nov 14, 2013
8151c74
Version 1.57
Nov 19, 2013
ce41997
Update FULL TEXT PRIVACY NOTICE AND TERMS AND CONDITIONS.md
yositune Nov 19, 2013
23a955b
Merged 1.57 into master.
Dec 4, 2013
0ff33fd
Version 1.69
Dec 4, 2013
60465e6
Version 1.71
Dec 10, 2013
d636e68
Minor edit to readme to change to 1.71
yositune Dec 12, 2013
40b112e
Update FULL TEXT PRIVACY NOTICE AND TERMS AND CONDITIONS.md
yositune Dec 23, 2013
bd57305
Version 1.80
Feb 27, 2014
ca99990
Disabled panning/scrolling of graphs
Feb 28, 2014
7f5bb60
Version 1.81
Feb 28, 2014
3b45674
Filter-out file.
Mar 5, 2014
04c7445
Changed the crash reporting system.
Mar 5, 2014
6d51808
Version 1.83
Mar 5, 2014
10e3199
Work-around for crash seen on KitKit.
Mar 10, 2014
b9079ee
FCC app 1.88 - defend against potential array bounds exception runtim…
Mar 10, 2014
1dfb3b3
Updated the read me file.
Mar 10, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ proguard/
# Temporary Files
*.swp
*~
org.eclipse.jdt.core.prefs
fcc.keystore
AndroidAppFCC/tmp
libcore/tmp

AndroidAppFCC/assets/operators.json
oauth_consumer.properties
9 changes: 0 additions & 9 deletions AndroidApp/.classpath

This file was deleted.

34 changes: 0 additions & 34 deletions AndroidApp/.project

This file was deleted.

4 changes: 0 additions & 4 deletions AndroidApp/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

140 changes: 0 additions & 140 deletions AndroidApp/AndroidManifest.xml

This file was deleted.

16 changes: 0 additions & 16 deletions AndroidApp/project.properties

This file was deleted.

Binary file removed AndroidApp/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-hdpi/logo_login.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-hdpi/top_logo.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-ldpi/logo_login.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-ldpi/top_logo.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-mdpi/logo_login.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-mdpi/top_logo.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-xhdpi/logo_login.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable-xhdpi/top_logo.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable/logo_login.png
Binary file not shown.
Binary file removed AndroidApp/res/drawable/top_logo.png
Binary file not shown.
20 changes: 0 additions & 20 deletions AndroidApp/res/menu/main.xml

This file was deleted.

12 changes: 0 additions & 12 deletions AndroidApp/res/raw/properties

This file was deleted.

4 changes: 0 additions & 4 deletions AndroidApp/res/values/strings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions AndroidApp/res/values/styles.xml

This file was deleted.

14 changes: 14 additions & 0 deletions AndroidAppFCC/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/google_play_services_lib"/>
<classpathentry combineaccessrules="false" kind="src" path="/libcore"/>
<classpathentry kind="lib" path="/google_play_services_lib/bin/google_play_services_lib.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="/libcore/libs/achartengine-1.1.0.jar"/>
<classpathentry kind="lib" path="/google_play_services_lib/libs/google-play-services.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
34 changes: 34 additions & 0 deletions AndroidAppFCC/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AndroidAppFCC</name>
<comment></comment>
<projects>
<project>AndroidAppLibrary</project>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
20 changes: 20 additions & 0 deletions AndroidAppFCC/AndroidApp.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="com.android.ide.eclipse.adt.debug.LaunchConfigType">
<intAttribute key="com.android.ide.eclipse.adt.action" value="0"/>
<stringAttribute key="com.android.ide.eclipse.adt.commandline" value="adb shell setprop debug.assert 1"/>
<intAttribute key="com.android.ide.eclipse.adt.delay" value="0"/>
<booleanAttribute key="com.android.ide.eclipse.adt.nobootanim" value="false"/>
<intAttribute key="com.android.ide.eclipse.adt.speed" value="0"/>
<stringAttribute key="com.android.ide.eclipse.adt.target" value="MANUAL"/>
<booleanAttribute key="com.android.ide.eclipse.adt.wipedata" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/AndroidAppFCC"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="com.android.ide.eclipse.adt.internal.sourcelookup.AdtSourceLookupDirector"/>
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;sourceLookupDirector&gt;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#10;&amp;lt;project name=&amp;quot;AndroidApp&amp;quot; referencedProjects=&amp;quot;false&amp;quot;/&amp;gt;&amp;#10;&quot; typeId=&quot;org.eclipse.cdt.debug.core.containerType.project&quot;/&gt;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#10;&amp;lt;project name=&amp;quot;AndroidAppLibrary&amp;quot; referencedProjects=&amp;quot;false&amp;quot;/&amp;gt;&amp;#10;&quot; typeId=&quot;org.eclipse.cdt.debug.core.containerType.project&quot;/&gt;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#10;&amp;lt;default/&amp;gt;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#10;&lt;/sourceContainers&gt;&#10;&lt;/sourceLookupDirector&gt;&#10;"/>
<booleanAttribute key="org.eclipse.jdt.launching.ALLOW_TERMINATE" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="AndroidAppFCC"/>
</launchConfiguration>
Loading