├── .gitattributes ├── .gitignore ├── .metadata ├── LICENSE ├── README.md ├── analysis_options.yaml ├── android ├── .gitignore ├── app │ ├── .cxx │ │ └── Debug │ │ │ └── 1h5u1ez7 │ │ │ ├── arm64-v8a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-ff0335842d4ab7cf5c59.json │ │ │ │ │ ├── cmakeFiles-v1-8b2b0dec3d34bf40367c.json │ │ │ │ │ ├── codemodel-v2-c28deca3d7c0ccd15042.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-09-11T15-16-29-0077.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ ├── armeabi-v7a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-279c889ddd2f45a98dc4.json │ │ │ │ │ ├── cmakeFiles-v1-045e76a939e52b8465b1.json │ │ │ │ │ ├── codemodel-v2-3f8947d5b53cc74991c8.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-09-11T15-16-43-0697.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ ├── hash_key.txt │ │ │ └── x86_64 │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ └── client-agp │ │ │ │ │ ├── cache-v2 │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ └── codemodel-v2 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-570818e598f4bac113a9.json │ │ │ │ ├── cmakeFiles-v1-3d8b88af32f5e79d145d.json │ │ │ │ ├── codemodel-v2-7b666f9ab84fdec569bf.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ └── index-2025-09-11T15-16-48-0943.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ ├── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ └── CompilerIdCXX │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ ├── TargetDirectories.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── kotlin │ │ │ └── com │ │ │ │ └── shythonx │ │ │ │ └── shinenet_vpn │ │ │ │ ├── MainActivity.kt │ │ │ │ └── NativePingService.kt │ │ └── res │ │ │ ├── drawable-v21 │ │ │ └── launch_background.xml │ │ │ ├── drawable │ │ │ └── launch_background.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── values-night │ │ │ └── styles.xml │ │ │ ├── values │ │ │ ├── flutter_config.xml │ │ │ └── styles.xml │ │ │ └── xml │ │ │ └── network_security_config.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties └── settings.gradle ├── assets ├── fonts │ ├── GilroyBold.ttf │ ├── GilroyExtraBold.ttf │ ├── GilroyHeavy.ttf │ ├── GilroyLight.ttf │ ├── GilroyMedium.ttf │ ├── GilroyRegular.ttf │ ├── GilroyThin.ttf │ ├── Rubik.ttf │ ├── ShabnamBold.ttf │ ├── ShabnamMedium.ttf │ └── dana.ttf ├── images │ ├── auto.png │ ├── logo.png │ └── logo_transparent.png └── translations │ ├── ar-SA.json │ ├── de-DE.json │ ├── en-US.json │ ├── es-ES.json │ ├── fa-IR.json │ ├── fr-FR.json │ ├── hi-IN.json │ ├── pt-BR.json │ ├── ru-RU.json │ └── zh-CN.json ├── flutter_launcher_icons.yaml ├── lib ├── common │ ├── animations.dart │ ├── cha.dart │ ├── font_helper.dart │ ├── http_client.dart │ ├── liquid_glass_container.dart │ ├── secure_storage.dart │ └── theme.dart ├── main.dart ├── screens │ ├── about_screen.dart │ ├── home_screen.dart │ ├── home_screen_helper.dart │ ├── home_screen_utils.dart │ └── settings_screen.dart ├── services │ ├── connection_optimization_service.dart │ ├── flutter_v2ray_client_manager.dart │ ├── flutter_v2ray_ping_service.dart │ ├── immediate_server_fetcher.dart │ ├── intelligent_server_selector.dart │ ├── language_manager.dart │ ├── native_flutter_ping_service.dart │ ├── native_ping_service.dart │ ├── server_cache_manager.dart │ ├── server_optimization_service.dart │ ├── unified_ping_manager.dart │ └── update_checker_service.dart ├── utils │ ├── server_location_parser.dart │ └── tcp_ping_checker.dart └── widgets │ ├── connection_button.dart │ ├── connection_widget.dart │ ├── enhanced_server_list_widget.dart │ ├── modern_navigation.dart │ ├── navigation_rail_widget.dart │ ├── option_tile_widget.dart │ ├── server_selection_modal_widget.dart │ ├── settings │ ├── blocked_apps_widget.dart │ ├── font_accessibility_widget.dart │ └── language_widget.dart │ ├── simple_server_list_widget.dart │ ├── statistics_card.dart │ ├── update_dialog_widget.dart │ └── vpn_status.dart ├── privacy.md ├── pubspec.lock ├── pubspec.yaml └── test └── widget_test.dart /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/.gitignore -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/.metadata -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/.gitignore -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/cache-v2-ff0335842d4ab7cf5c59.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/cache-v2-ff0335842d4ab7cf5c59.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-8b2b0dec3d34bf40367c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-8b2b0dec3d34bf40367c.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-c28deca3d7c0ccd15042.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-c28deca3d7c0ccd15042.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/index-2025-09-11T15-16-29-0077.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/.cmake/api/v1/reply/index-2025-09-11T15-16-29-0077.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/arm64-v8a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/cache-v2-279c889ddd2f45a98dc4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/cache-v2-279c889ddd2f45a98dc4.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-045e76a939e52b8465b1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-045e76a939e52b8465b1.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-3f8947d5b53cc74991c8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-3f8947d5b53cc74991c8.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/index-2025-09-11T15-16-43-0697.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/.cmake/api/v1/reply/index-2025-09-11T15-16-43-0697.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/armeabi-v7a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/hash_key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/hash_key.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/cache-v2-570818e598f4bac113a9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/cache-v2-570818e598f4bac113a9.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-3d8b88af32f5e79d145d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-3d8b88af32f5e79d145d.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/codemodel-v2-7b666f9ab84fdec569bf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/codemodel-v2-7b666f9ab84fdec569bf.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/index-2025-09-11T15-16-48-0943.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/.cmake/api/v1/reply/index-2025-09-11T15-16-48-0943.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/1h5u1ez7/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/.cxx/Debug/1h5u1ez7/x86_64/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/shythonx/shinenet_vpn/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/kotlin/com/shythonx/shinenet_vpn/MainActivity.kt -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/shythonx/shinenet_vpn/NativePingService.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/kotlin/com/shythonx/shinenet_vpn/NativePingService.kt -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/drawable-v21/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/drawable/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-hdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-mdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/values-night/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/values-night/styles.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/flutter_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/values/flutter_config.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/app/src/main/res/xml/network_security_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/main/res/xml/network_security_config.xml -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/app/src/profile/AndroidManifest.xml -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/android/settings.gradle -------------------------------------------------------------------------------- /assets/fonts/GilroyBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyBold.ttf -------------------------------------------------------------------------------- /assets/fonts/GilroyExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyExtraBold.ttf -------------------------------------------------------------------------------- /assets/fonts/GilroyHeavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyHeavy.ttf -------------------------------------------------------------------------------- /assets/fonts/GilroyLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyLight.ttf -------------------------------------------------------------------------------- /assets/fonts/GilroyMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyMedium.ttf -------------------------------------------------------------------------------- /assets/fonts/GilroyRegular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyRegular.ttf -------------------------------------------------------------------------------- /assets/fonts/GilroyThin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/GilroyThin.ttf -------------------------------------------------------------------------------- /assets/fonts/Rubik.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/Rubik.ttf -------------------------------------------------------------------------------- /assets/fonts/ShabnamBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/ShabnamBold.ttf -------------------------------------------------------------------------------- /assets/fonts/ShabnamMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/ShabnamMedium.ttf -------------------------------------------------------------------------------- /assets/fonts/dana.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/fonts/dana.ttf -------------------------------------------------------------------------------- /assets/images/auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/images/auto.png -------------------------------------------------------------------------------- /assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/images/logo.png -------------------------------------------------------------------------------- /assets/images/logo_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/images/logo_transparent.png -------------------------------------------------------------------------------- /assets/translations/ar-SA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/ar-SA.json -------------------------------------------------------------------------------- /assets/translations/de-DE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/de-DE.json -------------------------------------------------------------------------------- /assets/translations/en-US.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/en-US.json -------------------------------------------------------------------------------- /assets/translations/es-ES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/es-ES.json -------------------------------------------------------------------------------- /assets/translations/fa-IR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/fa-IR.json -------------------------------------------------------------------------------- /assets/translations/fr-FR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/fr-FR.json -------------------------------------------------------------------------------- /assets/translations/hi-IN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/hi-IN.json -------------------------------------------------------------------------------- /assets/translations/pt-BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/pt-BR.json -------------------------------------------------------------------------------- /assets/translations/ru-RU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/ru-RU.json -------------------------------------------------------------------------------- /assets/translations/zh-CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/assets/translations/zh-CN.json -------------------------------------------------------------------------------- /flutter_launcher_icons.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/flutter_launcher_icons.yaml -------------------------------------------------------------------------------- /lib/common/animations.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/animations.dart -------------------------------------------------------------------------------- /lib/common/cha.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/cha.dart -------------------------------------------------------------------------------- /lib/common/font_helper.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/font_helper.dart -------------------------------------------------------------------------------- /lib/common/http_client.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/http_client.dart -------------------------------------------------------------------------------- /lib/common/liquid_glass_container.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/liquid_glass_container.dart -------------------------------------------------------------------------------- /lib/common/secure_storage.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/secure_storage.dart -------------------------------------------------------------------------------- /lib/common/theme.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/common/theme.dart -------------------------------------------------------------------------------- /lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/main.dart -------------------------------------------------------------------------------- /lib/screens/about_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/screens/about_screen.dart -------------------------------------------------------------------------------- /lib/screens/home_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/screens/home_screen.dart -------------------------------------------------------------------------------- /lib/screens/home_screen_helper.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/screens/home_screen_helper.dart -------------------------------------------------------------------------------- /lib/screens/home_screen_utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/screens/home_screen_utils.dart -------------------------------------------------------------------------------- /lib/screens/settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/screens/settings_screen.dart -------------------------------------------------------------------------------- /lib/services/connection_optimization_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/connection_optimization_service.dart -------------------------------------------------------------------------------- /lib/services/flutter_v2ray_client_manager.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/flutter_v2ray_client_manager.dart -------------------------------------------------------------------------------- /lib/services/flutter_v2ray_ping_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/flutter_v2ray_ping_service.dart -------------------------------------------------------------------------------- /lib/services/immediate_server_fetcher.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/immediate_server_fetcher.dart -------------------------------------------------------------------------------- /lib/services/intelligent_server_selector.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/intelligent_server_selector.dart -------------------------------------------------------------------------------- /lib/services/language_manager.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/language_manager.dart -------------------------------------------------------------------------------- /lib/services/native_flutter_ping_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/native_flutter_ping_service.dart -------------------------------------------------------------------------------- /lib/services/native_ping_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/native_ping_service.dart -------------------------------------------------------------------------------- /lib/services/server_cache_manager.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/server_cache_manager.dart -------------------------------------------------------------------------------- /lib/services/server_optimization_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/server_optimization_service.dart -------------------------------------------------------------------------------- /lib/services/unified_ping_manager.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/unified_ping_manager.dart -------------------------------------------------------------------------------- /lib/services/update_checker_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/services/update_checker_service.dart -------------------------------------------------------------------------------- /lib/utils/server_location_parser.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/utils/server_location_parser.dart -------------------------------------------------------------------------------- /lib/utils/tcp_ping_checker.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/utils/tcp_ping_checker.dart -------------------------------------------------------------------------------- /lib/widgets/connection_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/connection_button.dart -------------------------------------------------------------------------------- /lib/widgets/connection_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/connection_widget.dart -------------------------------------------------------------------------------- /lib/widgets/enhanced_server_list_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/enhanced_server_list_widget.dart -------------------------------------------------------------------------------- /lib/widgets/modern_navigation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/modern_navigation.dart -------------------------------------------------------------------------------- /lib/widgets/navigation_rail_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/navigation_rail_widget.dart -------------------------------------------------------------------------------- /lib/widgets/option_tile_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/option_tile_widget.dart -------------------------------------------------------------------------------- /lib/widgets/server_selection_modal_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/server_selection_modal_widget.dart -------------------------------------------------------------------------------- /lib/widgets/settings/blocked_apps_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/settings/blocked_apps_widget.dart -------------------------------------------------------------------------------- /lib/widgets/settings/font_accessibility_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/settings/font_accessibility_widget.dart -------------------------------------------------------------------------------- /lib/widgets/settings/language_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/settings/language_widget.dart -------------------------------------------------------------------------------- /lib/widgets/simple_server_list_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/simple_server_list_widget.dart -------------------------------------------------------------------------------- /lib/widgets/statistics_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/statistics_card.dart -------------------------------------------------------------------------------- /lib/widgets/update_dialog_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/update_dialog_widget.dart -------------------------------------------------------------------------------- /lib/widgets/vpn_status.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/lib/widgets/vpn_status.dart -------------------------------------------------------------------------------- /privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/privacy.md -------------------------------------------------------------------------------- /pubspec.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/pubspec.lock -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /test/widget_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shayanheidari01/ShineNETVPN/HEAD/test/widget_test.dart --------------------------------------------------------------------------------