Skip to content
Snippets Groups Projects
  1. Jan 05, 2018
    • Alexandre Lision's avatar
      build: cleanup scripts · ccf20630
      Alexandre Lision authored
      compile.sh: unused ANDROID_ABIS var
      build-daemon.sh: unused ANDROID_BIN var, fix section comment
      
      Change-Id: I286a71b96e3a8f505687c044aeff1d643c7a6964
      ccf20630
  2. Jan 04, 2018
    • Alexandre Lision's avatar
      callbacks: simplify daemon startup · d6269294
      Alexandre Lision authored
      Group callbacks in the DaemonService and dispatch signals directly to
      the different services (CallService, HistoryService, PresenceService...)
      
      Change-Id: I52c62082e44c99feaca8a42e49d06341bd663918
      d6269294
    • Alexandre Lision's avatar
      startup: remove legacy broadcast · 45d5606a
      Alexandre Lision authored
      CallManagerCallback and ConfigurationManagerCallback are not used
      anymore in the application. They used to broadcast events catched
      through the rest of the app but this is no longer necessary.
      
      Change-Id: Ia56a1daf3079945f7268fdfffaaa29683269b8e8
      45d5606a
    • Hadrien De Sousa's avatar
      Cleanup : Remove unused code in text/call models · e3afc3f4
      Hadrien De Sousa authored
      Change-Id: I4488eb753340e99cbe4772429e5147b8fa1842a8
      e3afc3f4
    • Hadrien De Sousa's avatar
      AndroidTv : sent auto trust request for first call · bc3aabc9
      Hadrien De Sousa authored
      With the refactor, contacts that has the NO_REQUEST status are not
      displayed in the smartlist even if a message has been sent.
      
      This commit add an automatic contact request when the user call a
      contact that has the NO_REQUEST status. The contact will be
      added in the daemon and displayed in the smartlist
      
      Change-Id: Iea5da55493c25635d67a34a183b7333ecc16034b
      bc3aabc9
  3. Jan 03, 2018
    • Alexandre Lision's avatar
      notifications: Add mark as read action · b78b5b3b
      Alexandre Lision authored
      Right now to mark a message as 'Read' you need to either swipe out the
      notification, or click on it and open the app.
      Android notifications supports adding actions as buttons in the
      notifications. It is more discoverable to have a button 'Mark as read'
      than just a swipe of the notification.
      
      Change-Id: Iad8d98e996760c9b130efcfdb14b9092636d0b8d
      b78b5b3b
    • Hadrien De Sousa's avatar
      VCard : Refactor vcard management to a service · 6cd2bd22
      Hadrien De Sousa authored
      Change-Id: I6f0370a8419ad550194b0a535d92b47d8773126e
      6cd2bd22
    • Hadrien De Sousa's avatar
      Fix contact status · 3a7e107c
      Hadrien De Sousa authored
      Contact status was NO_REQUEST if a request was sent but no confirmation
      
      Change-Id: I3a0571972255c9e3434ac8ef6dd9450f6a94c7e3
      3a7e107c
    • Alexandre Lision's avatar
      notifications: add theme color · bb66ad1c
      Alexandre Lision authored
      Since Android 4.1, notifications can be colored to reflect app theme.
      This commit applies primary dark color to all notifications
      
      Change-Id: I1b79247bdf6addfa50c99bbf0888e4a7b66b0f14
      bb66ad1c
    • Alexandre Lision's avatar
      build: remove legacy code · f73b070a
      Alexandre Lision authored
      Since Android and AndroidTV share the same module we do not need to copy
      .so files to libringandroid folder
      
      Change-Id: I9a90c47775e99eb6d120f81d903dffb3329e6f5a
      f73b070a
  4. Jan 02, 2018
  5. Jan 01, 2018
  6. Dec 28, 2017
  7. Dec 25, 2017
  8. Dec 21, 2017
  9. Dec 19, 2017
  10. Dec 18, 2017
  11. Dec 15, 2017
  12. Dec 14, 2017
  13. Dec 12, 2017
  14. Dec 07, 2017
    • Hadrien De Sousa's avatar
      Add Audio Only to Android client · 203164c1
      Hadrien De Sousa authored
      Rename params hasVideo to audioOnly to match daemon API
      Remove unused params for stopRecordedFilePlayback to match daemon API
      
      Change-Id: I402402f95bffb694424e17b564ef0c8ac56cf634
      203164c1
  15. Dec 04, 2017
  16. Nov 29, 2017
  17. Nov 28, 2017
  18. Nov 27, 2017
  19. Nov 23, 2017
  20. Nov 22, 2017
Loading