Theep is an open-source Android utility built with C#/.NET MAUI that provides essential system controls through a beautiful floating widget interface. Born from necessity, it's designed for devices with damaged hardware buttons or users seeking quick access to system functions.
- Beautiful Floating Widget - Modern glass-morphism UI with Material Design principles
- Screenshot Capture - Software-based screenshot functionality
- Volume Controls - Increase and decrease volume without physical buttons
- Smart Toggle - Tap the phantom icon to show/hide the command pod
- Drag & Drop - Position the widget anywhere on your screen
- Ripple Effects - Smooth touch feedback for a premium feel
Screenshots/GIF coming soon
Theep is built using:
- .NET MAUI for cross-platform development
- Android Foreground Services for persistent functionality
- Window Overlay API for the floating widget
- Action Broker Pattern for decoupled component communication
- Visual Studio 2022 or later
- .NET 8.0 SDK
- Android SDK (API 21+)
- Clone the repository git clone https://github.com/shadowofaroman/Operation-Theep.git
- Open
Theep.slnin Visual Studio - Set the Android project as the startup project
- Build and deploy to your Android device
SYSTEM_ALERT_WINDOW- For floating widget overlayFOREGROUND_SERVICE- For persistent serviceFOREGROUND_SERVICE_SPECIAL_USE- For special use case declaration
- Screen recording capability
- Custom button remapping
- Accessibility shortcuts
- Gesture controls
- Customizable themes
- Widget positioning memory
- Quick settings integration
Theep is in active development and welcomes contributions. Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow C# naming conventions
- Keep methods focused and single-purpose
- Add XML documentation for public APIs
- Write meaningful commit messages (Conventional Commits style)
This project is licensed under the MIT License.
- Built with the power of .NET MAUI
- Inspired by the need for accessible system controls
- Community-driven and open-source focused
- Issues: GitHub Issues
Status: Alpha - Core functionality implemented, actively seeking community feedback and contributions.
Made with ❤️ and C#. Happy hacking