- May 11, 2016
-
-
Ernir Erlingsson authored
-
- Mar 14, 2016
-
-
Ernir Erlingsson authored
-
- Jan 07, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
* removing screen border visible on small screens * showing noticeable error message on wrong password input * showing keyboard again after entering wrong password * making lost password link easier to recognize as link * renaming keyboard toggle method from 'hide' to 'toggle'
-
- Dec 17, 2015
- Nov 30, 2015
-
-
akwizgran authored
-
- Apr 29, 2015
-
-
akwizgran authored
-
- Apr 05, 2014
-
-
akwizgran authored
-
- Mar 17, 2014
-
-
akwizgran authored
-
- Mar 01, 2014
- Feb 11, 2014
-
-
akwizgran authored
-
- Feb 07, 2014
-
-
akwizgran authored
GroupActivity needs to receive a similar treatment.
-
- Feb 05, 2014
-
-
akwizgran authored
This will allow any activity to show the expiry warning and password prompt, and to start and stop BriarService. SplashScreenActivity, SetupActivity, ExpiryActivity and PasswordActivity are special cases.
-
- Jan 31, 2014
- Jan 30, 2014
-
-
akwizgran authored
This partially fixes dev task #40. CreateIdentityActivity is also called from AddContactActivity, but that's likely to change soon so I'm not going to fix it now.
-
- Jan 09, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
-
-
akwizgran authored
-
- Dec 19, 2013
-
-
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.
-
- Nov 29, 2013
-
-
akwizgran authored
-
- Sep 27, 2013
-
-
akwizgran authored
-
- Jun 17, 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 #3611920, but keep the issue open because more activities will be added.
-
akwizgran authored
Android doesn't currently store bundles persistently, so it's premature to protect against accidental information leaks through persistent bundle storage. Protecting against deliberate information leaks by the OS is probably futile, so there's currently no need for bundle encryption.
-
- Apr 18, 2013
- Apr 16, 2013
-
-
akwizgran authored
-
- Apr 14, 2013
-
-
akwizgran authored
-
- Apr 13, 2013
-
-
akwizgran authored
-
- Apr 11, 2013
- Apr 08, 2013
-
-
akwizgran authored
-