├── .gradle ├── 6.7.1 │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ ├── gc.properties │ └── javaCompile │ │ ├── classAnalysis.bin │ │ ├── jarAnalysis.bin │ │ ├── javaCompile.lock │ │ └── taskHistory.bin ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── checksums │ └── checksums.lock ├── configuration-cache │ └── gc.properties └── vcs-1 │ └── gc.properties ├── .idea ├── .gitignore ├── .name ├── compiler.xml ├── gradle.xml ├── jarRepositories.xml ├── libraries │ ├── Gradle__androidx_activity_activity_1_2_4_aar.xml │ ├── Gradle__androidx_annotation_annotation_1_2_0.xml │ ├── Gradle__androidx_annotation_annotation_experimental_1_0_0_aar.xml │ ├── Gradle__androidx_appcompat_appcompat_1_3_1_aar.xml │ ├── Gradle__androidx_appcompat_appcompat_resources_1_3_1_aar.xml │ ├── Gradle__androidx_arch_core_core_common_2_1_0.xml │ ├── Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml │ ├── Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml │ ├── Gradle__androidx_cardview_cardview_1_0_0_aar.xml │ ├── Gradle__androidx_collection_collection_1_1_0.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_2_1_1_aar.xml │ ├── Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml │ ├── Gradle__androidx_core_core_1_5_0_aar.xml │ ├── Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml │ ├── Gradle__androidx_customview_customview_1_1_0_aar.xml │ ├── Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml │ ├── Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml │ ├── Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml │ ├── Gradle__androidx_fragment_fragment_1_3_6_aar.xml │ ├── Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_3_1.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml │ ├── Gradle__androidx_loader_loader_1_0_0_aar.xml │ ├── Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml │ ├── Gradle__androidx_print_print_1_0_0_aar.xml │ ├── Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml │ ├── Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml │ ├── Gradle__androidx_test_core_1_4_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_core_3_4_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_idling_resource_3_4_0_aar.xml │ ├── Gradle__androidx_test_ext_junit_1_1_3_aar.xml │ ├── Gradle__androidx_test_monitor_1_4_0_aar.xml │ ├── Gradle__androidx_test_runner_1_4_0_aar.xml │ ├── Gradle__androidx_test_services_storage_1_4_0_aar.xml │ ├── Gradle__androidx_transition_transition_1_2_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml │ ├── Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml │ ├── Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml │ ├── Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml │ ├── Gradle__com_google_android_material_material_1_4_0_aar.xml │ ├── Gradle__com_google_code_findbugs_jsr305_2_0_1.xml │ ├── Gradle__com_karumi_dexter_6_2_2_aar.xml │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ ├── Gradle__com_squareup_okhttp3_okhttp_3_9_1.xml │ ├── Gradle__com_squareup_okio_okio_1_13_0.xml │ ├── Gradle__javax_inject_javax_inject_1.xml │ ├── Gradle__junit_junit_4_12.xml │ ├── Gradle__junit_junit_4_13_2.xml │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_library_1_3.xml │ └── Gradle__org_jetbrains_annotations_15_0.xml ├── misc.xml ├── modules.xml ├── modules │ ├── Proxy_Agent.iml │ └── app │ │ └── Proxy_Agent.app.iml ├── runConfigurations.xml └── vcs.xml ├── LICENSE.md ├── Proxy_Agent_Addon.zip ├── README.md ├── app ├── build.gradle ├── build │ ├── generated │ │ └── source │ │ │ └── buildConfig │ │ │ └── debug │ │ │ └── com │ │ │ └── kh │ │ │ └── proxyagent │ │ │ └── BuildConfig.java │ ├── intermediates │ │ ├── annotation_processor_list │ │ │ └── debug │ │ │ │ └── annotationProcessors.json │ │ ├── app_metadata │ │ │ └── debug │ │ │ │ └── app-metadata.properties │ │ ├── compatible_screen_manifest │ │ │ └── debug │ │ │ │ └── output-metadata.json │ │ ├── compile_and_runtime_not_namespaced_r_class_jar │ │ │ └── debug │ │ │ │ └── R.jar │ │ ├── desugar_graph │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── currentProject │ │ │ │ ├── dirs_bucket_0 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_1 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_2 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_3 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_4 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_5 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_0 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_1 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_2 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_3 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_4 │ │ │ │ └── graph.bin │ │ │ │ └── jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_5 │ │ │ │ └── graph.bin │ │ ├── dex │ │ │ └── debug │ │ │ │ ├── mergeExtDexDebug │ │ │ │ └── classes.dex │ │ │ │ └── mergeProjectDexDebug │ │ │ │ ├── 0 │ │ │ │ └── classes.dex │ │ │ │ ├── 1 │ │ │ │ └── classes.dex │ │ │ │ ├── 9 │ │ │ │ └── classes.dex │ │ │ │ ├── 11 │ │ │ │ └── classes.dex │ │ │ │ └── 13 │ │ │ │ └── classes.dex │ │ ├── dex_archive_input_jar_hashes │ │ │ └── debug │ │ │ │ └── out │ │ ├── dex_number_of_buckets_file │ │ │ └── debug │ │ │ │ └── out │ │ ├── incremental │ │ │ ├── debug-mergeJavaRes │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── 06RUgvEX64MH1tc6+pzUG_uMVy0= │ │ │ │ │ ├── 2Zpc6M8SI0mGbfL7l5PyA+D0xGk= │ │ │ │ │ ├── 2uj2a9tmrf71_cYl+r+1nq69jpE= │ │ │ │ │ ├── 4g4UhqdlvXFGFgaIjPbnhL9zDcI= │ │ │ │ │ ├── 6w+2EpHjqDYVFrOIatVOeBxp3+E= │ │ │ │ │ ├── 6z8QBkVwmAut+gmSdglh+0l8y_g= │ │ │ │ │ ├── 8nFcnlQqKCjm1FjCET39oI1JFlQ= │ │ │ │ │ ├── 9WUuiKP6__SePBIos2A+ymDJ0GU= │ │ │ │ │ ├── K3YOjC4JRVAxuvnMKTSt0eX8ano= │ │ │ │ │ ├── KTSwbpN6ANDKo55+rxQ+VeWDR9g= │ │ │ │ │ ├── MkqVOZ2FItC+yCPWpGASEY47ROM= │ │ │ │ │ ├── R8uFCLgFryufvPbSBNA8MJXkvQc= │ │ │ │ │ ├── RSmdfYY3r+wH0m4F9jRhYkTclk8= │ │ │ │ │ ├── SUsgDFvr7sOLT41VWkiRomoOtvQ= │ │ │ │ │ ├── Vgx_5b5pmcLzT9ZYAgSynLWRDfk= │ │ │ │ │ ├── X0IbV9ASgX+v0D1h3+8rou7kZ9o= │ │ │ │ │ ├── Yoyj8wsxPzxrm9Trg5pVl7bZDRw= │ │ │ │ │ ├── _gpumNwdX7_ZJ1XGwxPLKZlhhvg= │ │ │ │ │ ├── aSoaZbLggCbzT93Smx3kz663fK4= │ │ │ │ │ ├── b6DDSjFyEqDGIWAPoOQePoj3daw= │ │ │ │ │ ├── bLqKs7cYjxP6ctxvNyGkxcvXGfA= │ │ │ │ │ ├── c36YCwAFjyVx9fygqJ96Ydw4Dj4= │ │ │ │ │ ├── cvkByTq8ZK0tNzn+0cOTD0o4gRc= │ │ │ │ │ ├── d8koY5kiJO11tGwg_gEmm6hGIHI= │ │ │ │ │ ├── ejy2Nlz_jmikzgOGOQcZe84N_+I= │ │ │ │ │ ├── ffMZ1x3gEhftexaKy01FS32At8c= │ │ │ │ │ ├── goWo4AUe1ZyT52l9bD9lI3jcEUw= │ │ │ │ │ ├── ir_Pbr2NVY98yq4couur04q16oQ= │ │ │ │ │ ├── koezUGOT8BLorRH46deU7_zyMGs= │ │ │ │ │ ├── l5HRkqM3JaIbPERQL+3DnvQlJNg= │ │ │ │ │ ├── lm+ymZZyt_lAI9wN2DCnipU51MU= │ │ │ │ │ ├── mLrbwF_jCK4CnO2QSDoi5Si1rJU= │ │ │ │ │ ├── n5WCqyUQ8OXLqlEn6kzOGrAHiME= │ │ │ │ │ ├── noEjLOPz4097fzmiGGH5MaUHwt4= │ │ │ │ │ ├── oEMLR8bLzUg+1itaHrNhXLV0o7E= │ │ │ │ │ ├── oZAlABgS_2QXEM0Pp87uwcdKW1s= │ │ │ │ │ ├── oisvQRVBT4q2QDyY2uqwCsL4BUM= │ │ │ │ │ ├── qbeEpxtVdhrh9a6MH5rykhOniQI= │ │ │ │ │ ├── rOK2ZX5j2zMiPrWdh72bzTBfuPA= │ │ │ │ │ ├── t5QzohdW+YFKe5wUQtC0g5Z9xGs= │ │ │ │ │ ├── uAHcPM+0gEtRVnXgeaX6_ClEJ_Y= │ │ │ │ │ ├── uNsMurnwpRR57hKHtkKg987d3MM= │ │ │ │ │ ├── ysC1KCCDXZThFIYkU+tBpzukDV4= │ │ │ │ │ └── yyAmakv1Uz2WvkEw07lpdIl1AKw= │ │ │ ├── debug-mergeNativeLibs │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── 06RUgvEX64MH1tc6+pzUG_uMVy0= │ │ │ │ │ ├── 2Zpc6M8SI0mGbfL7l5PyA+D0xGk= │ │ │ │ │ ├── 2uj2a9tmrf71_cYl+r+1nq69jpE= │ │ │ │ │ ├── 4g4UhqdlvXFGFgaIjPbnhL9zDcI= │ │ │ │ │ ├── 6w+2EpHjqDYVFrOIatVOeBxp3+E= │ │ │ │ │ ├── 6z8QBkVwmAut+gmSdglh+0l8y_g= │ │ │ │ │ ├── 8nFcnlQqKCjm1FjCET39oI1JFlQ= │ │ │ │ │ ├── 9WUuiKP6__SePBIos2A+ymDJ0GU= │ │ │ │ │ ├── K3YOjC4JRVAxuvnMKTSt0eX8ano= │ │ │ │ │ ├── KTSwbpN6ANDKo55+rxQ+VeWDR9g= │ │ │ │ │ ├── MkqVOZ2FItC+yCPWpGASEY47ROM= │ │ │ │ │ ├── R8uFCLgFryufvPbSBNA8MJXkvQc= │ │ │ │ │ ├── RSmdfYY3r+wH0m4F9jRhYkTclk8= │ │ │ │ │ ├── SUsgDFvr7sOLT41VWkiRomoOtvQ= │ │ │ │ │ ├── Vgx_5b5pmcLzT9ZYAgSynLWRDfk= │ │ │ │ │ ├── X0IbV9ASgX+v0D1h3+8rou7kZ9o= │ │ │ │ │ ├── Yoyj8wsxPzxrm9Trg5pVl7bZDRw= │ │ │ │ │ ├── _gpumNwdX7_ZJ1XGwxPLKZlhhvg= │ │ │ │ │ ├── aSoaZbLggCbzT93Smx3kz663fK4= │ │ │ │ │ ├── b6DDSjFyEqDGIWAPoOQePoj3daw= │ │ │ │ │ ├── bLqKs7cYjxP6ctxvNyGkxcvXGfA= │ │ │ │ │ ├── c36YCwAFjyVx9fygqJ96Ydw4Dj4= │ │ │ │ │ ├── cvkByTq8ZK0tNzn+0cOTD0o4gRc= │ │ │ │ │ ├── d8koY5kiJO11tGwg_gEmm6hGIHI= │ │ │ │ │ ├── ejy2Nlz_jmikzgOGOQcZe84N_+I= │ │ │ │ │ ├── ffMZ1x3gEhftexaKy01FS32At8c= │ │ │ │ │ ├── goWo4AUe1ZyT52l9bD9lI3jcEUw= │ │ │ │ │ ├── ir_Pbr2NVY98yq4couur04q16oQ= │ │ │ │ │ ├── koezUGOT8BLorRH46deU7_zyMGs= │ │ │ │ │ ├── l5HRkqM3JaIbPERQL+3DnvQlJNg= │ │ │ │ │ ├── lm+ymZZyt_lAI9wN2DCnipU51MU= │ │ │ │ │ ├── mLrbwF_jCK4CnO2QSDoi5Si1rJU= │ │ │ │ │ ├── n5WCqyUQ8OXLqlEn6kzOGrAHiME= │ │ │ │ │ ├── noEjLOPz4097fzmiGGH5MaUHwt4= │ │ │ │ │ ├── oEMLR8bLzUg+1itaHrNhXLV0o7E= │ │ │ │ │ ├── oZAlABgS_2QXEM0Pp87uwcdKW1s= │ │ │ │ │ ├── oisvQRVBT4q2QDyY2uqwCsL4BUM= │ │ │ │ │ ├── qbeEpxtVdhrh9a6MH5rykhOniQI= │ │ │ │ │ ├── rOK2ZX5j2zMiPrWdh72bzTBfuPA= │ │ │ │ │ ├── t5QzohdW+YFKe5wUQtC0g5Z9xGs= │ │ │ │ │ ├── uAHcPM+0gEtRVnXgeaX6_ClEJ_Y= │ │ │ │ │ ├── uNsMurnwpRR57hKHtkKg987d3MM= │ │ │ │ │ ├── ysC1KCCDXZThFIYkU+tBpzukDV4= │ │ │ │ │ └── yyAmakv1Uz2WvkEw07lpdIl1AKw= │ │ │ ├── mergeDebugAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ └── packageDebug │ │ │ │ └── tmp │ │ │ │ └── debug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ └── zip-cache │ │ │ │ ├── androidResources │ │ │ │ └── javaResources0 │ │ ├── javac │ │ │ └── debug │ │ │ │ └── classes │ │ │ │ └── com │ │ │ │ └── kh │ │ │ │ └── proxyagent │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── Foreground │ │ │ │ ├── ForegroundBuilder.class │ │ │ │ └── NotificationApp.class │ │ │ │ ├── Fragments │ │ │ │ ├── HomeFragment$1$1.class │ │ │ │ ├── HomeFragment$1.class │ │ │ │ ├── HomeFragment.class │ │ │ │ ├── SettingFragment$1$1.class │ │ │ │ ├── SettingFragment$1$2.class │ │ │ │ ├── SettingFragment$1$3.class │ │ │ │ ├── SettingFragment$1.class │ │ │ │ └── SettingFragment.class │ │ │ │ ├── HttpAsync │ │ │ │ └── CallbackFuture.class │ │ │ │ ├── MainActivity$1.class │ │ │ │ ├── MainActivity$2.class │ │ │ │ └── MainActivity.class │ │ ├── manifest_merge_blame_file │ │ │ └── debug │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ ├── merged_java_res │ │ │ └── debug │ │ │ │ └── out.jar │ │ ├── merged_manifest │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── merged_manifests │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── merged_res_blame_folder │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── multi-v2 │ │ │ │ ├── debug.json │ │ │ │ ├── values-af.json │ │ │ │ ├── values-am.json │ │ │ │ ├── values-ar.json │ │ │ │ ├── values-as.json │ │ │ │ ├── values-az.json │ │ │ │ ├── values-b+es+419.json │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ ├── values-be.json │ │ │ │ ├── values-bg.json │ │ │ │ ├── values-bn.json │ │ │ │ ├── values-bs.json │ │ │ │ ├── values-ca.json │ │ │ │ ├── values-cs.json │ │ │ │ ├── values-da.json │ │ │ │ ├── values-de.json │ │ │ │ ├── values-el.json │ │ │ │ ├── values-en-rAU.json │ │ │ │ ├── values-en-rCA.json │ │ │ │ ├── values-en-rGB.json │ │ │ │ ├── values-en-rIN.json │ │ │ │ ├── values-en-rXC.json │ │ │ │ ├── values-es-rUS.json │ │ │ │ ├── values-es.json │ │ │ │ ├── values-et.json │ │ │ │ ├── values-eu.json │ │ │ │ ├── values-fa.json │ │ │ │ ├── values-fi.json │ │ │ │ ├── values-fr-rCA.json │ │ │ │ ├── values-fr.json │ │ │ │ ├── values-gl.json │ │ │ │ ├── values-gu.json │ │ │ │ ├── values-h320dp-port-v13.json │ │ │ │ ├── values-h360dp-land-v13.json │ │ │ │ ├── values-h480dp-land-v13.json │ │ │ │ ├── values-h550dp-port-v13.json │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ ├── values-hi.json │ │ │ │ ├── values-hr.json │ │ │ │ ├── values-hu.json │ │ │ │ ├── values-hy.json │ │ │ │ ├── values-in.json │ │ │ │ ├── values-is.json │ │ │ │ ├── values-it.json │ │ │ │ ├── values-iw.json │ │ │ │ ├── values-ja.json │ │ │ │ ├── values-ka.json │ │ │ │ ├── values-kk.json │ │ │ │ ├── values-km.json │ │ │ │ ├── values-kn.json │ │ │ │ ├── values-ko.json │ │ │ │ ├── values-ky.json │ │ │ │ ├── values-land.json │ │ │ │ ├── values-large-v4.json │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ ├── values-ldrtl-v17.json │ │ │ │ ├── values-lo.json │ │ │ │ ├── values-lt.json │ │ │ │ ├── values-lv.json │ │ │ │ ├── values-mk.json │ │ │ │ ├── values-ml.json │ │ │ │ ├── values-mn.json │ │ │ │ ├── values-mr.json │ │ │ │ ├── values-ms.json │ │ │ │ ├── values-my.json │ │ │ │ ├── values-nb.json │ │ │ │ ├── values-ne.json │ │ │ │ ├── values-night-v8.json │ │ │ │ ├── values-nl.json │ │ │ │ ├── values-or.json │ │ │ │ ├── values-pa.json │ │ │ │ ├── values-pl.json │ │ │ │ ├── values-port.json │ │ │ │ ├── values-pt-rBR.json │ │ │ │ ├── values-pt-rPT.json │ │ │ │ ├── values-pt.json │ │ │ │ ├── values-ro.json │ │ │ │ ├── values-ru.json │ │ │ │ ├── values-si.json │ │ │ │ ├── values-sk.json │ │ │ │ ├── values-sl.json │ │ │ │ ├── values-small-v4.json │ │ │ │ ├── values-sq.json │ │ │ │ ├── values-sr.json │ │ │ │ ├── values-sv.json │ │ │ │ ├── values-sw.json │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ ├── values-ta.json │ │ │ │ ├── values-te.json │ │ │ │ ├── values-th.json │ │ │ │ ├── values-tl.json │ │ │ │ ├── values-tr.json │ │ │ │ ├── values-uk.json │ │ │ │ ├── values-ur.json │ │ │ │ ├── values-uz.json │ │ │ │ ├── values-v16.json │ │ │ │ ├── values-v17.json │ │ │ │ ├── values-v18.json │ │ │ │ ├── values-v21.json │ │ │ │ ├── values-v22.json │ │ │ │ ├── values-v23.json │ │ │ │ ├── values-v24.json │ │ │ │ ├── values-v25.json │ │ │ │ ├── values-v26.json │ │ │ │ ├── values-v28.json │ │ │ │ ├── values-vi.json │ │ │ │ ├── values-w320dp-land-v13.json │ │ │ │ ├── values-w360dp-port-v13.json │ │ │ │ ├── values-w480dp-port-v13.json │ │ │ │ ├── values-w600dp-land-v13.json │ │ │ │ ├── values-watch-v20.json │ │ │ │ ├── values-watch-v21.json │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ ├── values-zh-rCN.json │ │ │ │ ├── values-zh-rHK.json │ │ │ │ ├── values-zh-rTW.json │ │ │ │ ├── values-zu.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ └── debug.json │ │ ├── navigation_json │ │ │ └── debug │ │ │ │ └── navigation.json │ │ ├── packaged_manifests │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── processed_res │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── output-metadata.json │ │ │ │ └── resources-debug.ap_ │ │ ├── project_dex_archive │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── 180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_0.jar │ │ │ │ ├── 180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_1.jar │ │ │ │ ├── 180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_2.jar │ │ │ │ ├── 180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_3.jar │ │ │ │ ├── 180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_4.jar │ │ │ │ ├── 180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_5.jar │ │ │ │ └── com │ │ │ │ └── kh │ │ │ │ └── proxyagent │ │ │ │ ├── BuildConfig.dex │ │ │ │ ├── Foreground │ │ │ │ ├── ForegroundBuilder.dex │ │ │ │ └── NotificationApp.dex │ │ │ │ ├── Fragments │ │ │ │ ├── HomeFragment$1$1.dex │ │ │ │ ├── HomeFragment$1.dex │ │ │ │ ├── HomeFragment.dex │ │ │ │ ├── SettingFragment$1$1.dex │ │ │ │ ├── SettingFragment$1$2.dex │ │ │ │ ├── SettingFragment$1$3.dex │ │ │ │ ├── SettingFragment$1.dex │ │ │ │ └── SettingFragment.dex │ │ │ │ ├── HttpAsync │ │ │ │ └── CallbackFuture.dex │ │ │ │ ├── MainActivity$1.dex │ │ │ │ ├── MainActivity$2.dex │ │ │ │ └── MainActivity.dex │ │ ├── res │ │ │ └── merged │ │ │ │ └── debug │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat │ │ │ │ ├── drawable-v24_textlines.xml.flat │ │ │ │ ├── drawable_button_bg.xml.flat │ │ │ │ ├── drawable_button_bg_cancel.xml.flat │ │ │ │ ├── drawable_certificate.png.flat │ │ │ │ ├── drawable_certificate_grey.png.flat │ │ │ │ ├── drawable_edittext_bg.xml.flat │ │ │ │ ├── drawable_foreground_icon.png.flat │ │ │ │ ├── drawable_home.png.flat │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ ├── drawable_icon.png.flat │ │ │ │ ├── drawable_logo.png.flat │ │ │ │ ├── drawable_power.png.flat │ │ │ │ ├── drawable_power_button.png.flat │ │ │ │ ├── drawable_power_small.png.flat │ │ │ │ ├── drawable_setting_button.jpg.flat │ │ │ │ ├── drawable_stop_button.png.flat │ │ │ │ ├── drawable_table_border.xml.flat │ │ │ │ ├── layout_activity_main.xml.flat │ │ │ │ ├── layout_cert_dialog.xml.flat │ │ │ │ ├── layout_cert_dialog_nocheck.xml.flat │ │ │ │ ├── layout_connection_dialog.xml.flat │ │ │ │ ├── layout_fragment_home.xml.flat │ │ │ │ ├── layout_fragment_setting.xml.flat │ │ │ │ ├── layout_main_header.xml.flat │ │ │ │ ├── layout_main_menu.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher_foreground.png.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher_foreground.png.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher_foreground.png.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_foreground.png.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_foreground.png.flat │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ ├── values-b+es+419_values-b+es+419.arsc.flat │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ ├── values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat │ │ │ │ ├── values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat │ │ │ │ ├── values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat │ │ │ │ ├── values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ ├── values-ldrtl-v17_values-ldrtl-v17.arsc.flat │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ ├── values-small-v4_values-small-v4.arsc.flat │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ ├── values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat │ │ │ │ ├── values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat │ │ │ │ ├── values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat │ │ │ │ ├── values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ └── values_values.arsc.flat │ │ ├── runtime_symbol_list │ │ │ └── debug │ │ │ │ └── R.txt │ │ ├── signing_config_versions │ │ │ └── debug │ │ │ │ └── signing-config-versions.json │ │ ├── stable_resource_ids_file │ │ │ └── debug │ │ │ │ └── stableIds.txt │ │ └── symbol_list_with_package_name │ │ │ └── debug │ │ │ └── package-aware-r.txt │ ├── outputs │ │ ├── apk │ │ │ └── debug │ │ │ │ ├── app-debug.apk │ │ │ │ └── output-metadata.json │ │ └── logs │ │ │ └── manifest-merger-debug-report.txt │ └── tmp │ │ └── compileDebugJavaWithJavac │ │ └── source-classes-mapping.txt ├── proguard-rules.pro ├── release │ ├── output-metadata.json │ └── proxyagent.apk └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── kh │ │ └── proxyagent │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── ic_launcher-playstore.png │ ├── java │ │ └── com │ │ │ └── kh │ │ │ └── proxyagent │ │ │ ├── Foreground │ │ │ ├── ForegroundBuilder.java │ │ │ └── NotificationApp.java │ │ │ ├── Fragments │ │ │ ├── HomeFragment.java │ │ │ └── SettingFragment.java │ │ │ ├── HttpAsync │ │ │ └── CallbackFuture.java │ │ │ └── MainActivity.java │ └── res │ │ ├── drawable-v24 │ │ ├── ic_launcher_foreground.xml │ │ └── textlines.xml │ │ ├── drawable │ │ ├── button_bg.xml │ │ ├── button_bg_cancel.xml │ │ ├── certificate.png │ │ ├── certificate_grey.png │ │ ├── edittext_bg.xml │ │ ├── foreground_icon.png │ │ ├── home.png │ │ ├── ic_launcher_background.xml │ │ ├── icon.png │ │ ├── logo.png │ │ ├── power.png │ │ ├── power_button.png │ │ ├── power_small.png │ │ ├── setting_button.jpg │ │ ├── stop_button.png │ │ └── table_border.xml │ │ ├── layout │ │ ├── activity_main.xml │ │ ├── cert_dialog.xml │ │ ├── cert_dialog_nocheck.xml │ │ ├── connection_dialog.xml │ │ ├── fragment_home.xml │ │ ├── fragment_setting.xml │ │ ├── main_header.xml │ │ └── main_menu.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ └── ic_launcher_foreground.png │ │ ├── mipmap-mdpi │ │ └── ic_launcher_foreground.png │ │ ├── mipmap-xhdpi │ │ └── ic_launcher_foreground.png │ │ ├── mipmap-xxhdpi │ │ └── ic_launcher_foreground.png │ │ ├── mipmap-xxxhdpi │ │ └── ic_launcher_foreground.png │ │ ├── values-night │ │ └── themes.xml │ │ └── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ ├── styles.xml │ │ └── themes.xml │ └── test │ └── java │ └── com │ └── kh │ └── proxyagent │ └── ExampleUnitTest.java ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── images └── magiskInstall.png ├── local.properties └── settings.gradle /.gradle/6.7.1/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/6.7.1/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/6.7.1/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/6.7.1/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/6.7.1/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/6.7.1/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/6.7.1/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/gc.properties -------------------------------------------------------------------------------- /.gradle/6.7.1/javaCompile/classAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/javaCompile/classAnalysis.bin -------------------------------------------------------------------------------- /.gradle/6.7.1/javaCompile/jarAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/javaCompile/jarAnalysis.bin -------------------------------------------------------------------------------- /.gradle/6.7.1/javaCompile/javaCompile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/javaCompile/javaCompile.lock -------------------------------------------------------------------------------- /.gradle/6.7.1/javaCompile/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/6.7.1/javaCompile/taskHistory.bin -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Dec 09 15:52:53 SGT 2021 2 | gradle.version=6.7.1 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/configuration-cache/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/configuration-cache/gc.properties -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/.gradle/vcs-1/gc.properties -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | Proxy Agent -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 19 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_1_2_4_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_1_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_1_5_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_3_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_core_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_ext_junit_1_1_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_monitor_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_runner_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_services_storage_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_karumi_dexter_6_2_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_3_9_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okio_okio_1_13_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_13_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_annotations_15_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 10 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Proxy_Agent_Addon.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/Proxy_Agent_Addon.zip -------------------------------------------------------------------------------- /app/build/generated/source/buildConfig/debug/com/kh/proxyagent/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package com.kh.proxyagent; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "com.kh.proxyagent"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final int VERSION_CODE = 1; 11 | public static final String VERSION_NAME = "1.0"; 12 | } 13 | -------------------------------------------------------------------------------- /app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /app/build/intermediates/app_metadata/debug/app-metadata.properties: -------------------------------------------------------------------------------- 1 | appMetadataVersion=1.0 2 | androidGradlePluginVersion=4.2.2 -------------------------------------------------------------------------------- /app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "COMPATIBLE_SCREEN_MANIFEST", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.kh.proxyagent", 8 | "variantName": "debug", 9 | "elements": [] 10 | } -------------------------------------------------------------------------------- /app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_0/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_0/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_1/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_1/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_2/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_2/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_3/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_3/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_4/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_4/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_5/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_c672cace56cf0b901fd11db7fa3e162c2273b31a13ecd1d1a8e5b9a8da25ef48_bucket_5/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex_archive_input_jar_hashes/debug/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/dex_archive_input_jar_hashes/debug/out -------------------------------------------------------------------------------- /app/build/intermediates/dex_number_of_buckets_file/debug/out: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/06RUgvEX64MH1tc6+pzUG_uMVy0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/06RUgvEX64MH1tc6+pzUG_uMVy0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2Zpc6M8SI0mGbfL7l5PyA+D0xGk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2Zpc6M8SI0mGbfL7l5PyA+D0xGk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2uj2a9tmrf71_cYl+r+1nq69jpE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2uj2a9tmrf71_cYl+r+1nq69jpE= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4g4UhqdlvXFGFgaIjPbnhL9zDcI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4g4UhqdlvXFGFgaIjPbnhL9zDcI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6w+2EpHjqDYVFrOIatVOeBxp3+E=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6w+2EpHjqDYVFrOIatVOeBxp3+E= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6z8QBkVwmAut+gmSdglh+0l8y_g=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6z8QBkVwmAut+gmSdglh+0l8y_g= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8nFcnlQqKCjm1FjCET39oI1JFlQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8nFcnlQqKCjm1FjCET39oI1JFlQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9WUuiKP6__SePBIos2A+ymDJ0GU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9WUuiKP6__SePBIos2A+ymDJ0GU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K3YOjC4JRVAxuvnMKTSt0eX8ano=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K3YOjC4JRVAxuvnMKTSt0eX8ano= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KTSwbpN6ANDKo55+rxQ+VeWDR9g=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KTSwbpN6ANDKo55+rxQ+VeWDR9g= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MkqVOZ2FItC+yCPWpGASEY47ROM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MkqVOZ2FItC+yCPWpGASEY47ROM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R8uFCLgFryufvPbSBNA8MJXkvQc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R8uFCLgFryufvPbSBNA8MJXkvQc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RSmdfYY3r+wH0m4F9jRhYkTclk8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RSmdfYY3r+wH0m4F9jRhYkTclk8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SUsgDFvr7sOLT41VWkiRomoOtvQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SUsgDFvr7sOLT41VWkiRomoOtvQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vgx_5b5pmcLzT9ZYAgSynLWRDfk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vgx_5b5pmcLzT9ZYAgSynLWRDfk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X0IbV9ASgX+v0D1h3+8rou7kZ9o=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X0IbV9ASgX+v0D1h3+8rou7kZ9o= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Yoyj8wsxPzxrm9Trg5pVl7bZDRw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Yoyj8wsxPzxrm9Trg5pVl7bZDRw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_gpumNwdX7_ZJ1XGwxPLKZlhhvg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_gpumNwdX7_ZJ1XGwxPLKZlhhvg= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aSoaZbLggCbzT93Smx3kz663fK4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aSoaZbLggCbzT93Smx3kz663fK4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b6DDSjFyEqDGIWAPoOQePoj3daw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b6DDSjFyEqDGIWAPoOQePoj3daw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bLqKs7cYjxP6ctxvNyGkxcvXGfA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bLqKs7cYjxP6ctxvNyGkxcvXGfA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c36YCwAFjyVx9fygqJ96Ydw4Dj4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c36YCwAFjyVx9fygqJ96Ydw4Dj4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cvkByTq8ZK0tNzn+0cOTD0o4gRc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cvkByTq8ZK0tNzn+0cOTD0o4gRc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d8koY5kiJO11tGwg_gEmm6hGIHI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d8koY5kiJO11tGwg_gEmm6hGIHI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ejy2Nlz_jmikzgOGOQcZe84N_+I=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ejy2Nlz_jmikzgOGOQcZe84N_+I= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ffMZ1x3gEhftexaKy01FS32At8c=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ffMZ1x3gEhftexaKy01FS32At8c= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/goWo4AUe1ZyT52l9bD9lI3jcEUw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/goWo4AUe1ZyT52l9bD9lI3jcEUw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ir_Pbr2NVY98yq4couur04q16oQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ir_Pbr2NVY98yq4couur04q16oQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/koezUGOT8BLorRH46deU7_zyMGs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/koezUGOT8BLorRH46deU7_zyMGs= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l5HRkqM3JaIbPERQL+3DnvQlJNg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l5HRkqM3JaIbPERQL+3DnvQlJNg= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lm+ymZZyt_lAI9wN2DCnipU51MU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lm+ymZZyt_lAI9wN2DCnipU51MU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mLrbwF_jCK4CnO2QSDoi5Si1rJU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mLrbwF_jCK4CnO2QSDoi5Si1rJU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n5WCqyUQ8OXLqlEn6kzOGrAHiME=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n5WCqyUQ8OXLqlEn6kzOGrAHiME= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/noEjLOPz4097fzmiGGH5MaUHwt4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/noEjLOPz4097fzmiGGH5MaUHwt4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oEMLR8bLzUg+1itaHrNhXLV0o7E=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oEMLR8bLzUg+1itaHrNhXLV0o7E= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oZAlABgS_2QXEM0Pp87uwcdKW1s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oZAlABgS_2QXEM0Pp87uwcdKW1s= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oisvQRVBT4q2QDyY2uqwCsL4BUM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oisvQRVBT4q2QDyY2uqwCsL4BUM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qbeEpxtVdhrh9a6MH5rykhOniQI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qbeEpxtVdhrh9a6MH5rykhOniQI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rOK2ZX5j2zMiPrWdh72bzTBfuPA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rOK2ZX5j2zMiPrWdh72bzTBfuPA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t5QzohdW+YFKe5wUQtC0g5Z9xGs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t5QzohdW+YFKe5wUQtC0g5Z9xGs= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uAHcPM+0gEtRVnXgeaX6_ClEJ_Y=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uAHcPM+0gEtRVnXgeaX6_ClEJ_Y= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uNsMurnwpRR57hKHtkKg987d3MM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uNsMurnwpRR57hKHtkKg987d3MM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ysC1KCCDXZThFIYkU+tBpzukDV4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ysC1KCCDXZThFIYkU+tBpzukDV4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yyAmakv1Uz2WvkEw07lpdIl1AKw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yyAmakv1Uz2WvkEw07lpdIl1AKw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/06RUgvEX64MH1tc6+pzUG_uMVy0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/06RUgvEX64MH1tc6+pzUG_uMVy0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2Zpc6M8SI0mGbfL7l5PyA+D0xGk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2Zpc6M8SI0mGbfL7l5PyA+D0xGk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2uj2a9tmrf71_cYl+r+1nq69jpE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2uj2a9tmrf71_cYl+r+1nq69jpE= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4g4UhqdlvXFGFgaIjPbnhL9zDcI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4g4UhqdlvXFGFgaIjPbnhL9zDcI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6w+2EpHjqDYVFrOIatVOeBxp3+E=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6w+2EpHjqDYVFrOIatVOeBxp3+E= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6z8QBkVwmAut+gmSdglh+0l8y_g=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6z8QBkVwmAut+gmSdglh+0l8y_g= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8nFcnlQqKCjm1FjCET39oI1JFlQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8nFcnlQqKCjm1FjCET39oI1JFlQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9WUuiKP6__SePBIos2A+ymDJ0GU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9WUuiKP6__SePBIos2A+ymDJ0GU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/K3YOjC4JRVAxuvnMKTSt0eX8ano=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/K3YOjC4JRVAxuvnMKTSt0eX8ano= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KTSwbpN6ANDKo55+rxQ+VeWDR9g=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KTSwbpN6ANDKo55+rxQ+VeWDR9g= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MkqVOZ2FItC+yCPWpGASEY47ROM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MkqVOZ2FItC+yCPWpGASEY47ROM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/R8uFCLgFryufvPbSBNA8MJXkvQc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/R8uFCLgFryufvPbSBNA8MJXkvQc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RSmdfYY3r+wH0m4F9jRhYkTclk8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RSmdfYY3r+wH0m4F9jRhYkTclk8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/SUsgDFvr7sOLT41VWkiRomoOtvQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/SUsgDFvr7sOLT41VWkiRomoOtvQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Vgx_5b5pmcLzT9ZYAgSynLWRDfk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Vgx_5b5pmcLzT9ZYAgSynLWRDfk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/X0IbV9ASgX+v0D1h3+8rou7kZ9o=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/X0IbV9ASgX+v0D1h3+8rou7kZ9o= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Yoyj8wsxPzxrm9Trg5pVl7bZDRw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Yoyj8wsxPzxrm9Trg5pVl7bZDRw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_gpumNwdX7_ZJ1XGwxPLKZlhhvg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_gpumNwdX7_ZJ1XGwxPLKZlhhvg= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/aSoaZbLggCbzT93Smx3kz663fK4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/aSoaZbLggCbzT93Smx3kz663fK4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/b6DDSjFyEqDGIWAPoOQePoj3daw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/b6DDSjFyEqDGIWAPoOQePoj3daw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bLqKs7cYjxP6ctxvNyGkxcvXGfA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/bLqKs7cYjxP6ctxvNyGkxcvXGfA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/c36YCwAFjyVx9fygqJ96Ydw4Dj4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/c36YCwAFjyVx9fygqJ96Ydw4Dj4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cvkByTq8ZK0tNzn+0cOTD0o4gRc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cvkByTq8ZK0tNzn+0cOTD0o4gRc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/d8koY5kiJO11tGwg_gEmm6hGIHI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/d8koY5kiJO11tGwg_gEmm6hGIHI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ejy2Nlz_jmikzgOGOQcZe84N_+I=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ejy2Nlz_jmikzgOGOQcZe84N_+I= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ffMZ1x3gEhftexaKy01FS32At8c=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ffMZ1x3gEhftexaKy01FS32At8c= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/goWo4AUe1ZyT52l9bD9lI3jcEUw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/goWo4AUe1ZyT52l9bD9lI3jcEUw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ir_Pbr2NVY98yq4couur04q16oQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ir_Pbr2NVY98yq4couur04q16oQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/koezUGOT8BLorRH46deU7_zyMGs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/koezUGOT8BLorRH46deU7_zyMGs= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/l5HRkqM3JaIbPERQL+3DnvQlJNg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/l5HRkqM3JaIbPERQL+3DnvQlJNg= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lm+ymZZyt_lAI9wN2DCnipU51MU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lm+ymZZyt_lAI9wN2DCnipU51MU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mLrbwF_jCK4CnO2QSDoi5Si1rJU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mLrbwF_jCK4CnO2QSDoi5Si1rJU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/n5WCqyUQ8OXLqlEn6kzOGrAHiME=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/n5WCqyUQ8OXLqlEn6kzOGrAHiME= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/noEjLOPz4097fzmiGGH5MaUHwt4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/noEjLOPz4097fzmiGGH5MaUHwt4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oEMLR8bLzUg+1itaHrNhXLV0o7E=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oEMLR8bLzUg+1itaHrNhXLV0o7E= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oZAlABgS_2QXEM0Pp87uwcdKW1s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oZAlABgS_2QXEM0Pp87uwcdKW1s= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oisvQRVBT4q2QDyY2uqwCsL4BUM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oisvQRVBT4q2QDyY2uqwCsL4BUM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/qbeEpxtVdhrh9a6MH5rykhOniQI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/qbeEpxtVdhrh9a6MH5rykhOniQI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rOK2ZX5j2zMiPrWdh72bzTBfuPA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rOK2ZX5j2zMiPrWdh72bzTBfuPA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/t5QzohdW+YFKe5wUQtC0g5Z9xGs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/t5QzohdW+YFKe5wUQtC0g5Z9xGs= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uAHcPM+0gEtRVnXgeaX6_ClEJ_Y=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uAHcPM+0gEtRVnXgeaX6_ClEJ_Y= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uNsMurnwpRR57hKHtkKg987d3MM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uNsMurnwpRR57hKHtkKg987d3MM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ysC1KCCDXZThFIYkU+tBpzukDV4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ysC1KCCDXZThFIYkU+tBpzukDV4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/yyAmakv1Uz2WvkEw07lpdIl1AKw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/yyAmakv1Uz2WvkEw07lpdIl1AKw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/BuildConfig.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Foreground/ForegroundBuilder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Foreground/ForegroundBuilder.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Foreground/NotificationApp.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Foreground/NotificationApp.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/HomeFragment$1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/HomeFragment$1$1.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/HomeFragment$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/HomeFragment$1.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/HomeFragment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/HomeFragment.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1$1.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1$2.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1$3.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment$1.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/Fragments/SettingFragment.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/HttpAsync/CallbackFuture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/HttpAsync/CallbackFuture.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/MainActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/MainActivity$1.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/MainActivity$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/MainActivity$2.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/kh/proxyagent/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/javac/debug/classes/com/kh/proxyagent/MainActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/merged_java_res/debug/out.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/merged_java_res/debug/out.jar -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "MERGED_MANIFESTS", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.kh.proxyagent", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "AndroidManifest.xml" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "75", 13 | "endOffsets": "126" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h360dp-land-v13\\values-h360dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9,10", 10 | "startColumns": "4,4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478,547", 12 | "endColumns": "58,55,55,66,64,54,64,68,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542,611" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h480dp-land-v13\\values-h480dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9,10", 10 | "startColumns": "4,4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478,547", 12 | "endColumns": "58,55,55,66,64,54,64,68,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542,611" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "76", 13 | "endOffsets": "127" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "66", 13 | "endOffsets": "117" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endLines": "6", 13 | "endColumns": "13", 14 | "endOffsets": "327" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "112", 13 | "endOffsets": "163" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldrtl-v17\\values-ldrtl-v17.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,191", 12 | "endColumns": "135,140", 13 | "endOffsets": "186,327" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-port\\values-port.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "55", 13 | "endOffsets": "106" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-small-v4\\values-small-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-small-v4\\values-small-v4.xml", 8 | "from": { 9 | "startLines": "2,3,4,5", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,128,198,270", 12 | "endColumns": "72,69,71,69", 13 | "endOffsets": "123,193,265,335" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-v18\\values-v18.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "48", 13 | "endOffsets": "99" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-v22\\values-v22.xml", 8 | "from": { 9 | "startLines": "2,3,4,9", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,130,217,553", 12 | "endLines": "2,3,8,13", 13 | "endColumns": "74,86,12,12", 14 | "endOffsets": "125,212,548,896" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-v24\\values-v24.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,212", 12 | "endColumns": "156,134", 13 | "endOffsets": "207,342" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-v25\\values-v25.xml", 8 | "from": { 9 | "startLines": "2,3,4,6", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,126,209,308", 12 | "endLines": "2,3,5,7", 13 | "endColumns": "70,82,12,12", 14 | "endOffsets": "121,204,303,414" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-v26\\values-v26.xml", 8 | "from": { 9 | "startLines": "2,3,4,8,12,16", 10 | "startColumns": "4,4,4,4,4,4", 11 | "startOffsets": "55,130,217,431,657,896", 12 | "endLines": "2,3,7,11,15,16", 13 | "endColumns": "74,86,12,12,12,92", 14 | "endOffsets": "125,212,426,652,891,984" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,110", 12 | "endColumns": "54,61", 13 | "endOffsets": "105,167" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w360dp-port-v13\\values-w360dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9", 10 | "startColumns": "4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478", 12 | "endColumns": "58,55,55,66,64,54,64,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w480dp-port-v13\\values-w480dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9", 10 | "startColumns": "4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478", 12 | "endColumns": "58,55,55,66,64,54,64,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\10046aad9e73cbf22653afacdcab8838\\material-1.4.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "54", 13 | "endOffsets": "105" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-watch-v20\\values-watch-v20.xml", 8 | "from": { 9 | "startLines": "2,5,8", 10 | "startColumns": "4,4,4", 11 | "startOffsets": "55,214,385", 12 | "endLines": "4,7,10", 13 | "endColumns": "12,12,12", 14 | "endOffsets": "209,380,553" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-watch-v21\\values-watch-v21.xml", 8 | "from": { 9 | "startLines": "2,6,10", 10 | "startColumns": "4,4,4", 11 | "startOffsets": "55,271,499", 12 | "endLines": "5,9,13", 13 | "endColumns": "12,12,12", 14 | "endOffsets": "266,494,724" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\opt\\govtech\\ProxyAgent\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\kh\\.gradle\\caches\\transforms-2\\files-2.1\\c3edb913602f1c359d264c4687287f78\\appcompat-1.3.1\\res\\values-xlarge-v4\\values-xlarge-v4.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7", 10 | "startColumns": "4,4,4,4,4,4", 11 | "startOffsets": "55,126,197,267,337,405", 12 | "endColumns": "70,70,69,69,67,67", 13 | "endOffsets": "121,192,262,332,400,468" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /app/build/intermediates/packaged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "PACKAGED_MANIFESTS", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.kh.proxyagent", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "AndroidManifest.xml" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /app/build/intermediates/processed_res/debug/out/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "PROCESSED_RES", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.kh.proxyagent", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "resources-debug.ap_" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /app/build/intermediates/processed_res/debug/out/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_0.jar -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_1.jar -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_2.jar -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_3.jar -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_4.jar -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/180f7523afd3bca879f6686564206ebf234d34cc0c4b505af976d3c7598d60ba_5.jar -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/BuildConfig.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/BuildConfig.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Foreground/ForegroundBuilder.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Foreground/ForegroundBuilder.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Foreground/NotificationApp.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Foreground/NotificationApp.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/HomeFragment$1$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/HomeFragment$1$1.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/HomeFragment$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/HomeFragment$1.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/HomeFragment.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/HomeFragment.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1$1.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1$2.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1$2.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1$3.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1$3.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment$1.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/Fragments/SettingFragment.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/HttpAsync/CallbackFuture.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/HttpAsync/CallbackFuture.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/MainActivity$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/MainActivity$1.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/MainActivity$2.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/MainActivity$2.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/MainActivity.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/project_dex_archive/debug/out/com/kh/proxyagent/MainActivity.dex -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v24_textlines.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable-v24_textlines.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_button_bg.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_button_bg.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_button_bg_cancel.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_button_bg_cancel.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_certificate.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_certificate.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_certificate_grey.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_certificate_grey.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_edittext_bg.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_edittext_bg.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_foreground_icon.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_foreground_icon.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_home.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_home.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_icon.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_icon.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_logo.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_logo.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_power.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_power.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_power_button.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_power_button.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_power_small.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_power_small.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_setting_button.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_setting_button.jpg.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_stop_button.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_stop_button.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_table_border.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/drawable_table_border.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_cert_dialog.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_cert_dialog.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_cert_dialog_nocheck.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_cert_dialog_nocheck.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_connection_dialog.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_connection_dialog.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_fragment_home.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_fragment_home.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_fragment_setting.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_fragment_setting.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_main_header.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_main_header.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_main_menu.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/layout_main_menu.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_foreground.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_foreground.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_foreground.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_foreground.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_foreground.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_foreground.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_foreground.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_foreground.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_foreground.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_foreground.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-b+es+419_values-b+es+419.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-b+es+419_values-b+es+419.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/intermediates/res/merged/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/signing_config_versions/debug/signing-config-versions.json: -------------------------------------------------------------------------------- 1 | {"enableV1Signing":false,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false} -------------------------------------------------------------------------------- /app/build/outputs/apk/debug/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/build/outputs/apk/debug/app-debug.apk -------------------------------------------------------------------------------- /app/build/outputs/apk/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "APK", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.kh.proxyagent", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "app-debug.apk" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile -------------------------------------------------------------------------------- /app/release/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "APK", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.kh.proxyagent", 8 | "variantName": "release", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "app-release.apk" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /app/release/proxyagent.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/release/proxyagent.apk -------------------------------------------------------------------------------- /app/src/main/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/ic_launcher-playstore.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/button_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/button_bg_cancel.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/certificate.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/certificate_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/certificate_grey.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/edittext_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/foreground_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/foreground_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/logo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/power.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/power_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/power_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/power_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/power_small.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/setting_button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/setting_button.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/drawable/stop_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/table_border.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/values-night/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | Proxy Agent 19 | Open Navigation Drawer 20 | Close Navigation Drawer 21 | -------------------------------------------------------------------------------- /app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | google() 5 | mavenCentral() 6 | } 7 | dependencies { 8 | classpath "com.android.tools.build:gradle:4.2.2" 9 | 10 | // NOTE: Do not place your application dependencies here; they belong 11 | // in the individual module build.gradle files 12 | } 13 | } 14 | 15 | allprojects { 16 | repositories { 17 | google() 18 | mavenCentral() 19 | jcenter() // Warning: this repository is going to shut down soon 20 | } 21 | } 22 | 23 | task clean(type: Delete) { 24 | delete rootProject.buildDir 25 | } -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Sun Oct 31 14:10:51 SGT 2021 2 | distributionBase=GRADLE_USER_HOME 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip 4 | distributionPath=wrapper/dists 5 | zipStorePath=wrapper/dists 6 | zipStoreBase=GRADLE_USER_HOME 7 | -------------------------------------------------------------------------------- /images/magiskInstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovTech-CSG/ProxyAgent/81bb4ad85074b68dab61df296f8da15f9be76123/images/magiskInstall.png -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- 1 | ## This file must *NOT* be checked into Version Control Systems, 2 | # as it contains information specific to your local configuration. 3 | # 4 | # Location of the SDK. This is only used by Gradle. 5 | # For customization when using a Version Control System, please read the 6 | # header note. 7 | #Thu Nov 25 19:57:13 SGT 2021 8 | sdk.dir=C\:\\Users\\kh\\AppData\\Local\\Android\\Sdk 9 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "Proxy Agent" 2 | include ':app' 3 | --------------------------------------------------------------------------------