Skip to content
Snippets Groups Projects
  1. Feb 09, 2014
  2. Feb 07, 2014
  3. Feb 06, 2014
  4. Feb 04, 2014
  5. Jan 30, 2014
  6. Jan 28, 2014
  7. Jan 24, 2014
  8. Jan 16, 2014
  9. Jan 15, 2014
  10. Jan 14, 2014
  11. Jan 13, 2014
  12. Jan 09, 2014
  13. Jan 08, 2014
  14. Jan 05, 2014
  15. Jan 04, 2014
  16. Dec 28, 2013
  17. Dec 22, 2013
  18. Dec 20, 2013
  19. Dec 19, 2013
  20. Dec 11, 2013
  21. Dec 10, 2013
  22. Dec 05, 2013
  23. Nov 30, 2013
  24. Nov 29, 2013
  25. Nov 24, 2013
  26. Nov 22, 2013
    • akwizgran's avatar
      Fixed some resource leak warnings in unit tests. · 0325bba8
      akwizgran authored
      Four more warnings were left unfixed because quick fixes would've broken
      the tests.
      0325bba8
    • akwizgran's avatar
      Reverted some changes that were made for Java 1.5 compatibility. · 26eebee8
      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.
      26eebee8
Loading