├── .metadata
├── .lock
├── .log
├── .plugins
│ ├── org.eclipse.cdt.core
│ │ └── .log
│ ├── org.eclipse.cdt.make.core
│ │ ├── specs.c
│ │ └── specs.cpp
│ ├── org.eclipse.core.resources
│ │ ├── .projects
│ │ │ ├── FallDetectionAndroid
│ │ │ │ ├── .indexes
│ │ │ │ │ ├── a0
│ │ │ │ │ │ ├── 3c
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ │ ├── 5f
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ │ ├── 8a
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ │ ├── d6
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ │ ├── de
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ │ ├── eb
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ │ └── ee
│ │ │ │ │ │ │ └── properties.index
│ │ │ │ │ └── properties.index
│ │ │ │ └── org.eclipse.jdt.core
│ │ │ │ │ └── state.dat
│ │ │ └── PEBBLE_KIT
│ │ │ │ ├── .indexes
│ │ │ │ ├── a0
│ │ │ │ │ ├── d6
│ │ │ │ │ │ └── properties.index
│ │ │ │ │ └── de
│ │ │ │ │ │ └── properties.index
│ │ │ │ └── properties.index
│ │ │ │ ├── .location
│ │ │ │ ├── .markers
│ │ │ │ └── org.eclipse.jdt.core
│ │ │ │ └── state.dat
│ │ ├── .root
│ │ │ ├── .indexes
│ │ │ │ ├── history.version
│ │ │ │ ├── properties.index
│ │ │ │ └── properties.version
│ │ │ └── 4.tree
│ │ └── .safetable
│ │ │ └── org.eclipse.core.resources
│ ├── org.eclipse.core.runtime
│ │ └── .settings
│ │ │ ├── com.android.ide.eclipse.adt.prefs
│ │ │ ├── org.eclipse.cdt.debug.core.prefs
│ │ │ ├── org.eclipse.cdt.ui.prefs
│ │ │ ├── org.eclipse.core.resources.prefs
│ │ │ ├── org.eclipse.debug.core.prefs
│ │ │ ├── org.eclipse.debug.ui.prefs
│ │ │ ├── org.eclipse.jdt.core.prefs
│ │ │ ├── org.eclipse.jdt.launching.prefs
│ │ │ ├── org.eclipse.jdt.ui.prefs
│ │ │ ├── org.eclipse.team.ui.prefs
│ │ │ ├── org.eclipse.ui.editors.prefs
│ │ │ ├── org.eclipse.ui.ide.prefs
│ │ │ ├── org.eclipse.ui.prefs
│ │ │ ├── org.eclipse.wst.sse.core.prefs
│ │ │ └── org.python.pydev.prefs
│ ├── org.eclipse.e4.workbench
│ │ └── workbench.xmi
│ ├── org.eclipse.jdt.core
│ │ ├── 1532612313.index
│ │ ├── 1864741550.index
│ │ ├── 2473479906.index
│ │ ├── 2706090599.index
│ │ ├── 3488915235.index
│ │ ├── externalLibsTimeStamps
│ │ ├── indexNamesMap.txt
│ │ ├── invalidArchivesCache
│ │ ├── javaLikeNames.txt
│ │ ├── nonChainingJarsCache
│ │ ├── savedIndexNames.txt
│ │ └── variablesAndContainers.dat
│ ├── org.eclipse.jdt.ui
│ │ ├── OpenTypeHistory.xml
│ │ ├── QualifiedTypeNameHistory.xml
│ │ └── dialog_settings.xml
│ ├── org.eclipse.ui.ide
│ │ └── dialog_settings.xml
│ └── org.eclipse.ui.workbench
│ │ ├── dialog_settings.xml
│ │ └── workingsets.xml
└── version.ini
├── FD_AndroidStudio
├── .gradle
│ └── 2.2.1
│ │ └── taskArtifacts
│ │ ├── cache.properties
│ │ ├── cache.properties.lock
│ │ ├── fileHashes.bin
│ │ ├── fileSnapshots.bin
│ │ ├── outputFileStates.bin
│ │ └── taskArtifacts.bin
├── .idea
│ ├── .name
│ ├── compiler.xml
│ ├── copyright
│ │ └── profiles_settings.xml
│ ├── encodings.xml
│ ├── gradle.xml
│ ├── libraries
│ │ ├── guava_14_0_1.xml
│ │ └── support_v4_19_1_0.xml
│ ├── misc.xml
│ ├── modules.xml
│ ├── scopes
│ │ └── scope_settings.xml
│ ├── vcs.xml
│ └── workspace.xml
├── FD_AndroidStudio.iml
├── build.gradle
├── build
│ └── intermediates
│ │ └── model_data.bin
├── fallDetection
│ ├── build.gradle
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── pulusata
│ │ │ │ │ │ └── falldetection
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── pulusata
│ │ │ │ │ └── falldetection
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ ├── getpebble
│ │ │ │ └── android
│ │ │ │ │ └── kit
│ │ │ │ │ └── R.java
│ │ │ │ └── pulusata
│ │ │ │ └── falldetection
│ │ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── exploded-aar
│ │ │ │ └── FD_AndroidStudio
│ │ │ │ │ └── pEBBLE_KIT
│ │ │ │ │ └── unspecified
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── aapt
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── res
│ │ │ │ │ ├── layout
│ │ │ │ │ └── main.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ ├── incremental
│ │ │ │ ├── aidl
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── dependency.store
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeAssets
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ └── mergeResources
│ │ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── debug
│ │ │ │ │ └── merger.xml
│ │ │ ├── manifests
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── full
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ ├── res
│ │ │ │ └── debug
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── background_view_rounded_single.xml
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── progressbar.xml
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── layout
│ │ │ │ │ ├── activity_configure.xml
│ │ │ │ │ ├── activity_fall_detection.xml
│ │ │ │ │ ├── contact_list_layout.xml
│ │ │ │ │ ├── fragment_configure.xml
│ │ │ │ │ ├── fragment_fall_detection.xml
│ │ │ │ │ └── main.xml
│ │ │ │ │ ├── menu
│ │ │ │ │ ├── configure.xml
│ │ │ │ │ └── fall_detection.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ ├── resources
│ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ └── resources-debug.ap_
│ │ │ └── symbols
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ └── outputs
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ ├── fallDetection.iml
│ └── src
│ │ └── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ └── com
│ │ │ └── pulusata
│ │ │ └── falldetection
│ │ │ ├── Configure.java
│ │ │ ├── FallDetection.java
│ │ │ └── SMSSend.java
│ │ └── res
│ │ ├── drawable-hdpi
│ │ ├── background_view_rounded_single.xml
│ │ ├── ic_launcher.png
│ │ └── progressbar.xml
│ │ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ │ ├── layout
│ │ ├── activity_configure.xml
│ │ ├── activity_fall_detection.xml
│ │ ├── contact_list_layout.xml
│ │ ├── fragment_configure.xml
│ │ └── fragment_fall_detection.xml
│ │ ├── menu
│ │ ├── configure.xml
│ │ └── fall_detection.xml
│ │ ├── values-v11
│ │ └── styles.xml
│ │ ├── values-v14
│ │ └── styles.xml
│ │ ├── values-w820dp
│ │ └── dimens.xml
│ │ └── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
├── gradle
│ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
├── pEBBLE_KIT
│ ├── build.gradle
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── getpebble
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── kit
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ │ └── getpebble
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── kit
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── release
│ │ │ │ │ └── com
│ │ │ │ │ └── getpebble
│ │ │ │ │ └── android
│ │ │ │ │ └── kit
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── getpebble
│ │ │ │ │ └── android
│ │ │ │ │ └── kit
│ │ │ │ │ ├── R.java
│ │ │ │ │ └── test
│ │ │ │ │ └── R.java
│ │ │ │ ├── debug
│ │ │ │ └── com
│ │ │ │ │ └── getpebble
│ │ │ │ │ └── android
│ │ │ │ │ └── kit
│ │ │ │ │ └── R.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── getpebble
│ │ │ │ └── android
│ │ │ │ └── kit
│ │ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── bundles
│ │ │ │ ├── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── res
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ └── release
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── aapt
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── res
│ │ │ │ │ ├── layout
│ │ │ │ │ └── main.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ ├── classes
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ │ └── getpebble
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── kit
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── Constants$PebbleAppType.class
│ │ │ │ │ │ ├── Constants$PebbleDataType.class
│ │ │ │ │ │ ├── Constants.class
│ │ │ │ │ │ ├── PebbleKit$1.class
│ │ │ │ │ │ ├── PebbleKit$FirmwareVersionInfo.class
│ │ │ │ │ │ ├── PebbleKit$PebbleAckReceiver.class
│ │ │ │ │ │ ├── PebbleKit$PebbleDataLogReceiver.class
│ │ │ │ │ │ ├── PebbleKit$PebbleDataReceiver.class
│ │ │ │ │ │ ├── PebbleKit$PebbleNackReceiver.class
│ │ │ │ │ │ ├── PebbleKit.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ └── util
│ │ │ │ │ │ ├── PebbleDictionary$1.class
│ │ │ │ │ │ ├── PebbleDictionary$PebbleDictTypeException.class
│ │ │ │ │ │ ├── PebbleDictionary$TupleOverflowException.class
│ │ │ │ │ │ ├── PebbleDictionary.class
│ │ │ │ │ │ ├── PebbleTuple$TupleType.class
│ │ │ │ │ │ ├── PebbleTuple$ValueOverflowException.class
│ │ │ │ │ │ ├── PebbleTuple$Width.class
│ │ │ │ │ │ └── PebbleTuple.class
│ │ │ │ └── release
│ │ │ │ │ └── com
│ │ │ │ │ └── getpebble
│ │ │ │ │ └── android
│ │ │ │ │ └── kit
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── Constants$PebbleAppType.class
│ │ │ │ │ ├── Constants$PebbleDataType.class
│ │ │ │ │ ├── Constants.class
│ │ │ │ │ ├── PebbleKit$1.class
│ │ │ │ │ ├── PebbleKit$FirmwareVersionInfo.class
│ │ │ │ │ ├── PebbleKit$PebbleAckReceiver.class
│ │ │ │ │ ├── PebbleKit$PebbleDataLogReceiver.class
│ │ │ │ │ ├── PebbleKit$PebbleDataReceiver.class
│ │ │ │ │ ├── PebbleKit$PebbleNackReceiver.class
│ │ │ │ │ ├── PebbleKit.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ └── util
│ │ │ │ │ ├── PebbleDictionary$1.class
│ │ │ │ │ ├── PebbleDictionary$PebbleDictTypeException.class
│ │ │ │ │ ├── PebbleDictionary$TupleOverflowException.class
│ │ │ │ │ ├── PebbleDictionary.class
│ │ │ │ │ ├── PebbleTuple$TupleType.class
│ │ │ │ │ ├── PebbleTuple$ValueOverflowException.class
│ │ │ │ │ ├── PebbleTuple$Width.class
│ │ │ │ │ └── PebbleTuple.class
│ │ │ ├── incremental
│ │ │ │ ├── aidl
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ └── release
│ │ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeAssets
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── release
│ │ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeResources
│ │ │ │ │ └── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ └── packageResources
│ │ │ │ │ ├── debug
│ │ │ │ │ └── merger.xml
│ │ │ │ │ └── release
│ │ │ │ │ └── merger.xml
│ │ │ ├── manifests
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── tmp
│ │ │ │ │ └── manifestMerger428854280270716708.xml
│ │ │ ├── res
│ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── layout
│ │ │ │ │ └── main.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ ├── resources
│ │ │ │ └── resources-debug-androidTest.ap_
│ │ │ └── symbols
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ ├── outputs
│ │ │ └── aar
│ │ │ │ ├── pEBBLE_KIT-debug.aar
│ │ │ │ └── pEBBLE_KIT-release.aar
│ │ └── tmp
│ │ │ ├── packageDebugJar
│ │ │ └── MANIFEST.MF
│ │ │ └── packageReleaseJar
│ │ │ └── MANIFEST.MF
│ ├── pEBBLE_KIT.iml
│ └── src
│ │ └── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ └── com
│ │ │ └── getpebble
│ │ │ └── android
│ │ │ └── kit
│ │ │ ├── Constants.java
│ │ │ ├── PebbleKit.java
│ │ │ └── util
│ │ │ ├── PebbleDictionary.java
│ │ │ └── PebbleTuple.java
│ │ └── res
│ │ ├── layout
│ │ └── main.xml
│ │ └── values
│ │ └── strings.xml
└── settings.gradle
├── FallDetectionAndroid
├── .classpath
├── .metadata
│ ├── .lock
│ ├── .log
│ ├── .plugins
│ │ ├── org.eclipse.cdt.core
│ │ │ └── .log
│ │ ├── org.eclipse.cdt.make.core
│ │ │ ├── specs.c
│ │ │ └── specs.cpp
│ │ ├── org.eclipse.core.resources
│ │ │ ├── .root
│ │ │ │ ├── .indexes
│ │ │ │ │ ├── history.version
│ │ │ │ │ ├── properties.index
│ │ │ │ │ └── properties.version
│ │ │ │ └── 1.tree
│ │ │ └── .safetable
│ │ │ │ └── org.eclipse.core.resources
│ │ ├── org.eclipse.core.runtime
│ │ │ └── .settings
│ │ │ │ ├── com.android.ide.eclipse.adt.prefs
│ │ │ │ ├── org.eclipse.cdt.ui.prefs
│ │ │ │ ├── org.eclipse.core.resources.prefs
│ │ │ │ ├── org.eclipse.jdt.ui.prefs
│ │ │ │ ├── org.eclipse.ui.ide.prefs
│ │ │ │ └── org.python.pydev.prefs
│ │ ├── org.eclipse.e4.workbench
│ │ │ └── workbench.xmi
│ │ ├── org.eclipse.jdt.core
│ │ │ ├── invalidArchivesCache
│ │ │ ├── nonChainingJarsCache
│ │ │ └── variablesAndContainers.dat
│ │ ├── org.eclipse.jdt.ui
│ │ │ ├── OpenTypeHistory.xml
│ │ │ ├── QualifiedTypeNameHistory.xml
│ │ │ └── dialog_settings.xml
│ │ ├── org.eclipse.ui.ide
│ │ │ └── dialog_settings.xml
│ │ └── org.eclipse.ui.workbench
│ │ │ ├── dialog_settings.xml
│ │ │ └── workingsets.xml
│ └── version.ini
├── .project
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── FallDetection.apk
│ ├── R.txt
│ ├── classes.dex
│ ├── classes
│ │ └── com
│ │ │ ├── getpebble
│ │ │ └── android
│ │ │ │ └── kit
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ └── R.class
│ │ │ └── pulusata
│ │ │ └── falldetection
│ │ │ ├── BuildConfig.class
│ │ │ ├── Configure$1$1.class
│ │ │ ├── Configure$1.class
│ │ │ ├── Configure$2$1.class
│ │ │ ├── Configure$2.class
│ │ │ ├── Configure.class
│ │ │ ├── FallDetection$MyArrayAdapter$1.class
│ │ │ ├── FallDetection$MyArrayAdapter.class
│ │ │ ├── FallDetection.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── SMSSend$1.class
│ │ │ └── SMSSend.class
│ ├── dexedLibs
│ │ ├── android-support-v4-bd5ddb6b2669ce16469b1f4b43fbcbeb.jar
│ │ ├── guava-14.0.1-83dac1da3cb924e303eff1e04d383475.jar
│ │ └── pebble_kit-d5d41ff40332f9348bc047d3d304582d.jar
│ ├── jarlist.cache
│ ├── res
│ │ └── crunch
│ │ │ ├── drawable-hdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ │ └── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ └── resources.ap_
├── gen
│ └── com
│ │ ├── getpebble
│ │ └── android
│ │ │ └── kit
│ │ │ └── R.java
│ │ └── pulusata
│ │ └── falldetection
│ │ ├── BuildConfig.java
│ │ └── R.java
├── ic_launcher-web.png
├── libs
│ └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ ├── background_view_rounded_single.xml
│ │ ├── ic_launcher.png
│ │ └── progressbar.xml
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_configure.xml
│ │ ├── activity_fall_detection.xml
│ │ ├── contact_list_layout.xml
│ │ ├── fragment_configure.xml
│ │ └── fragment_fall_detection.xml
│ ├── menu
│ │ ├── configure.xml
│ │ └── fall_detection.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ ├── values-w820dp
│ │ └── dimens.xml
│ └── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
└── src
│ └── com
│ └── pulusata
│ └── falldetection
│ ├── Configure.java
│ ├── FallDetection.java
│ └── SMSSend.java
├── README.md
└── fall_detection_pebble
├── appinfo.json
├── jshintrc
├── src
├── button_click.c
├── window2.c
└── window3.c
└── wscript
/.metadata/.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.lock
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.cdt.core/.log:
--------------------------------------------------------------------------------
1 | *** SESSION Apr 20, 2014 19:23:20.87 -------------------------------------------
2 | *** SESSION Apr 29, 2015 10:56:48.77 -------------------------------------------
3 | *** SESSION Apr 29, 2015 10:57:46.43 -------------------------------------------
4 | *** SESSION Apr 29, 2015 11:00:27.18 -------------------------------------------
5 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/3c/properties.index:
--------------------------------------------------------------------------------
1 | 5/res/drawable-hdpi/background_view_rounded_single.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor "/res/drawable-hdpi/progressbar.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/5f/properties.index:
--------------------------------------------------------------------------------
1 | /res/menu/configure.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor /res/menu/fall_detection.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/8a/properties.index:
--------------------------------------------------------------------------------
1 | /res/values-w820dp/dimens.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/d6/properties.index:
--------------------------------------------------------------------------------
1 | "/res/layout/activity_configure.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor "/res/layout/fragment_configure.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor '/res/layout/fragment_fall_detection.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor #/res/layout/contact_list_layout.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor '/res/layout/activity_fall_detection.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/de/properties.index:
--------------------------------------------------------------------------------
1 | /res/values/strings.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor /res/values/colors.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor /res/values/dimens.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor /res/values/styles.xml EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/eb/properties.index:
--------------------------------------------------------------------------------
1 | /res/values-v11/styles.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/a0/ee/properties.index:
--------------------------------------------------------------------------------
1 | /res/values-v14/styles.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/properties.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/.indexes/properties.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/org.eclipse.jdt.core/state.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.projects/FallDetectionAndroid/org.eclipse.jdt.core/state.dat
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.indexes/a0/d6/properties.index:
--------------------------------------------------------------------------------
1 | /res/layout/main.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.indexes/a0/de/properties.index:
--------------------------------------------------------------------------------
1 | /res/values/strings.xml 7org.eclipse.ui.internal.registry.ResourceEditorRegistry EditorProperty /com.android.ide.eclipse.editors.CommonXmlEditor
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.indexes/properties.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.indexes/properties.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.location:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.location
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.markers:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/.markers
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/org.eclipse.jdt.core/state.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.projects/PEBBLE_KIT/org.eclipse.jdt.core/state.dat
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index:
--------------------------------------------------------------------------------
1 | / com.android.ide.eclipse.adt
2 | androidApi Hfile:/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk/docs/reference org.eclipse.core.resources contentCacheState 2 contentCacheTimestamp
1430330256767 org.eclipse.jdt.core stateVersionNumber 27
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/4.tree:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.root/4.tree
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.adt.prefs:
--------------------------------------------------------------------------------
1 | com.android.ide.eclipse.adt.fixLegacyEditors=1
2 | com.android.ide.eclipse.adt.sdk=/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk
3 | eclipse.preferences.version=1
4 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.debug.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.cdt.debug.core.cDebug.default_source_containers=\n\n\n\n\n\n\n\n
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | spelling_locale_initialized=true
3 | useAnnotationsPrefPage=true
4 | useQuickDiffPrefPage=true
5 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | version=1
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.core.prefs:
--------------------------------------------------------------------------------
1 | //org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.applicationLaunchType=org.eclipse.cdt.dsf.gdb.launch.localCLaunch,debug;org.eclipse.cdt.cdi.launch.localCLaunch,run
2 | //org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.attachLaunchType=org.eclipse.cdt.dsf.gdb.launch.attachCLaunch,debug
3 | //org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.postmortemLaunchType=org.eclipse.cdt.dsf.gdb.launch.coreCLaunch,debug
4 | eclipse.preferences.version=1
5 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\n\n
3 | preferredTargets=org.eclipse.cdt.debug.ui.toggleCBreakpointTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|
4 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.launching.PREF_VM_XML=\n\n
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs:
--------------------------------------------------------------------------------
1 | content_assist_number_of_computers=12
2 | content_assist_proposals_background=255,255,255
3 | content_assist_proposals_foreground=0,0,0
4 | eclipse.preferences.version=1
5 | fontPropagated=true
6 | org.eclipse.jdt.ui.editor.tab.width=
7 | org.eclipse.jdt.ui.formatterprofiles.version=12
8 | org.eclipse.jdt.ui.javadoclocations.migrated=true
9 | org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|;
10 | proposalOrderMigrated=true
11 | spelling_locale_initialized=true
12 | tabWidthPropagated=true
13 | useAnnotationsPrefPage=true
14 | useQuickDiffPrefPage=true
15 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.team.ui.first_time=false
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | overviewRuler_migration=migrated_3.1
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs:
--------------------------------------------------------------------------------
1 | PROBLEMS_FILTERS_MIGRATE=true
2 | eclipse.preferences.version=1
3 | platformState=1430330256767
4 | quickStart=false
5 | tipsAndTricks=true
6 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | showIntro=false
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | task-tag-projects-already-scanned=FallDetectionAndroid
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.python.pydev.prefs:
--------------------------------------------------------------------------------
1 | INTERPRETERS_CHECKED_ONCE=true
2 | eclipse.preferences.version=1
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/1532612313.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.jdt.core/1532612313.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/1864741550.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.jdt.core/1864741550.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/2473479906.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.jdt.core/2473479906.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/2706090599.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.jdt.core/2706090599.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/3488915235.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.jdt.core/3488915235.index
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt:
--------------------------------------------------------------------------------
1 | INDEX VERSION 1.126
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/invalidArchivesCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt:
--------------------------------------------------------------------------------
1 | java
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache:
--------------------------------------------------------------------------------
1 | ^/Users/hitheshaum/pebble-dev/PebbleSDK-2.0.1/PebbleKit-Android/PebbleKit/libs/guava-14.0.1.jar [/Users/hitheshaum/pebble-dev/PebbleSDK-2.0.1/PebbleKit-Android/PebbleKit/bin/pebble_kit.jar U/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk/platforms/android-19/android.jar Q/Users/hitheshaum/fall-detection/FallDetectionAndroid/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt:
--------------------------------------------------------------------------------
1 | INDEX VERSION 1.126+/Users/hitheshaum/fall-detection/.metadata/.plugins/org.eclipse.jdt.core
2 | 2706090599.index
3 | 1864741550.index
4 | 3488915235.index
5 | 1532612313.index
6 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat:
--------------------------------------------------------------------------------
1 | FallDetectionAndroid (com.android.ide.eclipse.adt.DEPENDENCIES [/Users/hitheshaum/pebble-dev/PebbleSDK-2.0.1/PebbleKit-Android/PebbleKit/bin/pebble_kit.jar /PEBBLE_KIT/src %com.android.ide.eclipse.adt.LIBRARIES ^/Users/hitheshaum/pebble-dev/PebbleSDK-2.0.1/PebbleKit-Android/PebbleKit/libs/guava-14.0.1.jar Q/Users/hitheshaum/fall-detection/FallDetectionAndroid/libs/android-support-v4.jar -com.android.ide.eclipse.adt.ANDROID_FRAMEWORK U/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk/platforms/android-19/android.jar 3 com/android/internal/**
2 | javadoc_location Hfile:/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk/docs/reference
3 | PEBBLE_KIT
JRE_LIB JRE_SRCROOT
4 | JUNIT_HOME JRE_SRC JUNIT_SRC_HOME
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
12 |
15 |
17 |
19 |
20 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
21 |
22 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/.metadata/version.ini:
--------------------------------------------------------------------------------
1 | org.eclipse.core.runtime=1
--------------------------------------------------------------------------------
/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/cache.properties:
--------------------------------------------------------------------------------
1 | #Wed Apr 29 11:16:57 PDT 2015
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/cache.properties.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/cache.properties.lock
--------------------------------------------------------------------------------
/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/fileHashes.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/fileHashes.bin
--------------------------------------------------------------------------------
/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin
--------------------------------------------------------------------------------
/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/outputFileStates.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/outputFileStates.bin
--------------------------------------------------------------------------------
/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/.name:
--------------------------------------------------------------------------------
1 | FallDetectionAndroid
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/compiler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/copyright/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/gradle.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/libraries/guava_14_0_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/libraries/support_v4_19_1_0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/scopes/scope_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/FD_AndroidStudio.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 | buildscript {
3 | repositories {
4 | jcenter()
5 | }
6 | dependencies {
7 | classpath 'com.android.tools.build:gradle:1.1.0'
8 | }
9 | }
10 |
11 | allprojects {
12 | repositories {
13 | jcenter()
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/build/intermediates/model_data.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/build/intermediates/model_data.bin
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 19
5 | buildToolsVersion "21.1.2"
6 |
7 | defaultConfig {
8 | applicationId "com.pulusata.falldetection"
9 | minSdkVersion 14
10 | targetSdkVersion 19
11 | }
12 |
13 | buildTypes {
14 | release {
15 | minifyEnabled false
16 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
17 | }
18 | }
19 | }
20 |
21 | dependencies {
22 | compile project(':pEBBLE_KIT')
23 | compile 'com.android.support:support-v4:19.1.0'
24 | }
25 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/generated/source/buildConfig/androidTest/debug/com/pulusata/falldetection/test/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.pulusata.falldetection.test;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String APPLICATION_ID = "com.pulusata.falldetection.test";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = -1;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/generated/source/buildConfig/debug/com/pulusata/falldetection/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.pulusata.falldetection;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String APPLICATION_ID = "com.pulusata.falldetection";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = 1;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/generated/source/r/debug/com/getpebble/android/kit/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 | package com.getpebble.android.kit;
8 |
9 | public final class R {
10 | public static final class layout {
11 | public static final int main = 0x7f030005;
12 | }
13 | public static final class string {
14 | public static final int app_name = 0x7f060001;
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/generated/source/r/debug/com/pulusata/falldetection/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package com.pulusata.falldetection;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class color {
14 | public static final int default_screen_bg=0x7f040000;
15 | public static final int light_gray_header_color=0x7f040001;
16 | public static final int rounded_container_bg=0x7f040002;
17 | public static final int rounded_container_border=0x7f040003;
18 | }
19 | public static final class dimen {
20 | public static final int activity_horizontal_margin=0x7f050000;
21 | public static final int activity_vertical_margin=0x7f050001;
22 | }
23 | public static final class drawable {
24 | public static final int background_view_rounded_single=0x7f020000;
25 | public static final int ic_launcher=0x7f020001;
26 | public static final int progressbar=0x7f020002;
27 | }
28 | public static final class id {
29 | public static final int above60F=0x7f090009;
30 | public static final int above60M=0x7f090008;
31 | public static final int action_settings=0x7f090014;
32 | public static final int button1=0x7f090010;
33 | public static final int car_crash=0x7f09000e;
34 | public static final int current_message=0x7f090001;
35 | public static final int customMessage=0x7f090000;
36 | public static final int default_tresh=0x7f090006;
37 | public static final int delete_button=0x7f090013;
38 | public static final int fall_treshold_display=0x7f090003;
39 | public static final int fractured=0x7f09000d;
40 | public static final int get_contact=0x7f09000f;
41 | public static final int less12=0x7f09000c;
42 | public static final int name=0x7f090011;
43 | public static final int osteopenia=0x7f09000b;
44 | public static final int osteoporosis=0x7f090007;
45 | public static final int phoneNumber=0x7f090012;
46 | public static final int refresh_match_layout=0x7f090002;
47 | public static final int treshold=0x7f090004;
48 | public static final int treshold_defaults=0x7f090005;
49 | public static final int young=0x7f09000a;
50 | }
51 | public static final class layout {
52 | public static final int activity_configure=0x7f030000;
53 | public static final int activity_fall_detection=0x7f030001;
54 | public static final int contact_list_layout=0x7f030002;
55 | public static final int fragment_configure=0x7f030003;
56 | public static final int fragment_fall_detection=0x7f030004;
57 | public static final int main=0x7f030005;
58 | }
59 | public static final class menu {
60 | public static final int configure=0x7f080000;
61 | public static final int fall_detection=0x7f080001;
62 | }
63 | public static final class string {
64 | public static final int action_settings=0x7f060000;
65 | public static final int app_name=0x7f060001;
66 | public static final int braodcast=0x7f060002;
67 | public static final int delete=0x7f060003;
68 | public static final int hello_world=0x7f060004;
69 | public static final int pick_contact=0x7f060005;
70 | public static final int start_service=0x7f060006;
71 | public static final int stop_service=0x7f060007;
72 | public static final int title_activity_configure=0x7f060008;
73 | }
74 | public static final class style {
75 | /**
76 | Theme customizations available in newer API levels can go in
77 | res/values-vXX/styles.xml, while customizations related to
78 | backward-compatibility can go here.
79 |
80 | API 11 theme customizations can go here.
81 | API 14 theme customizations can go here.
82 | */
83 | public static final int AppBaseTheme=0x7f070000;
84 | /** All customizations that are NOT specific to a particular API-level can go here.
85 | */
86 | public static final int AppTheme=0x7f070001;
87 | }
88 | }
89 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/R.txt:
--------------------------------------------------------------------------------
1 | int layout main 0x7f020000
2 | int string app_name 0x7f030000
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/aapt/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/classes.jar
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/exploded-aar/FD_AndroidStudio/pEBBLE_KIT/unspecified/res/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PEBBLE_SPORTS_SDK
6 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/incremental/aidl/androidTest/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/incremental/aidl/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/incremental/mergeAssets/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
16 |
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/manifests/full/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
18 |
19 |
22 |
23 |
28 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
52 |
55 |
56 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-hdpi-v4/background_view_rounded_single.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 | -
6 |
7 |
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-hdpi-v4/progressbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
23 |
24 |
25 |
26 | -
27 |
28 |
29 |
30 |
31 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/layout/activity_fall_detection.xml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
14 |
15 |
25 |
26 |
36 |
37 |
38 |
39 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/layout/contact_list_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
11 |
16 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/layout/fragment_configure.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/layout/fragment_fall_detection.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/menu/configure.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/menu/fall_detection.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/values-v11/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/values-v14/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/values-w820dp-v13/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 64dp
6 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/res/debug/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | #20324a
6 | #646663
7 | #80000000
8 | #3b3f44
9 |
10 |
11 | 16dp
12 | 16dp
13 |
14 |
15 | Settings
16 | Crisis
17 | Broadcast SMS
18 | Delete All
19 | Hello world!
20 | Add Contact
21 | Start Service
22 | Stop Service
23 | Configure
24 |
25 |
26 |
33 |
36 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/resources/resources-debug-androidTest.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/resources/resources-debug-androidTest.ap_
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/resources/resources-debug.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/build/intermediates/resources/resources-debug.ap_
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/intermediates/symbols/debug/R.txt:
--------------------------------------------------------------------------------
1 | int color default_screen_bg 0x7f040000
2 | int color light_gray_header_color 0x7f040001
3 | int color rounded_container_bg 0x7f040002
4 | int color rounded_container_border 0x7f040003
5 | int dimen activity_horizontal_margin 0x7f050000
6 | int dimen activity_vertical_margin 0x7f050001
7 | int drawable background_view_rounded_single 0x7f020000
8 | int drawable ic_launcher 0x7f020001
9 | int drawable progressbar 0x7f020002
10 | int id above60F 0x7f090009
11 | int id above60M 0x7f090008
12 | int id action_settings 0x7f090014
13 | int id button1 0x7f090010
14 | int id car_crash 0x7f09000e
15 | int id current_message 0x7f090001
16 | int id customMessage 0x7f090000
17 | int id default_tresh 0x7f090006
18 | int id delete_button 0x7f090013
19 | int id fall_treshold_display 0x7f090003
20 | int id fractured 0x7f09000d
21 | int id get_contact 0x7f09000f
22 | int id less12 0x7f09000c
23 | int id name 0x7f090011
24 | int id osteopenia 0x7f09000b
25 | int id osteoporosis 0x7f090007
26 | int id phoneNumber 0x7f090012
27 | int id refresh_match_layout 0x7f090002
28 | int id treshold 0x7f090004
29 | int id treshold_defaults 0x7f090005
30 | int id young 0x7f09000a
31 | int layout activity_configure 0x7f030000
32 | int layout activity_fall_detection 0x7f030001
33 | int layout contact_list_layout 0x7f030002
34 | int layout fragment_configure 0x7f030003
35 | int layout fragment_fall_detection 0x7f030004
36 | int layout main 0x7f030005
37 | int menu configure 0x7f080000
38 | int menu fall_detection 0x7f080001
39 | int string action_settings 0x7f060000
40 | int string app_name 0x7f060001
41 | int string braodcast 0x7f060002
42 | int string delete 0x7f060003
43 | int string hello_world 0x7f060004
44 | int string pick_contact 0x7f060005
45 | int string start_service 0x7f060006
46 | int string stop_service 0x7f060007
47 | int string title_activity_configure 0x7f060008
48 | int style AppBaseTheme 0x7f070000
49 | int style AppTheme 0x7f070001
50 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/build/outputs/logs/manifest-merger-debug-report.txt:
--------------------------------------------------------------------------------
1 | -- Merging decision tree log ---
2 | manifest
3 | ADDED from AndroidManifest.xml:2:1
4 | package
5 | ADDED from AndroidManifest.xml:3:5
6 | INJECTED from AndroidManifest.xml:0:0
7 | INJECTED from AndroidManifest.xml:0:0
8 | android:versionName
9 | ADDED from AndroidManifest.xml:5:5
10 | android:versionCode
11 | ADDED from AndroidManifest.xml:4:5
12 | INJECTED from AndroidManifest.xml:0:0
13 | INJECTED from AndroidManifest.xml:0:0
14 | xmlns:android
15 | ADDED from AndroidManifest.xml:2:11
16 | uses-sdk
17 | ADDED from AndroidManifest.xml:7:5
18 | android:targetSdkVersion
19 | ADDED from AndroidManifest.xml:9:9
20 | INJECTED from AndroidManifest.xml:0:0
21 | INJECTED from AndroidManifest.xml:0:0
22 | android:minSdkVersion
23 | ADDED from AndroidManifest.xml:8:9
24 | INJECTED from AndroidManifest.xml:0:0
25 | INJECTED from AndroidManifest.xml:0:0
26 | uses-permission#android.permission.READ_CONTACTS
27 | ADDED from AndroidManifest.xml:11:5
28 | android:name
29 | ADDED from AndroidManifest.xml:11:22
30 | uses-permission#android.permission.SEND_SMS
31 | ADDED from AndroidManifest.xml:12:5
32 | android:name
33 | ADDED from AndroidManifest.xml:12:22
34 | uses-permission#android.permission.ACCESS_FINE_LOCATION
35 | ADDED from AndroidManifest.xml:13:5
36 | android:name
37 | ADDED from AndroidManifest.xml:13:22
38 | application
39 | ADDED from AndroidManifest.xml:15:5
40 | MERGED from FD_AndroidStudio:pEBBLE_KIT:unspecified:7:5
41 | android:label
42 | ADDED from AndroidManifest.xml:18:9
43 | android:allowBackup
44 | ADDED from AndroidManifest.xml:16:9
45 | android:icon
46 | ADDED from AndroidManifest.xml:17:9
47 | android:theme
48 | ADDED from AndroidManifest.xml:19:9
49 | activity#com.pulusata.falldetection.FallDetection
50 | ADDED from AndroidManifest.xml:20:9
51 | android:screenOrientation
52 | ADDED from AndroidManifest.xml:23:13
53 | android:label
54 | ADDED from AndroidManifest.xml:24:13
55 | android:configChanges
56 | ADDED from AndroidManifest.xml:22:13
57 | android:name
58 | ADDED from AndroidManifest.xml:21:13
59 | intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER
60 | ADDED from AndroidManifest.xml:25:13
61 | action#android.intent.action.MAIN
62 | ADDED from AndroidManifest.xml:26:17
63 | android:name
64 | ADDED from AndroidManifest.xml:26:25
65 | category#android.intent.category.LAUNCHER
66 | ADDED from AndroidManifest.xml:28:17
67 | android:name
68 | ADDED from AndroidManifest.xml:28:27
69 | receiver#com.pulusata.falldetection.SMSSend
70 | ADDED from AndroidManifest.xml:32:9
71 | android:name
72 | ADDED from AndroidManifest.xml:32:19
73 | intent-filter#com.getpebble.action.app.RECEIVE
74 | ADDED from AndroidManifest.xml:33:13
75 | action#com.getpebble.action.app.RECEIVE
76 | ADDED from AndroidManifest.xml:34:17
77 | android:name
78 | ADDED from AndroidManifest.xml:34:25
79 | activity#com.pulusata.falldetection.Configure
80 | ADDED from AndroidManifest.xml:38:9
81 | android:screenOrientation
82 | ADDED from AndroidManifest.xml:42:13
83 | android:label
84 | ADDED from AndroidManifest.xml:40:13
85 | android:parentActivityName
86 | ADDED from AndroidManifest.xml:43:13
87 | android:configChanges
88 | ADDED from AndroidManifest.xml:41:13
89 | android:name
90 | ADDED from AndroidManifest.xml:39:13
91 | meta-data#android.support.PARENT_ACTIVITY
92 | ADDED from AndroidManifest.xml:44:13
93 | android:value
94 | ADDED from AndroidManifest.xml:46:17
95 | android:name
96 | ADDED from AndroidManifest.xml:45:17
97 | activity#com.getpebble.android.kit.PEBBLE_KIT
98 | ADDED from FD_AndroidStudio:pEBBLE_KIT:unspecified:8:9
99 | android:label
100 | ADDED from FD_AndroidStudio:pEBBLE_KIT:unspecified:10:13
101 | android:name
102 | ADDED from FD_AndroidStudio:pEBBLE_KIT:unspecified:9:13
103 | android:uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
104 | IMPLIED from AndroidManifest.xml:2:1 reason: com.getpebble.android.kit has a targetSdkVersion < 4
105 | android:uses-permission#android.permission.READ_PHONE_STATE
106 | IMPLIED from AndroidManifest.xml:2:1 reason: com.getpebble.android.kit has a targetSdkVersion < 4
107 | android:uses-permission#android.permission.READ_EXTERNAL_STORAGE
108 | IMPLIED from AndroidManifest.xml:2:1 reason: com.getpebble.android.kit requested WRITE_EXTERNAL_STORAGE
109 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
20 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
44 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/drawable-hdpi/background_view_rounded_single.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 | -
6 |
7 |
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/src/main/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/drawable-hdpi/progressbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
23 |
24 |
25 |
26 | -
27 |
28 |
29 |
30 |
31 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/src/main/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/fallDetection/src/main/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/layout/activity_fall_detection.xml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
14 |
15 |
25 |
26 |
36 |
37 |
38 |
39 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/layout/contact_list_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
11 |
16 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/layout/fragment_configure.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/layout/fragment_fall_detection.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/menu/configure.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/menu/fall_detection.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 | 64dp
9 |
10 |
11 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #20324a
5 | #80000000
6 | #3b3f44
7 | #646663
8 |
9 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Crisis
5 | Add Contact
6 | Settings
7 | Broadcast SMS
8 | Delete All
9 | Start Service
10 | Stop Service
11 | Configure
12 | Hello world!
13 |
14 |
15 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/fallDetection/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/FD_AndroidStudio/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Wed Apr 10 15:27:10 PDT 2013
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
7 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/gradlew:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | ##############################################################################
4 | ##
5 | ## Gradle start up script for UN*X
6 | ##
7 | ##############################################################################
8 |
9 | # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
10 | DEFAULT_JVM_OPTS=""
11 |
12 | APP_NAME="Gradle"
13 | APP_BASE_NAME=`basename "$0"`
14 |
15 | # Use the maximum available, or set MAX_FD != -1 to use that value.
16 | MAX_FD="maximum"
17 |
18 | warn ( ) {
19 | echo "$*"
20 | }
21 |
22 | die ( ) {
23 | echo
24 | echo "$*"
25 | echo
26 | exit 1
27 | }
28 |
29 | # OS specific support (must be 'true' or 'false').
30 | cygwin=false
31 | msys=false
32 | darwin=false
33 | case "`uname`" in
34 | CYGWIN* )
35 | cygwin=true
36 | ;;
37 | Darwin* )
38 | darwin=true
39 | ;;
40 | MINGW* )
41 | msys=true
42 | ;;
43 | esac
44 |
45 | # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 | if $cygwin ; then
47 | [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
48 | fi
49 |
50 | # Attempt to set APP_HOME
51 | # Resolve links: $0 may be a link
52 | PRG="$0"
53 | # Need this for relative symlinks.
54 | while [ -h "$PRG" ] ; do
55 | ls=`ls -ld "$PRG"`
56 | link=`expr "$ls" : '.*-> \(.*\)$'`
57 | if expr "$link" : '/.*' > /dev/null; then
58 | PRG="$link"
59 | else
60 | PRG=`dirname "$PRG"`"/$link"
61 | fi
62 | done
63 | SAVED="`pwd`"
64 | cd "`dirname \"$PRG\"`/" >&-
65 | APP_HOME="`pwd -P`"
66 | cd "$SAVED" >&-
67 |
68 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
69 |
70 | # Determine the Java command to use to start the JVM.
71 | if [ -n "$JAVA_HOME" ] ; then
72 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
73 | # IBM's JDK on AIX uses strange locations for the executables
74 | JAVACMD="$JAVA_HOME/jre/sh/java"
75 | else
76 | JAVACMD="$JAVA_HOME/bin/java"
77 | fi
78 | if [ ! -x "$JAVACMD" ] ; then
79 | die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
80 |
81 | Please set the JAVA_HOME variable in your environment to match the
82 | location of your Java installation."
83 | fi
84 | else
85 | JAVACMD="java"
86 | which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
87 |
88 | Please set the JAVA_HOME variable in your environment to match the
89 | location of your Java installation."
90 | fi
91 |
92 | # Increase the maximum file descriptors if we can.
93 | if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
94 | MAX_FD_LIMIT=`ulimit -H -n`
95 | if [ $? -eq 0 ] ; then
96 | if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
97 | MAX_FD="$MAX_FD_LIMIT"
98 | fi
99 | ulimit -n $MAX_FD
100 | if [ $? -ne 0 ] ; then
101 | warn "Could not set maximum file descriptor limit: $MAX_FD"
102 | fi
103 | else
104 | warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
105 | fi
106 | fi
107 |
108 | # For Darwin, add options to specify how the application appears in the dock
109 | if $darwin; then
110 | GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
111 | fi
112 |
113 | # For Cygwin, switch paths to Windows format before running java
114 | if $cygwin ; then
115 | APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
117 |
118 | # We build the pattern for arguments to be converted via cygpath
119 | ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
120 | SEP=""
121 | for dir in $ROOTDIRSRAW ; do
122 | ROOTDIRS="$ROOTDIRS$SEP$dir"
123 | SEP="|"
124 | done
125 | OURCYGPATTERN="(^($ROOTDIRS))"
126 | # Add a user-defined pattern to the cygpath arguments
127 | if [ "$GRADLE_CYGPATTERN" != "" ] ; then
128 | OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
129 | fi
130 | # Now convert the arguments - kludge to limit ourselves to /bin/sh
131 | i=0
132 | for arg in "$@" ; do
133 | CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134 | CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
135 |
136 | if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
137 | eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
138 | else
139 | eval `echo args$i`="\"$arg\""
140 | fi
141 | i=$((i+1))
142 | done
143 | case $i in
144 | (0) set -- ;;
145 | (1) set -- "$args0" ;;
146 | (2) set -- "$args0" "$args1" ;;
147 | (3) set -- "$args0" "$args1" "$args2" ;;
148 | (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
149 | (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
150 | (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
151 | (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
152 | (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
153 | (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
154 | esac
155 | fi
156 |
157 | # Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
158 | function splitJvmOpts() {
159 | JVM_OPTS=("$@")
160 | }
161 | eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
162 | JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
163 |
164 | exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
165 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/gradlew.bat:
--------------------------------------------------------------------------------
1 | @if "%DEBUG%" == "" @echo off
2 | @rem ##########################################################################
3 | @rem
4 | @rem Gradle startup script for Windows
5 | @rem
6 | @rem ##########################################################################
7 |
8 | @rem Set local scope for the variables with windows NT shell
9 | if "%OS%"=="Windows_NT" setlocal
10 |
11 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12 | set DEFAULT_JVM_OPTS=
13 |
14 | set DIRNAME=%~dp0
15 | if "%DIRNAME%" == "" set DIRNAME=.
16 | set APP_BASE_NAME=%~n0
17 | set APP_HOME=%DIRNAME%
18 |
19 | @rem Find java.exe
20 | if defined JAVA_HOME goto findJavaFromJavaHome
21 |
22 | set JAVA_EXE=java.exe
23 | %JAVA_EXE% -version >NUL 2>&1
24 | if "%ERRORLEVEL%" == "0" goto init
25 |
26 | echo.
27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28 | echo.
29 | echo Please set the JAVA_HOME variable in your environment to match the
30 | echo location of your Java installation.
31 |
32 | goto fail
33 |
34 | :findJavaFromJavaHome
35 | set JAVA_HOME=%JAVA_HOME:"=%
36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37 |
38 | if exist "%JAVA_EXE%" goto init
39 |
40 | echo.
41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42 | echo.
43 | echo Please set the JAVA_HOME variable in your environment to match the
44 | echo location of your Java installation.
45 |
46 | goto fail
47 |
48 | :init
49 | @rem Get command-line arguments, handling Windowz variants
50 |
51 | if not "%OS%" == "Windows_NT" goto win9xME_args
52 | if "%@eval[2+2]" == "4" goto 4NT_args
53 |
54 | :win9xME_args
55 | @rem Slurp the command line arguments.
56 | set CMD_LINE_ARGS=
57 | set _SKIP=2
58 |
59 | :win9xME_args_slurp
60 | if "x%~1" == "x" goto execute
61 |
62 | set CMD_LINE_ARGS=%*
63 | goto execute
64 |
65 | :4NT_args
66 | @rem Get arguments from the 4NT Shell from JP Software
67 | set CMD_LINE_ARGS=%$
68 |
69 | :execute
70 | @rem Setup the command line
71 |
72 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73 |
74 | @rem Execute Gradle
75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76 |
77 | :end
78 | @rem End local scope for the variables with windows NT shell
79 | if "%ERRORLEVEL%"=="0" goto mainEnd
80 |
81 | :fail
82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 | rem the _cmd.exe /c_ return code!
84 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
85 | exit /b 1
86 |
87 | :mainEnd
88 | if "%OS%"=="Windows_NT" endlocal
89 |
90 | :omega
91 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/local.properties:
--------------------------------------------------------------------------------
1 | ## This file must *NOT* be checked into Version Control Systems,
2 | # as it contains information specific to your local configuration.
3 | #
4 | # Location of the SDK. This is only used by Gradle.
5 | #
6 | #Wed Apr 29 11:16:39 PDT 2015
7 | sdk.dir=/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk
8 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.library'
2 |
3 | android {
4 | compileSdkVersion 19
5 | buildToolsVersion "21.1.2"
6 |
7 | defaultConfig {
8 | }
9 |
10 | buildTypes {
11 | release {
12 | minifyEnabled false
13 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
14 | }
15 | }
16 | }
17 |
18 | dependencies {
19 | compile 'com.google.guava:guava:14.0.1'
20 | }
21 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/buildConfig/androidTest/debug/com/getpebble/android/kit/test/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.getpebble.android.kit.test;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String APPLICATION_ID = "com.getpebble.android.kit.test";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = -1;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/buildConfig/debug/com/getpebble/android/kit/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.getpebble.android.kit;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String APPLICATION_ID = "com.getpebble.android.kit";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = 1;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/buildConfig/release/com/getpebble/android/kit/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.getpebble.android.kit;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = false;
8 | public static final String APPLICATION_ID = "com.getpebble.android.kit";
9 | public static final String BUILD_TYPE = "release";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = 1;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/r/androidTest/debug/com/getpebble/android/kit/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 | package com.getpebble.android.kit;
8 |
9 | public final class R {
10 | public static final class layout {
11 | public static final int main = 0x7f020000;
12 | }
13 | public static final class string {
14 | public static final int app_name = 0x7f030000;
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/r/androidTest/debug/com/getpebble/android/kit/test/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package com.getpebble.android.kit.test;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class layout {
14 | public static final int main=0x7f020000;
15 | }
16 | public static final class string {
17 | public static final int app_name=0x7f030000;
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/r/debug/com/getpebble/android/kit/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package com.getpebble.android.kit;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class layout {
14 | public static int main=0x7f020000;
15 | }
16 | public static final class string {
17 | public static int app_name=0x7f030000;
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/generated/source/r/release/com/getpebble/android/kit/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package com.getpebble.android.kit;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class layout {
14 | public static int main=0x7f020000;
15 | }
16 | public static final class string {
17 | public static int app_name=0x7f030000;
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/R.txt:
--------------------------------------------------------------------------------
1 | int layout main 0x7f020000
2 | int string app_name 0x7f030000
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/aapt/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/classes.jar
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/debug/res/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PEBBLE_SPORTS_SDK
6 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/R.txt:
--------------------------------------------------------------------------------
1 | int layout main 0x7f020000
2 | int string app_name 0x7f030000
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/aapt/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/classes.jar
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/bundles/release/res/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PEBBLE_SPORTS_SDK
6 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/BuildConfig.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/Constants$PebbleAppType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/Constants$PebbleAppType.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/Constants$PebbleDataType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/Constants$PebbleDataType.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/Constants.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/Constants.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$1.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$FirmwareVersionInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$FirmwareVersionInfo.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleAckReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleAckReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleDataLogReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleDataLogReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleDataReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleDataReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleNackReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit$PebbleNackReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/PebbleKit.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R$attr.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R$layout.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R$string.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/R.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary$1.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary$PebbleDictTypeException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary$PebbleDictTypeException.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary$TupleOverflowException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary$TupleOverflowException.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleDictionary.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple$TupleType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple$TupleType.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple$ValueOverflowException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple$ValueOverflowException.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple$Width.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple$Width.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/debug/com/getpebble/android/kit/util/PebbleTuple.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/BuildConfig.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/Constants$PebbleAppType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/Constants$PebbleAppType.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/Constants$PebbleDataType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/Constants$PebbleDataType.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/Constants.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/Constants.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$1.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$FirmwareVersionInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$FirmwareVersionInfo.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleAckReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleAckReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleDataLogReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleDataLogReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleDataReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleDataReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleNackReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit$PebbleNackReceiver.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/PebbleKit.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R$attr.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R$layout.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R$string.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/R.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary$1.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary$PebbleDictTypeException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary$PebbleDictTypeException.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary$TupleOverflowException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary$TupleOverflowException.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleDictionary.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple$TupleType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple$TupleType.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple$ValueOverflowException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple$ValueOverflowException.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple$Width.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple$Width.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/classes/release/com/getpebble/android/kit/util/PebbleTuple.class
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/aidl/androidTest/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/aidl/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/aidl/release/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/mergeAssets/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/mergeAssets/release/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 | PEBBLE_SPORTS_SDK
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/packageResources/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 | PEBBLE_SPORTS_SDK
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/incremental/packageResources/release/merger.xml:
--------------------------------------------------------------------------------
1 |
2 | PEBBLE_SPORTS_SDK
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
8 |
9 |
15 |
16 |
17 |
18 |
19 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/manifests/tmp/manifestMerger428854280270716708.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
16 |
17 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/res/androidTest/debug/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/res/androidTest/debug/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PEBBLE_SPORTS_SDK
6 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/resources/resources-debug-androidTest.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/resources/resources-debug-androidTest.ap_
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/intermediates/symbols/androidTest/debug/R.txt:
--------------------------------------------------------------------------------
1 | int layout main 0x7f020000
2 | int string app_name 0x7f030000
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/outputs/aar/pEBBLE_KIT-debug.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/outputs/aar/pEBBLE_KIT-debug.aar
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/outputs/aar/pEBBLE_KIT-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FD_AndroidStudio/pEBBLE_KIT/build/outputs/aar/pEBBLE_KIT-release.aar
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/tmp/packageDebugJar/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/build/tmp/packageReleaseJar/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/src/main/java/com/getpebble/android/kit/util/PebbleTuple.java:
--------------------------------------------------------------------------------
1 | package com.getpebble.android.kit.util;
2 |
3 | import java.nio.charset.Charset;
4 | import java.util.HashMap;
5 | import java.util.Map;
6 |
7 | /**
8 | * A key-value pair stored in a {@link PebbleDictionary}.
9 | *
10 | * @author zulak@getpebble.com
11 | */
12 | final class PebbleTuple {
13 |
14 | private static final Charset UTF8 = Charset.forName("UTF-8");
15 |
16 | static final Map TYPE_NAMES = new HashMap();
17 |
18 | static {
19 | for (TupleType t : TupleType.values()) {
20 | TYPE_NAMES.put(t.getName(), t);
21 | }
22 | }
23 |
24 | static final Map WIDTH_MAP = new HashMap();
25 |
26 | static {
27 | for (Width w : Width.values()) {
28 | WIDTH_MAP.put(w.value, w);
29 | }
30 | }
31 |
32 | /**
33 | * The integer key identifying the tuple.
34 | */
35 | public final int key;
36 | /**
37 | * The type of value contained in the tuple.
38 | */
39 | public final TupleType type;
40 | /**
41 | * The 'width' of the tuple's value; This value will always be 'NONE' for non-integer types.
42 | */
43 | public final Width width;
44 | /**
45 | * The length of the tuple's value in bytes.
46 | */
47 | public final int length;
48 | /**
49 | * The value being associated with the tuple's key.
50 | */
51 | public final Object value;
52 |
53 | private PebbleTuple(final int key, final TupleType type, final Width width, final int length, final Object value) {
54 | this.key = key;
55 | this.type = type;
56 | this.width = width;
57 | this.length = length;
58 | this.value = value;
59 | }
60 |
61 | static PebbleTuple create(
62 | final int key, final TupleType type, final Width width, final int value) {
63 | return new PebbleTuple(key, type, width, width.value, Long.valueOf(value));
64 | }
65 |
66 | static PebbleTuple create(
67 | final int key, final TupleType type, final Width width, final Object value) {
68 |
69 | int length = Integer.MAX_VALUE;
70 | if (width != Width.NONE) {
71 | length = width.value;
72 | } else if (type == TupleType.BYTES) {
73 | length = ((byte[]) value).length;
74 | } else if (type == TupleType.STRING) {
75 | length = ((String) value).getBytes(UTF8).length;
76 | }
77 |
78 | if (length > 0xffff) {
79 | throw new ValueOverflowException();
80 | }
81 |
82 | return new PebbleTuple(key, type, width, length, value);
83 | }
84 |
85 | public static class ValueOverflowException extends RuntimeException {
86 | public ValueOverflowException() {
87 | super("Value exceeds tuple capacity");
88 | }
89 | }
90 |
91 | static enum Width {
92 | NONE(0),
93 | BYTE(1),
94 | SHORT(2),
95 | WORD(4);
96 |
97 | public final int value;
98 |
99 | private Width(final int width) {
100 | value = width;
101 | }
102 | }
103 |
104 | static enum TupleType {
105 | BYTES(0),
106 | STRING(1),
107 | UINT(2),
108 | INT(3);
109 |
110 | public final byte ord;
111 |
112 | private TupleType(int ord) {
113 | this.ord = (byte) ord;
114 | }
115 |
116 | public String getName() {
117 | return name().toLowerCase();
118 | }
119 | }
120 | }
121 |
122 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/src/main/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/pEBBLE_KIT/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | PEBBLE_SPORTS_SDK
4 |
5 |
--------------------------------------------------------------------------------
/FD_AndroidStudio/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':pEBBLE_KIT'
2 | include ':fallDetection'
3 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/.metadata/.lock
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.log:
--------------------------------------------------------------------------------
1 | !SESSION 2015-04-29 10:54:11.331 -----------------------------------------------
2 | eclipse.buildId=M20130204-1200
3 | java.version=1.8.0_45
4 | java.vendor=Oracle Corporation
5 | BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
6 | Framework arguments: -product com.android.ide.eclipse.adt.package.adtproduct -keyring /Users/hitheshaum/.eclipse_keyring -showlocation
7 | Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.android.ide.eclipse.adt.package.adtproduct -keyring /Users/hitheshaum/.eclipse_keyring -showlocation
8 |
9 | !ENTRY org.eclipse.core.net 1 0 2015-04-29 10:56:06.739
10 | !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
11 |
12 | !ENTRY org.eclipse.jface 2 0 2015-04-29 10:56:07.111
13 | !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
14 | !SUBENTRY 1 org.eclipse.jface 2 0 2015-04-29 10:56:07.111
15 | !MESSAGE A conflict occurred for ALT+COMMAND+R:
16 | Binding(ALT+COMMAND+R,
17 | ParameterizedCommand(Command(org.python.pydev.debug.setnext,Set Next Statement,
18 | ,
19 | Category(org.python.pydev.ui.category.run,PyDev - Run,Python run category,true),
20 | org.eclipse.ui.internal.MakeHandlersGo@43f61afb,
21 | ,,true),null),
22 | org.eclipse.ui.defaultAcceleratorConfiguration,
23 | org.eclipse.ui.contexts.window,,,system)
24 | Binding(ALT+COMMAND+R,
25 | ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring ,
26 | Rename the selected element,
27 | Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true),
28 | org.eclipse.ui.internal.MakeHandlersGo@713064e8,
29 | ,,true),null),
30 | org.eclipse.ui.defaultAcceleratorConfiguration,
31 | org.eclipse.ui.contexts.window,,cocoa,system)
32 |
33 | !ENTRY org.eclipse.ui 2 2 2015-04-29 10:56:40.052
34 | !MESSAGE Invalid property category path: ValidationPropertiesPage (bundle: org.eclipse.wst.xml.ui, propertyPage: org.eclipse.wst.xml.ui.propertyPage.project.validation)
35 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.cdt.core/.log:
--------------------------------------------------------------------------------
1 | *** SESSION Apr 29, 2015 10:56:10.30 -------------------------------------------
2 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index:
--------------------------------------------------------------------------------
1 | / org.eclipse.jdt.core stateVersionNumber 27
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree:
--------------------------------------------------------------------------------
1 | org.eclipse.cdt.core org.eclipse.jdt.core
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.adt.prefs:
--------------------------------------------------------------------------------
1 | com.android.ide.eclipse.adt.fixLegacyEditors=1
2 | com.android.ide.eclipse.adt.sdk=/Users/hitheshaum/adt-bundle-mac-x86_64-20140702/sdk
3 | eclipse.preferences.version=1
4 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | spelling_locale_initialized=true
3 | useAnnotationsPrefPage=true
4 | useQuickDiffPrefPage=true
5 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | version=1
3 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs:
--------------------------------------------------------------------------------
1 | content_assist_proposals_background=255,255,255
2 | content_assist_proposals_foreground=0,0,0
3 | eclipse.preferences.version=1
4 | fontPropagated=true
5 | org.eclipse.jdt.ui.editor.tab.width=
6 | org.eclipse.jdt.ui.formatterprofiles.version=12
7 | org.eclipse.jdt.ui.javadoclocations.migrated=true
8 | org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|;
9 | proposalOrderMigrated=true
10 | spelling_locale_initialized=true
11 | tabWidthPropagated=true
12 | useAnnotationsPrefPage=true
13 | useQuickDiffPrefPage=true
14 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs:
--------------------------------------------------------------------------------
1 | PROBLEMS_FILTERS_MIGRATE=true
2 | eclipse.preferences.version=1
3 | platformState=1427571216331
4 | quickStart=false
5 | tipsAndTricks=true
6 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.python.pydev.prefs:
--------------------------------------------------------------------------------
1 | INTERPRETERS_CHECKED_ONCE=true
2 | eclipse.preferences.version=1
3 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.jdt.core/invalidArchivesCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat:
--------------------------------------------------------------------------------
1 | JRE_LIB JRE_SRCROOT
2 | JUNIT_HOME JRE_SRC JUNIT_SRC_HOME
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
12 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.metadata/version.ini:
--------------------------------------------------------------------------------
1 | org.eclipse.core.runtime=1
--------------------------------------------------------------------------------
/FallDetectionAndroid/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | FallDetection
4 |
5 |
6 |
7 |
8 |
9 | com.android.ide.eclipse.adt.ResourceManagerBuilder
10 |
11 |
12 |
13 |
14 | com.android.ide.eclipse.adt.PreCompilerBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.jdt.core.javabuilder
20 |
21 |
22 |
23 |
24 | com.android.ide.eclipse.adt.ApkBuilder
25 |
26 |
27 |
28 |
29 |
30 | com.android.ide.eclipse.adt.AndroidNature
31 | org.eclipse.jdt.core.javanature
32 |
33 |
34 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
20 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
44 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
20 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
44 |
47 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/FallDetection.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/FallDetection.apk
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/R.txt:
--------------------------------------------------------------------------------
1 | int color default_screen_bg 0x7f050000
2 | int color light_gray_header_color 0x7f050003
3 | int color rounded_container_bg 0x7f050001
4 | int color rounded_container_border 0x7f050002
5 | int dimen activity_horizontal_margin 0x7f060000
6 | int dimen activity_vertical_margin 0x7f060001
7 | int drawable background_view_rounded_single 0x7f020000
8 | int drawable ic_launcher 0x7f020001
9 | int drawable progressbar 0x7f020002
10 | int id above60F 0x7f090009
11 | int id above60M 0x7f090008
12 | int id action_settings 0x7f090014
13 | int id button1 0x7f090010
14 | int id car_crash 0x7f09000e
15 | int id current_message 0x7f090001
16 | int id customMessage 0x7f090000
17 | int id default_tresh 0x7f090006
18 | int id delete_button 0x7f090013
19 | int id fall_treshold_display 0x7f090003
20 | int id fractured 0x7f09000d
21 | int id get_contact 0x7f09000f
22 | int id less12 0x7f09000c
23 | int id name 0x7f090011
24 | int id osteopenia 0x7f09000b
25 | int id osteoporosis 0x7f090007
26 | int id phoneNumber 0x7f090012
27 | int id refresh_match_layout 0x7f090002
28 | int id treshold 0x7f090004
29 | int id treshold_defaults 0x7f090005
30 | int id young 0x7f09000a
31 | int layout activity_configure 0x7f030000
32 | int layout activity_fall_detection 0x7f030001
33 | int layout contact_list_layout 0x7f030002
34 | int layout fragment_configure 0x7f030003
35 | int layout fragment_fall_detection 0x7f030004
36 | int layout main 0x7f030005
37 | int menu configure 0x7f080000
38 | int menu fall_detection 0x7f080001
39 | int string action_settings 0x7f040002
40 | int string app_name 0x7f040000
41 | int string braodcast 0x7f040003
42 | int string delete 0x7f040004
43 | int string hello_world 0x7f040008
44 | int string pick_contact 0x7f040001
45 | int string start_service 0x7f040005
46 | int string stop_service 0x7f040006
47 | int string title_activity_configure 0x7f040007
48 | int style AppBaseTheme 0x7f070000
49 | int style AppTheme 0x7f070001
50 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes.dex
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/getpebble/android/kit/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/getpebble/android/kit/R$layout.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/getpebble/android/kit/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/getpebble/android/kit/R$string.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/getpebble/android/kit/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/getpebble/android/kit/R.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/BuildConfig.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$1$1.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$1.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$2$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$2$1.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure$2.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/Configure.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/FallDetection$MyArrayAdapter$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/FallDetection$MyArrayAdapter$1.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/FallDetection$MyArrayAdapter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/FallDetection$MyArrayAdapter.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/FallDetection.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/FallDetection.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$attr.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$color.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$dimen.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$drawable.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$id.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$layout.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$menu.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$string.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R$style.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/R.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/SMSSend$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/SMSSend$1.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/SMSSend.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/classes/com/pulusata/falldetection/SMSSend.class
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/dexedLibs/android-support-v4-bd5ddb6b2669ce16469b1f4b43fbcbeb.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/dexedLibs/android-support-v4-bd5ddb6b2669ce16469b1f4b43fbcbeb.jar
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/dexedLibs/guava-14.0.1-83dac1da3cb924e303eff1e04d383475.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/dexedLibs/guava-14.0.1-83dac1da3cb924e303eff1e04d383475.jar
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/dexedLibs/pebble_kit-d5d41ff40332f9348bc047d3d304582d.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/dexedLibs/pebble_kit-d5d41ff40332f9348bc047d3d304582d.jar
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/jarlist.cache:
--------------------------------------------------------------------------------
1 | # cache for current jar dependency. DO NOT EDIT.
2 | # format is
3 | # Encoding is UTF-8
4 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/res/crunch/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/res/crunch/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/res/crunch/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/res/crunch/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/res/crunch/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/res/crunch/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/res/crunch/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/bin/resources.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/bin/resources.ap_
--------------------------------------------------------------------------------
/FallDetectionAndroid/gen/com/getpebble/android/kit/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 | package com.getpebble.android.kit;
8 |
9 | public final class R {
10 | public static final class layout {
11 | public static final int main = 0x7f030005;
12 | }
13 | public static final class string {
14 | public static final int app_name = 0x7f040000;
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/gen/com/pulusata/falldetection/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package com.pulusata.falldetection;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = true;
6 | }
--------------------------------------------------------------------------------
/FallDetectionAndroid/gen/com/pulusata/falldetection/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package com.pulusata.falldetection;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class color {
14 | public static final int default_screen_bg=0x7f050000;
15 | public static final int light_gray_header_color=0x7f050003;
16 | public static final int rounded_container_bg=0x7f050001;
17 | public static final int rounded_container_border=0x7f050002;
18 | }
19 | public static final class dimen {
20 | /** Default screen margins, per the Android Design guidelines.
21 |
22 | Example customization of dimensions originally defined in res/values/dimens.xml
23 | (such as screen margins) for screens with more than 820dp of available width. This
24 | would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
25 |
26 | */
27 | public static final int activity_horizontal_margin=0x7f060000;
28 | public static final int activity_vertical_margin=0x7f060001;
29 | }
30 | public static final class drawable {
31 | public static final int background_view_rounded_single=0x7f020000;
32 | public static final int ic_launcher=0x7f020001;
33 | public static final int progressbar=0x7f020002;
34 | }
35 | public static final class id {
36 | public static final int above60F=0x7f090009;
37 | public static final int above60M=0x7f090008;
38 | public static final int action_settings=0x7f090014;
39 | public static final int button1=0x7f090010;
40 | public static final int car_crash=0x7f09000e;
41 | public static final int current_message=0x7f090001;
42 | public static final int customMessage=0x7f090000;
43 | public static final int default_tresh=0x7f090006;
44 | public static final int delete_button=0x7f090013;
45 | public static final int fall_treshold_display=0x7f090003;
46 | public static final int fractured=0x7f09000d;
47 | public static final int get_contact=0x7f09000f;
48 | public static final int less12=0x7f09000c;
49 | public static final int name=0x7f090011;
50 | public static final int osteopenia=0x7f09000b;
51 | public static final int osteoporosis=0x7f090007;
52 | public static final int phoneNumber=0x7f090012;
53 | public static final int refresh_match_layout=0x7f090002;
54 | public static final int treshold=0x7f090004;
55 | public static final int treshold_defaults=0x7f090005;
56 | public static final int young=0x7f09000a;
57 | }
58 | public static final class layout {
59 | public static final int activity_configure=0x7f030000;
60 | public static final int activity_fall_detection=0x7f030001;
61 | public static final int contact_list_layout=0x7f030002;
62 | public static final int fragment_configure=0x7f030003;
63 | public static final int fragment_fall_detection=0x7f030004;
64 | public static final int main=0x7f030005;
65 | }
66 | public static final class menu {
67 | public static final int configure=0x7f080000;
68 | public static final int fall_detection=0x7f080001;
69 | }
70 | public static final class string {
71 | public static final int action_settings=0x7f040002;
72 | public static final int app_name=0x7f040000;
73 | public static final int braodcast=0x7f040003;
74 | public static final int delete=0x7f040004;
75 | public static final int hello_world=0x7f040008;
76 | public static final int pick_contact=0x7f040001;
77 | public static final int start_service=0x7f040005;
78 | public static final int stop_service=0x7f040006;
79 | public static final int title_activity_configure=0x7f040007;
80 | }
81 | public static final class style {
82 | /**
83 | Base application theme, dependent on API level. This theme is replaced
84 | by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
85 |
86 |
87 | Theme customizations available in newer API levels can go in
88 | res/values-vXX/styles.xml, while customizations related to
89 | backward-compatibility can go here.
90 |
91 |
92 | Base application theme for API 11+. This theme completely replaces
93 | AppBaseTheme from res/values/styles.xml on API 11+ devices.
94 |
95 | API 11 theme customizations can go here.
96 |
97 | Base application theme for API 14+. This theme completely replaces
98 | AppBaseTheme from BOTH res/values/styles.xml and
99 | res/values-v11/styles.xml on API 14+ devices.
100 |
101 | API 14 theme customizations can go here.
102 | */
103 | public static final int AppBaseTheme=0x7f070000;
104 | /** Application theme.
105 | All customizations that are NOT specific to a particular API-level can go here.
106 | */
107 | public static final int AppTheme=0x7f070001;
108 | }
109 | }
110 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/ic_launcher-web.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/FallDetectionAndroid/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-19
15 | android.library.reference.1=../../pebble-dev/PebbleSDK-2.0.1/PebbleKit-Android/PebbleKit
16 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/drawable-hdpi/background_view_rounded_single.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 | -
6 |
7 |
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/drawable-hdpi/progressbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
12 |
13 |
14 | -
15 |
16 |
17 |
18 |
19 |
23 |
24 |
25 |
26 | -
27 |
28 |
29 |
30 |
31 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Hitheshaum/fall-detection/2625d669838d9dab473a7d697cccfec06ffc9b42/FallDetectionAndroid/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/layout/activity_fall_detection.xml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
14 |
15 |
25 |
26 |
36 |
37 |
38 |
39 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/layout/contact_list_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
11 |
16 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/layout/fragment_configure.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/layout/fragment_fall_detection.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/menu/configure.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/menu/fall_detection.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 | 64dp
9 |
10 |
11 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #20324a
5 | #80000000
6 | #3b3f44
7 | #646663
8 |
9 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Crisis
5 | Add Contact
6 | Settings
7 | Broadcast SMS
8 | Delete All
9 | Start Service
10 | Stop Service
11 | Configure
12 | Hello world!
13 |
14 |
15 |
--------------------------------------------------------------------------------
/FallDetectionAndroid/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | fall-detection
2 | ==============
3 |
4 | Fall Detection readme
5 |
--------------------------------------------------------------------------------
/fall_detection_pebble/appinfo.json:
--------------------------------------------------------------------------------
1 | {
2 | "longName": "Fall Detection",
3 | "watchapp": {
4 | "watchface": false
5 | },
6 | "companyName": "hitheshaum@gmail.com",
7 | "shortName": "Fall Detection",
8 | "capabilities": [
9 | ""
10 | ],
11 | "uuid": "5ed10362-a625-41e6-b35c-e6b10feb71e6",
12 | "resources": {
13 | "media": []
14 | },
15 | "versionLabel": "1.0",
16 | "appKeys": {},
17 | "versionCode": 1
18 | }
19 |
--------------------------------------------------------------------------------
/fall_detection_pebble/jshintrc:
--------------------------------------------------------------------------------
1 |
2 | /*
3 | * Example jshint configuration file for Pebble development.
4 | *
5 | * Check out the full documentation at http://www.jshint.com/docs/options/
6 | */
7 | {
8 | // Declares the existence of the globals available in PebbleKit JS.
9 | "globals": {
10 | "Pebble": true,
11 | "console": true,
12 | "XMLHttpRequest": true,
13 | "navigator": true, // For navigator.geolocation
14 | "localStorage": true,
15 | "setTimeout": true
16 | },
17 |
18 | // Do not mess with standard JavaScript objects (Array, Date, etc)
19 | "freeze": true,
20 |
21 | // Do not use eval! Keep this warning turned on (ie: false)
22 | "evil": false,
23 |
24 | /*
25 | * The options below are more style/developer dependent.
26 | * Customize to your liking.
27 | */
28 |
29 | // All variables should be in camelcase - too specific for CloudPebble builds to fail
30 | // "camelcase": true,
31 |
32 | // Do not allow blocks without { } - too specific for CloudPebble builds to fail.
33 | // "curly": true,
34 |
35 | // Prohibits the use of immediate function invocations without wrapping them in parentheses
36 | "immed": true,
37 |
38 | // Don't enforce indentation, because it's not worth failing builds over
39 | // (especially given our somewhat lacklustre support for it)
40 | "indent": false,
41 |
42 | // Do not use a variable before it's defined
43 | "latedef": "nofunc",
44 |
45 | // Spot undefined variables
46 | "undef": "true",
47 |
48 | // Spot unused variables
49 | "unused": "true"
50 | }
51 |
--------------------------------------------------------------------------------
/fall_detection_pebble/src/window2.c:
--------------------------------------------------------------------------------
1 | #include
2 | static int count_down=15;
3 | static TextLayer *text_layer, *note_layer, *note_layer2;
4 |
5 | static void select_click_handler2(ClickRecognizerRef recognizer, void *context);
6 | static void up_click_handler2(ClickRecognizerRef recognizer, void *context);
7 | static void down_click_handler2(ClickRecognizerRef recognizer, void *context);
8 | static void count_down_handler(struct tm *tick_time, TimeUnits units_changed);
9 |
10 |
11 |
12 | static void window_load2(Window *window2) {
13 | Layer *window_layer = window_get_root_layer(window2);
14 | GRect bounds = layer_get_bounds(window_layer);
15 | //text_layer = text_layer_create((GRect) { .origin = { 0, 72 }});
16 | text_layer = text_layer_create((GRect) { { 5, 0 }, { bounds.size.w - 2*5, bounds.size.h } });
17 | text_layer_set_text_alignment(text_layer, GTextAlignmentCenter);
18 | text_layer_set_font(text_layer, fonts_get_system_font(FONT_KEY_ROBOTO_BOLD_SUBSET_49));
19 | layer_add_child(window_layer, text_layer_get_layer(text_layer));
20 | text_layer_set_text(text_layer, "15");
21 |
22 | note_layer = text_layer_create((GRect) { .origin = { 0, 72 }, .size = { bounds.size.w, 28 } });
23 | text_layer_set_font(note_layer, fonts_get_system_font(FONT_KEY_ROBOTO_CONDENSED_21));
24 | text_layer_set_text(note_layer, "Press any button");
25 | text_layer_set_text_alignment(note_layer, GTextAlignmentCenter);
26 | layer_add_child(window_layer, text_layer_get_layer(note_layer));
27 |
28 | note_layer2 = text_layer_create((GRect) { .origin = { 0, 100 }, .size = { bounds.size.w, 28 } });
29 | text_layer_set_font(note_layer2, fonts_get_system_font(FONT_KEY_ROBOTO_CONDENSED_21));
30 | text_layer_set_text(note_layer2, "to stop broadcast");
31 | text_layer_set_text_alignment(note_layer2, GTextAlignmentCenter);
32 | layer_add_child(window_layer, text_layer_get_layer(note_layer2));
33 |
34 | }
35 |
36 | static void count_down_handler(struct tm *tick_time, TimeUnits units_changed){
37 | static char buf[] = "12";
38 | snprintf(buf, sizeof(buf), "%d", count_down--);
39 | text_layer_set_text(text_layer, buf);
40 | if(count_down<5){
41 | vibes_short_pulse();
42 | }
43 | if(count_down==0){
44 | DictionaryIterator *iter;
45 | app_message_outbox_begin(&iter);
46 | Tuplet value = TupletInteger(1, 42);
47 | dict_write_tuplet(iter, &value);
48 | app_message_outbox_send();
49 | vibes_long_pulse();
50 | window_stack_pop(true);
51 | }
52 | }
53 |
54 | static void window_appear2(Window *window2){
55 | tick_timer_service_subscribe(SECOND_UNIT, count_down_handler);
56 | count_down_handler( NULL, SECOND_UNIT);
57 | count_down=15;
58 | vibes_long_pulse();
59 | }
60 |
61 | static void window_disappear2(Window *window2){
62 | tick_timer_service_unsubscribe();
63 | }
64 |
65 | static void window_unload2(Window *window2) {
66 | text_layer_destroy(text_layer);
67 | text_layer_destroy(note_layer);
68 | text_layer_destroy(note_layer2);
69 | }
70 |
71 | static void click_config_provider2(void *context) {
72 | window_single_click_subscribe(BUTTON_ID_SELECT, select_click_handler2);
73 | window_single_click_subscribe(BUTTON_ID_UP, up_click_handler2);
74 | window_single_click_subscribe(BUTTON_ID_DOWN, down_click_handler2);
75 | }
76 |
77 | static void down_click_handler2(ClickRecognizerRef recognizer, void *context){
78 | window_stack_pop(true);
79 | }
80 |
81 | static void up_click_handler2(ClickRecognizerRef recognizer, void *context) {
82 | window_stack_pop(true);
83 | }
84 |
85 | static void select_click_handler2(ClickRecognizerRef recognizer, void *context){
86 | window_stack_pop(true);
87 | }
--------------------------------------------------------------------------------
/fall_detection_pebble/src/window3.c:
--------------------------------------------------------------------------------
1 | #include
2 | static int count_down3=5;
3 | static TextLayer *text_layer3, *note_layer, *note_layer2;
4 | static Window *window;
5 |
6 | static void select_click_handler3(ClickRecognizerRef recognizer, void *context);
7 | static void up_click_handler3(ClickRecognizerRef recognizer, void *context);
8 | static void down_click_handler3(ClickRecognizerRef recognizer, void *context);
9 | static void count_down_handler3(struct tm *tick_time, TimeUnits units_changed);
10 |
11 | static void window_load3(Window *window3) {
12 | Layer *window_layer = window_get_root_layer(window3);
13 | GRect bounds = layer_get_bounds(window_layer);
14 | //text_layer = text_layer_create((GRect) { .origin = { 0, 72 }});
15 | text_layer3 = text_layer_create((GRect) { { 5, 0 }, { bounds.size.w - 2*5, bounds.size.h } });
16 | text_layer_set_text_alignment(text_layer3, GTextAlignmentCenter);
17 | text_layer_set_font(text_layer3, fonts_get_system_font(FONT_KEY_ROBOTO_BOLD_SUBSET_49));
18 | layer_add_child(window_layer, text_layer_get_layer(text_layer3));
19 | text_layer_set_text(text_layer3, "10");
20 |
21 | note_layer = text_layer_create((GRect) { .origin = { 0, 72 }, .size = { bounds.size.w, 28 } });
22 | text_layer_set_font(note_layer, fonts_get_system_font(FONT_KEY_ROBOTO_CONDENSED_21));
23 | text_layer_set_text(note_layer, "Press back again");
24 | text_layer_set_text_alignment(note_layer, GTextAlignmentCenter);
25 | layer_add_child(window_layer, text_layer_get_layer(note_layer));
26 |
27 | note_layer2 = text_layer_create((GRect) { .origin = { 0, 100 }, .size = { bounds.size.w, 28 } });
28 | text_layer_set_font(note_layer2, fonts_get_system_font(FONT_KEY_ROBOTO_CONDENSED_21));
29 | text_layer_set_text(note_layer2, "to exit");
30 | text_layer_set_text_alignment(note_layer2, GTextAlignmentCenter);
31 | layer_add_child(window_layer, text_layer_get_layer(note_layer2));
32 |
33 | }
34 |
35 | static void count_down_handler3(struct tm *tick_time, TimeUnits units_changed){
36 | static char buf[] = "12";
37 | snprintf(buf, sizeof(buf), "%d", count_down3--);
38 | text_layer_set_text(text_layer3, buf);
39 | if(count_down3==0){
40 | window_stack_push(window,true);
41 | }
42 | }
43 |
44 | static void window_appear3(Window *window3){
45 | count_down3=5;
46 | tick_timer_service_subscribe(SECOND_UNIT, count_down_handler3);
47 | count_down_handler3( NULL, SECOND_UNIT);
48 | }
49 |
50 | static void window_disappear3(Window *window3){
51 | tick_timer_service_unsubscribe();
52 | }
53 |
54 | static void window_unload3(Window *window3) {
55 | text_layer_destroy(text_layer3);
56 | text_layer_destroy(note_layer);
57 | text_layer_destroy(note_layer2);
58 | }
59 |
60 | static void click_config_provider3(void *context) {
61 | window_single_click_subscribe(BUTTON_ID_SELECT, select_click_handler3);
62 | window_single_click_subscribe(BUTTON_ID_UP, up_click_handler3);
63 | window_single_click_subscribe(BUTTON_ID_DOWN, down_click_handler3);
64 | }
65 |
66 | static void down_click_handler3(ClickRecognizerRef recognizer, void *context){
67 |
68 | }
69 |
70 | static void up_click_handler3(ClickRecognizerRef recognizer, void *context) {
71 |
72 | }
73 |
74 | static void select_click_handler3(ClickRecognizerRef recognizer, void *context){
75 | window_stack_push(window,true);
76 | }
--------------------------------------------------------------------------------
/fall_detection_pebble/wscript:
--------------------------------------------------------------------------------
1 |
2 | #
3 | # This file is the default set of rules to compile a Pebble project.
4 | #
5 | # Feel free to customize this to your needs.
6 | #
7 |
8 | try:
9 | from sh import CommandNotFound, jshint, ErrorReturnCode_2
10 | hint = jshint
11 | except (ImportError, CommandNotFound):
12 | hint = None
13 |
14 | top = '.'
15 | out = 'build'
16 |
17 | def options(ctx):
18 | ctx.load('pebble_sdk')
19 |
20 | def configure(ctx):
21 | ctx.load('pebble_sdk')
22 | global hint
23 | if hint is not None:
24 | hint = hint.bake(['--config', 'pebble-jshintrc'])
25 |
26 | def build(ctx):
27 | if False and hint is not None:
28 | try:
29 | hint("src/js/pebble-js-app.js", _tty_out=False) # no tty because there are none in the cloudpebble sandbox.
30 | except ErrorReturnCode_2 as e:
31 | ctx.fatal("\nJavaScript linting failed (you can disable this in Project Settings):\n" + e.stdout)
32 |
33 | ctx.load('pebble_sdk')
34 |
35 | ctx.pbl_program(source=ctx.path.ant_glob('src/**/*.c'),
36 | target='pebble-app.elf')
37 |
38 | ctx.pbl_bundle(elf='pebble-app.elf',
39 | js=ctx.path.ant_glob('src/js/**/*.js'))
40 |
41 |
--------------------------------------------------------------------------------