Skip to content
Snippets Groups Projects
  1. Aug 22, 2016
  2. Aug 21, 2016
  3. Aug 20, 2016
  4. Aug 19, 2016
  5. Aug 16, 2016
  6. Aug 15, 2016
  7. Aug 13, 2016
  8. Aug 05, 2016
  9. Aug 04, 2016
  10. Aug 01, 2016
  11. Jul 31, 2016
  12. Jul 30, 2016
  13. Jul 28, 2016
  14. Jul 24, 2016
  15. Jul 23, 2016
  16. Jul 18, 2016
  17. Jul 16, 2016
  18. Jul 07, 2016
  19. Jun 23, 2016
  20. Jul 16, 2016
    • Philipp Hörist's avatar
      Handle session states (inactive/active) (#68) · 1dca6604
      Philipp Hörist authored
      * Add DB migration to insert 'active' column
      
      Inserts 'active' column into the sessions table with
      a Default value of 1
      
      * Set active/inactiv state of sessions
      
      Every device that we receive via devicelist event will be set
      to 'active', every device in our DB that is not in the received
      devicelist event will be set to 'inactive'
      
      * Show inactive session fingerprints in grey color
      1dca6604
  21. Jun 15, 2016
    • Philipp Hörist's avatar
      Show omemo UI if encryption is active · 185bbbb3
      Philipp Hörist authored
      The UI should be shown when encryption is active in any case
      so that the user can disable it.
      If for any reason the jid of the contact is not in device_ids
      the UI was not shown before. If addtionally the last
      known state of encryption was active, the user saw no UI
      and couldnt disable omemo. Because for the jid are no devices known
      (hence not in device_ids) and omemo = active, because of security
      omemo wouldnt let any messages be sent. The user had no
      chance to come out of this state
      185bbbb3
    • Philipp Hörist's avatar
      Add attr 'account' to OmemoState / Log changes · ce864a56
      Philipp Hörist authored
      Add attr account to OmemoState. We need this so all current
      and future log messages can display the account it is coming from
      ce864a56
  22. Jun 13, 2016
  23. Jun 10, 2016
  24. Jun 09, 2016
  25. Jun 08, 2016
  26. Jun 07, 2016
  27. Jun 04, 2016
  28. Jun 03, 2016
  29. May 31, 2016
Loading