Merge branch 'patch-1' of git://github.com/mschuetz/AntennaPod into mschuetz-patch-1
This commit is contained in:
commit
ab499aa688
|
@ -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!).
|
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
|
## License
|
||||||
|
|
||||||
AntennaPod is licensed under the MIT License. You can find the license text in the LICENSE file.
|
AntennaPod is licensed under the MIT License. You can find the license text in the LICENSE file.
|
||||||
|
|
|
@ -21,7 +21,7 @@ public final class Converter {
|
||||||
/** Indicates that the value is in the Gigabyte range.*/
|
/** Indicates that the value is in the Gigabyte range.*/
|
||||||
private static final int GB_RANGE = 3;
|
private static final int GB_RANGE = 3;
|
||||||
/** Determines the length of the number for best readability.*/
|
/** 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;
|
private static final int HOURS_MIL = 3600000;
|
||||||
|
|
Loading…
Reference in New Issue