Skip to content
Snippets Groups Projects
  1. Apr 27, 2016
  2. Apr 21, 2016
  3. Apr 20, 2016
  4. Apr 14, 2016
  5. Apr 12, 2016
    • Torsten Grote's avatar
      address issues found in final review · c5bfea21
      Torsten Grote authored
      (except refactoring of conversation item classes)
      Verified
      c5bfea21
    • Torsten Grote's avatar
      Ensure responses shown after requests, clarify wording, reuse transactions · 90d984ee
      Torsten Grote authored
      When devices' clocks are out of sync, it is possible that a response is
      shown before the request. This commit makes sure that the timestamp of
      responses is always later than the last message in the conversation.
      
      Some wording could be misunderstood to thing introductions were
      successful even though they were not. That has been clarified.
      
      A new database transaction was created when getting contacts and local
      transport properties. This has been changed to re-use the existing
      transaction.
      
      Also addresses minor issues found in review.
      Verified
      90d984ee
    • Torsten Grote's avatar
      Find correct session state in case the same one is used twice. · 4b7a32a5
      Torsten Grote authored
      The code made the assumption that a session state can be identified by
      the unique session ID. However, when multiple identities from the same
      device are involved, there are two sessions with the same ID running on
      the device.
      
      Hence, a second identifying criteria has to be used to uniquely identify
      the correct session. Here, the ID of the group was chosen.
      Unfortunately, the session state can not be cached easily anymore
      leading to a small performance penalty when getting all messages for the
      UI.
      Verified
      4b7a32a5
  6. Apr 06, 2016
  7. Apr 05, 2016
  8. Apr 01, 2016
  9. Mar 30, 2016
  10. Mar 29, 2016
  11. Mar 28, 2016
  12. Mar 26, 2016
  13. Mar 22, 2016
  14. Mar 14, 2016
  15. Mar 08, 2016
  16. Mar 07, 2016
Loading