Added Mike's tester application (not ideal but easy to update)
authorJustin Dickow <jjdickow@gmail.com>
Thu, 20 Mar 2014 16:30:51 +0000 (12:30 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Thu, 20 Mar 2014 16:30:51 +0000 (12:30 -0400)
commit6a3c9abdec54e8cbe12df6b224cc8e7b5ac16ddb
treec001b50877a31bddd8f1efdcbd7d5443e7e1501b
parente08642ff3d5634763d3362015a08ef2aa0651b79
Added Mike's tester application (not ideal but easy to update)

Signed-off-by: Justin Dickow <jjdickow@gmail.com>
205 files changed:
SDL_Android/LivioSdlUtilities/.classpath [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/.project [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/AndroidManifest.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/bin/R.txt [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/bin/jarlist.cache [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/BuildConfig.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/R.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/proguard-project.txt [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/project.properties [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/drawable/arrow_left.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/drawable/arrow_right.png [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/layout/json_flipper_dialog.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/layout/listview.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/layout/sdl_message_listview_row.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/layout/simple_listview_with_image.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/layout/textview.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/values-v11/styles.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/values-v14/styles.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/values/strings.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/res/values/styles.xml [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/IpAddress.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlConstants.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlImageItem.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlLogMessage.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlRequestFactory.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseFactory.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseTracker.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlService.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlImageAdapter.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlMessageAdapter.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseAlertDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseImageListDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseMultipleListViewDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseOkCancelDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseSingleListViewDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ImageListDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/IndeterminateProgressDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/JsonFlipperDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ListViewDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/MultipleListViewDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/SingleJsonDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewAlertDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewOkCancelDialog.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumClickListener.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumComparator.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlButton.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlCommand.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlImageType.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlInteractionMode.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlLanguage.java [new file with mode: 0755]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlSpeechCapability.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTextAlignment.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTransportType.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlUpdateMode.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlVehicleData.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/CommandButton.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuItem.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuManager.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/SubmenuButton.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/AndroidUtils.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/ApplicationPreferences.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Counter.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/DownCounter.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/MathUtils.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/SdlUtils.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/StringUtils.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Timeout.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/UpCounter.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/WifiUtils.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/MinMaxInputFilter.java [new file with mode: 0644]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/SeekBarCalculator.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/.classpath [new file with mode: 0644]
SDL_Android/LivioTesterApp/.project [new file with mode: 0644]
SDL_Android/LivioTesterApp/AndroidManifest.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/css/style.css [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/AddCommand.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/AddSubmenu.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/Alert.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/ChangeRegistration.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/CreateInteractionChoiceSet.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteCommand.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteInteractionChoiceSet.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteSubmenu.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/GetDTCs.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/ListFiles.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/PerformInteraction.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/PutFile.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/ReadDIDs.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/ScrollableMessage.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/SetAppIcon.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/SetMediaClockTimer.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/Show.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/Slider.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/Speak.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/SubscribeToButtons.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/UnsubscribeFromButtons.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/assets/help_docs/html/index.html [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/AndroidManifest.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/LivioSdlTester.apk [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/R.txt [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/classes.dex [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/jarlist.cache [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/add.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/add_to_favorites.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/anchor.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/game_pad.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/ic_close.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/remove.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/remove_from_favorites.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/rocket.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/select_an_image.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/undo.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/zoom_in.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/res/crunch/drawable/zoom_out.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/bin/resources.ap_ [new file with mode: 0644]
SDL_Android/LivioTesterApp/gen/com/livio/sdl/R.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/gen/com/livio/sdltester/BuildConfig.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/gen/com/livio/sdltester/R.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/proguard-project.txt [new file with mode: 0644]
SDL_Android/LivioTesterApp/project.properties [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/add.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/add_to_favorites.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/anchor.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/game_pad.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/ic_close.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/ic_launcher.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/remove.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/remove_from_favorites.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/rocket.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/select_an_image.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/undo.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/zoom_in.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/drawable/zoom_out.png [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/activity_help.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/add_command.xml [new file with mode: 0755]
SDL_Android/LivioTesterApp/res/layout/add_submenu.xml [new file with mode: 0755]
SDL_Android/LivioTesterApp/res/layout/alert.xml [new file with mode: 0755]
SDL_Android/LivioTesterApp/res/layout/change_registration.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/choice_set_item.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/create_choice_interaction_set.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/get_dtcs.xml [new file with mode: 0755]
SDL_Android/LivioTesterApp/res/layout/main.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/offline_mode.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/perform_interaction.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/put_file.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/read_dids.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/set_media_clock_timer.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/show.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/slider.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/layout/speak.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/menu/menu_help.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/menu/menu_main.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values-sw600dp/dimens.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values-sw720dp-land/dimens.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values-v11/styles.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values-v14/styles.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values/dimens.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values/strings.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/res/values/styles.xml [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/HelpActivity.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/LivioSdlTesterPreferences.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/MainActivity.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/SdlTesterImageResource.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/AddCommandDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/AddSubMenuDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ButtonSubscriptionDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ButtonUnsubscriptionDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ChangeRegistrationDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ChoiceItemDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/CreateInteractionChoiceSetDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteCommandDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteFileDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteInteractionDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteSubmenuDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/GetDtcsDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/PerformInteractionDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/PutFileDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ReadDidsDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ScrollableMessageDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SdlAlertDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SdlConnectionDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SetAppIconDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SetMediaClockTimerDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ShowDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SliderDialog.java [new file with mode: 0644]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SpeakDialog.java [new file with mode: 0644]