Skip to content
Snippets Groups Projects
  1. May 11, 2017
  2. May 10, 2017
  3. May 09, 2017
  4. May 05, 2017
  5. May 04, 2017
  6. May 02, 2017
  7. May 01, 2017
  8. Apr 27, 2017
  9. Apr 26, 2017
  10. Apr 25, 2017
  11. Apr 24, 2017
    • Aline Bonnet's avatar
      smartlist: add contact request indication · 6159dfc9
      Aline Bonnet authored
      
      This commit adds a contact request indication in the smartlist:
      - if a contact request was sent and accepted, there is no indication
      - if a contact request was sent and refused or pending, there is a
      green message
      - if there is no contact request, there is a red message
      
      Change-Id: I88062965c8a2038ea4cf1dfc0d94a1edfb4d5a01
      Reviewed-by: default avatarHadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
      Tuleap: #1489
      6159dfc9
    • Aline Bonnet's avatar
      smartlist: fix contact duplicates · ffae8c17
      Aline Bonnet authored
      
      When a new contact is added to Android contacts, the conversation is
      duplicated in the smartlist even if we restart the application. If we
      click on this conversation, there is no text message displayed.
      
      The contact is know as a Ring contact and a system contact. Now, we
      check if theses both contacts already exist before to add the conversation
      to the conversationMap.
      
      Change-Id: I7fdff872f1f4e8aecd2499b483c9eb43682d8e65
      Reviewed-by: default avatarHadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
      ffae8c17
  12. Apr 21, 2017
  13. Apr 20, 2017
  14. Apr 13, 2017
    • Adrien Béraud's avatar
      account: use TabLayout instead of PagerSlidingTabStrip · 954cf0ae
      Adrien Béraud authored and Adrien Béraud's avatar Adrien Béraud committed
      Replace third-party library
      com.astuetz:pagerslidingtabstrip
      with support design library component
      android.support.design.widget.TabLayout
      
      This allows to remove dependency to
      unmaintained pagerslidingtabstrip and take
      advantage of future evolutions and device
      support of the design library.
      
      Also bump the support library to take advantage
      of latest bug fixes.
      
      Change-Id: Ic2f9d2015cc51298651ee5f8b23b95db4df21eea
      954cf0ae
  15. Apr 12, 2017
    • Aline Bonnet's avatar
      bump version to 74 · 6ae1c371
      Aline Bonnet authored
      Change-Id: Ie7a6c70b42573169281b61ffe96b6608065ff2ee
      6ae1c371
    • Aline Bonnet's avatar
      smartlist: display the contacts from daemon · bd3c46b6
      Aline Bonnet authored
      Now, we can add a contact without start a conversation. This contact is
      saved on the daemon.
      
      This commit displays the contacts from daemon on the smartlist
      depending on the selected account.
      
      Change-Id: Ic8c38dba2e4b557d6bce4e6d7fb903fbd17518af
      Tuleap: #1541
      bd3c46b6
Loading