- Dec 27, 2013
- Dec 22, 2013
- Dec 21, 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
-
-
akwizgran authored
This can happen on Android if the app is automatically restarted after a crash.
-
akwizgran authored
This allows us to avoid instantiating the plugin on unsupported architectures.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
Unit tests would've caught this.
-
akwizgran authored
-
akwizgran authored
Private messages are now the same as group messages, but groups can be private or public. When a contact is added, a private group is created and designated as the inbox for exchanging private messages with the contact.
-
- Dec 11, 2013
- Dec 10, 2013
- Dec 05, 2013
-
-
akwizgran authored
-
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
-