- Oct 03, 2014
-
-
akwizgran authored
-
- Feb 06, 2014
-
-
Ximin Luo authored
-
- Jan 16, 2014
-
-
akwizgran authored
-
- Jan 13, 2014
-
-
akwizgran authored
Note that this is only the generator part of Fortuna, not the accumulator. The generator requires a seed, which is provided by a platform-specific implementation of SeedProvider. On Linux the implementation reads the seed from /dev/urandom.
-
- Nov 22, 2013
-
-
akwizgran authored
Removed Commons IO, which we were only using as a replacement for File.getFreeSpace() on desktop plaftorms. Note: The Huawei U8210 (Android 2.1) doesn't have all the Java 1.6 standard library methods, and crashes if they're called. Specifically, String.isEmpty() and NetworkInterface.supportsMulticast() are missing, so the changes removing those methods were not reverted.
-
akwizgran authored
-
- Jul 27, 2013
-
-
akwizgran authored
The method used by Commons IO to get the available disk space fails on Android devices that lack a df binary - use the Android API instead.
-
- Jun 27, 2013
- Jun 17, 2013
-
-
akwizgran authored
-
- Dec 07, 2012
-
-
akwizgran authored
-
- Dec 05, 2012