Skip to content
Snippets Groups Projects
  1. Apr 19, 2016
  2. Apr 18, 2016
  3. Apr 15, 2016
  4. Apr 14, 2016
  5. Apr 13, 2016
  6. Apr 12, 2016
  7. Apr 11, 2016
  8. Apr 06, 2016
  9. Apr 05, 2016
  10. Apr 04, 2016
    • akwizgran's avatar
      Merge branch '279-create-client-state' into 'master' · bbd14f1a
      akwizgran authored
      Create local state for clients at startup. #279
      
      Most of the clients we've written so far use private groups shared with individual contacts and/or a local group that's not shared with anyone. To make it easier to ensure that the necessary groups exist when we need them, this patch allows clients to register startup hooks for creating their local state.
      
      Fixes #279.
      
      See merge request !131
      bbd14f1a
    • akwizgran's avatar
      Merge branch '123-crash-xml-layout' into 'master' · 355c84d7
      akwizgran authored
      Migrate CrashReportActivity to XML layout
      
      Part of #123.
      
      See merge request !126
      355c84d7
    • akwizgran's avatar
      Merge branch 'non-reentrant-db-lock' into 'master' · 8850a2ad
      akwizgran authored
      Don't allow reentrant transactions
      
      The database's transaction lock is reentrant, meaning that a thread that's already holding the lock can acquire it again. This would allow a thread that already has a transaction in progress to start another transaction, which could cause transaction isolation issues and/or lock timeouts on the database's internal locks.
      
      Check that the current thread isn't already holding the lock when starting a transaction.
      
      See merge request !127
      8850a2ad
Loading