- Nov 25, 2014
-
-
akwizgran authored
-
- Nov 04, 2014
-
-
akwizgran authored
-
- Oct 08, 2014
-
-
akwizgran authored
-
- Oct 03, 2014
-
-
akwizgran authored
-
- Oct 02, 2014
-
-
akwizgran authored
We don't need two separate executors for long-running IO threads.
-
- Jul 02, 2014
-
-
akwizgran authored
-
- Jun 23, 2014
-
-
akwizgran authored
-
- May 09, 2014
-
-
akwizgran authored
This may have been the cause of bug #69. Removed the wait-for-shutdown code in DroidtoothPlugin that was added to attempt to avoid that bug.
-
- Apr 10, 2014
-
-
akwizgran authored
-
- Apr 04, 2014
- Mar 27, 2014
-
-
akwizgran authored
-
- Mar 12, 2014
-
-
akwizgran authored
Very important stuff.
-
- Mar 03, 2014
-
-
akwizgran authored
-
- Feb 28, 2014
-
-
akwizgran authored
-
- Feb 07, 2014
- Feb 06, 2014
-
-
Ximin Luo authored
-
- Jan 30, 2014
-
-
Ximin Luo authored
-
Ximin Luo authored
-
Ximin Luo authored
- add a UnixRemovableDriveMonitor.checkEnabled to pre-emptively check if it's loaded - os.arch is always x86,x86_64 on windows, i386,amd64 on linux - source: http://www.java-gaming.org/index.php/topic,14110 - we'll deal with freebsd support when we come to it, jnotify doesn't even do this atm
-
- Jan 24, 2014
-
-
akwizgran authored
-
- Jan 16, 2014
- Jan 15, 2014
-
-
akwizgran authored
-
- Jan 14, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
- 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