- Mar 01, 2014
-
-
akwizgran authored
-
- Feb 28, 2014
-
-
akwizgran authored
-
- Feb 27, 2014
-
-
akwizgran authored
-
- Feb 09, 2014
-
-
akwizgran authored
Hopefully this gives users a better understanding of whether their messages and contacts are accessible than "Briar is running" and "Quit".
-
- Feb 08, 2014
-
-
akwizgran authored
-
- Feb 05, 2014
- Feb 04, 2014
- Jan 24, 2014
- Jan 14, 2014
-
-
akwizgran authored
-
- Jan 09, 2014
- Jan 08, 2014
- Jan 06, 2014
-
-
akwizgran authored
-
- Jan 05, 2014
-
-
akwizgran authored
-
- Jan 04, 2014
-
-
akwizgran authored
-
- Dec 19, 2013
-
-
akwizgran authored
-
- Dec 11, 2013
-
-
akwizgran authored
-
- Dec 05, 2013
- Nov 29, 2013
- Nov 19, 2013
-
-
akwizgran authored
-
- Sep 27, 2013
- Sep 21, 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
-
- Jun 27, 2013
-
-
akwizgran authored
-
- Jun 17, 2013
-
-
akwizgran authored
-
- May 30, 2013
-
-
akwizgran authored
-
- May 15, 2013
-
-
akwizgran authored
-
- 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 30, 2013
-
-
akwizgran authored
Fixes issue #3612379.
-