Skip to content
Snippets Groups Projects
  1. Jan 13, 2014
  2. Jan 09, 2014
  3. Jan 08, 2014
  4. Jan 05, 2014
  5. Jan 04, 2014
  6. Dec 28, 2013
  7. Dec 22, 2013
  8. Dec 20, 2013
  9. Dec 19, 2013
  10. Dec 11, 2013
  11. Dec 10, 2013
  12. Dec 05, 2013
  13. Nov 30, 2013
  14. Nov 29, 2013
  15. Nov 24, 2013
  16. 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
  17. Nov 19, 2013
  18. Oct 11, 2013
  19. Sep 27, 2013
  20. Jul 27, 2013
  21. Jun 19, 2013
  22. Jun 17, 2013
  23. Jun 14, 2013
  24. Jun 13, 2013
    • akwizgran's avatar
      Made the invitation protocol symmetrical. · e1ec17f4
      akwizgran authored
      Both devices try to make outgoing connections and accept incoming
      connections simultaneously. This should lead to faster connection
      establishment when there are asymmetrical connectivity problems, such as
      devices that are unable to receive LAN multicast packets or make
      themselves discoverable via Bluetooth.
      e1ec17f4
  25. Jun 05, 2013
  26. May 15, 2013
Loading