Commit Graph

23 Commits

Author SHA1 Message Date
Angela Mazzurco
c27db173ce Start distant chat using helper on ChatCache 2017-07-21 18:34:44 +02:00
Angela Mazzurco
80cc1b4520 Call toolbar change state when pop stackview 2017-07-04 15:51:03 +02:00
Angela Mazzurco
a9e4271c35 Transition on when toggle search box 2017-06-23 15:59:04 +02:00
Angela Mazzurco
353b34fcab Toggle search contacts field using search icon on toolbar 2017-06-23 15:17:41 +02:00
Angela Mazzurco
d8eafaf9ea Set search button visibility only on contacts view 2017-06-23 15:01:48 +02:00
Angela Mazzurco
32078d3243 Store own gxs information on ChatCache 2017-06-22 18:15:24 +02:00
Angela Mazzurco
b9d21f004c Change search icon on toolbar to invoke search field on contacts 2017-06-22 17:50:42 +02:00
Angela Mazzurco
2360c3c27a Change search icon 2017-06-22 17:44:11 +02:00
Angela Mazzurco
c2b63a2313 Use contacts cache to show contacts details 2017-06-21 16:31:20 +02:00
Angela Mazzurco
9f26a0aec5 Change to Almman indent style 2017-06-13 15:24:36 +02:00
Angela Mazzurco
ccc4afff4e Update search box background color 2017-06-12 18:18:17 +02:00
Angela Mazzurco
ea8d03bc10 Change how do you put chat tittle saving chat name into variable on cache GXS info 2017-06-12 15:44:07 +02:00
Angela Mazzurco
0742a44f73 Style search box 2017-06-06 18:05:24 +02:00
Angela Mazzurco
78fc0bc995 Refactor chat cache to add remoteGXS property to make chat last message more identificable 2017-06-05 20:17:19 +02:00
Angela Mazzurco
549b76141a Solve variable names incoherences 2017-06-03 18:09:52 +02:00
Angela Mazzurco
464c16b825 Implement last message cache when a message is received 2017-06-03 17:58:53 +02:00
Gioacchino Mazzurco
c1c1d5ddb4 Qml app: fixed unread messages count displaying
Roles in models are not expected to change type, so they must be always
  defined and have the same type
2017-05-17 15:33:10 +02:00
Gioacchino Mazzurco
d0b881f5e0 Added view to show/edit contact details
Split ColorHash.qml in a new file so it is reusable
ContactSort.js preferred contacts goes before non preferred
Contacts.qml use proper id for listview
Contacts.qml removed fingerprint popup
GxsIdentityDelegate.qml simplified, move link generation to ContactDetails.qml
2017-05-08 20:35:15 +02:00
Gioacchino Mazzurco
7b070e482d Qml app improved trusted nodes exchange
AddTrustedNode.qml support for plain certificate and node link import/export
Move clipboard wrapper to it's own singleton ClipboardWrapper.qml with
  improved clipboard API
2017-04-20 21:47:51 +02:00
Gioacchino Mazzurco
30bb84c4a9 Save persistently that default identity is created
In 943a4213fb default identity creation
  burst has been solved but some times the duplication happens in
  sequent instances of the app, now te app store permanently if default
  identity has been created so this other kind of duplication is avoided
  too (hopefully)
2017-04-19 14:23:29 +02:00
Gioacchino Mazzurco
943a4213fb Qml app avoid multiple default identity creation burst 2017-04-18 13:05:07 +02:00
Gioacchino Mazzurco
2c4cbd529a Update to QtQuick 2.7
Since we already depends on Qt 5.7 for QtQuick Controls 2 there is no
  point in using older QtQuick version
2017-04-18 11:53:14 +02:00
Gioacchino Mazzurco
d2598dd437 Implemented certificate link handling
Move content of qml directory to parent directory src
Message notification take care of plurar/singular
Fix compilation of service for non-android linux
AddTrustedNode.qml show node details for confirmation before adding
Added TrustedNodeDetails.qml to show nodes details
TrustedNodesView.qml show node details on click
Qml app added minimal infrastructure to delegate link handling
Removed unused icons
2017-04-13 16:47:27 +02:00