- Feb 11, 2016
-
-
Nicolas Jager authored
- use same set of icons than in other clients - use predefined sizes for buttons and icon padding large button: 56x56, 16 padding medium button: 40x40, 8 padding small button: 30x30, 6 padding Tuleap: #354 Change-Id: Ic3a01665e666419ae10a9f36955669149d8e5c01
-
Alexandre Lision authored
to be consistent with other client show the main window right after account creation. This second step wizard was a good place to share your RingID. Intsead display a small share button right to the RingID displayed in the main window. Change-Id: I2beb580e9b07f794aa73b0ee8f3d4898bf10bc93 Tuleap: #366
-
Alexandre Lision authored
- add more options to share ringID - better animation during account creation - 'OK' button becomes 'Next' - allow user to create an account with 'Unknown' name - enable notifications by default Tuleap: #366 Change-Id: Iada3d83aa94313a0082363808c5eeb79a5e5f394
-
Alexandre Lision authored
catch signals of current device changed and repopulate the lists Tuleap: #369 Change-Id: I8052e53d53388a5dd122be6cabba8faf65efd031
-
- Feb 09, 2016
-
-
Alexandre Lision authored
Tuleap: #338 Change-Id: I29ce733106935e4a0e7402f6ed79c8b5552e7fd4
-
aviau authored
Change-Id: Ic4e0c94734b79d4a4dc0103abf4c8994faeff934 Tuleap: #312
-
- Feb 05, 2016
-
-
Alexandre Lision authored
Tuleap: #355 Change-Id: I72ebfb4c38052fd50a8b272a29690345f1da79a0
-
Alexandre Lision authored
Each account can now - enable/disable ringtones (enable by default) - choose a ringtone in the pre-packaged list Change-Id: Id3b41b84b01566bf979f74114c8eb3e58d7b3f55 Tuleap: #338
-
aviau authored
Change-Id: Iaacb7734fb57b98b41e495924a62277251629611
-
Alexandre Lision authored
Change-Id: I4b01c212bfd1d27b2ed8267b0f9cf9e32c0f16f0 Tuleap: #338
-
Alexandre Lision authored
Use username's login provided by the system Tuleap: #334 Change-Id: I61f18fa4e3265763d16aa6c1b4ae715c024bfe96
-
- Feb 03, 2016
-
-
Alexandre Lision authored
Since history is now handled by LRC, set the history limit instead of storing it client side. There is a race condition in LRC, we need to make sure daemon is started before creating the history, otherwise dring.yml is not parsed when we ask what is the currently set historyLimit and returns default value. Change-Id: I433a37ab559721df82225a6fe2695525ed85fcd0 Tuleap: #103
-
Alexandre Lision authored
Linked to 2826 Issue: #80868 Change-Id: I57d8ff8ea7c06367acccbbb1b90d77c14fca35b5
-
- Feb 01, 2016
-
-
Alexandre Lision authored
- new file Conversation.string - update other source files - new translations - fix some i18n warnings in source code Change-Id: Ic6378f7947c47cea0b36a87f5b1c52f575ee1959
-
- Jan 29, 2016
-
-
Alexandre Lision authored
- Add call photo - Add specific ui controls and photo for incoming calls - Add ui for outgoing calls in process - Add labels under important actions (Hang up, Pick up) Change-Id: Ie6faee8e2816330bff0e7ec91fbb533c3c9b949d Tuleap: #284
-
- Jan 25, 2016
-
-
Alexandre Lision authored
Clear RecentModel current index: - during a call when the call is OVER - in chat view when clicking on back button This allow to reselect the previous row, and visually reset the row (remove highlight state) Change-Id: I36f531c6304ce48f0be3cc541f28a21d73a05262 Tuleap: #202
-
Alexandre Lision authored
El Capitan handles animations differently and optimizes out animations on off screen views. Progress animation was started when Ring was launched, and the CurrentCall view is hidden at first, therefore progress animation was never started. This patch also simplifies layer handling. Change-Id: I33f1b42ca3e813d780868a81f4e391138e4751a2 Tuleap: #269
-
Alexandre Lision authored
Related to change #3155 Change-Id: I08a1f5dfeff25702212a25f829cb0e73f92d5a4a Tuleap: #188
-
- Jan 22, 2016
-
-
Alexandre Lision authored
There were corner cases that did not trigger the call view, or with an invalid selected call. Improves call switching by properly changing the call selected when an incoming call arrives and disconnecting the preivous one. Change-Id: I32db7c9e6bc4a2df45544ddb7fad5e344d8839d7 Tuleap: #70
-
- Jan 21, 2016
-
-
Alexandre Lision authored
After Ring's first launch, smartlist appeared empty. This patch makes sure that before presenting the UI the RecentModel is initialized Change-Id: Iadd7b43f89ff9b9415ed381fce109ede464a1049 Tuleap: #255
-
Alexandre Lision authored
Using NSCriticalRequest makes the icon bounce to catch user attention Icon comes back to normal when the app takes the focus. Change-Id: I1a2504407223944775e0eac40a228bc6e5e3435d Tuleap: #202
-
Alexandre Lision authored
wrong redirection to main window if user do not create his account Tuleap: #255 Change-Id: Ib984525610ede06084c2625de819b3112604dfde
-
- Jan 20, 2016
-
-
Guillaume Roguez authored
Use minimum of 30% now for update strings Change-Id: I207c9d906c53b76f2d97bbdf73c02baed73fda9d
-
- Jan 19, 2016
-
-
Alexandre Lision authored
Display unread count message on Ring dock icon Change-Id: Ia137f66689838dddd1bbce6c8b486c6ceee77682 Tuleap: #202
-
Alexandre Lision authored
Allow user to drag-select multiple messages Change-Id: I1fcf115822dab791d3df35b29696be3af3800204 Tuleap: #202
-
Alexandre Lision authored
- ability to chat off call - system notification on incoming msg - notification in smartlist Tuleap: #202 Change-Id: Ide10f80f677f23022ad4296a82ae122e69a892cc
-
- Jan 18, 2016
-
-
Alexandre Lision authored
animation was not triggered when making a new call or receiving one Change-Id: I2b7725a1ce92e972dbf59204ee4717b5a33cfee9 Tuleap: #202
-
- Jan 08, 2016
-
-
Alexandre Lision authored
- choose number to call - copy number Tuleap: #57 Change-Id: I18317154af9c50cade4ee8b749d10ac54eb77064
-
Stepan Salenikovich authored
Add new virtual pure methods. Change-Id: Ifa843495a1c2bb3f39d5b8ecd697c9a2aac3d56b Tuleap: #170
-
- Jan 07, 2016
-
-
Alexandre Lision authored
- Happy new year - remove OpenSSL additionnal permission - remove unnecessary ifndef for headers Change-Id: I32dcd918bb3138b3cf53e6ec078f4f720ad41e15 Tuleap: #218
-
- Dec 15, 2015
-
-
Alexandre Lision authored
allow user to drag and drop or select an image from the file chooser and stream it to a call Issue: #78547 Change-Id: I21e73d11e143b3eb13105368ebd757427e6645cb
-
Alexandre Lision authored
Iterating over the UserActionModel actions was going one step too far. It caused the ACCEPT button to be hidden for incoming calls. Change-Id: Ia84ee0e86396cdca70268ebc2e90c3aefc2170c0 Tuleap: #199
-
- Dec 14, 2015
-
-
Alexandre Lision authored
- update ar, uk, ru, fr, es - add pt_BR Change-Id: Ifd41bec6338a617c585d5cbf363325b814ac05f2
-
- Nov 26, 2015
-
-
Alexandre Lision authored
This commit introduces adjustements in lists layout. In SmartList - use custom Ring default user icon In PersonsList - use custom Ring default user icon - make categories selectable - remove background color of categories In HistoryList - add photo/default Ring user icon to history entries Tuleap: #151 Change-Id: I99bba6ef95b31f9f6ac33d14f434c0a0bd53c654
-
- Nov 16, 2015
-
-
Alexandre Lision authored
This commit adds conferences management - create conference by joining two ongoing calls/conferences - create conference by calling a new peer and joining him to the ongoing call/conference - hanging up conferences This commit relies on CallModel and RecenModel selection models interactions to update call view and Smartlist row selected. Change-Id: Ib9f6b9b870e66c8ccfb5115ad6fdb592c625eb58 Tuleap: #114
-
- Nov 13, 2015
-
-
Alexandre Lision authored
Insert link to Ring's Transifex project page since the list of translation contributors can be found there. Change-Id: Ia418c066ec0b6a258d383100f841b73604a313d4 Tuleap: #134
-
Alexandre Lision authored
Change-Id: I0c9dd13901c82319bf3bb21bf91117d336376799 Tuleap: #134
-
- Nov 11, 2015
-
-
Alexandre Lision authored
lambda registered for frameUpdated was still alive after closing the window. It was consuming frames, preventing the call to get them. It's a limitation of our implementetation: there is only one possible receiver of frameUpdated for a given renderer. Tuleap: #130 Change-Id: Ic8f5b8efea60e3409c77e4510320e3eba11fe21d
-
- Nov 05, 2015
-
-
Alexandre Lision authored
this is now handled automatically by the daemon Tuleap: #96 Change-Id: Ib0011a3bd70ed875ec66edbe6fe752fb02669dcb
-
Alexandre Lision authored
This commit adds attended/unattended transfer capability It also improves call controls visibility Tuleap: #56 Change-Id: I66c2bc22f015f12dc58cf98768b8b3c689e6fdcb
-