Adding database information insertion features in the phone app
authorrtrimana <rtrimana@uci.edu>
Tue, 26 Sep 2017 19:45:58 +0000 (12:45 -0700)
committerrtrimana <rtrimana@uci.edu>
Tue, 26 Sep 2017 19:45:58 +0000 (12:45 -0700)
commit00922a5779ecade450c3cabc756f850dbe528095
treef6c04b33e8e96395f9e5c1dde9c913be8fdda692
parent79298f7386842b764e79f806a56bf67c7b88aaaa
Adding database information insertion features in the phone app
39 files changed:
others/lede-gui/.gradle/3.3/taskArtifacts/fileHashes.bin
others/lede-gui/.gradle/3.3/taskArtifacts/fileSnapshots.bin
others/lede-gui/.gradle/3.3/taskArtifacts/taskArtifacts.bin
others/lede-gui/.gradle/3.3/taskArtifacts/taskArtifacts.lock
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin
others/lede-gui/.gradle/3.3/tasks/_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock
others/lede-gui/.idea/libraries/iotinstaller.xml [deleted file]
others/lede-gui/.idea/workspace.xml
others/lede-gui/build.gradle
others/lede-gui/lede-gui.iml
others/lede-gui/libs/iotinstaller.jar [deleted file]
others/lede-gui/src/main/AndroidManifest.xml
others/lede-gui/src/main/assets/add_comm.config [new file with mode: 0644]
others/lede-gui/src/main/assets/add_device.config [new file with mode: 0644]
others/lede-gui/src/main/assets/add_device_address.config [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/AddDeviceActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/AddRelationActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/ConfigActivity.java
others/lede-gui/src/main/java/com/example/lede2/DeleteDeviceActivity.java [new file with mode: 0644]
others/lede-gui/src/main/java/com/example/lede2/EnrollDeviceActivity.java
others/lede-gui/src/main/java/com/example/lede2/ListActivity.java
others/lede-gui/src/main/java/com/example/lede2/MainActivity.java
others/lede-gui/src/main/java/com/example/lede2/MySQLInterface.config [deleted file]
others/lede-gui/src/main/java/com/example/lede2/SSH.java
others/lede-gui/src/main/java/com/example/lede2/SSH_MySQL.java [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_add_device.xml [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_add_relation.xml [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_config.xml
others/lede-gui/src/main/res/layout/activity_delete_device.xml [new file with mode: 0644]
others/lede-gui/src/main/res/layout/activity_list.xml
others/lede-gui/src/main/res/layout/activity_main.xml
others/lede-gui/src/main/res/values/attrs.xml [new file with mode: 0644]
others/lede-gui/src/main/res/values/colors.xml
others/lede-gui/src/main/res/values/constants.xml
others/lede-gui/src/main/res/values/dimens.xml [new file with mode: 0644]
others/lede-gui/src/main/res/values/strings.xml
others/lede-gui/src/main/res/values/styles.xml