- May 29, 2017
-
-
Hadrien De Sousa authored
There was no uid set on android locale vcard which made lrc to duplicate the conversation for each new vcard sent Change-Id: I83b1e0c0db7847d3d2d7e3ae7697f687aae6d236
-
- Feb 27, 2017
-
-
"Unknown" is a placeholder to use at presentation time, not as the actual profile name that will be transmitted and saved. This patch prevents setting a "default name" in a vcard since the vcard can be used without a name. If no name is available, no name is set. In the account list, the account alias is showed if the profile name is not set. Change-Id: I48cef23edc139c269fe54cd5ca8cd6de91ea6752
-
- Nov 23, 2016
-
-
Aline Bonnet authored
Until now, there was one vcard for all accounts. Now, we want one vcard for each account. This commit amends the vcard management: it is saved with accountID as name. In RingnavigationFragment, photo and name are refreshed when you change the selected account. Change-Id: Icd0a7f0186817b23991d5fb3414daf83fef37edb Tuleap: #1279
-
- Nov 17, 2016
-
-
Thibault Wittemberg authored
VCards will be used by low level layer. In order to respect the descending dependency constraints we have to move this to libringclient. Change-Id: I9e969a871eb05cc801c600ac5619850a7f3eb9c4 Tuleap: #1316
-
- Oct 19, 2016
-
-
Aline Bonnet authored
When a user starts a call on Android, his profil is sent with a vcard. - DRingService implements sendProfil that cuts the vcard in blocks of 1000 bytes. - there are new methods in VCardUtils to save the vcard without a string. The photo is saved without new line now because the other client can't read the old vcard. Change-Id: I56eecd73f82b0e313137e47c1a430a3180c1558c Tuleap: #946
-
- Oct 17, 2016
-
-
Aline Bonnet authored
This commit allows the user to edit his name and photo. An AlertDialog pops up when you click on the name or photo in the left menu. - VCardUtils implements the methods to load and save the vcard for the local profile - MenuHeaderView implements the methods to change the name or photo If a VCard does not exist, loadFromDisk saves a default profile. Change-Id: I810607d02fbec115329a9e159fe44ebec0736618 Tuleap: #1074
-
- Oct 07, 2016
-
-
Romain Bertozzi authored
This patch retrieves the vcard from the disk and displays its content in the call fragment. It also crops the image to a circled one. This behaviour is extracted from the ContactPictureTask and factorized in a dedicated class We use an external library for vCard parsing, ez-vcard licensed under the BSD 3-Clause License. The transitive dependency freemarker is optionnal and not necessary for us (it was causing warnings during compilation) Change-Id: I293fc75ae4c2ba7394f194a61ec5e791dffaa5c7 Tuleap: #857
-
- Aug 02, 2016
-
-
Romain Bertozzi authored
This patch gathers all the parts of a given profile. It builds the final vcard string from these parts and saves it on the disk. Change-Id: I853caa25005469986d76fad3e892de7d813f0cb0 Tuleap: #856
-