Skip to content
Snippets Groups Projects
  1. Aug 02, 2019
    • Eden Abitbol's avatar
      upnp: remove linkage with libthreadutil · 638fe955
      Eden Abitbol authored and Adrien Béraud's avatar Adrien Béraud committed
      libthreadutil is a library that was generated while building
      libupnp version 1.6.25. This library isn't generated anymore
      for libupnp's new version 1.8.4. It is instead part of the API
      internally. Therefore linking the library isn't required
      anymore.
      
      Change-Id: I6b641b6a06d65fc73b9fdde36b9ab749d8c7c886
      Gitlab: #96
      638fe955
  2. Mar 17, 2019
  3. Mar 11, 2019
  4. Jan 19, 2019
  5. Dec 19, 2018
  6. Dec 09, 2018
  7. Oct 01, 2018
  8. Sep 30, 2018
  9. Aug 03, 2018
  10. Jun 15, 2018
  11. May 12, 2018
  12. Mar 29, 2018
    • Sébastien Blin's avatar
      daemon: add libressl dependency · 3333997f
      Sébastien Blin authored
      To query the name server via a HTTPS request, we need to add
      libressl for restbed. This patch adds the build flags to correctly
      link libressl.
      
      Change-Id: Ibac00c6e12b8adb2184c6c835472d0f201ede03f
      3333997f
  13. Mar 23, 2018
  14. Mar 13, 2018
  15. Feb 20, 2018
  16. Feb 14, 2018
  17. 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
  18. Jan 03, 2018
    • 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
  19. Jan 02, 2018
    • Alexandre Lision's avatar
      jni: use jni from daemon · 123e000b
      Alexandre Lision authored
      Remove all JNI related source files and use the ones provided in the
      daemon directory.
      
      Change-Id: I6056030c6ab8007ed922c1f9bf56c9519276bb77
      123e000b
  20. Oct 03, 2017
    • Adrien Béraud's avatar
      build: link with secp256k1 · 94bd50ee
      Adrien Béraud authored
      Update for new daemon dependencies:
      * add secp256k1
      * remove boost, cryptopp
      
      Change-Id: I5c78711624d0c6f3cfeb93190a6be3cb6b73b68c
      94bd50ee
  21. Sep 21, 2017
  22. Aug 17, 2017
    • Alexandre Lision's avatar
      build: fix compilation · f7547c74
      Alexandre Lision authored
      Since commit 822368 ffmpeg fails to compile because pkg-config is not
      able to find opus. Forcing the use of pkg-config in the extras/tools
      fixed the issue.
      I have encountered this behaviour on Fedora 26
      
      Change-Id: I927aea1a56426191ac86e9158f7d85249b3b36eb
      f7547c74
  23. Aug 07, 2017
  24. Aug 03, 2017
    • Loïc Siret's avatar
      AndroidTV: create base code for Android project · bb8c5bd2
      Loïc Siret authored and Adrien Béraud's avatar Adrien Béraud committed
      This patch create a submodule libringandroid which will contains all the
      common code between Android Tv and regular Android app.
      Files in this module are nearly untouched compare to those who exist in
      app module.
      
      Change-Id: I6e98f87aa856de61bfff72ec2fd9734987fd0422
      bb8c5bd2
  25. Jul 19, 2017
  26. Jul 13, 2017
  27. Jul 11, 2017
  28. 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
  29. May 25, 2017
  30. May 04, 2017
  31. Apr 25, 2017
  32. Mar 29, 2017
  33. Feb 10, 2017
  34. Dec 15, 2016
  35. Nov 24, 2016
    • Thibault Wittemberg's avatar
      mvp/injection: Move daemon JNI to low level layers · 25dfc9f0
      Thibault Wittemberg authored
      Daemon can now be accessed in libringclient.
      It will allow presenters to communicate directly with it.
      In a next patch we will add an Observer pattern so that
      the presenters will react to daemon's callbacks.
      
      This is still the Android App that loads the native libring.so
      according to the platform.
      
      Change-Id: Ia23a55621f3b793a1e8d37de3f56d00ff312335d
      Tuleap: #1317
      25dfc9f0
  36. Nov 08, 2016
    • Alexandre Lision's avatar
      build: strip symbols · 2875f121
      Alexandre Lision authored
      After the clang toolchain switch symbols of libring.so were not stripped
      anymore, increasing drastically the binary size.
      The '-s' build parameter has been readded. The final apk now weights
      around 22Mo.
      
      Change-Id: I4dbdf4f98989b42dc21267f09747d59368406a9d
      Tuleap: #1194
      2875f121
  37. Nov 02, 2016
    • Romain Bertozzi's avatar
      build: fix broken release build process · 32692dea
      Romain Bertozzi authored
      This patch fixes the process of building release binaries. The build
      was broken in the commit 86759bbc.
      
      Before this patch, the built binary was a debug one, even if --release
      was set as argument.
      
      To fix this, we now propagate the RELEASE variable to the build-daemon
      script from compile.sh.
      Doing so, the make instruction remains the same and now uses a
      correctly initialized RELEASE variable (which was always 0 before).
      
      Tuleap: #1156
      Change-Id: Ief812c77742664bc0279cb70baa2925e9a49019b
      32692dea
Loading