Skip to content
Snippets Groups Projects
  1. May 29, 2017
    • Hadrien De Sousa's avatar
      vcard: add uid to locale vcards · 4178e3dc
      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
      4178e3dc
  2. Feb 27, 2017
    • Adrien Béraud's avatar
      account: don't set "Unknown" as profile name · 4b8b3a6a
      Adrien Béraud authored and Andreas Traczyk's avatar Andreas Traczyk committed
      "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
      4b8b3a6a
  3. Nov 23, 2016
    • Aline Bonnet's avatar
      vcard: link one profile by account · d7dc1b72
      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
      d7dc1b72
  4. Nov 17, 2016
  5. Oct 19, 2016
    • Aline Bonnet's avatar
      vcard: send vcard during a call · 1fa8c062
      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
      1fa8c062
  6. Oct 17, 2016
    • Aline Bonnet's avatar
      profile : edit photo and name · 2041ab9f
      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
      2041ab9f
  7. Oct 07, 2016
    • Romain Bertozzi's avatar
      profile: load vcard and display image in call frag · 64a66782
      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
      64a66782
  8. Aug 02, 2016
    • Romain Bertozzi's avatar
      profile: gather parts and build vcard · 3b9c4fdb
      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
      3b9c4fdb
Loading