Skip to content
Snippets Groups Projects
  1. Feb 17, 2016
    • akwizgran's avatar
      Merge branch 'client-transactions' into 'master' · 42c00fb8
      akwizgran authored
      Transactions for clients
      
      This patch moves transactions out of the database component, allowing clients to perform multiple database calls in a single transaction. This should improve efficiency and reliability, at the cost of increased boilerplate for database calls.
      
      Operations that allow hooks, such as adding and removing contacts, pass their transactions to their hooks. This ensures the whole operation is atomic and isolated, so StorageStatus is no longer needed, hooks don't need to be idempotent, and locks can be removed from clients that were using them for isolation.
      
      This merge request is marked WIP because it will conflict with !74.
      
      See merge request !101
      42c00fb8
    • akwizgran's avatar
      00e59613
  2. Feb 16, 2016
    • akwizgran's avatar
      Merge branch 'identicon-contrast' into 'master' · f43f79eb
      akwizgran authored
      Increase contrast between identicons and background
      
      Identicons currently have a dark or light background depending on the V component of the foreground colour. But V isn't a great measure of brightness - cyan looks much brighter than blue with the same V, for example. This leads to some identicons having low contrast between the foreground and background.
      
      This patch scales the R, G and B components of the foreground colour to 3/4 of the full range and sets the background to white, so there's always good contrast between the foreground and background. The patch also adds a 1dp outline around identicons and adds some padding to the identity selection dropdown.
      
      Before:
      ![device-2016-02-10-150200](/uploads/2456ff047d4d33b4537f3489c9018679/device-2016-02-10-150200.png)
      
      After:
      ![device-2016-02-10-154634](/uploads/758c71e3c160e0f9fc50a507323daa7f/device-2016-02-10-154634.png)
      
      
      See merge request !100
      f43f79eb
    • akwizgran's avatar
      Changed background colour to FAFAFA. · 0a7823e7
      akwizgran authored
      Psycho killer, qu'est-ce que c'est?
      0a7823e7
    • akwizgran's avatar
      Removed an unused method. · b50dce1c
      akwizgran authored
      b50dce1c
  3. Feb 11, 2016
  4. Feb 10, 2016
  5. Feb 09, 2016
    • Torsten Grote's avatar
      Merge branch 'merge-settings' into 'master' · d0ab16de
      Torsten Grote authored
      Fix a couple of bugs in settings
      
      1. SettingsFragment wasn't receiving events because it extended BaseFragment rather than BaseEventFragment
      2. Removed broken logic for deciding whether to broadcast a SettingsUpdatedEvent
      3. Added the namespace to SettingsUpdatedEvent so listeners can decide whether to react
      
      See merge request !97
      d0ab16de
    • Torsten Grote's avatar
      Merge branch '242-anonymous-forum-crash' into 'master' · 5dab0c0d
      Torsten Grote authored
      Fix crashes, rotation issues with forum posts. #242, #243
      
      
      
      See merge request !93
      5dab0c0d
    • Torsten Grote's avatar
      Merge branch 'validation-hooks' into 'master' · b1cb39e8
      Torsten Grote authored
      Run hooks when messages are validated
      
      This patch allows clients to respond to messages reliably. Like the hooks for adding/removing contacts/identities, these hooks may be run more than once - that will be fixed when we have client-layer transactions.
      
      See merge request !95
      b1cb39e8
  6. Feb 08, 2016
Loading