Commit graph

6 commits

Author SHA1 Message Date
instant992
bbb2b84f07 Auto-enable bundled proxy on first launch; drop in-app download button
- ApplicationLoader now enables a bundled VLESS proxy on a truly fresh
  install (one-time, guarded by builtin_proxy_autoenabled) so the app can
  connect even when plain Telegram is blocked; existing users' choices are
  left untouched
- Remove the 'Download FoxiGram' settings row (the app is already
  installed) and its strings; drop the in-app download mention from READMEs
2026-06-10 22:24:42 +04:00
instant992
a46805591b Single-pass phone blur and add License section
- BlurredTextSpan draws the text once with a 5dp blur (no more repeated
  draws); the number stays unreadable
- Add a License section (GPL-2.0-or-later) to both READMEs noting the
  freedom to redistribute and the independent-fork disclaimer
2026-06-10 09:34:35 +04:00
instant992
9b0bccc67d Drop 'for personal use' wording from READMEs 2026-06-10 09:21:50 +04:00
instant992
14f4107450 Make Russian the default README and strengthen phone blur
- README.md is now Russian (default page on GitHub); English moved to
  README.en.md, both cross-linked; drop README.ru.md
- Increase BlurredTextSpan radius to 7dp and draw the blurred glyphs
  multiple times so the number becomes an unreadable smudge
2026-06-10 03:38:59 +04:00
instant992
d1bd2d7b2d Add Russian README and in-app download link
- New README.ru.md (Russian) with a download section pointing to the
  GitHub releases page; both READMEs cross-link via a language switcher
- Add 'Download FoxiGram' row in Foxi settings opening the releases page
- Provide English and Russian strings for the download row and the
  previously added phone-number privacy option
2026-06-10 03:26:32 +04:00
instant992
8e79f2ee9c FoxiGram: Telegram client with built-in Xray VLESS proxy
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
2026-06-08 16:41:07 +04:00