Skip to content
Snippets Groups Projects
  1. May 11, 2016
  2. Mar 14, 2016
  3. Jan 07, 2016
  4. Dec 17, 2015
  5. Nov 30, 2015
  6. Apr 29, 2015
  7. Apr 05, 2014
  8. Mar 17, 2014
  9. Mar 01, 2014
  10. Feb 11, 2014
  11. Feb 07, 2014
  12. Feb 05, 2014
    • akwizgran's avatar
      Make all activities inherit from BriarActivity. · cd492545
      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.
      cd492545
  13. Jan 31, 2014
  14. Jan 30, 2014
  15. Jan 09, 2014
  16. Jan 08, 2014
  17. Dec 19, 2013
    • akwizgran's avatar
      Replaced private messages with private groups. · 0dc86922
      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.
      0dc86922
  18. Nov 29, 2013
  19. Sep 27, 2013
  20. Jun 17, 2013
  21. May 15, 2013
  22. May 04, 2013
    • akwizgran's avatar
      Moved lifecycle management into briar-core and reconfigured executors. · 673d7fa0
      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.
      673d7fa0
  23. May 01, 2013
  24. Apr 30, 2013
    • akwizgran's avatar
      Save and restore UI state when screen is rotated. · 1aa701ce
      akwizgran authored
      Fixes issue #3611920, but keep the issue open because more activities
      will be added.
      1aa701ce
    • akwizgran's avatar
      Removed bundle encryption. · d5720c08
      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.
      d5720c08
  25. Apr 18, 2013
  26. Apr 16, 2013
  27. Apr 14, 2013
  28. Apr 13, 2013
  29. Apr 11, 2013
  30. Apr 08, 2013
Loading