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
9 lines
343 B
C
9 lines
343 B
C
// This file is generated. Do not edit.
|
|
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 8
|
|
#define VERSION_PATCH 2
|
|
#define VERSION_EXTRA "125-g667138e1f"
|
|
#define VERSION_PACKED \
|
|
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.8.2-125-g667138e1f"
|
|
#define VERSION_STRING " v1.8.2-125-g667138e1f"
|