Migrating PhoneInterface (Irrigation and SpeakerLocator) from old to new Nexus 5X...
authorrtrimana <rtrimana@uci.edu>
Tue, 21 Feb 2017 01:01:52 +0000 (17:01 -0800)
committerrtrimana <rtrimana@uci.edu>
Tue, 21 Feb 2017 01:01:52 +0000 (17:01 -0800)
commitd070515f3c8da074210342cebfddbd5769cebe89
tree391af790289429203c242c0d2c1b3a2744ebefd8
parentac90c5d392758d356e22f8c37fd7aae2484e17f6
Migrating PhoneInterface (Irrigation and SpeakerLocator) from old to new Nexus 5X phone
76 files changed:
benchmarks/other/PhoneInterface/Irrigation/.gitignore [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/Makefile [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/.gitignore [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/build.gradle [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/libs/httpclient-android-4.3.3.jar [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/proguard-rules.pro [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/androidTest/java/com/example/xubin/irrigation/ApplicationTest.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/AndroidManifest.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/assets/192.168.2.108.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/assets/192.168.2.191.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/assets/192.168.2.192.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/assets/192.168.2.244.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/java/com/example/xubin/irrigation/Helper.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/java/com/example/xubin/irrigation/MainActivity.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/menu/menu_main.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values-v21/styles.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values/colors.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values/dimens.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values/strings.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values/styles.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/app/src/test/java/com/example/xubin/irrigation/ExampleUnitTest.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/build.gradle [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/gradle.properties [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/gradlew [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/gradlew.bat [new file with mode: 0644]
benchmarks/other/PhoneInterface/Irrigation/settings.gradle [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/.gitignore [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/Makefile [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/.gitignore [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/Libs/indoor-positioning-1.0.jar [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/build.gradle [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/proguard-rules.pro [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/androidTest/java/com/example/xub3/speakerlocator/ApplicationTest.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/AndroidManifest.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/assets/192.168.2.108.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/assets/192.168.2.191.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/assets/192.168.2.192.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/assets/192.168.2.244.pem [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/CallReceiver.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/CompassTechnology.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/Helper.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/MainActivity.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/PhonecallReceiver.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/WifiTechnology.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/layout/content_main.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/menu/menu_main.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values-v21/styles.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values/colors.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values/dimens.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values/strings.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values/styles.xml [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/test/java/com/example/xub3/speakerlocator/ExampleUnitTest.java [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/build.gradle [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/gradle.properties [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/gradlew [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/gradlew.bat [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/settings.gradle [new file with mode: 0644]