Commit Graph

41 Commits

Author SHA1 Message Date
Gioacchino Mazzurco
36e20db887 Fix some glitches in qml app menu 2018-02-01 21:26:36 +01:00
Gioacchino Mazzurco
1c698bff83 Qml App add option to control DHT behaviour
As bitDHT is very noisy and keeps the radio always on on mobile thus
having huge impact on the battery life, DHT is now turned on only when
the App is interacting with the user byt default, on the option tab it
is possible to change this behaviour to set it always off, always on or
active depending on user interaction.
To handle settings AppSettings singleton has been added and a button on
the sidebar to edit configurations too
2018-02-01 14:31:07 +01:00
Gioacchino Mazzurco
32f43b999e Merge branch 'GSoC2017-evaluation-final' 2017-08-18 01:39:31 +02:00
Angela Mazzurco
79f09f14ac Merge branch 'qml_app_ui_improvements' into GSoC2017-evaluation-final 2017-08-16 14:09:38 +02:00
Angela Mazzurco
785bd65c74 Add shadow to the toolbar 2017-08-03 18:27:16 +02:00
Angela Mazzurco
9f52ffb677 Increase toolbar size 2017-08-03 17:38:15 +02:00
Angela Mazzurco
83f886075d Merge branch 'qml_app_emoji_font' into GSoC2017-evaluation-II 2017-08-03 16:48:37 +02:00
Angela Mazzurco
54c8e26fee Set emoji font declaration global for all app 2017-08-02 18:10:22 +02:00
Angela Mazzurco
e39b310c78 Open chat when click notification of one chat new message 2017-07-31 17:42:45 +02:00
Angela Mazzurco
c86b7c79ae Open contacts view on click unread notification 2017-07-31 16:52:03 +02:00
Angela Mazzurco
905b1d6556 Refactor button names 2017-07-22 14:44:12 +02:00
Gioacchino Mazzurco
5f0cb3ce5d Merge branch 'qml_app_avatar_picker' into GSoC2017-evaluation-II 2017-07-19 13:33:40 +02:00
Phenom
5bf056c7a4 Rename retroshare06 to retroshare 2017-07-17 10:45:18 +02:00
Angela Mazzurco
f6cd3b42ad Refactor handleIntentUri to work also with authorities 2017-07-11 19:13:55 +02:00
Angela Mazzurco
b77629eed4 Disable Retroshare toolbar button if core is not ready 2017-07-09 12:27:49 +02:00
Angela Mazzurco
0a3a04c245 Change menu icon position to left 2017-07-09 11:49:52 +02:00
Gioacchino Mazzurco
163f6b14af Qml-app update all available icons to SVG 2017-07-07 14:28:41 +02:00
Angela Mazzurco
8ebd0f770f Solve crash bug with toolbar loader when pop push a chat view, loading AvatarOrColorHash from toolbar 2017-07-04 17:20:42 +02:00
Angela Mazzurco
80cc1b4520 Call toolbar change state when pop stackview 2017-07-04 15:51:03 +02:00
Angela Mazzurco
d19950f0df Add support for back key on desktop keyboard 2017-07-04 15:35:45 +02:00
Angela Mazzurco
34be06c67a Disable backbutton implementation 2017-06-23 17:26:51 +02:00
Angela Mazzurco
60dae07742 Partialy implement back button 2017-06-23 17:26:10 +02:00
Angela Mazzurco
37089bb73f Disable toolbar mouse area on chat view 2017-06-23 16:36:36 +02:00
Angela Mazzurco
c94672118e Toolbar return to contacts view when click to icon or label 2017-06-23 16:33:16 +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
69b3f46309 Solve bug on search icon visibility 2017-06-22 18:04:41 +02:00
Angela Mazzurco
e7c3a3739e Set search icon visibility on core ready 2017-06-22 17:54:46 +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
27593633fc Use Drawer Sidebar instead of menu class to show the menu 2017-06-22 14:46:30 +02:00
Angela Mazzurco
9f26a0aec5 Change to Almman indent style 2017-06-13 15:24:36 +02:00
Angela Mazzurco
dc02fe034e Add left margin to toolbar 2017-06-13 14:24:07 +02:00
Angela Mazzurco
8b0b366f69 Show user hash in chat view 2017-06-12 16:14:47 +02:00
Angela Mazzurco
cb96b9fac6 Solve bug with defaultLabel undefined 2017-06-08 17:48:50 +02:00
Angela Mazzurco
4a90436e8e Change toolbar label on chat view opened with the name of remote 2017-06-08 16:21:33 +02:00
Gioacchino Mazzurco
3a3c4691ce Qml app is more aggressive in parsing links
Some app lile t3legram prepend other textxs when a message is copied, so
 if a retroshare link is passed via t3legram and the user do copy/paste
 on retroshare, retroshare get "some text + retroshare link", to avoid
 the link being forgot we parte pasted textx more aggressively
2017-04-20 23:53:45 +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
5c1ad36d2b Qml app support contact link import/export 2017-04-20 16:05:15 +02:00
Gioacchino Mazzurco
f04697d61d Qml app is not supposed to stop core on android 2017-04-18 13:30:28 +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
a1311c16c8 Use unique name for main
Qt Creator get confused if files with same name are present in the same
  project and when clickng on debug info open the same file, renaming
  main to avoid this
2017-04-18 11:53:14 +02:00