├── .gitignore ├── .gradle ├── 6.5 │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileContent │ │ └── fileContent.lock │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ ├── gc.properties │ └── javaCompile │ │ ├── classAnalysis.bin │ │ ├── jarAnalysis.bin │ │ ├── javaCompile.lock │ │ └── taskHistory.bin ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── checksums │ ├── checksums.lock │ ├── md5-checksums.bin │ └── sha1-checksums.bin └── vcs-1 │ └── gc.properties ├── .idea ├── .gitignore ├── .name ├── caches │ └── build_file_checksums.ser ├── codeStyles │ ├── Project.xml │ └── codeStyleConfig.xml ├── compiler.xml ├── gradle.xml ├── jarRepositories.xml ├── libraries │ ├── Gradle__androidx_activity_activity_1_1_0_aar.xml │ ├── Gradle__androidx_annotation_annotation_1_1_0.xml │ ├── Gradle__androidx_appcompat_appcompat_1_2_0_aar.xml │ ├── Gradle__androidx_appcompat_appcompat_resources_1_2_0_aar.xml │ ├── Gradle__androidx_arch_core_core_common_2_1_0.xml │ ├── Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml │ ├── Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml │ ├── Gradle__androidx_browser_browser_1_0_0_aar.xml │ ├── Gradle__androidx_cardview_cardview_1_0_0_aar.xml │ ├── Gradle__androidx_collection_collection_1_1_0.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_2_0_3_aar.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_solver_2_0_3.xml │ ├── Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml │ ├── Gradle__androidx_core_core_1_3_1_aar.xml │ ├── Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml │ ├── Gradle__androidx_customview_customview_1_0_0_aar.xml │ ├── Gradle__androidx_databinding_viewbinding_3_6_3_aar.xml │ ├── Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml │ ├── Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml │ ├── Gradle__androidx_fragment_fragment_1_2_0_aar.xml │ ├── Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_v4_1_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_2_0.xml │ ├── Gradle__androidx_lifecycle_lifecycle_extensions_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_process_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_service_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_2_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_1_0_0_aar.xml │ ├── Gradle__androidx_loader_loader_1_0_0_aar.xml │ ├── Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml │ ├── Gradle__androidx_media_media_1_0_0_aar.xml │ ├── Gradle__androidx_multidex_multidex_2_0_1_aar.xml │ ├── Gradle__androidx_multidex_multidex_instrumentation_2_0_0_aar.xml │ ├── Gradle__androidx_print_print_1_0_0_aar.xml │ ├── Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml │ ├── Gradle__androidx_room_room_common_2_1_0.xml │ ├── Gradle__androidx_room_room_runtime_2_1_0_aar.xml │ ├── Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml │ ├── Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml │ ├── Gradle__androidx_sqlite_sqlite_2_0_1_aar.xml │ ├── Gradle__androidx_sqlite_sqlite_framework_2_0_1_aar.xml │ ├── Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml │ ├── Gradle__androidx_test_core_1_2_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_core_3_2_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_idling_resource_3_2_0_aar.xml │ ├── Gradle__androidx_test_ext_junit_1_1_1_aar.xml │ ├── Gradle__androidx_test_monitor_1_2_0_aar.xml │ ├── Gradle__androidx_test_runner_1_2_0_aar.xml │ ├── Gradle__androidx_transition_transition_1_2_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml │ ├── Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml │ ├── Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml │ ├── Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml │ ├── Gradle__androidx_work_work_runtime_2_1_0_aar.xml │ ├── Gradle__com_anjlab_android_iab_v3_library_1_0_44.xml │ ├── Gradle__com_bestsoft32_tayyab_tt_fancy_gif_dialog_1_0_2_aar.xml │ ├── Gradle__com_github_PhilJay_MPAndroidChart_v3_1_0_aar.xml │ ├── Gradle__com_github_aakira_expandable_layout_1_6_0_aar.xml │ ├── Gradle__com_github_angads25_toggle_1_1_0_aar.xml │ ├── Gradle__com_github_dakatso_livebutton_1_0_0_aar.xml │ ├── Gradle__com_github_kbiakov_CodeView_Android_1_3_2_aar.xml │ ├── Gradle__com_github_mohammadatif_Animatoo_master_aar.xml │ ├── Gradle__com_github_rubensousa_raiflatbutton_0_1_aar.xml │ ├── Gradle__com_github_sd6352051_niftydialogeffects_niftydialogeffects_1_0_0_aar.xml │ ├── Gradle__com_github_skydoves_expandablelayout_1_0_6_aar.xml │ ├── Gradle__com_github_tiagohm_CodeView_0_4_0_aar.xml │ ├── Gradle__com_google_android_datatransport_transport_api_2_2_1_aar.xml │ ├── Gradle__com_google_android_datatransport_transport_backend_cct_2_3_1_aar.xml │ ├── Gradle__com_google_android_datatransport_transport_runtime_2_2_4_aar.xml │ ├── Gradle__com_google_android_gms_play_services_ads_19_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_ads_base_19_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_ads_identifier_17_0_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_ads_lite_19_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_base_16_0_1_aar.xml │ ├── Gradle__com_google_android_gms_play_services_base_17_0_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_basement_17_3_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_gass_19_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_location_15_0_1_aar.xml │ ├── Gradle__com_google_android_gms_play_services_location_16_0_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_measurement_17_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_measurement_api_17_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_measurement_base_17_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_measurement_impl_17_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_measurement_sdk_17_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_measurement_sdk_api_17_5_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_places_placereport_15_0_1_aar.xml │ ├── Gradle__com_google_android_gms_play_services_places_placereport_16_0_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_stats_17_0_0_aar.xml │ ├── Gradle__com_google_android_gms_play_services_tasks_17_1_0_aar.xml │ ├── Gradle__com_google_android_material_material_1_1_0_aar.xml │ ├── Gradle__com_google_code_findbugs_jsr305_2_0_1.xml │ ├── Gradle__com_google_code_gson_gson_2_8_2.xml │ ├── Gradle__com_google_dagger_dagger_2_27.xml │ ├── Gradle__com_google_firebase_firebase_ads_19_5_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_analytics_17_5_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_common_19_3_1_aar.xml │ ├── Gradle__com_google_firebase_firebase_components_16_0_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_crashlytics_17_2_1_aar.xml │ ├── Gradle__com_google_firebase_firebase_encoders_json_16_1_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_iid_17_0_4_aar.xml │ ├── Gradle__com_google_firebase_firebase_iid_19_0_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_iid_interop_16_0_1_aar.xml │ ├── Gradle__com_google_firebase_firebase_iid_interop_17_0_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_installations_16_3_3_aar.xml │ ├── Gradle__com_google_firebase_firebase_installations_interop_16_0_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_measurement_connector_18_0_0_aar.xml │ ├── Gradle__com_google_firebase_firebase_messaging_17_3_4_aar.xml │ ├── Gradle__com_google_firebase_firebase_messaging_19_0_0_aar.xml │ ├── Gradle__com_google_guava_listenablefuture_1_0.xml │ ├── Gradle__com_intuit_sdp_sdp_android_1_0_6_aar.xml │ ├── Gradle__com_nineoldandroids_library_2_4_0.xml │ ├── Gradle__com_onesignal_OneSignal_3_15_4_aar.xml │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ ├── Gradle__com_squareup_okhttp3_logging_interceptor_4_9_0.xml │ ├── Gradle__com_squareup_okhttp3_okhttp_4_9_0.xml │ ├── Gradle__com_squareup_okio_okio_2_8_0.xml │ ├── Gradle__com_squareup_retrofit2_converter_gson_2_5_0.xml │ ├── Gradle__com_squareup_retrofit2_retrofit_2_7_1.xml │ ├── Gradle__com_yarolegovich_lovely_dialog_1_1_1_aar.xml │ ├── Gradle__de_hdodenhof_circleimageview_3_1_0_aar.xml │ ├── Gradle__javax_inject_javax_inject_1.xml │ ├── Gradle__junit_junit_4_12.xml │ ├── Gradle__net_cachapa_expandablelayout_expandablelayout_2_9_2_aar.xml │ ├── Gradle__net_sf_kxml_kxml2_2_3_0.xml │ ├── Gradle__org_greenrobot_eventbus_3_2_0.xml │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_library_1_3.xml │ ├── Gradle__org_jetbrains_annotations_15_0.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_4_10.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_4_10.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_4_10.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_4_10.xml │ ├── Gradle__org_jsoup_jsoup_1_10_2.xml │ └── Gradle__pl_droidsonroids_gif_android_gif_drawable_1_2_10_aar.xml ├── misc.xml ├── modules.xml ├── modules │ ├── My_Application_CRUXONE.iml │ └── app │ │ └── My_Application_CRUXONE.app.iml ├── render.experimental.xml ├── runConfigurations.xml ├── vcs.xml └── workspace.xml ├── Inapp-test ├── adb ├── app ├── .gitignore ├── build.gradle ├── google-services.json ├── proguard-rules.pro ├── release │ └── app-release.aab └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── ardunioSerial │ │ └── crux │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── java │ │ └── com │ │ │ └── ardunioSerial │ │ │ └── crux │ │ │ ├── AdWebViewFragment.java │ │ │ ├── AdWebViewJlcPcbFragment.java │ │ │ ├── Adapters │ │ │ ├── DeviceListAdapter.java │ │ │ ├── PagerAdapter.java │ │ │ └── RecyclerViewAdapter.java │ │ │ ├── ApiService.java │ │ │ ├── MainActivity.java │ │ │ ├── StaticValue.java │ │ │ ├── model │ │ │ └── Dataeventclass.java │ │ │ ├── ui │ │ │ ├── Activity │ │ │ │ ├── ButtonControlActivity.java │ │ │ │ ├── DeviceListActivity.java │ │ │ │ ├── GraphControlActivity.java │ │ │ │ ├── NewlineActivity.java │ │ │ │ ├── RobotSettingsActivity.java │ │ │ │ └── RobotcontrolActivity.java │ │ │ └── Fragment │ │ │ │ ├── FirstFragment.java │ │ │ │ ├── SecondFragment.java │ │ │ │ └── ThirdFragment.java │ │ │ └── utils │ │ │ ├── AppOpenManager.java │ │ │ ├── Appconfig.java │ │ │ ├── Helper1.java │ │ │ ├── MyApp.java │ │ │ └── MySession.java │ └── res │ │ ├── anim │ │ ├── enter_from_right.xml │ │ ├── exit_to_right.xml │ │ └── translate.xml │ │ ├── drawable-v21 │ │ ├── arduinopic.png │ │ ├── bluetoothgreenlast.png │ │ ├── bluetoothredlast1.png │ │ ├── bt_pair.png │ │ ├── bt_unpair.png │ │ ├── congo.gif │ │ ├── custom_thumb1.xml │ │ ├── dollar.gif │ │ ├── downarr.png │ │ ├── downarrow64.png │ │ ├── gifmaker.gif │ │ ├── green.png │ │ ├── imageedit11.gif │ │ ├── imageeditcongo.gif │ │ ├── leftarr.png │ │ ├── leftarrow64.png │ │ ├── lolll.png │ │ ├── maker1.gif │ │ ├── ok2.png │ │ ├── red.png │ │ ├── rightarr.png │ │ ├── rightarrow64.png │ │ ├── rounded_button.xml │ │ ├── rounded_buttonrc.xml │ │ ├── rounded_edittext_register_login.xml │ │ ├── seekbar_style1.xml │ │ ├── shapebackground2.xml │ │ ├── sss.png │ │ ├── sss12.png │ │ ├── sss13.png │ │ ├── sss14.png │ │ ├── uparr.png │ │ ├── uparrow64.png │ │ └── webviewad.jpg │ │ ├── drawable-v24 │ │ ├── ic_launcher_foreground.xml │ │ └── rounded_button1.xml │ │ ├── drawable │ │ ├── border_shadow.xml │ │ ├── custom_thumb.xml │ │ ├── ic_baseline_arrow_drop_down_circle_24.xml │ │ ├── ic_baseline_bluetooth_searching_24.xml │ │ ├── ic_baseline_done_outline_24.xml │ │ ├── ic_baseline_edit_24.xml │ │ ├── ic_baseline_edit_241.xml │ │ ├── ic_baseline_expand_less_24.xml │ │ ├── ic_baseline_expand_more_24.xml │ │ ├── ic_baseline_refresh_24.xml │ │ ├── ic_baseline_send_24.xml │ │ ├── ic_baseline_settings_24.xml │ │ ├── ic_baseline_settings_241.xml │ │ ├── ic_baseline_share_24.xml │ │ ├── ic_close.xml │ │ ├── ic_congo.xml │ │ ├── ic_dollarsign.xml │ │ ├── ic_launcher_background.xml │ │ ├── jlcpcb1200x628.png │ │ ├── jlcpcb250x500.png │ │ ├── jlcpcb300x100.png │ │ ├── jlcpcb300x200.png │ │ ├── jlcpcb_banner.webp │ │ ├── pcbway_banner_one.jpg │ │ ├── pcbway_logo.png │ │ ├── pcbx412x52.jpg │ │ ├── pcbx460x60.jpg │ │ ├── pcbx468x60.jpg │ │ ├── pcbx480x32.jpg │ │ ├── pcbx650x124.jpg │ │ ├── pcbx728x90.jpg │ │ ├── pcbx728x90x01.jpg │ │ ├── pcbx728x90x02.png │ │ ├── progressbar_color.xml │ │ ├── seekbar_progress.xml │ │ ├── seekbar_style.xml │ │ ├── shape.xml │ │ ├── shape1.xml │ │ ├── shapebackground.xml │ │ ├── shapebackground3.xml │ │ └── side_nav_bar.xml │ │ ├── font │ │ ├── poppins_bold.xml │ │ ├── poppins_medium.xml │ │ └── poppins_semibold.xml │ │ ├── layout │ │ ├── activity_button_control.xml │ │ ├── activity_dev.xml │ │ ├── activity_devices.xml │ │ ├── activity_graph_control.xml │ │ ├── activity_main.xml │ │ ├── activity_newline.xml │ │ ├── activity_robot_settings.xml │ │ ├── activity_robotcontrol.xml │ │ ├── content_main.xml │ │ ├── custom_toolbar.xml │ │ ├── dialog_app_purchase.xml │ │ ├── dialog_exit_ad.xml │ │ ├── dialog_exit_congrats.xml │ │ ├── dialog_jlcpcb_open.xml │ │ ├── dialog_open.xml │ │ ├── fragment_ad_web_view.xml │ │ ├── fragment_first.xml │ │ ├── fragment_second.xml │ │ ├── fragment_third.xml │ │ ├── layout_parent.xml │ │ ├── layout_second.xml │ │ ├── list_item_device.xml │ │ ├── nav_header.xml │ │ └── sample_dataincoming_item.xml │ │ ├── menu │ │ ├── main.xml │ │ └── nav_menu.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── values-v21 │ │ └── dimens.xml │ │ └── values │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── font_certs.xml │ │ ├── material_colors.xml │ │ ├── preloaded_fonts.xml │ │ ├── strings.xml │ │ └── styles.xml │ └── test │ └── java │ └── com │ └── ardunioSerial │ └── crux │ └── ExampleUnitTest.java ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── local.properties └── settings.gradle /.gradle/6.5/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/6.5/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/6.5/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/6.5/fileContent/fileContent.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/fileContent/fileContent.lock -------------------------------------------------------------------------------- /.gradle/6.5/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/6.5/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/6.5/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/6.5/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/gc.properties -------------------------------------------------------------------------------- /.gradle/6.5/javaCompile/classAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/javaCompile/classAnalysis.bin -------------------------------------------------------------------------------- /.gradle/6.5/javaCompile/jarAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/javaCompile/jarAnalysis.bin -------------------------------------------------------------------------------- /.gradle/6.5/javaCompile/javaCompile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/javaCompile/javaCompile.lock -------------------------------------------------------------------------------- /.gradle/6.5/javaCompile/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/6.5/javaCompile/taskHistory.bin -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Dec 30 23:28:25 BDT 2021 2 | gradle.version=6.5 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /.gradle/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.gradle/vcs-1/gc.properties -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | My Application CRUXONE -------------------------------------------------------------------------------- /.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /.idea/codeStyles/codeStyleConfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 21 | 22 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_appcompat_appcompat_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_browser_browser_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_0_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_solver_2_0_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_1_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_viewbinding_3_6_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_fragment_fragment_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_v4_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_extensions_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_process_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_service_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_media_media_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_multidex_multidex_2_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_multidex_multidex_instrumentation_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_room_room_common_2_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_room_room_runtime_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_sqlite_sqlite_2_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_sqlite_sqlite_framework_2_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_core_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_ext_junit_1_1_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_monitor_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_runner_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_work_work_runtime_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_anjlab_android_iab_v3_library_1_0_44.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_angads25_toggle_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_mohammadatif_Animatoo_master_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_rubensousa_raiflatbutton_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_sd6352051_niftydialogeffects_niftydialogeffects_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_skydoves_expandablelayout_1_0_6_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_github_tiagohm_CodeView_0_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_datatransport_transport_api_2_2_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_datatransport_transport_backend_cct_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_datatransport_transport_runtime_2_2_4_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_ads_19_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_ads_base_19_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_ads_identifier_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_ads_lite_19_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_base_16_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_base_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_basement_17_3_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_gass_19_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_location_15_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_location_16_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_api_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_base_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_impl_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_sdk_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_sdk_api_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_places_placereport_15_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_places_placereport_16_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_stats_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_17_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_material_material_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_gson_gson_2_8_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_dagger_dagger_2_27.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_ads_19_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_analytics_17_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_common_19_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_components_16_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_crashlytics_17_2_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_encoders_json_16_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_iid_19_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_iid_interop_16_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_iid_interop_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_installations_16_3_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_installations_interop_16_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_measurement_connector_18_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_firebase_firebase_messaging_19_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_guava_listenablefuture_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_intuit_sdp_sdp_android_1_0_6_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_nineoldandroids_library_2_4_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okhttp3_logging_interceptor_4_9_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_4_9_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okio_okio_2_8_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_retrofit2_converter_gson_2_5_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_retrofit2_retrofit_2_7_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_yarolegovich_lovely_dialog_1_1_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__de_hdodenhof_circleimageview_3_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__net_cachapa_expandablelayout_expandablelayout_2_9_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_greenrobot_eventbus_3_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_annotations_15_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_4_10.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_4_10.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_4_10.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_4_10.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jsoup_jsoup_1_10_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/modules/My_Application_CRUXONE.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /.idea/render.experimental.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Inapp-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/Inapp-test -------------------------------------------------------------------------------- /adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/adb -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /app/google-services.json: -------------------------------------------------------------------------------- 1 | { 2 | "project_info": { 3 | "project_number": "39129966070", 4 | "firebase_url": "https://arduino-serial-monitor.firebaseio.com", 5 | "project_id": "arduino-serial-monitor", 6 | "storage_bucket": "arduino-serial-monitor.appspot.com" 7 | }, 8 | "client": [ 9 | { 10 | "client_info": { 11 | "mobilesdk_app_id": "1:39129966070:android:99f8c6ff9757420be813d7", 12 | "android_client_info": { 13 | "package_name": "com.ardunioSerial.crux" 14 | } 15 | }, 16 | "oauth_client": [ 17 | { 18 | "client_id": "39129966070-ottssoeel9jo2q3du4hrjsvon4mah4tm.apps.googleusercontent.com", 19 | "client_type": 3 20 | } 21 | ], 22 | "api_key": [ 23 | { 24 | "current_key": "AIzaSyBaygBujPa04hteUS543XbynV7r-_j4p1k" 25 | } 26 | ], 27 | "services": { 28 | "appinvite_service": { 29 | "other_platform_oauth_client": [ 30 | { 31 | "client_id": "39129966070-ottssoeel9jo2q3du4hrjsvon4mah4tm.apps.googleusercontent.com", 32 | "client_type": 3 33 | } 34 | ] 35 | } 36 | } 37 | } 38 | ], 39 | "configuration_version": "1" 40 | } -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile -------------------------------------------------------------------------------- /app/release/app-release.aab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/release/app-release.aab -------------------------------------------------------------------------------- /app/src/androidTest/java/com/ardunioSerial/crux/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux; 2 | 3 | import android.content.Context; 4 | 5 | import androidx.test.platform.app.InstrumentationRegistry; 6 | import androidx.test.ext.junit.runners.AndroidJUnit4; 7 | 8 | import org.junit.Test; 9 | import org.junit.runner.RunWith; 10 | 11 | import static org.junit.Assert.*; 12 | 13 | /** 14 | * Instrumented test, which will execute on an Android device. 15 | * 16 | * @see Testing documentation 17 | */ 18 | @RunWith(AndroidJUnit4.class) 19 | public class ExampleInstrumentedTest { 20 | @Test 21 | public void useAppContext() { 22 | // Context of the app under test. 23 | Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); 24 | assertEquals("com.mshahinx.myapplicationcruxone", appContext.getPackageName()); 25 | } 26 | } -------------------------------------------------------------------------------- /app/src/main/java/com/ardunioSerial/crux/ApiService.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux; 2 | 3 | import okhttp3.ResponseBody; 4 | import retrofit2.Call; 5 | import retrofit2.http.GET; 6 | 7 | public interface ApiService { 8 | 9 | @GET("https://ad-tracker-a8a4c.firebaseapp.com/ad_event?companyId=pcbway&appId=arduino_serial_monitor&adId=pcbway_all_ads&redirectLink=https://www.pcbway.com/?from=crux2020") 10 | Call getPcbWayAdClick(); 11 | 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/com/ardunioSerial/crux/StaticValue.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux; 2 | 3 | public class StaticValue { 4 | 5 | public static final String PCBWAY_AD_LINK="https://ad-tracker-a8a4c.firebaseapp.com/ad_event?companyId=pcbway&appId=arduino_serial_monitor&adId=pcbway_all_ads&redirectLink=https://www.pcbway.com/?from=crux2020"; 6 | public static String JLCPCB_AD_LINK="https://m.jlcpcb.com/E-exhibition?utm_source=hzapp&fbclid=IwAR0MmqrMs-iN4mLd7NnpFf7NTHNYuVPh5irFZa8LWBTEzeCU5yo3JuoRVrc"; 7 | 8 | 9 | 10 | public static String CUSTOM_AD_SITE_PCBWAY="https://ad-tracker-a8a4c.firebaseapp.com/ad_event?companyId=pcbway&appId=lm2576_96&adId=pcbway_all_ads&redirectLink=https://www.pcbway.com/?from=crux2020"; 11 | public static final String NEW_JLCPCB_MAY21="https://jlcpcb.com/cpp"; 12 | 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/com/ardunioSerial/crux/model/Dataeventclass.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux.model; 2 | 3 | public class Dataeventclass { 4 | 5 | private String data; 6 | 7 | public Dataeventclass(String data) { 8 | this.data = data; 9 | } 10 | 11 | public String getData() { 12 | return data; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/com/ardunioSerial/crux/utils/Appconfig.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux.utils; 2 | 3 | public class Appconfig { 4 | 5 | public static final String LICENCE_KEY = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6yeu6VzaHRt3AgHjuLVCYKOrcXQ5GeSlGzlCbHWx1Ix/7gZz+YZuw5yUBwp91i95UVQ6izxGvXNBBZ00Tu+IlntniMwF7dEnUWBUb0quElxPd4L9zVpQIx6LGhKQzHQccAEWKOAsr8CXMRrSqxwkYJRhjgisBwPVfGkQdoRw+XXCFWY6KX9ODOA6858Nbu4NxNvHMdeDOSLYmvLkoGLC6Gp90yciBfjVtSaFjWNNx75LIDqTbXfPLj45zOxSud8reX09n6kZ8xf9PwdEzXBRUsiGfUcBxwBvtEE6YNAnEqa0OI1FlzKop9t2fjYZHAyHn86OtB6E2gvXEJ7GOXoBQIDAQAB"; 6 | public static final String PRODUCT_KEY = "serial_monitor"; 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/com/ardunioSerial/crux/utils/MyApp.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux.utils; 2 | 3 | import android.app.Application; 4 | 5 | import com.google.android.gms.ads.MobileAds; 6 | import com.google.android.gms.ads.initialization.InitializationStatus; 7 | import com.google.android.gms.ads.initialization.OnInitializationCompleteListener; 8 | 9 | public class MyApp extends Application { 10 | 11 | static public int count=1; 12 | // private static AppOpenManager appOpenManager; 13 | @Override 14 | public void onCreate() { 15 | super.onCreate(); 16 | MobileAds.initialize(this, new OnInitializationCompleteListener() { 17 | @Override 18 | public void onInitializationComplete(InitializationStatus initializationStatus) { 19 | } 20 | }); 21 | // appOpenManager = new AppOpenManager(this); 22 | } 23 | 24 | } 25 | -------------------------------------------------------------------------------- /app/src/main/java/com/ardunioSerial/crux/utils/MySession.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux.utils; 2 | 3 | import android.content.Context; 4 | import android.content.SharedPreferences; 5 | 6 | public class MySession { 7 | 8 | Context context; 9 | 10 | private String ISPurchase = "IsPurchase"; 11 | 12 | public MySession(Context context) { 13 | this.context = context; 14 | } 15 | 16 | 17 | public void setUserPurchase(boolean isPurchase) { 18 | if (context != null) { 19 | 20 | SharedPreferences sharedPreferences = context.getSharedPreferences("inAppPrefs", context.MODE_PRIVATE); 21 | SharedPreferences.Editor editor = sharedPreferences.edit(); 22 | editor.putBoolean(ISPurchase, isPurchase); 23 | editor.apply(); 24 | } 25 | 26 | } 27 | 28 | public boolean isUserPurchased() { 29 | 30 | if (context != null) { 31 | SharedPreferences sharedPreferences = context.getSharedPreferences("inAppPrefs", context.MODE_PRIVATE); 32 | return sharedPreferences.getBoolean(ISPurchase, false); 33 | } else { 34 | return false; 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /app/src/main/res/anim/enter_from_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/exit_to_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/translate.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 10 | 11 | 12 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/arduinopic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/arduinopic.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/bluetoothgreenlast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/bluetoothgreenlast.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/bluetoothredlast1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/bluetoothredlast1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/bt_pair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/bt_pair.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/bt_unpair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/bt_unpair.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/congo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/congo.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/custom_thumb1.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/dollar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/dollar.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/downarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/downarr.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/downarrow64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/downarrow64.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/gifmaker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/gifmaker.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/imageedit11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/imageedit11.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/imageeditcongo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/imageeditcongo.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/leftarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/leftarr.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/leftarrow64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/leftarrow64.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/lolll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/lolll.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/maker1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/maker1.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/ok2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/ok2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/red.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/rightarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/rightarr.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/rightarrow64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/rightarrow64.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/rounded_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/rounded_buttonrc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/rounded_edittext_register_login.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/seekbar_style1.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/shapebackground2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 15 | 19 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/sss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/sss.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/sss12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/sss12.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/sss13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/sss13.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/sss14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/sss14.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/uparr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/uparr.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/uparrow64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/uparrow64.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/webviewad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable-v21/webviewad.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/rounded_button1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/border_shadow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/custom_thumb.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_arrow_drop_down_circle_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_bluetooth_searching_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_done_outline_24.xml: -------------------------------------------------------------------------------- 1 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_edit_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_edit_241.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_expand_less_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_expand_more_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_refresh_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_send_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_settings_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_settings_241.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_share_24.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_close.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/jlcpcb1200x628.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/jlcpcb1200x628.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/jlcpcb250x500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/jlcpcb250x500.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/jlcpcb300x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/jlcpcb300x100.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/jlcpcb300x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/jlcpcb300x200.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/jlcpcb_banner.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/jlcpcb_banner.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbway_banner_one.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbway_banner_one.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbway_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbway_logo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx412x52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx412x52.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx460x60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx460x60.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx468x60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx468x60.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx480x32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx480x32.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx650x124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx650x124.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx728x90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx728x90.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx728x90x01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx728x90x01.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/pcbx728x90x02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/drawable/pcbx728x90x02.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/progressbar_color.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/seekbar_progress.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/seekbar_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape1.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shapebackground.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 15 | 19 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shapebackground3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 15 | 19 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/side_nav_bar.xml: -------------------------------------------------------------------------------- 1 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/font/poppins_bold.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/font/poppins_medium.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/font/poppins_semibold.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_dev.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 14 | 15 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_ad_web_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 14 | 15 | 19 | 20 | 21 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_parent.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 19 | -------------------------------------------------------------------------------- /app/src/main/res/layout/sample_dataincoming_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 18 | 19 | -------------------------------------------------------------------------------- /app/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/menu/nav_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 12 | 15 | 18 | 21 | 24 | 27 | 28 | 32 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/values-v21/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 64dp 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #03A9F4 4 | #ED1010 5 | #915906 6 | #03A9F4 7 | #F4E7E7 8 | #F3F3F3 9 | #005293 10 | #683B3B 11 | #129517 12 | #F4E7E7 13 | #635D5D 14 | #FFFFFF 15 | #090707 16 | #A30BA3 17 | #848A8A 18 | #B73D5695 19 | #FF6D1F 20 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16dp 4 | 16dp 5 | 20dp 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values/preloaded_fonts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @font/poppins_bold 5 | @font/poppins_medium 6 | @font/poppins_semibold 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/test/java/com/ardunioSerial/crux/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.ardunioSerial.crux; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.*; 6 | 7 | /** 8 | * Example local unit test, which will execute on the development machine (host). 9 | * 10 | * @see Testing documentation 11 | */ 12 | public class ExampleUnitTest { 13 | @Test 14 | public void addition_isCorrect() { 15 | assertEquals(4, 2 + 2); 16 | } 17 | } -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | google() 5 | jcenter() 6 | } 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:4.1.0' 9 | classpath 'com.google.gms:google-services:4.3.4' 10 | classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0' 11 | 12 | // NOTE: Do not place your application dependencies here; they belong 13 | // in the individual module build.gradle files 14 | } 15 | } 16 | 17 | allprojects { 18 | repositories { 19 | maven { url 'https://jitpack.io'} 20 | google() 21 | jcenter() 22 | } 23 | } 24 | 25 | task clean(type: Delete) { 26 | delete rootProject.buildDir 27 | } -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | # IDE (e.g. Android Studio) users: 3 | # Gradle settings configured through the IDE *will override* 4 | # any settings specified in this file. 5 | # For more details on how to configure your build environment visit 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html 7 | # Specifies the JVM arguments used for the daemon process. 8 | # The setting is particularly useful for tweaking memory settings. 9 | org.gradle.jvmargs=-Xmx2048m 10 | # When configured, Gradle will run in incubating parallel mode. 11 | # This option should only be used with decoupled projects. More details, visit 12 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 13 | # org.gradle.parallel=true 14 | # AndroidX package structure to make it clearer which packages are bundled with the 15 | # Android operating system, and which are packaged with your app"s APK 16 | # https://developer.android.com/topic/libraries/support-library/androidx-rn 17 | android.useAndroidX=true 18 | # Automatically convert third-party libraries to use AndroidX 19 | android.enableJetifier=true -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/Arduino-serial-monitor-and-plotter/32996f426174c60d281686a8f06264f00c5c0ebe/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Nov 12 03:43:19 BDT 2020 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip 7 | -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- 1 | ## This file must *NOT* be checked into Version Control Systems, 2 | # as it contains information specific to your local configuration. 3 | # 4 | # Location of the SDK. This is only used by Gradle. 5 | # For customization when using a Version Control System, please read the 6 | # header note. 7 | #Sat May 22 00:35:53 BDT 2021 8 | sdk.dir=C\:\\Users\\Shahin\\AppData\\Local\\Android\\Sdk 9 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "My Application CRUXONE" --------------------------------------------------------------------------------