- 05 Oct, 2017 1 commit
-
-
Anthony Léonard authored
A button is added in the Ring account setting panel which trigger a sliding modal enabling a user to change the password used to encrypt the master key archive (its Ring “account”). To prevent mistakes, the old password is not required if we know that there isn't any. The new password is also asked twice for confirmation. Change-Id: Ibbc0a87f1d108b7fdb66382e8f8f491461eeaccf Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 20 Jul, 2017 1 commit
-
-
Guillaume Roguez authored
"Version 1.0" was missing in the release name. Change-Id: I155f1648d6a07060e092a4b1fd47ae5d7f5c8f47 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 18 Jul, 2017 1 commit
-
-
Anthony Léonard authored
- “Beta 2” mention has been removed. - Version name : ”Gaston Miron” -> “Liberté, Égalité, Fraternité”. - It's 2017 ! Change-Id: I257c5a2a5aa785a4612f59b0e31377c4eb6202e0
-
- 14 Jul, 2017 2 commits
-
-
Kateryna Kostiuk authored
Add property to select button image color and category to track button on hover Change-Id: I13c144c1f31741f65239106dd22167e88312b80b
-
Kateryna Kostiuk authored
Split Conversation view in three section: 1 - peer info and buttons to perform actions 2 - conversation 3 - send message panel Change-Id: I1732c3ba093ff7b2d65004ddc6d43ef54539403a Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 12 Jul, 2017 1 commit
-
-
Kateryna Kostiuk authored
Remove window with peer's information when sending contact request Change-Id: Ib850b465bc07c67a2fe4638e220f5dc6af44f6e2 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 16 Jun, 2017 1 commit
-
-
Kateryna Kostiuk authored
Remove view to display msg for pending contact request list Change-Id: I695061d2d8840da5f5691d4f6e992439a7a4c2b0 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 15 Jun, 2017 1 commit
-
-
Anthony Léonard authored
The previous system to display the incoming video frames was relying on CGImage generation with raw framebuffer which were then set as the content of the CallView. This way of doing it is not efficient as it implies buffer copies and is discouraged by Apple for pictures that change often. Moreover, this process was done by the VideoReceiveThread from the daemon which was then blocked by those copies without being able to decode further incoming frames. This is why a lag was appearing and increasing on high resolution stream. The new system now isolates frame delivering to the UI and their rendering. The VideoReceiveThread just update the current frame buffer and size without copy and another thread send those data to an OpenGL texture on screen refresh which also enables to automatically skip frames in case of heavy load. Change-Id: I0b79ddce66f52a3db1eee19945733ff93e7ce34f Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 12 Jun, 2017 1 commit
-
-
Kateryna Kostiuk authored
Now view used for sending and receiving messages during the call (ChatView) is the same as for regular ConversationView. Also this commit fix two problems: 1)remove black imprints of text views, that appeared after window resizing 2)set status "read" for messages arriving during call, so they don't appear in SmartList as unread. Change-Id: I6d0cb79878395d28cfc93491a9d4cab42ed89192 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 07 Jun, 2017 1 commit
-
-
Kateryna Kostiuk authored
In preferences add new tab for banned contact. The list contain contact's bestID and button to perform unban. Change-Id: I376f63420ec0573e47574a79923c798b50148a31 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 25 May, 2017 1 commit
-
-
Kateryna Kostiuk authored
Add green circle in the SmartList if contact is online. Change-Id: I911d48239d9c95644111183edc620c6342c5ec63 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 19 May, 2017 1 commit
-
-
Kateryna Kostiuk authored
This commit changes UI for pending contact request list. It adds peer photo, peer name and message for contact request. (for now it shows default message) Tuleap: #1553 Change-Id: I22f58456eb583eefe04f9288ab926c93247b17d9 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 16 May, 2017 1 commit
-
-
Kateryna Kostiuk authored
This patch adds new window that displays photo, contact's name(if exists) and RingID or user name. From this window user could send contact request to the peer. Tuleap: #1593 Change-Id: I19adee0c10bfb5391db430881331fc9fd02f127a Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 05 May, 2017 1 commit
-
-
Kateryna Kostiuk authored
This commit save user chosen account in NSUserDefaults and restore it on launch. If account is not saved then try to find registered RING account, if it is not available search for SIP account. Change-Id: I15294e163b4a69247532bf46dd2c115a7c7c4add Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- 26 Apr, 2017 1 commit
-
-
Kateryna Kostiuk authored
In toolbar add button to display pending requests list The list is updated depending on which account is currently selected Tuleap: #1553 Change-Id: Ib0241dca8da2001f257bad79b96c3556a40b9d0f Reviewed-by:
Alexandre Lision <alexandre.lision@savorifairelinux.com>
-
- 11 Apr, 2017 1 commit
-
-
Kateryna Kostiuk authored
This commit add dropdown list to toolbar to change currently selected account. After selection it update ring id used to share account info. Tuleap: #1532 Change-Id: I9fe3e65513ec45dce8bd53d8611f4daca6081663 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- 24 Mar, 2017 1 commit
-
-
Alexandre Lision authored
Qt5::QDDSPlugin is not available anymore in Qt5.8. Change-Id: Iea525454ea3f56d2a210460b308da0aed71693c6
-
- 09 Dec, 2016 1 commit
-
-
Alexandre Lision authored
The QJp2Plugin and QMngPlugin are not packaged in qt 5.7. We should not link to these anymore. Tuleap: #1362 Change-Id: Ib3c269d495c5e1a5310398354a09d6130bf3d75c
-
- 16 Nov, 2016 1 commit
-
-
Alexandre Lision authored
- Change Ring description - Add background texture to the main screen Tuleap: #1291 Change-Id: I0c6646ad8223045a7127a8aa3db2113d28ed4e21
-
- 03 Nov, 2016 1 commit
-
-
Alexandre Lision authored
Change-Id: Ie5304451d6af92d2d4ac6bed9899fab60cb5d131 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 02 Nov, 2016 1 commit
-
-
Alexandre Lision authored
- Show field of blockchain server. No edition possible yet since this feature has not been tested well enough - Display register name window Change-Id: I2b19ce83e40de9a6cda0e0ec601516b75c01702b Tuleap: #1158
-
- 27 Oct, 2016 1 commit
-
-
Alexandre Lision authored
This commit simplifies the UI to manage (create, remove, backup, restore) accounts. It includes the rewording of the previous Import/Export feature to prevent confusion with the new multidevice export. Import is now 'Restore account' Export is now 'Backup account' Additionnal label have been added as well Tuleap: #1152 Change-Id: I64506ce8a2d740f33eeb4719efb4bf8e9f2df746
-
- 26 Oct, 2016 1 commit
-
-
Alexandre Lision authored
This commit adds the ability to dial dtmf tones during a call. It is necessary for interacting with automated services. RTP dtmf are not working in the daemon, so during SIP account creation we switch to SIP dtmf. Tuleap: #154 Change-Id: I9d6758af4bc0b44605dc4b17c08b9b4ceaee84bd
-
- 14 Oct, 2016 3 commits
-
-
Loïc Siret authored
This patch implements multi-device support - The account creation wizzard has now two options "Existing Ring account" and "New Ring account". "Existing Ring account": Allows for fetching a Ring account archive from the DHT. Requires pin and password. "New Ring account": This is the previously existing wizard. It was modified to ask for a password which will be used to encrypt the account archive. This password is then required for exporting the account on the Ring. - Creating a new Ring account with the "+" button now triggers the account creation wizard. Change-Id: I6840d968e52de014ab0aa9dd6f5bc1ab31f9e9ec Tuleap: #958
-
Alexandre Lision authored
Prompt user to add a password for each of his Ring accounts in order to use the new multi-device system. Change-Id: I7a75b04330eabc3d229f8fd613cad69ed8d66eb5 Tuleap: #960
-
Alexandre Lision authored
This patch adds a Devices panel for Ring accounts. This panel contains the list of devices linked with this Ring account, and the possibility to export the Ring account on the DHT to setup a new device Change-Id: I7281b03d4376fbfc2d74c4e520b8cd0726b9166d Tuleap: #959
-
- 16 Sep, 2016 1 commit
-
-
Loïc Siret authored
This patch extracts superclass and protocols from PathPasswordVC. Allowing to reuse code for futur components needed by futur releases like AddingDevices. Change-Id: I9cc8c88489f14841e5c8f36cc2fa2eb9d967b1b0 Tuleap: #959
-
- 06 Sep, 2016 1 commit
-
-
Alexandre Lision authored
Reload accounts when network changes Tuleap: #1007 Change-Id: Ic0182f0b1833dabb1594b3ba7053d56ec92edc50
-
- 05 May, 2016 1 commit
-
-
Alexandre Lision authored
This allows to package ringtones when daemon is installed in another prefix Change-Id: I4a49957f81e4bebf80c8a657ebf958d661a53fd4 Tuleap: #652
-
- 02 May, 2016 1 commit
-
-
Alexandre Lision authored
Some command line options differ between the GNU and UNIX version of base64, date and stat Change-Id: I5d7ec0a3e797a1044e9acae3153caf9cb9eef00e Tuleap: #634
-
- 29 Apr, 2016 1 commit
-
-
Alexandre Lision authored
Relies on libqrencode, cloned and compiled by cmake Tuleap: #616 Change-Id: I2cb9281289478321751a947fc8828bf0ba5c6f27
-
- 28 Apr, 2016 1 commit
-
-
Alexandre Lision authored
- fix a small offset of the preference window when switching between tabs - increase sizes of photos to avoid pixelisation Change-Id: Idfb9149a8de08c034dff3e42b41f5888bba893f7 Tuleap: #530
-
- 18 Apr, 2016 2 commits
-
-
Alexandre Lision authored
- add delete icon in account general details panel - remove up and down buttons (not used/explained) Tuleap: #335 Change-Id: Iee1efc57b0b93b3187696da61f244ca0a737f5e0
-
Alexandre Lision authored
Allow import/export of accounts in the preferences. PathPasswordWC is a generic modal window asking for a path and a password. It is used for both export and import UI. Tuleap: #335 Change-Id: Ic478140e64b51d10672ef466509326fc17be2712
-
- 17 Mar, 2016 1 commit
-
-
Guillaume Roguez authored
New master version Change-Id: I2df82d58ba1bed370514cce4c705e5ac80c81743
-
- 16 Mar, 2016 1 commit
-
-
Alexandre Lision authored
Removes the RING_VERSION in the RING_VERSION_NAME it appeared twice in the 'About' dialog Change-Id: Ie3605f1897ecff614b6f2f5a3aaf6a5167d5288a Tuleap: #469
-
- 15 Mar, 2016 1 commit
-
-
Guillaume Roguez authored
Change-Id: I078e24b21ed3a1060a52a6e552ea68aaf186d459 Tuleap: #469
-
- 14 Mar, 2016 1 commit
-
-
Alexandre Lision authored
LRC was not resolvable if not installed in the client installation path. Change-Id: I21e840ed0360a0f30ef354b77518cc0a170377ba Tuleap: #449
-
- 10 Mar, 2016 1 commit
-
-
Alexandre Lision authored
compilation was broken under 10.8 due to a missing flag during compilation. Some symbols couldn't be resolved Change-Id: Ib75531af1ab8280814940ae49a7f2726af5a456a Tuleap: #343
-
- 09 Mar, 2016 1 commit
-
-
Alexandre Lision authored
emit a warning instead of a fatal error when Sparkle framework is not found Change-Id: Iccffaa3047ba2b37813b33e920f5b311b74db5b8 Tuleap: #449
-