- Jan 09, 2014
-
-
akwizgran authored
If the schema of the database is incompatible with the schema expected by the code, the database throws a DbSchemaException. LifecycleManager indicates the error to BriarService, which uses HomeScreenActivity to show a notification and quit the app.
-
akwizgran authored
Note that some devices (I'm looking at you, Huawei U8110) misreport connectivity by failing to set EXTRA_NO_CONNECTIVITY and returning true from ConnectivityManager.getActiveNetworkInfo().isConnected() when there's no connectivity.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
- Jan 08, 2014
- Jan 06, 2014
- Jan 05, 2014
- Jan 04, 2014
-
-
akwizgran authored
-
- Dec 22, 2013
-
-
akwizgran authored
-
- 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 allows us to avoid instantiating the plugin on unsupported architectures.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
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 05, 2013
-
-
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 22, 2013
-
-
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.
-
- Nov 19, 2013