Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. 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
  3. Aug 07, 2017
  4. 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
  5. Jul 19, 2017
  6. Jul 13, 2017
  7. Jul 11, 2017
  8. 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
  9. May 25, 2017
  10. May 04, 2017
  11. Apr 25, 2017
  12. Mar 29, 2017
  13. Feb 10, 2017
  14. Dec 15, 2016
  15. 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
  16. 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
  17. 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
  18. Oct 18, 2016
  19. Oct 13, 2016
  20. Oct 11, 2016
  21. Sep 28, 2016
    • Adrien Béraud's avatar
      jni: build using LLVM/clang · 86759bbc
      Adrien Béraud authored and Guillaume Roguez's avatar Guillaume Roguez committed
      * update build system to use LLVM/Clang for contrib/daemon/JNI
        compilation
      * unify build system between daemon and JNI modules
      * requires Android NDK r12b+ (build machine)
      * uses clang 3.8, links with static stdc++
      
      Tuleap: #575
      Change-Id: I7003ee4469418b334fd98eaeb259616c5f8192ee
      86759bbc
Loading