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.
Go to file
Felix Ableitner 02a506608f Significantly decreased CPU usage.
Calls to InputStream#available() weren't blocking, so the loops
in both classes were running hot. Replaced the conditional with
a blocking call instead. CPU usage is down from 100% to barely
noticable.
2016-02-10 21:18:51 +01:00
android Significantly decreased CPU usage. 2016-02-10 21:18:51 +01:00
core Significantly decreased CPU usage. 2016-02-10 21:18:51 +01:00
gradle Updated dependencies. 2016-01-27 21:23:09 +01:00
graphics Added launcher icon (fixes #2). 2015-09-24 15:29:40 +02:00
server Moved version values directly into gradle files for F-Droid compatiblity. 2016-02-03 14:01:16 +01:00
.gitignore Added .apk files to .gitignore. 2016-01-25 22:47:20 +01:00
LICENSE Added license information. 2014-10-03 13:05:28 +03:00
PROTOCOL.md Fixed message content types in protocol. 2015-09-11 23:16:32 +02:00
README.md Updated license text for launcher icon (ref #2). 2015-09-27 16:28:57 +02:00
build.gradle Updated dependencies. 2016-01-27 21:23:09 +01:00
gradlew Initial commit. 2014-10-03 12:55:35 +03:00
gradlew.bat Initial commit. 2014-10-03 12:55:35 +03:00
settings.gradle Added server project for internet routing. 2016-01-18 18:19:41 +01:00

README.md

Ensichat

BitCoin donate button

Instant messenger for Android that is fully decentralized. Messages are encrypted and sent directly between devices via Bluetooth, without any central server. A simple flood-based routing is used for message propagation.

screenshot 1 screenshot 2 screenshot 3

Get it on Google Play Get it on F-Droid

Building

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

To create a release apk, run ./gradlew assembleRelRelease.

License

All code is licensed under the GPL, v3 or later.

The launcher icon is based on the Bubbles Icon created by Paomedia which is available under CC BY 3.0.