- Dec 05, 2013
-
-
akwizgran authored
Older devices such as the Huawei U8210 don't completely support the Java 1.6 API. Calling an unsupported method crashes the app.
-
akwizgran authored
Older devices such as the Huawei U8210 don't completely support the Java 1.6 API. Calling an unsupported method crashes the app.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
This allows quick access to any part of the app, including quitting (two touches).
-
akwizgran authored
-
akwizgran authored
This makes the contact list behave how alpha testers expected: touching a contact shows private messages exchanged with the contact.
-
- Nov 30, 2013
-
-
akwizgran authored
-
- Nov 29, 2013
- Nov 26, 2013
- 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
-
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
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
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
-
akwizgran authored
-
akwizgran authored
-
- Oct 11, 2013
-
-
akwizgran authored
-
- Sep 27, 2013
- Sep 21, 2013
- Aug 01, 2013
-
-
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.
-
- Jul 26, 2013
-
-
akwizgran authored
-
- Jul 12, 2013