This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
ensichat/README.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

2015-06-24 14:20:30 +00:00
Ensichat
2014-10-03 10:08:08 +00:00
========
2015-02-09 20:49:51 +00:00
2015-02-10 20:08:39 +00:00
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://blockchain.info/address/1DmU6QVGSKXGXJU1bqmmStPDNsNnYoMJB4)
2015-02-09 20:49:51 +00:00
Instant messanger for Android that is fully decentralized. Messages are sent directly between
devices via Bluetooth, without any central server. A simple flood-based routing is used for
message propagation.
<img src="graphics/screenshot_phone_1.png" alt="screenshot 1" width="200" />
<img src="graphics/screenshot_phone_2.png" alt="screenshot 2" width="200" />
<img src="graphics/screenshot_phone_3.png" alt="screenshot 3" width="200" />
2015-02-11 14:03:44 +00:00
[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.nutomic.ensichat) [![Get it on F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdid=com.nutomic.ensichat)
2015-02-09 20:49:51 +00:00
Building
--------
2015-06-26 15:34:21 +00:00
To create a debug apk, run `./gradlew assembleDevDebug`. This requires at least Android Lollipop on your development device. If you don't have Lollipop, you can alternatively use `./gradlew assembleRelDebug`. However, this results in considerably slower incremental builds
2015-06-26 15:34:21 +00:00
To create a release apk, run `./gradlew assembleRelRelease`.
2014-10-03 10:08:08 +00:00
2014-10-03 10:05:28 +00:00
License
2015-02-09 20:49:51 +00:00
-------
2014-10-03 10:05:28 +00:00
All code is licensed under the [GPL](LICENSE), v3 or later.