The Graphite Android App
Graphite is a decentralized and encrypted alternative to Google's G-Suite, built on Blockstack. The app never stores your identity or any of your data. You own your files, you choose what to share.
OS X & Linux:
git clone https://github.com/Graphite-Docs/graphite-android.git
Windows:
git clone https://github.com/Graphite-Docs/graphite-android.git
- Install Android Studio.
cd
into the project repo- Import the project. Open Android Studio, click
Open an existing Android Studio project
and select the project. Gradle will build the project. - Run the app. Click
Run > Run 'app'
. After the project builds you'll be prompted to build or launch an emulator.
This project stemmed from the increasing control companies place on user data. At any given moment, Google can remove access to every single one of the documents you write and store with them. That's unacceptable.
Additionally, government censorship, which has always been around, seems to be growing more prevalent.
Graphite sets out to change that, and this was only possible because of the work done by Blockstack.
- Fork it (https://github.com/Graphite-Docs/graphite-android)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
If you'd like to contribute to this project, there are a few ways to do so:
You can create a new issue any time, but please make sure your bug reports are clean and clear. Here's a good guide:
https://testlio.com/blog/the-ideal-bug-report/
Please make sure you search any existing issues for the bug you would like to report before opening a new issue.
A public roadmap will soon be up at http://graphitedocs.com, but feature requests are always welcome. To suggest a feature, please open a new issue in this format:
Feature: [Your feature title] Description of the feature requests
Be as detailed as possible in feature requests and be sure to search existing issues to make sure you are not making a duplicate feature request.
If you'd like to contribute by fixing any existing bugs, please create a pull request. Here's a basic guide for doing so: