summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;