- Dec 08, 2015
-
-
Torsten Grote authored
The text of the startup failure notification is unhelpful due to lack of space. Touching the notification now launches an activity that gives details of the problem and what can be done about it. Closes #38
-
- Nov 30, 2015
-
-
akwizgran authored
-
- Oct 03, 2014
-
-
akwizgran authored
-
- Jul 04, 2014
-
-
akwizgran authored
-
- May 02, 2014
-
-
akwizgran authored
-
- Apr 10, 2014
-
-
akwizgran authored
-
- Apr 04, 2014
-
-
akwizgran authored
-
- Mar 12, 2014
-
-
akwizgran authored
Very important stuff.
-
- Mar 07, 2014
-
-
akwizgran authored
-
- Mar 04, 2014
-
-
akwizgran authored
-
- Feb 05, 2014
- Feb 04, 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.
-
- Jan 08, 2014
-
-
akwizgran authored
-
- Jan 06, 2014
-
-
akwizgran authored
Fixes bug #7. The service is restarted after a crash even if onStartCommand() returns START_NOT_STICKY, but after restarting the DB key is not restored and so the app can't usefully proceed.
-
- Dec 05, 2013
- Nov 29, 2013
-
-
akwizgran authored
-
- May 16, 2013
-
-
akwizgran authored
See issue #3612607.
-
- May 04, 2013
-
-
akwizgran authored
CryptoExecutor and DatabaseExecutor now use bounded thread pools with unbounded queues, since running too many tasks in parallel is likely to harm performance; IncomingConnectionExecutor, PluginExecutor and ReliabilityExecutor use unbounded thread pools with direct handoff, since their tasks may run indefinitely. There are no longer any bounded executors, and all executors discard tasks when shutting down, which fixes issue #3612189. Responsibility for starting and stopping services has been moved from BriarService in briar-android to LifecycleManagerImpl in briar-core. However, BriarService is still responsible for stopping the Android-specific executors, which is ugly. It would be better if executors registered themselves with LifecycleManager.
-
- May 01, 2013
-
-
akwizgran authored
-
- Apr 24, 2013
-
-
akwizgran authored
-
- Apr 22, 2013
-
-
akwizgran authored
-
- Apr 08, 2013
-
-
akwizgran authored
-
- Mar 02, 2013
-
-
akwizgran authored
-
- Mar 01, 2013
-
-
akwizgran authored
-
- Feb 22, 2013
-
-
akwizgran authored
-
- Feb 19, 2013
-
-
akwizgran authored
-
- Feb 18, 2013
-
-
akwizgran authored
-
- Feb 12, 2013
-
-
akwizgran authored
-
- Dec 07, 2012
-
-
akwizgran authored
-
- Dec 05, 2012
-
-
akwizgran authored
This should make it possible to develop the core in Eclipse without the ADT.
-
- Nov 13, 2012
-
-
akwizgran authored
-