- Jan 16, 2014
-
-
akwizgran authored
-
- Jan 15, 2014
- Jan 14, 2014
- Jan 13, 2014
- Jan 10, 2014
-
-
akwizgran authored
-
- 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 07, 2014
-
-
akwizgran authored
The latest version of libevent (2.0.21-stable) works fine.
-
- Jan 06, 2014
- Jan 05, 2014
-
-
akwizgran authored
-
akwizgran authored
If the app restarts after crashing and tries to return to the activity where it crashed, DatabaseConfig's encryption key will be null and no DB operations can be performed. It's better to crash again in that case than for all DB operations to fail. Fixing bug #3 will make this irrelevant.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
- Jan 04, 2014
-
-
akwizgran authored
Also fixed a bug in addGroup(): SELECT COUNT (NULL) doesn't work.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
Offered and requested message IDs are stored in the database rather than being owned by DuplexConnections. This paves the way for moving to a simplex transport layer.
-
- Dec 28, 2013
-
-
akwizgran authored
-