Skip to content
Snippets Groups Projects
  1. Jul 19, 2017
  2. Jul 18, 2017
  3. Jul 17, 2017
  4. Jul 14, 2017
  5. Jul 13, 2017
  6. Jul 12, 2017
  7. Jul 11, 2017
  8. Jul 09, 2017
    • Adrien Béraud's avatar
      smartlist: don't show contact request status · 3335afa1
      Adrien Béraud authored and Adrien Béraud's avatar Adrien Béraud committed
      Showing the contact request status in the smartlist is too
      intrusive.
      It's a technical matter that hides more socially relevant
      information like the last message sent or received.
      As space in the smartlist is limited, the most socially
      relevant information should be prioritized.
      
      Change-Id: If0f831212b840b5dcf57ea5cd3434d3d86509f9f
      3335afa1
  9. Jul 06, 2017
    • Adrien Béraud's avatar
      HistoryService: move date printing logic to client · 62fdcc09
      Adrien Béraud authored
      Date printing logic is part of the display logic.
      Remove date printing logic from HistoryService, which models
      the history, and let the client handle it.
      
      Change-Id: I193a5b6cae630977347ae65056d60f8f43088b21
      62fdcc09
    • Loïc Siret's avatar
      Android: Support for Ethernet & Bluetooth · fd4df599
      Loïc Siret authored
      This patch will add the support for Ethernet and Bluetooth connection.
      Prior this patch, only ConnectivityManager.TYPE_WIFI and
      ConnectivityManager.TYPE_MOBILE were tested. This behavior cause
      problems to AndroidTV Devices connected with Ethernet (as the
       AndroidTv simulator), or Mobile device connected to internet with
      Bluetooth sharing.
      
      Include a rename of isConnectedWifiAndMobile to reflect theses changes.
      
      Change-Id: I09d7c32b3327eef354e2e4f1f0d0458cbb6bd547
      fd4df599
    • Guillaume Roguez's avatar
      bump version to 83 · 704ed005
      Guillaume Roguez authored
      
      Change-Id: I3155e060363fc532c6637739cc4a814c3b732019
      Signed-off-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
      704ed005
  10. Jul 05, 2017
  11. Jul 04, 2017
  12. Jul 03, 2017
  13. Jun 30, 2017
    • Alexandre Lision's avatar
      androidtv: initial load of daemon · 084d3ad2
      Alexandre Lision authored
      Duplicate necessary code from app module to load and run the Ring
      daemon. UI must be recreated for each feature.
      build-daemon.sh has been amended to also copy libring.so to androidtv
      module
      
      Change-Id: I389e6327972bac0c2dc19d21e85dd5ef867b1cfc
      084d3ad2
  14. Jun 29, 2017
    • Adrien Béraud's avatar
      blacklist: fix logic, show username · d71ed793
      Adrien Béraud authored and Adrien Béraud's avatar Adrien Béraud committed
      * Show the username instead of the displayname
      for blocklisted contacts.
      * Show the contact image if available.
      * Fix list synchronisation/duplication issues
      
      Change-Id: I1931b6ce219e606b23af46900021692f32e5c67e
      d71ed793
    • Adrien Béraud's avatar
      callservice: getCallDetails from same thread as the callback · 736e47b4
      Adrien Béraud authored and Adrien Béraud's avatar Adrien Béraud committed
      Calling getCallDetails using the executor causes a deadlock
      when the callStateChanged signal is called directly
      from a JNI call.
      As mentioned by the comment, this op is thread safe
      only if getCallDetails is called by the same thread as
      the callback to avoid blocking the executor.
      
      Change-Id: I7221829139d4bf7be1994ba4711fd7b9f64b6719
      736e47b4
  15. Jun 28, 2017
    • Adrien Béraud's avatar
      contact requests: remove "pending" · 1d1b66e4
      Adrien Béraud authored
      A contact request, by nature, is always pending.
      Rename "PendingContactRequests" to "ContactRequests".
      
      This also fixes an iterator issue.
      
      Change-Id: I88647ab025dfd12f24c0ce276934ed716dcb5430
      1d1b66e4
  16. Jun 22, 2017
  17. Jun 20, 2017
Loading