summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-31 10:39:44 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-31 10:39:44 +0200
commitab499aa688ec7856d86d1fae13fcdaa58bafdbd5 (patch)
treed3331ddc1d12c9d179d2da87b24983f9102c5ba4
parent55224e516406dc50985f1f48fb9d86aad726bc98 (diff)
parentbea0876a9996bfc0c0459b97c1137a567fc063a4 (diff)
downloadAntennaPod-ab499aa688ec7856d86d1fae13fcdaa58bafdbd5.zip
Merge branch 'patch-1' of git://github.com/mschuetz/AntennaPod into mschuetz-patch-1
-rw-r--r--README.md7
-rw-r--r--src/de/danoeh/antennapod/util/Converter.java2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbb0e562d..b4a74b4f4 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,13 @@ You can use the [AntennaPod Google Group](https://groups.google.com/forum/#!foru
Bug reports and feature requests can be submitted [here](https://github.com/danieloeh/AntennaPod/issues/new) (please read the [instructions](https://github.com/danieloeh/AntennaPod/blob/master/CONTRIBUTING.md) on how to report a bug and how to submit a feature request first!).
+
+## Nightly Builds
+
+There are APKs available for every branch that is actively worked on. Please note that these might be very unstable versions of the app, which can break your current installation. Install them at your own risk!
+
+Click [here](https://www.dropbox.com/sh/45vgg13bmh8jmhp/uZ_3KJIi5K) to get to the nightly builds folder.
+
## License
AntennaPod is licensed under the MIT License. You can find the license text in the LICENSE file.
diff --git a/src/de/danoeh/antennapod/util/Converter.java b/src/de/danoeh/antennapod/util/Converter.java
index 6ef47af31..46a0d30b4 100644
--- a/src/de/danoeh/antennapod/util/Converter.java
+++ b/src/de/danoeh/antennapod/util/Converter.java
@@ -21,7 +21,7 @@ public final class Converter {
/** Indicates that the value is in the Gigabyte range.*/
private static final int GB_RANGE = 3;
/** Determines the length of the number for best readability.*/
- private static final int NUM_LENGTH = 1000;
+ private static final int NUM_LENGTH = 1024;
private static final int HOURS_MIL = 3600000;