├── V2rayNG ├── app │ ├── proguard-rules.pro │ ├── .gitignore │ ├── src │ │ ├── main │ │ │ ├── assets │ │ │ │ ├── custom_routing_block │ │ │ │ ├── custom_routing_proxy │ │ │ │ ├── v2ray_config.json │ │ │ │ └── custom_routing_direct │ │ │ ├── ic_launcher-web.png │ │ │ ├── ic_foot_print-playstore.png │ │ │ ├── ic_launcher_logo-playstore.png │ │ │ ├── res │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ ├── donate.png │ │ │ │ │ ├── ic_stat_name.png │ │ │ │ │ ├── ic_stat_direct.png │ │ │ │ │ ├── ic_stat_proxy.png │ │ │ │ │ └── side_nav_bar.xml │ │ │ │ ├── drawable │ │ │ │ │ ├── nav_header_bg.png │ │ │ │ │ ├── ic_shortcut_background.xml │ │ │ │ │ ├── ic_rounded_corner_theme.xml │ │ │ │ │ ├── ic_rounded_corner_grey.xml │ │ │ │ │ ├── ic_fab_check.xml │ │ │ │ │ ├── ic_add_white_24dp.xml │ │ │ │ │ ├── ic_action_done.xml │ │ │ │ │ ├── ic_info_black_24dp.xml │ │ │ │ │ ├── ic_image_photo.xml │ │ │ │ │ ├── ic_feedback_white_24dp.xml │ │ │ │ │ ├── ic_close_grey_800_24dp.xml │ │ │ │ │ ├── ic_copy_white.xml │ │ │ │ │ ├── ic_outline_filter_alt_white_24.xml │ │ │ │ │ ├── ic_description_black_24dp.xml │ │ │ │ │ ├── ic_description_white_24dp.xml │ │ │ │ │ ├── ic_edit_black_24dp.xml │ │ │ │ │ ├── ic_save_white_24dp.xml │ │ │ │ │ ├── ic_subscriptions_black_24dp.xml │ │ │ │ │ ├── ic_subscriptions_white_24dp.xml │ │ │ │ │ ├── ic_cloud_download_white_24dp.xml │ │ │ │ │ ├── ic_logcat_white_24dp.xml │ │ │ │ │ ├── baseline_calendar_month_24.xml │ │ │ │ │ ├── ic_delete_black_24dp.xml │ │ │ │ │ ├── ic_delete_white_24dp.xml │ │ │ │ │ ├── ic_qu_switch_black_24dp.xml │ │ │ │ │ ├── baseline_data_usage_24.xml │ │ │ │ │ ├── baseline_data_usage_24_neu.xml │ │ │ │ │ ├── ic_whatshot_black_24dp.xml │ │ │ │ │ ├── ic_whatshot_white_24dp.xml │ │ │ │ │ ├── ic_attach_money_black_24dp.xml │ │ │ │ │ ├── ic_attach_money_white_24dp.xml │ │ │ │ │ ├── ic_select_all_white_24dp.xml │ │ │ │ │ ├── ic_share_black_24dp.xml │ │ │ │ │ ├── ic_share_white_24dp.xml │ │ │ │ │ ├── ic_scan_black_24dp.xml │ │ │ │ │ ├── ic_qu_scan_black_24dp.xml │ │ │ │ │ ├── round_update_24.xml │ │ │ │ │ ├── ic_settings_white_24dp.xml │ │ │ │ │ └── ic_file_white_24dp.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_foot_print.png │ │ │ │ │ ├── ic_launcher_logo.png │ │ │ │ │ ├── ic_foot_print_eins.png │ │ │ │ │ ├── ic_foot_print_weis.png │ │ │ │ │ ├── ic_foot_print_zwei.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_foot_print_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu.png │ │ │ │ │ ├── ic_foot_print_weis_neu2.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ ├── ic_launcher_logo_round.png │ │ │ │ │ ├── ic_foot_print_eins_round.png │ │ │ │ │ ├── ic_foot_print_weis_round.png │ │ │ │ │ ├── ic_foot_print_zwei_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu_round.png │ │ │ │ │ ├── ic_launcher_logo_foreground.png │ │ │ │ │ └── ic_foot_print_weis_neu2_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_foot_print.png │ │ │ │ │ ├── ic_launcher_logo.png │ │ │ │ │ ├── ic_foot_print_eins.png │ │ │ │ │ ├── ic_foot_print_weis.png │ │ │ │ │ ├── ic_foot_print_zwei.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_foot_print_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu.png │ │ │ │ │ ├── ic_foot_print_weis_neu2.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ ├── ic_launcher_logo_round.png │ │ │ │ │ ├── ic_foot_print_eins_round.png │ │ │ │ │ ├── ic_foot_print_weis_round.png │ │ │ │ │ ├── ic_foot_print_zwei_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu_round.png │ │ │ │ │ ├── ic_launcher_logo_foreground.png │ │ │ │ │ └── ic_foot_print_weis_neu2_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_banner.png │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_foot_print.png │ │ │ │ │ ├── ic_launcher_logo.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_banner_foreground.png │ │ │ │ │ ├── ic_foot_print_eins.png │ │ │ │ │ ├── ic_foot_print_round.png │ │ │ │ │ ├── ic_foot_print_weis.png │ │ │ │ │ ├── ic_foot_print_zwei.png │ │ │ │ │ ├── ic_foot_print_weis_neu.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ ├── ic_launcher_logo_round.png │ │ │ │ │ ├── ic_foot_print_eins_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu2.png │ │ │ │ │ ├── ic_foot_print_weis_round.png │ │ │ │ │ ├── ic_foot_print_zwei_round.png │ │ │ │ │ ├── ic_launcher_logo_foreground.png │ │ │ │ │ ├── ic_foot_print_weis_neu2_round.png │ │ │ │ │ └── ic_foot_print_weis_neu_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_foot_print.png │ │ │ │ │ ├── ic_launcher_logo.png │ │ │ │ │ ├── ic_foot_print_eins.png │ │ │ │ │ ├── ic_foot_print_round.png │ │ │ │ │ ├── ic_foot_print_weis.png │ │ │ │ │ ├── ic_foot_print_zwei.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_foot_print_eins_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu.png │ │ │ │ │ ├── ic_foot_print_weis_neu2.png │ │ │ │ │ ├── ic_foot_print_weis_round.png │ │ │ │ │ ├── ic_foot_print_zwei_round.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ ├── ic_launcher_logo_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu2_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu_round.png │ │ │ │ │ └── ic_launcher_logo_foreground.png │ │ │ │ ├── drawable-hdpi │ │ │ │ │ ├── ic_stat_direct.png │ │ │ │ │ ├── ic_stat_name.png │ │ │ │ │ └── ic_stat_proxy.png │ │ │ │ ├── drawable-mdpi │ │ │ │ │ ├── ic_stat_direct.png │ │ │ │ │ ├── ic_stat_name.png │ │ │ │ │ └── ic_stat_proxy.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ ├── ic_stat_name.png │ │ │ │ │ ├── ic_stat_proxy.png │ │ │ │ │ └── ic_stat_direct.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_foot_print.png │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_foot_print_eins.png │ │ │ │ │ ├── ic_foot_print_weis.png │ │ │ │ │ ├── ic_foot_print_zwei.png │ │ │ │ │ ├── ic_launcher_logo.png │ │ │ │ │ ├── ic_launcher_round.png │ │ │ │ │ ├── ic_foot_print_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu.png │ │ │ │ │ ├── ic_foot_print_weis_neu2.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ ├── ic_launcher_logo_round.png │ │ │ │ │ ├── ic_foot_print_eins_round.png │ │ │ │ │ ├── ic_foot_print_weis_round.png │ │ │ │ │ ├── ic_foot_print_zwei_round.png │ │ │ │ │ ├── ic_foot_print_weis_neu_round.png │ │ │ │ │ ├── ic_launcher_logo_foreground.png │ │ │ │ │ └── ic_foot_print_weis_neu2_round.png │ │ │ │ ├── drawable-xxxhdpi │ │ │ │ │ ├── ic_stat_name.png │ │ │ │ │ ├── ic_stat_proxy.png │ │ │ │ │ └── ic_stat_direct.png │ │ │ │ ├── values │ │ │ │ │ ├── ic_banner_background.xml │ │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ │ ├── attrs.xml │ │ │ │ │ ├── dimens.xml │ │ │ │ │ ├── colors.xml │ │ │ │ │ └── styles.xml │ │ │ │ ├── values-night │ │ │ │ │ ├── colors.xml │ │ │ │ │ └── styles.xml │ │ │ │ ├── layout │ │ │ │ │ ├── activity_none.xml │ │ │ │ │ ├── activity_settings.xml │ │ │ │ │ ├── nav_view.xml │ │ │ │ │ ├── preference_with_help_link.xml │ │ │ │ │ ├── item_qrcode.xml │ │ │ │ │ ├── nav_toolbar.xml │ │ │ │ │ ├── widget_switch.xml │ │ │ │ │ ├── activity_routing_settings.xml │ │ │ │ │ ├── activity_sub_setting.xml │ │ │ │ │ ├── item_recycler_footer.xml │ │ │ │ │ ├── activity_logcat.xml │ │ │ │ │ ├── fragment_routing_settings.xml │ │ │ │ │ ├── dialog_config_filter.xml │ │ │ │ │ ├── activity_tasker.xml │ │ │ │ │ ├── item_recycler_bypass_list.xml │ │ │ │ │ ├── nav_header.xml │ │ │ │ │ ├── item_recycler_user_asset.xml │ │ │ │ │ ├── activity_server_custom_config.xml │ │ │ │ │ ├── activity_bypass_list.xml │ │ │ │ │ └── activity_sub_edit.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ │ ├── ic_launcher_round.xml │ │ │ │ │ ├── ic_foot_print.xml │ │ │ │ │ ├── ic_foot_print_round.xml │ │ │ │ │ ├── ic_launcher_logo.xml │ │ │ │ │ ├── ic_launcher_logo_round.xml │ │ │ │ │ ├── ic_foot_print_eins.xml │ │ │ │ │ ├── ic_foot_print_weis.xml │ │ │ │ │ ├── ic_foot_print_zwei.xml │ │ │ │ │ ├── ic_foot_print_eins_round.xml │ │ │ │ │ ├── ic_foot_print_weis_round.xml │ │ │ │ │ ├── ic_foot_print_zwei_round.xml │ │ │ │ │ ├── ic_foot_print_weis_neu.xml │ │ │ │ │ ├── ic_foot_print_weis_neu2.xml │ │ │ │ │ ├── ic_foot_print_weis_neu_round.xml │ │ │ │ │ ├── ic_foot_print_weis_neu2_round.xml │ │ │ │ │ ├── ic_banner.xml │ │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── anim │ │ │ │ │ ├── fade_in.xml │ │ │ │ │ └── fade_out.xml │ │ │ │ ├── xml │ │ │ │ │ ├── app_widget_provider.xml │ │ │ │ │ └── shortcuts.xml │ │ │ │ ├── values-sw360dp-v13 │ │ │ │ │ └── values-preference.xml │ │ │ │ ├── color │ │ │ │ │ └── color_highlight_material.xml │ │ │ │ ├── menu │ │ │ │ │ ├── menu_scanner.xml │ │ │ │ │ ├── menu_logcat.xml │ │ │ │ │ ├── action_server.xml │ │ │ │ │ ├── menu_asset.xml │ │ │ │ │ ├── action_sub_setting.xml │ │ │ │ │ ├── menu_routing.xml │ │ │ │ │ ├── menu_bypass_list.xml │ │ │ │ │ └── menu_drawer.xml │ │ │ │ └── raw │ │ │ │ │ └── licenses.xml │ │ │ ├── ic_foot_print_eins-playstore.png │ │ │ ├── ic_foot_print_weis-playstore.png │ │ │ ├── ic_foot_print_zwei-playstore.png │ │ │ ├── ic_foot_print_weis_neu-playstore.png │ │ │ ├── ic_foot_print_weis_neu2-playstore.png │ │ │ ├── kotlin │ │ │ │ └── com │ │ │ │ │ └── v2ray │ │ │ │ │ └── ang │ │ │ │ │ ├── dto │ │ │ │ │ ├── ServersCache.kt │ │ │ │ │ ├── ERoutingMode.kt │ │ │ │ │ ├── SubscriptionItem.kt │ │ │ │ │ ├── AppInfo.kt │ │ │ │ │ ├── ServerAffiliationInfo.kt │ │ │ │ │ ├── EConfigType.kt │ │ │ │ │ ├── VmessQRCode.kt │ │ │ │ │ ├── AngConfig.kt │ │ │ │ │ └── ServerConfig.kt │ │ │ │ │ ├── service │ │ │ │ │ ├── ServiceControl.kt │ │ │ │ │ ├── GetDateInterface.kt │ │ │ │ │ ├── ApiUpdate.kt │ │ │ │ │ ├── V2RayProxyOnlyService.kt │ │ │ │ │ ├── V2RayTestService.kt │ │ │ │ │ └── QSTileService.kt │ │ │ │ │ ├── ui │ │ │ │ │ ├── FragmentAdapter.kt │ │ │ │ │ ├── ScSwitchActivity.kt │ │ │ │ │ ├── BaseActivity.kt │ │ │ │ │ ├── ScScannerActivity.kt │ │ │ │ │ ├── RoutingSettingsActivity.kt │ │ │ │ │ ├── UrlSchemeActivity.kt │ │ │ │ │ ├── SubSettingActivity.kt │ │ │ │ │ ├── PerAppProxyAdapter.kt │ │ │ │ │ ├── LogcatActivity.kt │ │ │ │ │ ├── TaskerActivity.kt │ │ │ │ │ └── SubSettingRecyclerAdapter.kt │ │ │ │ │ ├── AngApplication.kt │ │ │ │ │ ├── util │ │ │ │ │ ├── MyContextWrapper.kt │ │ │ │ │ ├── MessageUtil.kt │ │ │ │ │ └── AppManagerUtil.kt │ │ │ │ │ ├── receiver │ │ │ │ │ ├── TaskerReceiver.kt │ │ │ │ │ └── WidgetProvider.kt │ │ │ │ │ ├── extension │ │ │ │ │ └── _Ext.kt │ │ │ │ │ ├── viewmodel │ │ │ │ │ └── SettingsViewModel.kt │ │ │ │ │ └── AppConfig.kt │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── v2ray │ │ │ │ └── ang │ │ │ │ └── helper │ │ │ │ ├── OnStartDragListener.java │ │ │ │ ├── ItemTouchHelperViewHolder.java │ │ │ │ └── ItemTouchHelperAdapter.java │ │ ├── dev │ │ │ └── res │ │ │ │ └── values │ │ │ │ └── strings.xml │ │ ├── pre_release │ │ │ └── res │ │ │ │ └── values │ │ │ │ └── strings.xml │ │ ├── test │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── v2ray │ │ │ │ │ └── ang │ │ │ │ │ └── ExampleUnitTest.java │ │ │ └── kotlin │ │ │ │ └── com │ │ │ │ └── v2ray │ │ │ │ └── ang │ │ │ │ └── ExampleUnitTest.kt │ │ └── androidTest │ │ │ └── java │ │ │ └── com │ │ │ └── v2ray │ │ │ └── ang │ │ │ └── ApplicationTest.java │ └── libs │ │ ├── x86 │ │ └── libtun2socks.so │ │ ├── x86_64 │ │ └── libtun2socks.so │ │ ├── arm64-v8a │ │ └── libtun2socks.so │ │ └── armeabi-v7a │ │ └── libtun2socks.so ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── .gitignore ├── build.gradle ├── gradle.properties ├── settings.gradle └── gradlew.bat ├── .gitignore ├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ └── bug_cn.md ├── AndroidLibV2rayLite └── README.md ├── CR.md └── README.md /V2rayNG/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /V2rayNG/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | /google-services.json 3 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/assets/custom_routing_block: -------------------------------------------------------------------------------- 1 | geosite:category-ads-all, -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.dat 2 | *.jks 3 | V2rayNG/app/release/output.json 4 | .idea/ 5 | .gradle/ 6 | -------------------------------------------------------------------------------- /V2rayNG/app/libs/x86/libtun2socks.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/libs/x86/libtun2socks.so -------------------------------------------------------------------------------- /V2rayNG/app/libs/x86_64/libtun2socks.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/libs/x86_64/libtun2socks.so -------------------------------------------------------------------------------- /V2rayNG/app/libs/arm64-v8a/libtun2socks.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/libs/arm64-v8a/libtun2socks.so -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /V2rayNG/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /V2rayNG/app/libs/armeabi-v7a/libtun2socks.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/libs/armeabi-v7a/libtun2socks.so -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_foot_print-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_foot_print-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_launcher_logo-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_launcher_logo-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxhdpi/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxhdpi/donate.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/nav_header_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable/nav_header_bg.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_banner.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_foot_print_eins-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_foot_print_eins-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_foot_print_weis-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_foot_print_weis-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_foot_print_zwei-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_foot_print_zwei-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_foot_print_weis_neu-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_foot_print_weis_neu-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-hdpi/ic_stat_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-hdpi/ic_stat_direct.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-hdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-hdpi/ic_stat_name.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-hdpi/ic_stat_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-hdpi/ic_stat_proxy.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-mdpi/ic_stat_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-mdpi/ic_stat_direct.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-mdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-mdpi/ic_stat_name.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-mdpi/ic_stat_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-mdpi/ic_stat_proxy.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xhdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xhdpi/ic_stat_name.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xhdpi/ic_stat_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xhdpi/ic_stat_proxy.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxhdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxhdpi/ic_stat_name.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_logo.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_logo.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /V2rayNG/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea 5 | .DS_Store 6 | /build 7 | /captures 8 | *.apk 9 | signing.properties 10 | *.aar 11 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/ic_foot_print_weis_neu2-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/ic_foot_print_weis_neu2-playstore.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xhdpi/ic_stat_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xhdpi/ic_stat_direct.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxhdpi/ic_stat_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxhdpi/ic_stat_direct.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxhdpi/ic_stat_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxhdpi/ic_stat_proxy.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxxhdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxxhdpi/ic_stat_name.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxxhdpi/ic_stat_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxxhdpi/ic_stat_proxy.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_eins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_eins.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_zwei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_zwei.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_eins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_eins.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_zwei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_zwei.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_logo.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_logo.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxxhdpi/ic_stat_direct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/drawable-xxxhdpi/ic_stat_direct.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_eins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_eins.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_zwei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_zwei.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_eins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_eins.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_zwei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_zwei.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_eins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_eins.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_zwei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_zwei.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_logo.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/dev/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | v2rayNG (DEV) 4 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu2.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_logo_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_logo_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu2.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_logo_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_logo_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_logo_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_logo_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_eins_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_eins_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_zwei_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_zwei_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_eins_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_eins_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_zwei_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_zwei_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_eins_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_eins_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu2.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_zwei_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_zwei_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_eins_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_eins_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu2.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_zwei_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_zwei_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_logo_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_logo_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu2.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_logo_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_logo_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_logo_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_launcher_logo_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_logo_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_launcher_logo_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_logo_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_launcher_logo_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_eins_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_eins_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_zwei_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_zwei_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/values/ic_banner_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #FFFFFF 4 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu2_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-hdpi/ic_foot_print_weis_neu2_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu2_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-mdpi/ic_foot_print_weis_neu2_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu2_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu2_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xhdpi/ic_foot_print_weis_neu_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu2_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu2_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_foot_print_weis_neu_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_logo_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher_logo_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_logo_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_launcher_logo_foreground.png -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #FFFFFF 4 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu2_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4xmen/v2rayNG/HEAD/V2rayNG/app/src/main/res/mipmap-xxxhdpi/ic_foot_print_weis_neu2_round.png -------------------------------------------------------------------------------- /V2rayNG/app/src/pre_release/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | v2rayNG (PR) 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: V2Ray程序问题 4 | url: https://github.com/v2fly/v2ray-core/ 5 | about: 如果您有V2Ray而非v2rayNG的问题,请至这个链接讨论。 -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/values-night/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #127C97 4 | #252525 5 | #CCCCCC 6 | 7 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/ServersCache.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.dto 2 | 3 | data class ServersCache( 4 | val guid: String, 5 | val config: ServerConfig, 6 | var tapUsage: String = "Tap To Update", 7 | var tapExpire: String = "Tap To Update" 8 | ) -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/layout/activity_none.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /V2rayNG/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Sun Jun 21 12:33:19 CST 2020 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip 7 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/ERoutingMode.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.dto 2 | 3 | enum class ERoutingMode(val value: String ) { 4 | GLOBAL_PROXY("0"), 5 | BYPASS_LAN("1"), 6 | BYPASS_MAINLAND("2"), 7 | BYPASS_LAN_MAINLAND("3"), 8 | GLOBAL_DIRECT("4"); 9 | } 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/SubscriptionItem.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.dto 2 | 3 | data class SubscriptionItem( 4 | var remarks: String = "", 5 | var url: String = "", 6 | var enabled: Boolean = true, 7 | val addedTime: Long = System.currentTimeMillis()) { 8 | } 9 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_shortcut_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /V2rayNG/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | plugins { 3 | id 'com.android.application' version '7.4.2' apply false 4 | id 'com.android.library' version '7.4.2' apply false 5 | id 'org.jetbrains.kotlin.android' version '1.8.0' apply false 6 | } -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/ServiceControl.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.service 2 | 3 | import android.app.Service 4 | 5 | interface ServiceControl { 6 | fun getService(): Service 7 | 8 | fun startService() 9 | 10 | fun stopService() 11 | 12 | fun vpnProtect(socket: Int): Boolean 13 | } 14 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/anim/fade_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/xml/app_widget_provider.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/anim/fade_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_launcher_logo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_rounded_corner_theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_launcher_logo_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/AppInfo.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.dto 2 | 3 | import android.graphics.drawable.Drawable 4 | 5 | data class AppInfo(val appName: String, 6 | val packageName: String, 7 | val appIcon: Drawable, 8 | val isSystemApp: Boolean, 9 | var isSelected: Int) -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_eins.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_weis.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_zwei.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_eins_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_weis_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_zwei_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/gradle.properties: -------------------------------------------------------------------------------- 1 | 2 | buildToolsVer=33.0.2 3 | compileSdkVer=33 4 | targetSdkVer=33 5 | kotlin.incremental=true 6 | android.useAndroidX=true 7 | android.enableJetifier=true 8 | kotlin.code.style=official 9 | android.nonTransitiveRClass=true 10 | org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 11 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_weis_neu.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/ServerAffiliationInfo.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.dto 2 | 3 | data class ServerAffiliationInfo(var testDelayMillis: Long = 0L) { 4 | fun getTestDelayString(): String { 5 | if (testDelayMillis == 0L) { 6 | return "" 7 | } 8 | return testDelayMillis.toString() + "ms" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/GetDateInterface.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.service 2 | 3 | import retrofit2.Call 4 | import retrofit2.http.Body 5 | import retrofit2.http.POST 6 | 7 | interface ApiService { 8 | @POST("cpsess7945419007/frontend/jupiter/api/v1/getData") 9 | fun login(@Body request: GetDataRequest): Call 10 | } 11 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable-xxhdpi/side_nav_bar.xml: -------------------------------------------------------------------------------- 1 | 3 | 9 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_rounded_corner_grey.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_weis_neu2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_weis_neu_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_foot_print_weis_neu2_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_fab_check.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_add_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/values-sw360dp-v13/values-preference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | false 4 | 0dp 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/color/color_highlight_material.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_action_done.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/test/java/com/v2ray/ang/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.assertEquals; 6 | 7 | /** 8 | * To work on unit tests, switch the Test Artifact in the Build Variants view. 9 | */ 10 | public class ExampleUnitTest { 11 | @Test 12 | public void addition_isCorrect() throws Exception { 13 | assertEquals(4, 2 + 2); 14 | } 15 | } -------------------------------------------------------------------------------- /V2rayNG/settings.gradle: -------------------------------------------------------------------------------- 1 | pluginManagement { 2 | repositories { 3 | gradlePluginPortal() 4 | google() 5 | mavenCentral() 6 | } 7 | } 8 | dependencyResolutionManagement { 9 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) 10 | repositories { 11 | google() 12 | mavenCentral() 13 | jcenter() 14 | } 15 | } 16 | rootProject.name = "V2rayNG" 17 | include ':app' 18 | -------------------------------------------------------------------------------- /V2rayNG/app/src/androidTest/java/com/v2ray/ang/ApplicationTest.java: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang; 2 | 3 | import android.app.Application; 4 | import android.test.ApplicationTestCase; 5 | 6 | /** 7 | * Testing Fundamentals 8 | */ 9 | public class ApplicationTest extends ApplicationTestCase { 10 | public ApplicationTest() { 11 | super(Application.class); 12 | } 13 | } -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_info_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/layout/activity_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/layout/nav_view.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_image_photo.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_feedback_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/EConfigType.kt: -------------------------------------------------------------------------------- 1 | package com.v2ray.ang.dto 2 | 3 | enum class EConfigType(val value: Int, val protocolScheme: String) { 4 | VMESS(1, "vmess://"), 5 | CUSTOM(2, ""), 6 | SHADOWSOCKS(3, "ss://"), 7 | SOCKS(4, "socks://"), 8 | VLESS(5, "vless://"), 9 | TROJAN(6, "trojan://"), 10 | WIREGUARD(7, "wireguard://"); 11 | 12 | companion object { 13 | fun fromInt(value: Int) = values().firstOrNull { it.value == value } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_close_grey_800_24dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_copy_white.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_outline_filter_alt_white_24.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_description_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_description_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_edit_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_save_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_subscriptions_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_subscriptions_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_cn.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: v2rayNG程序问题 3 | about: 创建一个报告来帮助我们改进 4 | --- 5 | 6 | 在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。 7 | 8 | 9 | ### 预期行为 10 | 描述你认为应该发生什么 11 | 12 | ### 实际行为 13 | 描述实际发生了什么 14 | 15 | ### 复现方法 16 | 1. 17 | 2. 18 | 3. 19 | 20 | ### 日志信息 21 |
22 | 23 | 通过`adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main`获取日志。请自行删减日志中可能出现的敏感信息。 24 | 25 | 如果问题可重现,建议先执行`adb logcat -c`清空系统日志再执行上述命令,再操作重现问题。 26 | ``` 27 | 在这里粘贴日志 28 | ``` 29 |
30 | 31 | ### 环境信息 32 | 33 | ### 额外信息(可选) 34 | 35 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_cloud_download_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_logcat_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/baseline_calendar_month_24.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/menu/menu_scanner.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 9 | 14 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_delete_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/drawable/ic_delete_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /V2rayNG/app/src/main/res/layout/preference_with_help_link.xml: -------------------------------------------------------------------------------- 1 | 2 |