Reverting local HTTP gateway back from HTTPS to HTTP; there was a change regarding...
authorrtrimana <rtrimana@uci.edu>
Thu, 1 Feb 2018 22:37:32 +0000 (14:37 -0800)
committerrtrimana <rtrimana@uci.edu>
Thu, 1 Feb 2018 22:37:32 +0000 (14:37 -0800)
commit58404eb06e020d4920832fc2bf3b55c4c54a866e
treeb3d3eb2997d8714942a08747f7eb9003cbd330f6
parentf7ff6050110f71874879912c9b1f6a01745d2d76
Reverting local HTTP gateway back from HTTPS to HTTP; there was a change regarding TLS contexts for user added CAs - this disrupts our self-signed certificate scheme; see https://github.com/owntracks/android/issues/481; the phone side at this point uses Android Studio 3.0.1 and the app runs on Nexus 5X running Android 7.1.2
16 files changed:
benchmarks/drivers/Java/GPSPhoneGateway/GPSPhoneGateway.java
benchmarks/drivers/Java/WeatherPhoneGateway/WeatherPhoneGateway.java
benchmarks/other/PhoneInterface/Irrigation/app/src/main/java/com/example/xubin/irrigation/Helper.java
benchmarks/other/PhoneInterface/Irrigation/app/src/main/java/com/example/xubin/irrigation/MainActivity.java
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/layout/content_main.xml
benchmarks/other/PhoneInterface/Irrigation/app/src/main/res/values/strings.xml
benchmarks/other/PhoneInterface/Irrigation/build.gradle
benchmarks/other/PhoneInterface/Irrigation/gradle/wrapper/gradle-wrapper.properties
benchmarks/other/PhoneInterface/SpeakerLocator/app/Libs/indoor-positioning-1.1.jar [new file with mode: 0644]
benchmarks/other/PhoneInterface/SpeakerLocator/app/build.gradle
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/Helper.java
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/java/com/example/xub3/speakerlocator/MainActivity.java
benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/values/strings.xml
benchmarks/other/PhoneInterface/SpeakerLocator/build.gradle
benchmarks/other/PhoneInterface/SpeakerLocator/gradle/wrapper/gradle-wrapper.properties
iotjava/iotruntime/stub/IoTRemoteCall.java