Skip to content
/ Theona Public

Secure blockchain-based messenger with geolocation tracking

License

Notifications You must be signed in to change notification settings

xsafter/Theona

Repository files navigation

Contributors Forks Stargazers Issues GPL-3.0 License


Logo

Theona

Secure blockchain-based messenger with geolocation tracking
Explore the docs »

Download the app · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Theona screenshot

Theona is XMTP-based messenger for comfortable and secure messaging and tracking the location of your friends.

(back to top)

Built With

  • Android
  • Kotlin
  • Jetpack Compose
  • Material You
  • Fastlane
  • Room DB
  • Hilt DI

(back to top)

Getting Started

This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Get a free Mapbox API Key at https://www.mapbox.com/
  2. Clone the repo
    git clone https://github.com/xsafter/Theona.git
  3. Set your secret Mapbox key in your local gradle.properties(Linux/MacOS: ~/.gradle/gradle.properties):
    MAPBOX_DOWNLOADS_TOKEN=YOUR_SECRET_MAPBOX_ACCESS_TOKEN
  4. Optional: configure your Sentry and add private token in sentry.properties

Important: If you don't want to use Sentry analytics, delete this lines in your app/build.gradle.kts

plugins {
    //...
    id("io.sentry.android.gradle") version "3.12.0"
    //...
}
//...
sentry {
    includeSourceContext.set(true)
}
  1. Build & run the app!
./gradlew assembleDebug

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/xsafter/Theona

(back to top)

Acknowledgments

(back to top)

About

Secure blockchain-based messenger with geolocation tracking

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages