- Feb 07, 2014
-
-
akwizgran authored
-
- Feb 06, 2014
-
-
Ximin Luo authored
-
- Feb 04, 2014
-
-
akwizgran authored
Dev task #52. Known but unverified identities are also supported, but currently unused. These will be used in future for contacts who've been introduced but not verified face to face.
-
- Jan 30, 2014
-
-
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 28, 2014
-
-
akwizgran authored
This way the tests won't show up as having run if they didn't.
-
- Jan 24, 2014
-
-
akwizgran authored
-
- Jan 16, 2014
- Jan 15, 2014
-
-
akwizgran authored
-
- Jan 14, 2014
- Jan 13, 2014
- Jan 09, 2014
- Jan 08, 2014
- Jan 05, 2014
-
-
akwizgran authored
-
- Jan 04, 2014
- Dec 28, 2013
-
-
akwizgran authored
-
- Dec 22, 2013
-
-
akwizgran authored
-
- Dec 20, 2013
-
-
akwizgran authored
The distinction between inbox groups and other groups can be maintained internally, there's no need to represent it on the wire.
-
- Dec 19, 2013
- Dec 11, 2013
-
-
akwizgran authored
This produces a saner user experience when devices have differing clocks.
-
- Dec 10, 2013
- Dec 05, 2013
-
-
akwizgran authored
-
- Nov 30, 2013
-
-
akwizgran authored
-
- Nov 29, 2013
-
-
akwizgran authored
-
- Nov 24, 2013
-
-
akwizgran authored
-
- Nov 22, 2013
-
-
akwizgran authored
Four more warnings were left unfixed because quick fixes would've broken the tests.
-
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
-
- Nov 19, 2013
-
-
akwizgran authored
The Request packet now contains a list of message IDs, rather than a bitmap referring to the list of messages IDs in the Offer. This allows the Request to be understood out of context, e.g. if the Offer and Request are sent over separate connections or a connection is replayed.
-
akwizgran authored
-