Skip to content
Snippets Groups Projects
  1. Sep 28, 2017
    • Loïc Siret's avatar
      androidtv: replace orb icon · 7642f73e
      Loïc Siret authored
      As discuss with designer, we replace the lens ico on the search to a
      add people ico, more representative as the function behind the orb
      
      Change-Id: I16e8426b24d167337db3bdcfc45ed77cd1af98ba
      7642f73e
  2. Sep 21, 2017
  3. Sep 14, 2017
  4. Sep 06, 2017
    • Loïc Siret's avatar
      androidtv: rework Card Styles · 74f6cc94
      Loïc Siret authored
      This patches remove duplicate information on cards. if the title and
      description are the same, we display one one line card.
      
      Change-Id: I5794710a34010275edb25c053d8a3595dc1993b4
      74f6cc94
  5. Aug 30, 2017
    • Loïc Siret's avatar
      AndroidTV: Add Licence and contributors views · 9d5aea11
      Loïc Siret authored
      This patch adds two cards in about section, the contributor view and
      licence view.
      To display that views, we add a new Activity with a Leanback
      DetailsFragment.
      
      Change-Id: I58670e55dc8e2ebdb83e190a5827d05867fc82cf
      9d5aea11
  6. Aug 29, 2017
    • Loïc Siret's avatar
      AndroidTV: about section · 6c71b940
      Loïc Siret authored
      This patch adds a PresenterSelector to centralise the display of cards
      It also adds a new row for about things
      
      Change-Id: I777fbbb52265efdfcfa8ef2c903205c2b67e37a8
      6c71b940
    • Loïc Siret's avatar
      Android: Add Hadrien as a contributor. · 64ec8b65
      Loïc Siret authored
      Hadrien was missing on the contributor list, this patch adds him.
      
      Change-Id: I403ef8449dfcb1ff44e5355c6cdc3ff7dab22485
      64ec8b65
  7. Aug 21, 2017
    • Loïc Siret's avatar
      AndroidTV: Display Username · 5ef225df
      Loïc Siret authored
      This patchs adds a registereduserName or RingId on the mainFragment.
      To do this, we need to use a custom TitleView because the ring id is
      too long and displayed badly withe the default titleview.
      
      Change-Id: I052796ce5cdf37a284ba5cddf1b8cbd15f6ef65b
      5ef225df
  8. Aug 18, 2017
    • Alexandre Lision's avatar
      androidtv: make username optionnal · d8548591
      Alexandre Lision authored
      Providing a username during account creation is now optionnal on
      AndroidTV.
      The related string has been modified to replace 'experimental' by
      'optionnal'
      
      Change-Id: Ic74fb34fa3d5466ec2d194d8b03d2a9eed59495a
      d8548591
  9. Aug 14, 2017
    • Alexandre Lision's avatar
      androidtv: use MVP on Main screen · 689b7ada
      Alexandre Lision authored
      Rename package client to main
      Apply MVP pattern on the MainFragment
      Remove default colors and use Ring primary colors
      
      Change-Id: I03084daecde55a4ed8116aba5e37753d9c3be5f5
      689b7ada
  10. Aug 11, 2017
  11. Aug 09, 2017
    • Alexandre Lision's avatar
      build: merge app and androidtv · fed74d79
      Alexandre Lision authored
      Instead of maintaining two separate modules, use a main client
      module compatible with cells, tablets and TV.
      
      Change-Id: Ie7d1ff3da1b9cf7fccf6804f773cf853bc2cd942
      fed74d79
  12. Aug 04, 2017
  13. Jul 19, 2017
  14. Jul 12, 2017
  15. Jun 14, 2017
    • Adrien Béraud's avatar
      model: always show username instead of ringid when possible · 8e6e2ffd
      Adrien Béraud authored
      Always display registered name instead of ringid by
      moving higher-level lookup logic to LRC model for
      contacts, contact requests and accounts.
      
      For instance, CallService is changed to directly return
      SipCall instances and handles association of contacts to calls.
      ConfigurationManager interface is unified in AccountService.
      
      This allows to minimize the number of name lookup API calls
      and to preserve the lookup result over the
      application lifetime, while making sure the registered name
      is used consistently across the Android client and users
      of the libringclient Java library.
      
      Change-Id: I771ddc11d670f28f699d2381773fa223fdd0ef83
      8e6e2ffd
  16. Jun 06, 2017
  17. May 11, 2017
  18. May 10, 2017
  19. Apr 27, 2017
  20. Apr 24, 2017
  21. 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
  22. Apr 06, 2017
  23. Apr 05, 2017
  24. Apr 04, 2017
  25. Mar 29, 2017
    • Aline Bonnet's avatar
      contact requests: display "0 contact request" · f4cbb041
      Aline Bonnet authored
      
      When there is no contact request, the pending contact request screen is
      blank. This commit adds the text "0 contact request" to display an
      indication for the user.
      
      Change-Id: If803085d6b024d2d9a45edf44cca5f14fc842eeb
      Reviewed-by: default avatarAlexandre Lision <alexandre.lision@savoirfairelinux.com>
      f4cbb041
    • Aline Bonnet's avatar
      contact request: fix the popup message · 1ace18b2
      Aline Bonnet authored
      
      This commit fixes the mistakes in the text message to send a contact
      request.
      
      Change-Id: I3e161a7ba62fd48c52ae5000e87f8b52d6194ab7
      Reviewed-by: default avatarAlexandre Lision <alexandre.lision@savoirfairelinux.com>
      1ace18b2
    • Aline Bonnet's avatar
      pending trust requests: add an account indication · e9f2b7b5
      Aline Bonnet authored
      When you click on a trust request notification, you can display the
      pending trust requests for an account other that the selected one.
      
      This commit adds a top pane if it is an other account.
      
      Change-Id: Ib8ea96d5835dfd00d1c8db6ad7d3e91e913818a1
      Tuleap: #1497
      e9f2b7b5
    • Aline Bonnet's avatar
      ui: send a contact request · 8797053b
      Aline Bonnet authored
      When the user starts a new conversation, he must send a trustrequest
      to add the contact and communicate with him. The commit adds a dialog
      in the conversation fragment to send this request.
      
      If a history exists, a trust request is already automatically send. The
      application doesn't displayed the dialog in this case.
      
      Change-Id: I45a52db959e2a1378bee22fb68188897a8c08ab3
      Tuleap: #1499
      8797053b
    • Kateryna Kostiuk's avatar
      trust requests: display notification · 4726f682
      Kateryna Kostiuk authored
      Show notification when incoming trust request is received.
      
      Change-Id: Ibfb72a6ec234d366b6517fd485ceee04e46632e2
      Tuleap: #1495
      4726f682
    • Adrien Béraud's avatar
      trust requests: use the term "Contact request" · e7d441d7
      Adrien Béraud authored
      The concept of "trust request" is specific to the daemon
      and daemon API.
      Clients and UI should present "Contact requests" to the user,
      using the underlying trust request daemon API.
      
      Also use the term "Contact requests" instead of
      "Pending trust requests": a contact request is always pending.
      
      Change-Id: Iac5993e2cad578c51d5e0814cf061f1927117067
      Tuleap: #1345
      e7d441d7
    • Aline Bonnet's avatar
      ui: pending trust requests · 55958047
      Aline Bonnet authored
      This commit adds a new screen to display pending trust requests for
      the selected account. When there is an incoming trust request, the
      list is modified.
      
      For now, the accept, refuse and block buttons are inactive.
      
      Change-Id: Idc8f955fc15080d57b9ccb4a246561d5b184433f
      Tuleap: #1497
      55958047
  26. Mar 22, 2017
    • Adrien Béraud's avatar
      account: add device name edition · 9c8ee8c3
      Adrien Béraud authored and Adrien Béraud's avatar Adrien Béraud committed
      Change the device list:
      * add "this device" indication
      * add dialog to rename our device
      * minor bug fix in revocation dialog:
        getDialog() is always null in onCreateDialog()
      
      Change-Id: I8e5b7256268bf4018cba135402e6f6de00b745cc
      Tuleap: #1494
      9c8ee8c3
  27. Mar 15, 2017
  28. Mar 10, 2017
    • Adrien Béraud's avatar
      account: make default account name changing · 9fa7b068
      Adrien Béraud authored
      Current default account name is always the same: "Ring".
      If account names are all the same, the user can't use them to
      recognizes accounts, which is the intended use of account names.
      Use "Ring account" + (nothing or 2, 3, 4...) as default name,
      never using an existing account name.
      
      Change-Id: I3e32cca826842f96b1fc58544e618a1fb8893979
      9fa7b068
  29. 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
Loading