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
14 lines
637 B
Text
14 lines
637 B
Text
# Changes to code that runs at high privilege and which has a high risk of
|
|
# memory corruption, such as parsers for complex inputs, require a security
|
|
# review to avoid introducing sandbox escapes.
|
|
#
|
|
# Although this file is in base/, it may apply to more than just base, OWNERS
|
|
# files outside of base may also include this file.
|
|
#
|
|
# Security team: If you are uncomfortable reviewing a particular bit of code
|
|
# yourself, don't hesitate to seek help from another security team member!
|
|
# Nobody knows everything, and the only way to learn is from experience.
|
|
dcheng@chromium.org
|
|
palmer@chromium.org
|
|
rsesek@chromium.org
|
|
tsepez@chromium.org
|