From ec3f3d2ca94ceea753da295afe1b6651a6ff4a0c Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Mon, 19 Oct 2015 15:00:40 +0200 Subject: [PATCH 1/3] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a341271 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Abit + +A Bitmessage client for Android. + +**Please be aware that at the current state, it most probably will suck your +battery dry and use up your data plan within hours. Use at your own peril.** + +It uses the [Jabit Bitmessage library](https://github.com/Dissem/Jabit). (I +know, the names are getting increasingly ridiculus. I fear it might turn into +a Habit.) From 21fde7c22ef963caa7a9d3410eb7d39fbe86bb3d Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Sat, 5 Nov 2016 07:31:18 +0100 Subject: [PATCH 2/3] Updated README.md It was about time --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a341271..2cf1deb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ A Bitmessage client for Android. -**Please be aware that at the current state, it most probably will suck your -battery dry and use up your data plan within hours. Use at your own peril.** +**Please be aware that due to the protocol, sending messages might suck your +battery dry. Also, it causes a lot of traffic and may use up your data plan +rather quickly. Use at your own peril.** -It uses the [Jabit Bitmessage library](https://github.com/Dissem/Jabit). (I -know, the names are getting increasingly ridiculus. I fear it might turn into -a Habit.) +Abit uses the [Jabit Bitmessage library](https://github.com/Dissem/Jabit). + +## Requirements +You'll need at least Android 4.4 KitKat. Due to the Proof of Work that comes +with the protocol you might want as fast a processor and as many cores as +you can get. From 66108c861800ab11359a645ee1132d52a771a6fe Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Tue, 25 Apr 2017 21:29:11 +0200 Subject: [PATCH 3/3] Version 1.0-beta12 bump --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6284311..76984f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "ch.dissem.apps." + appName.toLowerCase() minSdkVersion 19 targetSdkVersion 25 - versionCode 11 - versionName "1.0-beta11" + versionCode 12 + versionName "1.0-beta12" jackOptions.enabled = false multiDexEnabled true }