Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
  2. 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
  3. Apr 21, 2017
  4. Apr 20, 2017
  5. 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
  6. Apr 12, 2017
  7. Apr 11, 2017
    • Adrien Béraud's avatar
      navigation: show true account status · d701575a
      Adrien Béraud authored
      
      Currently an error icon is shown for anything else than the "registered"
      state, which can cause user confusion. Now show the same status in the
      burger menu and the account settings.
      
      Also update the account list for every registration change, fixing the
      sticking error icon bug.
      
      Change-Id: I4be212dc304e13f891ec702047fd88d99a58dca1
      Reviewed-by: default avatarAline Bonnet <aline.bonnet@savoirfairelinux.com>
      d701575a
  8. Apr 10, 2017
  9. Apr 06, 2017
  10. Apr 05, 2017
  11. Apr 04, 2017
  12. Apr 03, 2017
  13. Mar 31, 2017
  14. Mar 29, 2017
Loading