]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ble-oad-android-source-code/ble-oad-android-source-code.git/commit
Initial release based on BLE Stack 2_2_0 master
authorJarle Boe <j.boe@ti.com>
Mon, 16 Jan 2017 11:49:59 +0000 (12:49 +0100)
committerJarle Boe <j.boe@ti.com>
Mon, 16 Jan 2017 11:49:59 +0000 (12:49 +0100)
commitff9b41b8c57302e5654f200b76ce583a4446e2db
tree2f3ac9645dd270c9123c4a9ffeb51a8ecbbce479
Initial release based on BLE Stack 2_2_0
37 files changed:
BLE OAD Android Source Code 1_0 manifest.html [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/build/outputs/apk/app-debug.apk [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/com/example/ti/oadexample/FileActivity.java [new file with mode: 0644]
app/src/main/java/com/example/ti/oadexample/FwUpdateActivity.java [new file with mode: 0644]
app/src/main/java/com/example/ti/oadexample/MainActivity.java [new file with mode: 0644]
app/src/main/java/com/example/ti/oadexample/OadProcess.java [new file with mode: 0644]
app/src/main/java/com/example/ti/oadexample/TIOADProfile.java [new file with mode: 0644]
app/src/main/java/com/example/ti/oadexample/Util.java [new file with mode: 0644]
app/src/main/res/drawable/gradient_bg.xml [new file with mode: 0644]
app/src/main/res/drawable/gradient_pressed_bg.xml [new file with mode: 0644]
app/src/main/res/drawable/group_box.xml [new file with mode: 0644]
app/src/main/res/drawable/list_border.xml [new file with mode: 0644]
app/src/main/res/drawable/states_selector_list.xml [new file with mode: 0644]
app/src/main/res/layout/activity_file.xml [new file with mode: 0644]
app/src/main/res/layout/activity_fw_update.xml [new file with mode: 0644]
app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
app/src/main/res/layout/content_file.xml [new file with mode: 0644]
app/src/main/res/layout/content_fw_update.xml [new file with mode: 0644]
app/src/main/res/layout/content_main.xml [new file with mode: 0644]
app/src/main/res/layout/element_file.xml [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/values/colors.xml [new file with mode: 0644]
app/src/main/res/values/dimens.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/values/styles.xml [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0644]
gradlew.bat [new file with mode: 0644]
settings.gradle [new file with mode: 0644]