- Dec 17, 2015
-
-
akwizgran authored
-
- Dec 16, 2015
- Dec 15, 2015
-
-
akwizgran authored
-
- Dec 14, 2015
-
-
akwizgran authored
-
- Dec 10, 2015
-
-
akwizgran authored
-
- Dec 08, 2015
-
-
akwizgran authored
-
- Nov 30, 2015
-
-
akwizgran authored
-
- Dec 14, 2014
-
-
akwizgran authored
-
- Oct 08, 2014
-
-
akwizgran authored
-
- Oct 03, 2014
-
-
akwizgran authored
-
- Feb 10, 2014
-
-
akwizgran authored
This allows the oldest LocalAuthor to be used as the default.
-
- Feb 09, 2014
-
-
akwizgran authored
-
- Jan 24, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
- Jan 04, 2014
- 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 10, 2013
-
-
akwizgran authored
-
- 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.
-
- 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.
-
- Sep 27, 2013
- Jun 19, 2013
-
-
akwizgran authored
-
- May 15, 2013
-
-
akwizgran authored
-
- Apr 18, 2013
-
-
akwizgran authored
-
- Apr 15, 2013
- Apr 14, 2013
-
-
akwizgran authored
-
- Apr 13, 2013
-
-
akwizgran authored
-
- Apr 08, 2013
-
-
akwizgran authored
-
- Mar 30, 2013
-
-
akwizgran authored
(Although it isn't possible to create an identity yet...)
-
- Mar 29, 2013
-
-
akwizgran authored
The invitation and private messaging UIs are currently broken. Some key rotation bugs were fixed; others may have been created (unit tests needed). An encoding for private keys was added. Pseudonyms were moved out of the messaging package and ratings were moved in.
-
- Mar 23, 2013
-
-
akwizgran authored
-
- Mar 18, 2013
-
-
akwizgran authored
-
- Mar 14, 2013
-
-
akwizgran authored
Fields in Android UI objects that are accessed from background threads must be declared volatile. UI objects use data attached to DB events to avoid DB lookups, which complicates the UI code but should improve performance.
-