diff --git a/README.md b/README.md index 77e3899..52ac6f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ -Building +ensichat ======== + +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. + +screenshot 1 +screenshot 2 +screenshot 3 + +Building +-------- + To create a debug apk, run `./gradlew assembleDebug`. Alternatively, you can use `.gradlew thinDebug` for a faster compile, but this requires Scala libraries installed with [Android-Scala-Installer](https://github.com/Arneball/Android-Scala-Installer) on your device. @@ -7,6 +19,6 @@ with [Android-Scala-Installer](https://github.com/Arneball/Android-Scala-Install To create a release apk, run `./gradlew assembleRelease`. License -======= +------- All code is licensed under the [GPL](LICENSE), v3 or later. diff --git a/graphics/screenshot_phone_1.png b/graphics/screenshot_phone_1.png new file mode 100755 index 0000000..805497e Binary files /dev/null and b/graphics/screenshot_phone_1.png differ diff --git a/graphics/screenshot_phone_2.png b/graphics/screenshot_phone_2.png new file mode 100755 index 0000000..db65fb6 Binary files /dev/null and b/graphics/screenshot_phone_2.png differ diff --git a/graphics/screenshot_phone_3.png b/graphics/screenshot_phone_3.png new file mode 100755 index 0000000..f3a2f48 Binary files /dev/null and b/graphics/screenshot_phone_3.png differ