Gramm Player is an Android application that allows you to play media from your Telegram account. It uses the official TDLib (Telegram Database Library) to securely access your media without storing your data on any servers.
To build and run this project, you will need Android Studio.
git clone https://github.com/abinsabu2/GrammPlayer.git
app/src/main/java/com/aes/grammplayer/: Contains the main source code for the application.app/src/main/res/: Contains the resources for the application, such as layouts, drawables, and strings.build.gradle.kts: The main Gradle build file for the project.privacy-policy.html, terms-conditions.html, about-me.html: HTML files for the Privacy Policy, Terms & Conditions, and About Me pages.This project includes privacy-policy.html and terms-conditions.html files. To make them accessible from within the app, you need to host them online. You can use GitHub Pages for this:
GrammPlayer.main branch.app/src/main/java/com/aes/grammplayer/TermsActivity.kt to point to your GitHub Pages URLs.Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.