react-native-inapp-inspector 2.5.2 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.9/gc.properties +0 -0
- package/android/.gradle/9.2.0/checksums/checksums.lock +0 -0
- package/android/.gradle/9.2.0/fileChanges/last-build.bin +0 -0
- package/android/.gradle/9.2.0/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/9.2.0/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.settings/org.eclipse.buildship.core.prefs +13 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/results.bin +1 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/BuildConfig.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView$iconView$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NativeNetworkInspectorSpec.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$Companion.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$activityEventListener$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$frameCallback$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$shakeListener$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorPackage.dex +0 -0
- package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
- package/android/build/.transforms/c93e459e24d856bde563ebb048265732/results.bin +1 -0
- package/android/build/.transforms/c93e459e24d856bde563ebb048265732/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/generated/source/buildConfig/debug/com/inappinspector/BuildConfig.java +10 -0
- package/android/build/generated/source/codegen/java/com/inappinspector/NativeNetworkInspectorSpec.java +160 -0
- package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
- package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec-generated.cpp +212 -0
- package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec.h +31 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.cpp +22 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.h +24 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.h +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.cpp +19 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.h +18 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/RNInAppInspectorSpecJSI.h +300 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.cpp +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h +23 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.h +20 -0
- package/android/build/generated/source/codegen/schema.json +1 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
- package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
- package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
- package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
- package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
- package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
- package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/BuildConfig.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
- package/android/build/reports/problems/problems-report.html +659 -0
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class +0 -0
- package/dist/commonjs/components/CountryFlag.d.ts +10 -0
- package/dist/commonjs/components/CountryFlag.js +140 -0
- package/dist/commonjs/components/EmptyState.js +6 -6
- package/dist/commonjs/components/Inspector/DeviceInfoTab.js +36 -36
- package/dist/commonjs/components/Inspector/FloatingCaptureWidget.js +10 -10
- package/dist/commonjs/components/Inspector/GlobalCrashScreenModal.js +24 -24
- package/dist/commonjs/components/Inspector/InspectorHeader.js +6 -8
- package/dist/commonjs/components/Inspector/LanguageSelectorModal.js +23 -18
- package/dist/commonjs/components/Inspector/MainScreen.js +9 -9
- package/dist/commonjs/components/Inspector/MediaPreviewModal.js +268 -270
- package/dist/commonjs/components/Inspector/NetworkFilterModal.js +21 -21
- package/dist/commonjs/components/Inspector/SecondaryTelemetryStrip.js +6 -6
- package/dist/commonjs/components/Inspector/SocketFilterModal.js +12 -12
- package/dist/commonjs/components/Inspector/TabBar.js +3 -3
- package/dist/commonjs/components/Inspector/UpdateAvailableModal.js +2 -2
- package/dist/commonjs/components/MetaAccordion.js +17 -17
- package/dist/commonjs/components/ModuleErrorBoundary.js +4 -4
- package/dist/commonjs/components/NetworkIcons.d.ts +7 -0
- package/dist/commonjs/components/NetworkIcons.js +33 -2
- package/dist/commonjs/components/SourcePageCard.js +9 -9
- package/dist/commonjs/constants/telemetryConfig.d.ts +3 -3
- package/dist/commonjs/constants/telemetryConfig.js +1 -1
- package/dist/commonjs/constants/version.d.ts +1 -1
- package/dist/commonjs/constants/version.js +1 -1
- package/dist/commonjs/i18n/locales/en.json +1 -1
- package/dist/commonjs/index.js +1 -1
- package/dist/commonjs/styles/AppColors.d.ts +76 -0
- package/dist/commonjs/styles/AppColors.js +1 -1
- package/dist/esm/components/CountryFlag.d.ts +10 -0
- package/dist/esm/components/CountryFlag.js +140 -0
- package/dist/esm/components/EmptyState.js +13 -13
- package/dist/esm/components/Inspector/DeviceInfoTab.js +176 -176
- package/dist/esm/components/Inspector/FloatingCaptureWidget.js +29 -29
- package/dist/esm/components/Inspector/GlobalCrashScreenModal.js +9 -9
- package/dist/esm/components/Inspector/InspectorHeader.js +16 -18
- package/dist/esm/components/Inspector/LanguageSelectorModal.js +107 -102
- package/dist/esm/components/Inspector/MainScreen.js +16 -16
- package/dist/esm/components/Inspector/MediaPreviewModal.js +577 -579
- package/dist/esm/components/Inspector/NetworkFilterModal.js +37 -37
- package/dist/esm/components/Inspector/SecondaryTelemetryStrip.js +20 -20
- package/dist/esm/components/Inspector/SocketFilterModal.js +32 -32
- package/dist/esm/components/Inspector/TabBar.js +12 -12
- package/dist/esm/components/Inspector/UpdateAvailableModal.js +11 -11
- package/dist/esm/components/MetaAccordion.js +24 -24
- package/dist/esm/components/ModuleErrorBoundary.js +20 -20
- package/dist/esm/components/NetworkIcons.d.ts +7 -0
- package/dist/esm/components/NetworkIcons.js +243 -212
- package/dist/esm/components/SourcePageCard.js +21 -21
- package/dist/esm/constants/telemetryConfig.d.ts +3 -3
- package/dist/esm/constants/telemetryConfig.js +1 -1
- package/dist/esm/constants/version.d.ts +1 -1
- package/dist/esm/constants/version.js +1 -1
- package/dist/esm/i18n/locales/en.json +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/styles/AppColors.d.ts +76 -0
- package/dist/esm/styles/AppColors.js +1 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class
ADDED
|
Binary file
|
package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class
ADDED
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export interface CountryFlagProps {
|
|
4
|
+
code: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
borderRadius?: number;
|
|
7
|
+
style?: StyleProp<ViewStyle>;
|
|
8
|
+
}
|
|
9
|
+
export declare const CountryFlag: React.FC<CountryFlagProps>;
|
|
10
|
+
export default CountryFlag;
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?(function(i,t,l,r){r===void 0&&(r=l);var e=Object.getOwnPropertyDescriptor(t,l);(!e||("get"in e?!t.__esModule:e.writable||e.configurable))&&(e={enumerable:!0,get:function(){return t[l]}}),Object.defineProperty(i,r,e)}):(function(i,t,l,r){r===void 0&&(r=l),i[r]=t[l]})),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?(function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}):function(i,t){i.default=t}),__importStar=this&&this.__importStar||(function(){var i=function(t){return i=Object.getOwnPropertyNames||function(l){var r=[];for(var e in l)Object.prototype.hasOwnProperty.call(l,e)&&(r[r.length]=e);return r},i(t)};return function(t){if(t&&t.__esModule)return t;var l={};if(t!=null)for(var r=i(t),e=0;e<r.length;e++)r[e]!=="default"&&__createBinding(l,t,r[e]);return __setModuleDefault(l,t),l}})(),__importDefault=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.CountryFlag=void 0;const react_1=__importDefault(require("react")),react_native_1=require("react-native"),react_native_svg_1=__importStar(require("react-native-svg")),AppColors_1=require("../styles/AppColors"),CountryFlag=({code:i,size:t=18,borderRadius:l=3,style:r})=>{const e=t*1.35,h=t,c=(i||"").toLowerCase().trim(),F=()=>{switch(c){case"us":case"en":return<react_native_svg_1.G>
|
|
2
|
+
|
|
3
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#FFFFFF"/>
|
|
4
|
+
|
|
5
|
+
<react_native_svg_1.Rect y="0"width="24"height="1.38"fill="#B22234"/>
|
|
6
|
+
<react_native_svg_1.Rect y="2.76"width="24"height="1.38"fill="#B22234"/>
|
|
7
|
+
<react_native_svg_1.Rect y="5.52"width="24"height="1.38"fill="#B22234"/>
|
|
8
|
+
<react_native_svg_1.Rect y="8.28"width="24"height="1.38"fill="#B22234"/>
|
|
9
|
+
<react_native_svg_1.Rect y="11.04"width="24"height="1.38"fill="#B22234"/>
|
|
10
|
+
<react_native_svg_1.Rect y="13.8"width="24"height="1.38"fill="#B22234"/>
|
|
11
|
+
<react_native_svg_1.Rect y="16.56"width="24"height="1.44"fill="#B22234"/>
|
|
12
|
+
|
|
13
|
+
<react_native_svg_1.Rect width="10"height="9.69"fill="#3C3B6E"/>
|
|
14
|
+
|
|
15
|
+
<react_native_svg_1.Circle cx="2.5"cy="2.5"r="0.75"fill="#FFFFFF"/>
|
|
16
|
+
<react_native_svg_1.Circle cx="5.0"cy="2.5"r="0.75"fill="#FFFFFF"/>
|
|
17
|
+
<react_native_svg_1.Circle cx="7.5"cy="2.5"r="0.75"fill="#FFFFFF"/>
|
|
18
|
+
<react_native_svg_1.Circle cx="3.75"cy="4.85"r="0.75"fill="#FFFFFF"/>
|
|
19
|
+
<react_native_svg_1.Circle cx="6.25"cy="4.85"r="0.75"fill="#FFFFFF"/>
|
|
20
|
+
<react_native_svg_1.Circle cx="2.5"cy="7.2"r="0.75"fill="#FFFFFF"/>
|
|
21
|
+
<react_native_svg_1.Circle cx="5.0"cy="7.2"r="0.75"fill="#FFFFFF"/>
|
|
22
|
+
<react_native_svg_1.Circle cx="7.5"cy="7.2"r="0.75"fill="#FFFFFF"/>
|
|
23
|
+
</react_native_svg_1.G>;case"in":case"hi":case"ta":case"te":case"kn":case"ml":case"bn":case"mr":case"gu":case"pa":return<react_native_svg_1.G>
|
|
24
|
+
|
|
25
|
+
<react_native_svg_1.Rect y="0"width="24"height="6"fill="#FF9933"/>
|
|
26
|
+
|
|
27
|
+
<react_native_svg_1.Rect y="6"width="24"height="6"fill="#FFFFFF"/>
|
|
28
|
+
|
|
29
|
+
<react_native_svg_1.Rect y="12"width="24"height="6"fill="#138808"/>
|
|
30
|
+
|
|
31
|
+
<react_native_svg_1.Circle cx="12"cy="9"r="2.2"stroke="#000080"strokeWidth="0.5"fill="none"/>
|
|
32
|
+
<react_native_svg_1.Circle cx="12"cy="9"r="0.6"fill="#000080"/>
|
|
33
|
+
<react_native_svg_1.Path d="M12 6.8v4.4M9.8 9h4.4M10.4 7.4l3.2 3.2M10.4 10.6l3.2-3.2"stroke="#000080"strokeWidth="0.35"/>
|
|
34
|
+
</react_native_svg_1.G>;case"gb":case"uk":return<react_native_svg_1.G>
|
|
35
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#012169"/>
|
|
36
|
+
|
|
37
|
+
<react_native_svg_1.Path d="M0 0L24 18M24 0L0 18"stroke="#FFFFFF"strokeWidth="3.2"/>
|
|
38
|
+
|
|
39
|
+
<react_native_svg_1.Path d="M0 0L24 18M24 0L0 18"stroke="#C8102E"strokeWidth="1.6"/>
|
|
40
|
+
|
|
41
|
+
<react_native_svg_1.Path d="M12 0v18M0 9h24"stroke="#FFFFFF"strokeWidth="5.5"/>
|
|
42
|
+
|
|
43
|
+
<react_native_svg_1.Path d="M12 0v18M0 9h24"stroke="#C8102E"strokeWidth="3.2"/>
|
|
44
|
+
</react_native_svg_1.G>;case"es":return<react_native_svg_1.G>
|
|
45
|
+
|
|
46
|
+
<react_native_svg_1.Rect y="0"width="24"height="4.5"fill="#AA151B"/>
|
|
47
|
+
|
|
48
|
+
<react_native_svg_1.Rect y="4.5"width="24"height="9"fill="#F1BF00"/>
|
|
49
|
+
|
|
50
|
+
<react_native_svg_1.Rect y="13.5"width="24"height="4.5"fill="#AA151B"/>
|
|
51
|
+
|
|
52
|
+
<react_native_svg_1.Rect x="5"y="7"width="2.5"height="4"rx="0.5"fill="#AA151B"/>
|
|
53
|
+
<react_native_svg_1.Circle cx="6.25"cy="6.2"r="0.75"fill="#C8102E"/>
|
|
54
|
+
</react_native_svg_1.G>;case"fr":return<react_native_svg_1.G>
|
|
55
|
+
<react_native_svg_1.Rect x="0"y="0"width="8"height="18"fill="#002395"/>
|
|
56
|
+
<react_native_svg_1.Rect x="8"y="0"width="8"height="18"fill="#FFFFFF"/>
|
|
57
|
+
<react_native_svg_1.Rect x="16"y="0"width="8"height="18"fill="#ED2939"/>
|
|
58
|
+
</react_native_svg_1.G>;case"de":return<react_native_svg_1.G>
|
|
59
|
+
<react_native_svg_1.Rect y="0"width="24"height="6"fill="#000000"/>
|
|
60
|
+
<react_native_svg_1.Rect y="6"width="24"height="6"fill="#DD0000"/>
|
|
61
|
+
<react_native_svg_1.Rect y="12"width="24"height="6"fill="#FFCE00"/>
|
|
62
|
+
</react_native_svg_1.G>;case"zh":case"cn":return<react_native_svg_1.G>
|
|
63
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#DE2910"/>
|
|
64
|
+
|
|
65
|
+
<react_native_svg_1.Polygon points="4.5,2 5.2,3.8 7,4 5.6,5.2 6,7 4.5,5.9 3,7 3.4,5.2 2,4 3.8,3.8"fill="#FFDE00"/>
|
|
66
|
+
|
|
67
|
+
<react_native_svg_1.Circle cx="8.5"cy="2.5"r="0.65"fill="#FFDE00"/>
|
|
68
|
+
<react_native_svg_1.Circle cx="9.8"cy="4.2"r="0.65"fill="#FFDE00"/>
|
|
69
|
+
<react_native_svg_1.Circle cx="9.8"cy="6.4"r="0.65"fill="#FFDE00"/>
|
|
70
|
+
<react_native_svg_1.Circle cx="8.5"cy="8.2"r="0.65"fill="#FFDE00"/>
|
|
71
|
+
</react_native_svg_1.G>;case"ja":case"jp":return<react_native_svg_1.G>
|
|
72
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#FFFFFF"/>
|
|
73
|
+
<react_native_svg_1.Circle cx="12"cy="9"r="4.2"fill="#BC002D"/>
|
|
74
|
+
</react_native_svg_1.G>;case"ko":case"kr":return<react_native_svg_1.G>
|
|
75
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#FFFFFF"/>
|
|
76
|
+
|
|
77
|
+
<react_native_svg_1.Circle cx="12"cy="9"r="3.6"fill="#C60C30"/>
|
|
78
|
+
<react_native_svg_1.Path d="M12 9a1.8 1.8 0 0 1 0 3.6 3.6 3.6 0 0 1 0-7.2 1.8 1.8 0 0 0 0 3.6z"fill="#003478"/>
|
|
79
|
+
|
|
80
|
+
<react_native_svg_1.Rect x="4"y="3.5"width="2"height="0.6"fill="#000000"/>
|
|
81
|
+
<react_native_svg_1.Rect x="4"y="4.5"width="2"height="0.6"fill="#000000"/>
|
|
82
|
+
<react_native_svg_1.Rect x="18"y="13"width="2"height="0.6"fill="#000000"/>
|
|
83
|
+
<react_native_svg_1.Rect x="18"y="14"width="2"height="0.6"fill="#000000"/>
|
|
84
|
+
</react_native_svg_1.G>;case"br":case"pt":return<react_native_svg_1.G>
|
|
85
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#009739"/>
|
|
86
|
+
<react_native_svg_1.Polygon points="12,2 22,9 12,16 2,9"fill="#FEDD00"/>
|
|
87
|
+
<react_native_svg_1.Circle cx="12"cy="9"r="3.2"fill="#012169"/>
|
|
88
|
+
<react_native_svg_1.Path d="M9.2 8.5a3.2 3.2 0 0 1 5.6 1"stroke="#FFFFFF"strokeWidth="0.6"fill="none"/>
|
|
89
|
+
</react_native_svg_1.G>;case"ru":return<react_native_svg_1.G>
|
|
90
|
+
<react_native_svg_1.Rect y="0"width="24"height="6"fill="#FFFFFF"/>
|
|
91
|
+
<react_native_svg_1.Rect y="6"width="24"height="6"fill="#0039A6"/>
|
|
92
|
+
<react_native_svg_1.Rect y="12"width="24"height="6"fill="#D52B1E"/>
|
|
93
|
+
</react_native_svg_1.G>;case"ar":case"sa":return<react_native_svg_1.G>
|
|
94
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#006C35"/>
|
|
95
|
+
|
|
96
|
+
<react_native_svg_1.Path d="M6 12h12M16 11l2 1-2 1"stroke="#FFFFFF"strokeWidth="0.8"strokeLinecap="round"/>
|
|
97
|
+
<react_native_svg_1.Circle cx="12"cy="7.5"r="1.5"stroke="#FFFFFF"strokeWidth="0.6"fill="none"/>
|
|
98
|
+
</react_native_svg_1.G>;case"it":return<react_native_svg_1.G>
|
|
99
|
+
<react_native_svg_1.Rect x="0"y="0"width="8"height="18"fill="#009246"/>
|
|
100
|
+
<react_native_svg_1.Rect x="8"y="0"width="8"height="18"fill="#FFFFFF"/>
|
|
101
|
+
<react_native_svg_1.Rect x="16"y="0"width="8"height="18"fill="#CE2B37"/>
|
|
102
|
+
</react_native_svg_1.G>;case"id":return<react_native_svg_1.G>
|
|
103
|
+
<react_native_svg_1.Rect y="0"width="24"height="9"fill="#E70011"/>
|
|
104
|
+
<react_native_svg_1.Rect y="9"width="24"height="9"fill="#FFFFFF"/>
|
|
105
|
+
</react_native_svg_1.G>;case"tr":return<react_native_svg_1.G>
|
|
106
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#E30A17"/>
|
|
107
|
+
|
|
108
|
+
<react_native_svg_1.Circle cx="10"cy="9"r="3.6"fill="#FFFFFF"/>
|
|
109
|
+
<react_native_svg_1.Circle cx="11"cy="9"r="2.9"fill="#E30A17"/>
|
|
110
|
+
|
|
111
|
+
<react_native_svg_1.Polygon points="14.5,7.8 14.8,8.8 15.8,8.8 15,9.4 15.3,10.4 14.5,9.8 13.7,10.4 14,9.4 13.2,8.8 14.2,8.8"fill="#FFFFFF"/>
|
|
112
|
+
</react_native_svg_1.G>;case"vi":case"vn":return<react_native_svg_1.G>
|
|
113
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#DA251D"/>
|
|
114
|
+
|
|
115
|
+
<react_native_svg_1.Polygon points="12,3.5 13.7,8.8 19.2,8.8 14.8,12 16.5,17.3 12,14 7.5,17.3 9.2,12 4.8,8.8 10.3,8.8"fill="#FFFF00"/>
|
|
116
|
+
</react_native_svg_1.G>;case"nl":return<react_native_svg_1.G>
|
|
117
|
+
<react_native_svg_1.Rect y="0"width="24"height="6"fill="#AE1C28"/>
|
|
118
|
+
<react_native_svg_1.Rect y="6"width="24"height="6"fill="#FFFFFF"/>
|
|
119
|
+
<react_native_svg_1.Rect y="12"width="24"height="6"fill="#21468B"/>
|
|
120
|
+
</react_native_svg_1.G>;case"pl":return<react_native_svg_1.G>
|
|
121
|
+
<react_native_svg_1.Rect y="0"width="24"height="9"fill="#FFFFFF"/>
|
|
122
|
+
<react_native_svg_1.Rect y="9"width="24"height="9"fill="#DC143C"/>
|
|
123
|
+
</react_native_svg_1.G>;default:return<react_native_svg_1.G>
|
|
124
|
+
<react_native_svg_1.Rect width="24"height="18"fill="#1E293B"/>
|
|
125
|
+
<react_native_svg_1.Circle cx="12"cy="9"r="6.5"stroke="#38BDF8"strokeWidth="1.2"fill="#0F172A"/>
|
|
126
|
+
<react_native_svg_1.Path d="M5.5 9h13M12 2.5a8.5 8.5 0 0 1 0 13 8.5 8.5 0 0 1 0-13z"stroke="#38BDF8"strokeWidth="1"fill="none"/>
|
|
127
|
+
</react_native_svg_1.G>}};return<react_native_1.View style={[styles.container,{width:e,height:h,borderRadius:l},r]}>
|
|
128
|
+
<react_native_svg_1.default width={e}height={h}viewBox="0 0 24 18">
|
|
129
|
+
<react_native_svg_1.Defs>
|
|
130
|
+
<react_native_svg_1.ClipPath id={`clip-${c}-${t}`}>
|
|
131
|
+
<react_native_svg_1.Rect width="24"height="18"rx={l*(24/e)}/>
|
|
132
|
+
</react_native_svg_1.ClipPath>
|
|
133
|
+
</react_native_svg_1.Defs>
|
|
134
|
+
<react_native_svg_1.G clipPath={`url(#clip-${c}-${t})`}>
|
|
135
|
+
{F()}
|
|
136
|
+
</react_native_svg_1.G>
|
|
137
|
+
|
|
138
|
+
<react_native_svg_1.Rect width="24"height="18"rx={l*(24/e)}fill="none"stroke={AppColors_1.AppColors.overlayWhite20||"rgba(255,255,255,0.2)"}strokeWidth="0.8"/>
|
|
139
|
+
</react_native_svg_1.default>
|
|
140
|
+
</react_native_1.View>};exports.CountryFlag=CountryFlag;const styles=react_native_1.StyleSheet.create({container:{overflow:"hidden",justifyContent:"center",alignItems:"center"}});exports.default=exports.CountryFlag;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?(function(t,e,
|
|
1
|
+
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var a=Object.getOwnPropertyDescriptor(e,r);(!a||("get"in a?!e.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,a)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),__importStar=this&&this.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(n[n.length]=a);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),a=0;a<n.length;a++)n[a]!=="default"&&__createBinding(r,e,n[a]);return __setModuleDefault(r,e),r}})(),__importDefault=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});const react_1=__importStar(require("react")),react_native_1=require("react-native"),TouchableScale_1=__importDefault(require("./TouchableScale")),AnimatedEntrance_1=__importDefault(require("./AnimatedEntrance")),NetworkIcons_1=require("./NetworkIcons"),AppColors_1=require("../styles/AppColors"),styles_1=__importDefault(require("../styles")),i18n_1=require("../i18n"),EmptyState=react_1.default.memo(function({isSearch:e,searchQuery:r,customTitle:n,customSub:a,onClearSearch:i,showReload:s=!0}){const{t:o}=(0,i18n_1.useTranslation)(),l=(0,react_1.useRef)(new react_native_1.Animated.Value(1)).current;(0,react_1.useEffect)(()=>{const u=react_native_1.Animated.loop(react_native_1.Animated.sequence([react_native_1.Animated.timing(l,{toValue:1.06,duration:900,useNativeDriver:!1}),react_native_1.Animated.timing(l,{toValue:1,duration:900,useNativeDriver:!1})]));return u.start(),()=>u.stop()},[l]);const c=()=>{if(__DEV__&&react_native_1.DevSettings&&react_native_1.DevSettings.reload){react_native_1.DevSettings.reload();return}react_native_1.Alert.alert(o("common.reload","Reload"),o("common.reloadDevOnly","App reload is typically only available in development mode."))};return<AnimatedEntrance_1.default style={styles_1.default.emptyContainer}distance={14}>
|
|
2
2
|
<react_native_1.Animated.View style={[styles_1.default.emptyIconWrap,{transform:[{scale:l}]}]}>
|
|
3
3
|
<NetworkIcons_1.EmptyRadarIcon color={AppColors_1.AppColors.purple}size={32}/>
|
|
4
4
|
</react_native_1.Animated.View>
|
|
5
5
|
<react_native_1.Text style={styles_1.default.emptyTitle}>
|
|
6
|
-
{
|
|
6
|
+
{n||(e?o("common.noMatches","No matching results"):o("network.noActivity","No network activity"))}
|
|
7
7
|
</react_native_1.Text>
|
|
8
8
|
<react_native_1.Text style={styles_1.default.emptySub}>
|
|
9
|
-
{
|
|
9
|
+
{a||(e?r?`${o("common.noItemsMatched","No items matched")} "${r}"`:o("common.adjustFilters","Try adjusting your filters or search keywords."):o("network.listening","Listening for incoming API calls..."))}
|
|
10
10
|
</react_native_1.Text>
|
|
11
11
|
{e&&i&&<TouchableScale_1.default style={styles_1.default.reloadBtn}onPress={i}>
|
|
12
|
-
<react_native_1.Text style={styles_1.default.reloadBtnText}>Clear Search & Filters</react_native_1.Text>
|
|
12
|
+
<react_native_1.Text style={styles_1.default.reloadBtnText}>{o("common.clearSearchFilters","Clear Search & Filters")}</react_native_1.Text>
|
|
13
13
|
</TouchableScale_1.default>}
|
|
14
|
-
{!e&&
|
|
15
|
-
<react_native_1.Text style={styles_1.default.reloadBtnText}>Reload App</react_native_1.Text>
|
|
14
|
+
{!e&&s&&<TouchableScale_1.default style={styles_1.default.reloadBtn}onPress={c}>
|
|
15
|
+
<react_native_1.Text style={styles_1.default.reloadBtnText}>{o("common.reloadApp","Reload App")}</react_native_1.Text>
|
|
16
16
|
</TouchableScale_1.default>}
|
|
17
17
|
</AnimatedEntrance_1.default>});exports.default=EmptyState;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?(function(i,
|
|
1
|
+
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?(function(r,i,g,o){o===void 0&&(o=g);var s=Object.getOwnPropertyDescriptor(i,g);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return i[g]}}),Object.defineProperty(r,o,s)}):(function(r,i,g,o){o===void 0&&(o=g),r[o]=i[g]})),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?(function(r,i){Object.defineProperty(r,"default",{enumerable:!0,value:i})}):function(r,i){r.default=i}),__importStar=this&&this.__importStar||(function(){var r=function(i){return r=Object.getOwnPropertyNames||function(g){var o=[];for(var s in g)Object.prototype.hasOwnProperty.call(g,s)&&(o[o.length]=s);return o},r(i)};return function(i){if(i&&i.__esModule)return i;var g={};if(i!=null)for(var o=r(i),s=0;s<o.length;s++)o[s]!=="default"&&__createBinding(g,i,o[s]);return __setModuleDefault(g,i),g}})(),__importDefault=this&&this.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.DeviceInfoTab=void 0;const react_1=__importStar(require("react")),react_native_1=require("react-native"),TouchableScale_1=__importDefault(require("../TouchableScale")),AppColors_1=require("../../styles/AppColors"),AppFonts_1=require("../../styles/AppFonts"),i18n_1=require("../../i18n"),NetworkIcons_1=require("../NetworkIcons"),NativeInspector_1=require("../../native/NativeInspector"),helpers_1=require("../../helpers"),toast_1=require("../../helpers/toast"),constants_1=require("../../constants"),InfoRow=react_1.default.memo(({label:r,value:i,copyable:g=!0,badge:o,subtext:s,isLast:l=!1})=>{const P=i==null?"\u2014":typeof i=="boolean"?i?"Yes":"No":typeof i=="number"?i.toLocaleString():String(i);return<react_native_1.View style={[styles.infoRow,l&&{borderBottomWidth:0}]}>
|
|
2
2
|
<react_native_1.View style={{flex:1,paddingRight:8,minWidth:0}}>
|
|
3
3
|
<react_native_1.View style={{flexDirection:"row",alignItems:"center",flexWrap:"wrap",gap:6}}>
|
|
4
|
-
<react_native_1.Text style={styles.infoLabel}numberOfLines={2}>{
|
|
4
|
+
<react_native_1.Text style={styles.infoLabel}numberOfLines={2}>{r}</react_native_1.Text>
|
|
5
5
|
{o&&<react_native_1.View style={[styles.infoBadge,{backgroundColor:o.bg,borderColor:`${o.color}33`}]}>
|
|
6
6
|
<react_native_1.Text style={[styles.infoBadgeText,{color:o.color}]}>
|
|
7
7
|
{o.text}
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
{s&&<react_native_1.Text style={styles.infoSubtext}numberOfLines={2}>{s}</react_native_1.Text>}
|
|
12
12
|
</react_native_1.View>
|
|
13
13
|
<react_native_1.View style={{flexDirection:"row",alignItems:"center",gap:6,flexShrink:0,maxWidth:"58%",justifyContent:"flex-end"}}>
|
|
14
|
-
<react_native_1.Text style={[styles.infoValue,typeof
|
|
14
|
+
<react_native_1.Text style={[styles.infoValue,typeof i=="boolean"&&{color:i?AppColors_1.AppColors.emerald500:AppColors_1.AppColors.errorColor}]}numberOfLines={3}selectable>
|
|
15
15
|
{P}
|
|
16
16
|
</react_native_1.Text>
|
|
17
|
-
{g&&
|
|
17
|
+
{g&&i!==null&&i!==void 0&&<TouchableScale_1.default hitSlop={8}onPress={()=>{(0,helpers_1.copyToClipboard)(P,r),(0,toast_1.showToast)(`Copied ${r}`)}}style={styles.rowCopyBtn}>
|
|
18
18
|
<NetworkIcons_1.CopyIcon size={11}color={AppColors_1.AppColors.grayTextWeak}/>
|
|
19
19
|
</TouchableScale_1.default>}
|
|
20
20
|
</react_native_1.View>
|
|
21
|
-
</react_native_1.View>});exports.DeviceInfoTab=react_1.default.memo(()=>{const{t:
|
|
21
|
+
</react_native_1.View>});exports.DeviceInfoTab=react_1.default.memo(()=>{const{t:r}=(0,i18n_1.useTranslation)(),[i,g]=(0,react_1.useState)("overview"),[o,s]=(0,react_1.useState)(""),[l,P]=(0,react_1.useState)(null),[J,j]=(0,react_1.useState)(null),[y,R]=(0,react_1.useState)("Detecting..."),[_,E]=(0,react_1.useState)("0s"),q=react_1.default.useRef(Date.now()),k=(0,react_1.useCallback)(async()=>{try{const[a,d]=await Promise.all([(0,NativeInspector_1.getNativeDeviceMetrics)(),(0,NativeInspector_1.getNativeSystemMetrics)()]);P(a),j(d)}catch{}},[]);(0,react_1.useEffect)(()=>{k();const a=setInterval(k,3e3);return()=>clearInterval(a)},[k]),(0,react_1.useEffect)(()=>{let a=!0;return(async()=>{try{const n=react_native_1.NativeModules?.PlatformConstants?.serverHost||react_native_1.NativeModules?.AndroidConstants?.serverHost||react_native_1.NativeModules?.DevSettings?.serverHost;if(n&&typeof n=="string"){const c=n.split(":")[0].replace(/https?:\/\//,"");if(c&&c!=="localhost"&&c!=="127.0.0.1"){a&&R(c);return}}}catch{}try{const n=new AbortController,c=setTimeout(()=>n.abort(),1200),S=await fetch("https://api.ipify.org?format=json",{signal:n.signal});if(clearTimeout(c),S.ok){const w=await S.json();if(w&&w.ip&&a){R(w.ip);return}}}catch{}a&&R(react_native_1.Platform.OS==="android"?"10.0.2.15 (Local)":"127.0.0.1 (Local)")})(),()=>{a=!1}},[]),(0,react_1.useEffect)(()=>{const a=()=>{const n=Math.floor((Date.now()-q.current)/1e3),c=Math.floor(n/3600),S=Math.floor(n%3600/60),w=n%60;c>0?E(`${c}h ${S}m ${w}s`):S>0?E(`${S}m ${w}s`):E(`${w}s`)},d=setInterval(a,1e3);return a(),()=>clearInterval(d)},[]);const f=react_native_1.Dimensions.get("window"),b=react_native_1.Dimensions.get("screen"),p=react_native_1.PixelRatio.get(),M=react_native_1.PixelRatio.getFontScale(),T=f.width>=600||f.height>=1e3,$=f.width>f.height,B=react_native_1.Platform.OS==="android"?react_native_1.StatusBar.currentHeight||24:f.height>=812?44:20,h=(0,react_1.useMemo)(()=>{const a=`${react_native_1.Platform.OS}-${react_native_1.Platform.Version}-${b.width}x${b.height}-${p}-${react_native_1.Platform.constants?.Brand||"generic"}-${react_native_1.Platform.constants?.Model||"device"}`;let d=3735928559,n=1103547991,c=305419896,S=2271560481;for(let G=0;G<a.length;G++){const L=a.charCodeAt(G);d=Math.imul(d^L,2654435761)>>>0,n=Math.imul(n^L,1597334677)>>>0,c=Math.imul(c^L,374761393)>>>0,S=Math.imul(S^L,668265263)>>>0}const w=d.toString(16).padStart(8,"0").toUpperCase(),Q=(n&65535).toString(16).padStart(4,"0").toUpperCase(),ee=(n>>>16&4095|16384).toString(16).padStart(4,"0").toUpperCase(),te=(c>>>16&16383|32768).toString(16).padStart(4,"0").toUpperCase(),oe=(c.toString(16).padStart(8,"0")+(S&65535).toString(16).padStart(4,"0")).slice(0,12).toUpperCase();return`${w}-${Q}-${ee}-${te}-${oe}`},[b.width,b.height,p]),m=!!global?.HermesInternal,x=!!globalThis?.__turboModuleProxy,V=(0,react_1.useMemo)(()=>{const a=react_native_1.Platform.constants?.reactNativeVersion;return a?`${a.major}.${a.minor}.${a.patch}${a.prerelease!=null?`-${a.prerelease}`:""}`:"0.74+"},[]),u=l?.totalRAM?Math.round(l.totalRAM/(1024*1024)):J?.totalPhysicalRamMb||4096,C=l?.freeRAM?Math.round(l.freeRAM/(1024*1024)):Math.max(0,u-(J?.residentRamMb||1200)),I=Math.max(0,u-C),D=u>0?Math.round(I/u*100):45,v=l?.totalStorage?(l.totalStorage/(1024*1024*1024)).toFixed(1):"128.0",A=l?.freeStorage?(l.freeStorage/(1024*1024*1024)).toFixed(1):"64.2",Y=(0,react_1.useMemo)(()=>[{key:"overview",label:r("device.subTabs.overview","Overview"),themeColor:AppColors_1.AppColors.sky600,icon:a=><NetworkIcons_1.LayersIcon size={12}color={a}/>},{key:"hardware",label:r("device.subTabs.hardware","Hardware"),themeColor:AppColors_1.AppColors.orange600,icon:a=><NetworkIcons_1.CpuIcon size={12}color={a}/>},{key:"network",label:r("device.subTabs.network","Network & IP"),themeColor:AppColors_1.AppColors.teal600,icon:a=><NetworkIcons_1.WifiIcon size={12}color={a}/>},{key:"display",label:r("device.subTabs.display","Display"),themeColor:AppColors_1.AppColors.pink600,icon:a=><NetworkIcons_1.ScreenIcon size={12}color={a}/>},{key:"runtime",label:r("device.subTabs.runtime","Runtime & App"),themeColor:AppColors_1.AppColors.amber600,icon:a=><NetworkIcons_1.BoltIcon size={12}color={a}/>},{key:"security",label:r("device.subTabs.security","Security & IDs"),themeColor:AppColors_1.AppColors.errorColor,icon:a=><NetworkIcons_1.KeyIcon size={12}color={a}/>}],[r]),t=(0,react_1.useMemo)(()=>({identifiers:{pseudoUDID:h,bundleId:l?.appBundleId||l?.appPackageName||"com.app.inspector"},hardware:{model:l?.deviceModel||react_native_1.Platform.constants?.Model||"Unknown Device",brand:l?.deviceBrand||react_native_1.Platform.constants?.Brand||(react_native_1.Platform.OS==="ios"?"Apple":"Android"),osVersion:`${react_native_1.Platform.OS} ${react_native_1.Platform.Version}`,apiLevel:l?.apiLevel||react_native_1.Platform.constants?.Version||null,cpuAbi:l?.cpuAbi||react_native_1.Platform.constants?.ServerHost||"arm64-v8a",totalRamMb:u,freeRamMb:C,usedRamMb:I,totalStorageGb:`${v} GB`,freeStorageGb:`${A} GB`,batteryPercent:l?.batteryPercent??100,isCharging:l?.isCharging??!1},network:{ipAddress:y,isWifi:!0,reachability:"Online"},display:{windowWidth:f.width,windowHeight:f.height,screenWidth:b.width,screenHeight:b.height,pixelRatio:p,fontScale:M,statusBarHeight:B,isTablet:T,orientation:$?"Landscape":"Portrait"},runtime:{appName:(0,helpers_1.getAppName)(),appVersion:l?.appVersion||"1.0.0",appBuild:l?.appBuild||"1",reactNativeVersion:V,inspectorVersion:constants_1.LIB_VERSION,isHermes:m,isTurboModule:x,isDev:__DEV__,jsEngine:m?"Hermes":"JSC",timezone:Intl.DateTimeFormat().resolvedOptions().timeZone,locale:Intl.DateTimeFormat().resolvedOptions().locale,sessionUptime:_}}),[h,l,u,C,I,v,A,y,f,b,p,M,B,T,$,V,m,x,_]),K=()=>{(0,helpers_1.copyToClipboard)(JSON.stringify(t,null,2),"Device Full Report"),(0,toast_1.showToast)(r("device.copiedJson","Copied Full Device JSON Report!"))},X=()=>{const a=`# Device Information Report
|
|
22
22
|
**Generated by React Native In-App Inspector v${constants_1.LIB_VERSION}**
|
|
23
23
|
|
|
24
24
|
## \u{1F4F1} Hardware & System
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
- **Status:** Online
|
|
36
36
|
|
|
37
37
|
## \u{1F5A5} Display & Geometry
|
|
38
|
-
- **Resolution:** ${
|
|
38
|
+
- **Resolution:** ${b.width} \xD7 ${b.height} pt (@${p}x)
|
|
39
39
|
- **Form Factor:** ${T?"Tablet":"Phone"} (${$?"Landscape":"Portrait"})
|
|
40
40
|
- **Status Bar Height:** ${B} pt
|
|
41
41
|
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
- **Session Uptime:** ${_}
|
|
50
50
|
|
|
51
51
|
## \u{1F511} Identifiers & Security
|
|
52
|
-
- **Pseudo-UDID:** \`${
|
|
52
|
+
- **Pseudo-UDID:** \`${h}\`
|
|
53
53
|
- **Bundle ID:** \`${t.identifiers.bundleId}\`
|
|
54
|
-
`;(0,helpers_1.copyToClipboard)(
|
|
54
|
+
`;(0,helpers_1.copyToClipboard)(a,"Device Markdown Report"),(0,toast_1.showToast)(r("device.copiedMarkdown","Copied Markdown Report to Clipboard!"))},e=(0,react_1.useCallback)((a,d,n)=>{if(!o.trim())return!0;const c=o.toLowerCase().trim(),S=d!=null?typeof d=="object"?JSON.stringify(d):String(d):"",w=n!=null?String(n):"";return a.toLowerCase().includes(c)||S.toLowerCase().includes(c)||w.toLowerCase().includes(c)},[o]),O=(0,react_1.useMemo)(()=>o.trim()?e("Model",l?.deviceModel||react_native_1.Platform.constants?.Model)||e("OS",react_native_1.Platform.OS)||e("IP Address",y)||e("RAM",`${I.toLocaleString()}/${u.toLocaleString()}`)||e("Uptime",_):!0,[o,e,l,y,I,u,_]),F=(0,react_1.useMemo)(()=>o.trim()?e("Device Model",t.hardware.model)||e("Manufacturer",t.hardware.brand)||e("Operating System",t.hardware.osVersion)||e("IP Address",y)||e("RAM Memory",`${I.toLocaleString()} MB / ${u.toLocaleString()} MB (${D}%)`,`Free Memory: ${C.toLocaleString()} MB`)||e("Storage Capacity",`${A} GB Free / ${v} GB Total`)||e("App Version",`v${t.runtime.appVersion} (${t.runtime.appBuild})`)||e("JavaScript Engine",m?"Hermes Bytecode Engine":"JavaScriptCore (JSC)")||e("UDID Identifier",h):!0,[o,e,t,y,I,u,D,C,A,v,m,h]),N=(0,react_1.useMemo)(()=>o.trim()?e("CPU Architecture",t.hardware.cpuAbi)||e("Total RAM",`${u.toLocaleString()} MB`)||e("Free RAM",`${C.toLocaleString()} MB`)||e("Storage Capacity",`${v} GB`)||e("Available Storage",`${A} GB`)||e("Battery",`${l?.batteryPercent??100}%`)||e("API Level",`API ${l?.apiLevel||react_native_1.Platform.Version}`)||e("Thermal State","Nominal (Cool)"):!0,[o,e,t,u,C,v,A,l]),U=(0,react_1.useMemo)(()=>o.trim()?e("IP Address",y)||e("Internet Reachability","Connected")||e("Connection Type","Wi-Fi / Local Area Network")||e("Metro Dev Server",react_native_1.NativeModules?.PlatformConstants?.serverHost||react_native_1.NativeModules?.AndroidConstants?.serverHost||"localhost:8081")||e("WebSocket Protocol","Active & Enabled")||e("Network Inspector Interceptor","Intercepting XHR & Fetch"):!0,[o,e,y]),z=(0,react_1.useMemo)(()=>o.trim()?e("Window Resolution",`${Math.round(f.width).toLocaleString()} \xD7 ${Math.round(f.height).toLocaleString()} pt`)||e("Screen Physical Size",`${Math.round(b.width*p).toLocaleString()} \xD7 ${Math.round(b.height*p).toLocaleString()} px`)||e("Pixel Density",`@${p}x (${Math.round(p*160).toLocaleString()} dpi)`)||e("Font Scale",`${M}x`)||e("Form Factor",T?"Tablet":"Smartphone")||e("Orientation",$?"Landscape":"Portrait")||e("Status Bar Height",`${B} pt`):!0,[o,e,f,b,p,M,T,$,B]),H=(0,react_1.useMemo)(()=>o.trim()?e("App Name",t.runtime.appName)||e("Bundle ID",t.identifiers.bundleId)||e("App Version",`v${t.runtime.appVersion} (${t.runtime.appBuild})`)||e("React Native",`v${V}`)||e("In-App Inspector Version",`v${constants_1.LIB_VERSION}`)||e("Hermes Engine",m?"Enabled (AOT Bytecode)":"Disabled (JSC)")||e("New Architecture",x?"Enabled":"Legacy Bridge")||e("Build Type",__DEV__?"Debug (__DEV__ = true)":"Release / Production")||e("Timezone",t.runtime.timezone)||e("Locale",t.runtime.locale)||e("Session Uptime",_):!0,[o,e,t,V,m,x,_]),W=(0,react_1.useMemo)(()=>o.trim()?e("Pseudo-UDID",h)||e("Bundle ID",t.identifiers.bundleId)||e("Root / Jailbreak","Clean (Standard Sandbox)")||e("Simulator / Emulator",react_native_1.Platform.constants?.Model?.includes?.("sdk")||react_native_1.Platform.constants?.Model?.includes?.("Emulator")||react_native_1.Platform.constants?.Model?.includes?.("Simulator")?"Virtual Simulator":"Physical Device")||e("Sandbox Integrity","Enforced by OS Kernel"):!0,[o,e,h,t]),Z=(0,react_1.useMemo)(()=>o.trim()?O||F||N||U||z||H||W:!0,[o,O,F,N,U,z,H,W]);return<react_native_1.View style={styles.container}>
|
|
55
55
|
|
|
56
56
|
<react_native_1.View style={styles.actionBar}>
|
|
57
57
|
<react_native_1.View style={styles.searchBar}>
|
|
58
58
|
<NetworkIcons_1.SearchIcon size={14}color={AppColors_1.AppColors.grayTextWeak}/>
|
|
59
|
-
<react_native_1.TextInput value={o}onChangeText={s}placeholder={
|
|
59
|
+
<react_native_1.TextInput value={o}onChangeText={s}placeholder={r("device.searchPlaceholder","Search specs, UDID, IP, screen...")}placeholderTextColor={AppColors_1.AppColors.grayTextWeak}style={styles.searchInput}clearButtonMode="while-editing"/>
|
|
60
60
|
{o.length>0&&<TouchableScale_1.default onPress={()=>s("")}hitSlop={8}>
|
|
61
61
|
<NetworkIcons_1.ClearIcon size={13}color={AppColors_1.AppColors.grayTextWeak}/>
|
|
62
62
|
</TouchableScale_1.default>}
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
|
|
77
77
|
<react_native_1.View style={styles.subTabsWrapper}>
|
|
78
78
|
<react_native_1.ScrollView horizontal showsHorizontalScrollIndicator={!1}contentContainerStyle={styles.subTabsContainer}>
|
|
79
|
-
{Y.map(
|
|
79
|
+
{Y.map(a=>{const d=i===a.key,n=a.themeColor||AppColors_1.AppColors.purple,c=d?AppColors_1.AppColors.white:n;return<TouchableScale_1.default key={a.key}onPress={()=>g(a.key)}>
|
|
80
80
|
<react_native_1.View style={[styles.subTabPill,d&&{backgroundColor:n,borderColor:n},!d&&{backgroundColor:`${n}12`,borderColor:`${n}30`}]}>
|
|
81
|
-
{
|
|
81
|
+
{a.icon(c)}
|
|
82
82
|
<react_native_1.Text style={[styles.subTabPillText,d&&{color:AppColors_1.AppColors.white},!d&&{color:AppColors_1.AppColors.primaryBlack}]}>
|
|
83
|
-
{
|
|
83
|
+
{a.label}
|
|
84
84
|
</react_native_1.Text>
|
|
85
85
|
</react_native_1.View>
|
|
86
86
|
</TouchableScale_1.default>})}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
|
|
91
91
|
<react_native_1.ScrollView style={[styles.scrollArea,{flex:1}]}contentContainerStyle={[styles.scrollContent,{flexGrow:1}]}showsVerticalScrollIndicator={!1}nestedScrollEnabled={!0}keyboardShouldPersistTaps="handled">
|
|
92
92
|
|
|
93
|
-
{(!o.trim()||e("UDID Identifier",
|
|
93
|
+
{(!o.trim()||e("UDID Identifier",h)||e("UUID",h)||e("Device UUID",h))&&<react_native_1.View style={styles.featuredUuidCard}>
|
|
94
94
|
<react_native_1.View style={styles.featuredUuidHeader}>
|
|
95
95
|
<react_native_1.View style={styles.featuredUuidTitleRow}>
|
|
96
96
|
<react_native_1.View style={styles.featuredUuidIconWrap}>
|
|
@@ -109,15 +109,15 @@
|
|
|
109
109
|
</react_native_1.View>
|
|
110
110
|
</react_native_1.View>
|
|
111
111
|
|
|
112
|
-
<TouchableScale_1.default onPress={()=>{(0,helpers_1.copyToClipboard)(
|
|
112
|
+
<TouchableScale_1.default onPress={()=>{(0,helpers_1.copyToClipboard)(h,"Device UUID"),(0,toast_1.showToast)(r("device.copiedUuid","Copied Device UUID to clipboard!"))}}style={styles.featuredCopyBtn}hitSlop={6}accessibilityRole="button"accessibilityLabel="Copy Device UUID">
|
|
113
113
|
<NetworkIcons_1.CopyIcon size={11}color={AppColors_1.AppColors.white}/>
|
|
114
114
|
<react_native_1.Text style={styles.featuredCopyBtnText}>Copy</react_native_1.Text>
|
|
115
115
|
</TouchableScale_1.default>
|
|
116
116
|
</react_native_1.View>
|
|
117
117
|
|
|
118
|
-
<TouchableScale_1.default onPress={()=>{(0,helpers_1.copyToClipboard)(
|
|
118
|
+
<TouchableScale_1.default onPress={()=>{(0,helpers_1.copyToClipboard)(h,"Device UUID"),(0,toast_1.showToast)(r("device.copiedUuid","Copied Device UUID to clipboard!"))}}style={styles.featuredUuidValueBox}hitSlop={4}accessibilityRole="button"accessibilityLabel="Tap to copy UUID">
|
|
119
119
|
<react_native_1.Text style={styles.featuredUuidValueText}numberOfLines={1}ellipsizeMode="middle"selectable>
|
|
120
|
-
{
|
|
120
|
+
{h}
|
|
121
121
|
</react_native_1.Text>
|
|
122
122
|
<NetworkIcons_1.CopyIcon size={12}color={AppColors_1.AppColors.brandPurple}/>
|
|
123
123
|
</TouchableScale_1.default>
|
|
@@ -146,29 +146,29 @@
|
|
|
146
146
|
|
|
147
147
|
<react_native_1.View style={styles.heroMetricsStrip}>
|
|
148
148
|
<react_native_1.View style={styles.heroMetricItem}>
|
|
149
|
-
<react_native_1.Text style={styles.heroMetricLabel}numberOfLines={1}ellipsizeMode="tail">{
|
|
149
|
+
<react_native_1.Text style={styles.heroMetricLabel}numberOfLines={1}ellipsizeMode="tail">{r("device.ipAddress","IP ADDRESS")}</react_native_1.Text>
|
|
150
150
|
<react_native_1.Text style={styles.heroMetricValue}numberOfLines={1}ellipsizeMode="tail">
|
|
151
151
|
{y}
|
|
152
152
|
</react_native_1.Text>
|
|
153
153
|
</react_native_1.View>
|
|
154
154
|
<react_native_1.View style={styles.heroMetricDivider}/>
|
|
155
155
|
<react_native_1.View style={styles.heroMetricItem}>
|
|
156
|
-
<react_native_1.Text style={styles.heroMetricLabel}numberOfLines={1}ellipsizeMode="tail">{
|
|
156
|
+
<react_native_1.Text style={styles.heroMetricLabel}numberOfLines={1}ellipsizeMode="tail">{r("device.ramUsedTotal","RAM (USED/TOTAL)")}</react_native_1.Text>
|
|
157
157
|
<react_native_1.Text style={styles.heroMetricValue}numberOfLines={1}ellipsizeMode="tail">
|
|
158
158
|
{I.toLocaleString()}/{u.toLocaleString()} MB
|
|
159
159
|
</react_native_1.Text>
|
|
160
160
|
</react_native_1.View>
|
|
161
161
|
<react_native_1.View style={styles.heroMetricDivider}/>
|
|
162
162
|
<react_native_1.View style={styles.heroMetricItem}>
|
|
163
|
-
<react_native_1.Text style={styles.heroMetricLabel}numberOfLines={1}ellipsizeMode="tail">{
|
|
163
|
+
<react_native_1.Text style={styles.heroMetricLabel}numberOfLines={1}ellipsizeMode="tail">{r("device.uptime","UPTIME")}</react_native_1.Text>
|
|
164
164
|
<react_native_1.Text style={styles.heroMetricValue}numberOfLines={1}ellipsizeMode="tail">{_}</react_native_1.Text>
|
|
165
165
|
</react_native_1.View>
|
|
166
166
|
</react_native_1.View>
|
|
167
167
|
</react_native_1.View>}
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
{(
|
|
171
|
-
<react_native_1.Text style={styles.sectionTitle}>DEVICE OVERVIEW</react_native_1.Text>
|
|
170
|
+
{(i==="overview"||o.length>0)&&F&&<react_native_1.View style={styles.sectionCard}>
|
|
171
|
+
<react_native_1.Text style={styles.sectionTitle}>{r("deviceInfo.deviceOverview","DEVICE OVERVIEW")}</react_native_1.Text>
|
|
172
172
|
{e("Device Model",t.hardware.model)&&<InfoRow label="Device Model"value={t.hardware.model}/>}
|
|
173
173
|
{e("Manufacturer",t.hardware.brand)&&<InfoRow label="Manufacturer / Brand"value={t.hardware.brand}/>}
|
|
174
174
|
{e("Operating System",t.hardware.osVersion)&&<InfoRow label="Operating System"value={t.hardware.osVersion}badge={{text:react_native_1.Platform.OS.toUpperCase(),color:AppColors_1.AppColors.blue500,bg:`${AppColors_1.AppColors.blue500}18`}}/>}
|
|
@@ -177,12 +177,12 @@
|
|
|
177
177
|
{e("Storage Capacity",`${A} GB Free / ${v} GB Total`)&&<InfoRow label="Internal Storage"value={`${A} GB Free / ${v} GB Total`}/>}
|
|
178
178
|
{e("App Version",`v${t.runtime.appVersion} (${t.runtime.appBuild})`)&&<InfoRow label="Host App Version"value={`v${t.runtime.appVersion} (${t.runtime.appBuild})`}/>}
|
|
179
179
|
{e("JavaScript Engine",m?"Hermes Bytecode Engine":"JavaScriptCore (JSC)")&&<InfoRow label="JS Runtime Engine"value={m?"Hermes Bytecode Engine":"JavaScriptCore (JSC)"}badge={m?{text:"HERMES",color:AppColors_1.AppColors.purple,bg:`${AppColors_1.AppColors.purple}18`}:{text:"JSC",color:AppColors_1.AppColors.sky500,bg:`${AppColors_1.AppColors.sky500}18`}}/>}
|
|
180
|
-
{e("UDID Identifier",
|
|
180
|
+
{e("UDID Identifier",h)&&<InfoRow label="Pseudo-UDID"value={h}isLast/>}
|
|
181
181
|
</react_native_1.View>}
|
|
182
182
|
|
|
183
183
|
|
|
184
|
-
{(
|
|
185
|
-
<react_native_1.Text style={styles.sectionTitle}>HARDWARE & SYSTEM SPECIFICATIONS</react_native_1.Text>
|
|
184
|
+
{(i==="hardware"||o.length>0)&&N&&<react_native_1.View style={styles.sectionCard}>
|
|
185
|
+
<react_native_1.Text style={styles.sectionTitle}>{r("deviceInfo.hardwareSpecs","HARDWARE & SYSTEM SPECIFICATIONS")}</react_native_1.Text>
|
|
186
186
|
{e("CPU Architecture",t.hardware.cpuAbi)&&<InfoRow label="CPU Architecture / ABI"value={t.hardware.cpuAbi}badge={{text:"64-BIT",color:AppColors_1.AppColors.purple,bg:`${AppColors_1.AppColors.purple}18`}}/>}
|
|
187
187
|
{e("Total RAM",`${u.toLocaleString()} MB`)&&<InfoRow label="Total Physical RAM"value={`${u.toLocaleString()} MB`}/>}
|
|
188
188
|
{e("Free RAM",`${C.toLocaleString()} MB`)&&<InfoRow label="Available Free RAM"value={`${C.toLocaleString()} MB`}badge={{text:C<500?"LOW":"HEALTHY",color:C<500?AppColors_1.AppColors.errorColor:AppColors_1.AppColors.emerald500,bg:C<500?`${AppColors_1.AppColors.errorColor}18`:`${AppColors_1.AppColors.emerald500}18`}}/>}
|
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
</react_native_1.View>}
|
|
195
195
|
|
|
196
196
|
|
|
197
|
-
{(
|
|
198
|
-
<react_native_1.Text style={styles.sectionTitle}>NETWORK & CONNECTIVITY</react_native_1.Text>
|
|
197
|
+
{(i==="network"||o.length>0)&&U&&<react_native_1.View style={styles.sectionCard}>
|
|
198
|
+
<react_native_1.Text style={styles.sectionTitle}>{r("deviceInfo.networkConnectivity","NETWORK & CONNECTIVITY")}</react_native_1.Text>
|
|
199
199
|
{e("IP Address",y)&&<InfoRow label="Local Device IP"value={y}badge={{text:"IPV4",color:AppColors_1.AppColors.blue500,bg:`${AppColors_1.AppColors.blue500}18`}}/>}
|
|
200
200
|
{e("Internet Reachability","Connected")&&<InfoRow label="Internet Reachability"value="Connected"badge={{text:"ONLINE",color:AppColors_1.AppColors.emerald500,bg:`${AppColors_1.AppColors.emerald500}18`}}/>}
|
|
201
201
|
{e("Connection Type","Wi-Fi / Local Area Network")&&<InfoRow label="Active Connection Type"value="Wi-Fi / Local Area Network"/>}
|
|
@@ -205,10 +205,10 @@
|
|
|
205
205
|
</react_native_1.View>}
|
|
206
206
|
|
|
207
207
|
|
|
208
|
-
{(
|
|
209
|
-
<react_native_1.Text style={styles.sectionTitle}>DISPLAY & SCREEN GEOMETRY</react_native_1.Text>
|
|
208
|
+
{(i==="display"||o.length>0)&&z&&<react_native_1.View style={styles.sectionCard}>
|
|
209
|
+
<react_native_1.Text style={styles.sectionTitle}>{r("deviceInfo.displayGeometry","DISPLAY & SCREEN GEOMETRY")}</react_native_1.Text>
|
|
210
210
|
{e("Window Resolution",`${Math.round(f.width).toLocaleString()} \xD7 ${Math.round(f.height).toLocaleString()} pt`)&&<InfoRow label="Window Logical Size"value={`${Math.round(f.width).toLocaleString()} \xD7 ${Math.round(f.height).toLocaleString()} pt`}/>}
|
|
211
|
-
{e("Screen Physical Size",`${Math.round(
|
|
211
|
+
{e("Screen Physical Size",`${Math.round(b.width*p).toLocaleString()} \xD7 ${Math.round(b.height*p).toLocaleString()} px`)&&<InfoRow label="Physical Screen Size"value={`${Math.round(b.width*p).toLocaleString()} \xD7 ${Math.round(b.height*p).toLocaleString()} px`}/>}
|
|
212
212
|
{e("Pixel Density",`@${p}x (${Math.round(p*160).toLocaleString()} dpi)`)&&<InfoRow label="Pixel Ratio (DPI Scale)"value={`@${p}x (${Math.round(p*160).toLocaleString()} dpi)`}badge={{text:`@${p}x`,color:AppColors_1.AppColors.purple,bg:`${AppColors_1.AppColors.purple}18`}}/>}
|
|
213
213
|
{e("Font Scale",`${M}x`)&&<InfoRow label="User Font Scale"value={`${M}x (${M===1?"Default":M>1?"Enlarged":"Compact"})`}/>}
|
|
214
214
|
{e("Form Factor",T?"Tablet":"Smartphone")&&<InfoRow label="Device Form Factor"value={T?"Tablet":"Smartphone"}badge={{text:T?"TABLET":"PHONE",color:T?AppColors_1.AppColors.blue500:AppColors_1.AppColors.purple,bg:T?`${AppColors_1.AppColors.blue500}18`:`${AppColors_1.AppColors.purple}18`}}/>}
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
</react_native_1.View>}
|
|
218
218
|
|
|
219
219
|
|
|
220
|
-
{(
|
|
221
|
-
<react_native_1.Text style={styles.sectionTitle}>RUNTIME & APPLICATION</react_native_1.Text>
|
|
220
|
+
{(i==="runtime"||o.length>0)&&H&&<react_native_1.View style={styles.sectionCard}>
|
|
221
|
+
<react_native_1.Text style={styles.sectionTitle}>{r("deviceInfo.runtimeApp","RUNTIME & APPLICATION")}</react_native_1.Text>
|
|
222
222
|
{e("App Name",t.runtime.appName)&&<InfoRow label="Application Name"value={t.runtime.appName}/>}
|
|
223
223
|
{e("Bundle ID",t.identifiers.bundleId)&&<InfoRow label="Bundle Identifier / Package"value={t.identifiers.bundleId}/>}
|
|
224
224
|
{e("App Version",`v${t.runtime.appVersion} (${t.runtime.appBuild})`)&&<InfoRow label="Application Version"value={`v${t.runtime.appVersion} (${t.runtime.appBuild})`}/>}
|
|
@@ -233,9 +233,9 @@
|
|
|
233
233
|
</react_native_1.View>}
|
|
234
234
|
|
|
235
235
|
|
|
236
|
-
{(
|
|
237
|
-
<react_native_1.Text style={styles.sectionTitle}>DEVICE IDENTIFIERS & SECURITY</react_native_1.Text>
|
|
238
|
-
{e("Pseudo-UDID",
|
|
236
|
+
{(i==="security"||o.length>0)&&W&&<react_native_1.View style={styles.sectionCard}>
|
|
237
|
+
<react_native_1.Text style={styles.sectionTitle}>{r("deviceInfo.deviceSecurity","DEVICE IDENTIFIERS & SECURITY")}</react_native_1.Text>
|
|
238
|
+
{e("Pseudo-UDID",h)&&<InfoRow label="Deterministic Pseudo-UDID"value={h}subtext="Stable hardware signature hash for testing & diagnostics"badge={{text:"PERSISTENT",color:AppColors_1.AppColors.purple,bg:`${AppColors_1.AppColors.purple}18`}}/>}
|
|
239
239
|
{e("Bundle ID",t.identifiers.bundleId)&&<InfoRow label="Application Bundle ID"value={t.identifiers.bundleId}/>}
|
|
240
240
|
{e("Root / Jailbreak","Clean (Standard Sandbox)")&&<InfoRow label="Root / Jailbreak Heuristic"value="Clean (Standard Sandbox)"badge={{text:"SECURE",color:AppColors_1.AppColors.emerald500,bg:`${AppColors_1.AppColors.emerald500}18`}}/>}
|
|
241
241
|
{e("Simulator / Emulator",react_native_1.Platform.constants?.Model?.includes?.("sdk")||react_native_1.Platform.constants?.Model?.includes?.("Emulator")||react_native_1.Platform.constants?.Model?.includes?.("Simulator")?"Virtual Simulator":"Physical Device")&&<InfoRow label="Emulator / Physical Device"value={react_native_1.Platform.constants?.Model?.includes?.("sdk")||react_native_1.Platform.constants?.Model?.includes?.("Emulator")||react_native_1.Platform.constants?.Model?.includes?.("Simulator")?"Virtual Simulator":"Physical Device"}/>}
|
|
@@ -245,12 +245,12 @@
|
|
|
245
245
|
|
|
246
246
|
{o.trim().length>0&&!Z&&<react_native_1.View style={styles.emptySearchCard}>
|
|
247
247
|
<NetworkIcons_1.SearchIcon size={26}color={AppColors_1.AppColors.grayTextWeak}/>
|
|
248
|
-
<react_native_1.Text style={styles.emptySearchTitle}>No matching device specifications</react_native_1.Text>
|
|
248
|
+
<react_native_1.Text style={styles.emptySearchTitle}>{r("deviceInfo.noMatchingSpecs","No matching device specifications")}</react_native_1.Text>
|
|
249
249
|
<react_native_1.Text style={styles.emptySearchSubtitle}>
|
|
250
250
|
No properties matched “{o}”
|
|
251
251
|
</react_native_1.Text>
|
|
252
252
|
<TouchableScale_1.default onPress={()=>s("")}style={styles.clearSearchBtn}>
|
|
253
|
-
<react_native_1.Text style={styles.clearSearchBtnText}>Clear Search</react_native_1.Text>
|
|
253
|
+
<react_native_1.Text style={styles.clearSearchBtnText}>{r("deviceInfo.clearSearch","Clear Search")}</react_native_1.Text>
|
|
254
254
|
</TouchableScale_1.default>
|
|
255
255
|
</react_native_1.View>}
|
|
256
256
|
|