Based on Nekogram. Key additions: - Rebrand to FoxiGram (app name, APK name, applicationId com.foxigram.app) - Embedded Xray (VLESS+Reality) proxy client via JNI libxray.so - Bundled hidden one-tap proxies (LTE + WiFi), read-only in UI - Auto-restore proxy on restart, rebind to active network (LTE/WiFi) - Server credentials externalized to git-ignored XrayServers.java (+ template) - libxray Go source included; compiled .so, keystore, google-services.json ignored |
||
|---|---|---|
| .. | ||
| anchor_functions.cc | ||
| anchor_functions.h | ||
| anchor_functions.lds | ||
| library_loader_hooks.cc | ||
| library_loader_hooks.h | ||
| library_prefetcher.cc | ||
| library_prefetcher.h | ||
| library_prefetcher_hooks.cc | ||
| README.md | ||
//base/android/library_loader
Native code is split between this directory and:
Java code lives at:
A high-level guide to native code on Android exists at: