Skip to content

Add app info, runtime version display, and developer links - #2

Merged
Dhangofa merged 15 commits into
mainfrom
dev
Jul 28, 2026
Merged

Add app info, runtime version display, and developer links#2
Dhangofa merged 15 commits into
mainfrom
dev

Conversation

@Dhangofa

Copy link
Copy Markdown
Owner

Summary

Adds a lightweight app info/developer section to the NetToggle configuration screen.

Changes

  • Show app title and runtime APK version.
  • Add developer section with person icon and developer name.
  • Add icon-only GitHub and Telegram links.
  • Use lightweight VectorDrawable icons.
  • Open GitHub/Telegram links externally using browser/app intent.
  • Keep UI changes isolated to MainActivity and activity_main.xml.
  • No QS tile behavior or background execution changes.

Notes

This does not add background work, polling, WebView, Compose, or new heavy dependencies.

Dhangofa added 15 commits July 28, 2026 13:16
- Changed layout(App name and version display)
- Added developer section and github and telegram link
- Added scroll view
- Added runtime version lookup from installed package info instead of hardcoding version text.
- Added click handlers to open GitHub repository and Telegram profile in external browser/app.
- Updated MainActivity view bindings for app version and social link icons.
- Kept GitHub/Telegram actions lightweight using Intent.ACTION_VIEW.
- Preserved existing Root/Shizuku execution mode configuration flow.
- Icons are changed
- Icon positioned changed
updated tint with cutout
@Dhangofa
Dhangofa merged commit d89cd73 into main Jul 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant