From b4da9b255ff05d2993750e7143749e2c34e348d2 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 23 Mar 2016 06:36:19 +0100 Subject: [PATCH] add readme --- README.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..7f775b4 --- /dev/null +++ b/README.rst @@ -0,0 +1,45 @@ +******************* +Headphone indicator +******************* +Android app that shows a notification icon in the status bar when +headphones are plugged into the phone. + +The app aims to be a tiny as possible. + +Runs on Android 4.4+. + + +======== +Building +======== +:: + + $ ./gradlew build + + +========================= +About headphone indicator +========================= + +Source code +=========== +Headphone indicators's source code is available from +http://git.cweiske.de/headphoneindicator.git +or the `mirror on github`__. + +__ https://github.com/cweiske/headphoneindicator + + +License +======= +Headphone indicator is licensed under the `GPL v3 or later`__. + +__ http://www.gnu.org/licenses/gpl.html + + +Author +====== +Headphone indicator was written by `Christian Weiske`__. + +__ http://cweiske.de/ + -- 2.30.2