- Oct 02, 2020
-
-
Adrien Béraud authored
Change-Id: Ie030274f6409502854f678ada2b40e038b33319a
-
- Sep 28, 2020
-
-
Adrien Béraud authored
Change-Id: I4cee95dce6a648d156a2140d334c9cdc1d2df72d
-
- Sep 25, 2020
-
-
Adrien Béraud authored
Change-Id: I28bb003afa32866f68b5dddb9384ef7750c9a6c7
-
- Sep 14, 2020
-
-
Adrien Béraud authored
Change-Id: I4e61ae2ce6d22ff05144058fff6c0383050a2d7a
-
- Jun 08, 2019
-
-
Adrien Béraud authored
Prevents downloading gradle every build Change-Id: I920d51bb7712e2f6aaf3f6845bae3f98bcb02ff6
-
- Jun 24, 2018
-
-
Adrien Béraud authored
Change-Id: I549c0235e4d470b6b3c5294b8067fb77f039188c
-
- Apr 23, 2018
-
-
Marcus Hoffmann authored
fdroid build already calls gradle with the correct arguments after all other build steps completed so having this flag makes the build process inside fdroid easier. Change-Id: Ic5381a26f02febf0ec6d7017b22cec580a94df80
-
- Feb 13, 2018
-
-
Add a "withFirebase" build flavor that add Firebase push notification support to the App. The build flavor communicates with the app by sending Intents to DRingService. The "buildFirebase" gradle variable still defines if Google services are bundled with the app. Push support need buildFirebase to true and the withFirebase build flavor. If buildFirebase is true and withFirebase is not used, Google services are still included but not used. If buildFirebase is false and withFirebase is used, Firebase quietly fails to load and push notifications don't work. Change-Id: I8db9a0a34d1cebd46b723caeaff6a99674c6c6ab
-
- Jan 05, 2018
-
-
Alexandre Lision authored
compile.sh: unused ANDROID_ABIS var build-daemon.sh: unused ANDROID_BIN var, fix section comment Change-Id: I286a71b96e3a8f505687c044aeff1d643c7a6964
-
- Jan 02, 2018
-
-
Alexandre Lision authored
Remove all JNI related source files and use the ones provided in the daemon directory. Change-Id: I6056030c6ab8007ed922c1f9bf56c9519276bb77
-
- Aug 08, 2017
-
-
Alexandre Lision authored
The Makefile building the apk was only used for executing gradlew. This instruction has been moved to compile.sh. Other Makefile targets were mostly unused, or could be easily moved to compile.sh if necessary. Change-Id: I18d0ddea71b66f8eeca8010b713c8694ab7bb559
-
- Mar 29, 2017
-
-
There is a dependency loop between the daemon and the Android client because the interface DRing-JNI is on the client. This commit allows to build the daemon without the JNI wrapper. Change-Id: If4955f9489bba32a2f394e83e25969ed6ad407aa Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Feb 10, 2017
-
-
Adrien Béraud authored
Change-Id: I81e58c8fa88a871bcaa378f454884973bee0aff6 Tuleap: #1509
-
- Nov 26, 2016
-
-
Alexandre Lision authored
This commit adds a compilation argument (--daemon) to stop after the daemon has been built for the selected archs. No apk is generated. This comes to use when testing daemon changes (CI builds for example) Change-Id: I4c43f7fe2f8feef390b8d2e0af1e81635152c0a0 Tuleap: #1346
-
- Nov 02, 2016
-
-
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
-
- Oct 11, 2016
-
-
Adrien Béraud authored
Change-Id: Iff84f3554fd87087b2b2b2388d41cb2aa35c5488 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- Sep 28, 2016
-
-
* 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
-
- May 16, 2016
-
-
Romain Bertozzi authored
This patch applies a rm -rf on the built arch after it has been copied to the obj folder. Change-Id: I7f1350d1d24c9f8f454151a3b7fd48a2927c3a51 Tuleap: #700
-
- Apr 26, 2016
-
-
Ciro Santilli authored
Reuse the submodule synchronization now that we have it. Remove the need to git fetch when you already have the daemon, so it works even if you have no network. Tuleap: #415 Change-Id: If7be1b18c340499277bd519b1d38d0d274841ade
-
- Apr 25, 2016
-
-
Romain Bertozzi authored
This patch integrate a fix in the compile.sh concerning the Android NDK. This patch comes from the Android VLC project, please see commit : https://code.videolan.org/videolan/vlc-android/commit/0604f3fe39bf49e03bd08b6ce18f5a6d8d934629 It is associated with a daemon patch, please see 4092. https://gerrit-ring.savoirfairelinux.com/#/c/4092/ Change-Id: I9d8671894517b0eb4e679587ef583283a8e4bcc1 Tuleap: #534
-
- Apr 20, 2016
-
-
Alexandre Lision authored
- link jsoncpp - bumps daemon version to support an OpenDHT fix : GCC 4.9 compilation issue. Change-Id: Ieb0c668776dd153ad5636d2f86c071ee35dafbd1 Tuleap: #335 Tuleap: #583
-
- Apr 13, 2016
-
-
Romain Bertozzi authored
This patch allows the compile.sh to create an universal apk from several architectures. It also bumps the daemon to a newer version. Change-Id: I5bf744cad949441abccf27036b3b2c32941f8f59 Tuleap: #508
-
- Apr 07, 2016
-
-
Romain Bertozzi authored
This patch fixes the compilation of several architectures from the ANDROID_ABI environment variable. It also fixes a typo in the readme concerning the export to make to enable the multi-archs. Note : this does not compile a universal apk yet. Note 2 : only armeabi-v7a and x86 are working for the moment. Change-Id: I8de17384103f009bcb7e414a1be9e1e1b142d435 Tuleap: #508
-
Adrien Béraud authored
Note : this patch modifies compile.sh to bump a more recent version of the daemon, also removing ip2ip. Tuleap: #448 Change-Id: I07bf4c47d74e13bfbe303ba7b35a9564c1a4ecf7
-
- Apr 04, 2016
-
-
Adrien Béraud authored
Tuleap: #509 Change-Id: If637ff7e0ed915f24c155ccfe75fa6945c4b5711
-
- Mar 17, 2016
-
-
Adrien Béraud authored
Change-Id: I5d1ce4950144c621ad3d8512d91d0789a0e0756f
-
- Mar 08, 2016
-
-
Adrien Béraud authored
* implement device enumeration DRing API * implement frame capture DRing API * add basic video UI Tuleap: #293 Change-Id: Ia9a364da70f76f1bb9d26b422facefaa9c25ce76
-
- Feb 02, 2016
-
-
Adrien Béraud authored
Change-Id: I2be4de754e405274d68cfaa6876589c8a0e8afc5 Tuleap: #262
-
- Jan 21, 2016
-
-
Ciro Santilli authored
Bash 4.3 prints a literal \n , and POSIX does not define the behaviour. Tuleap: #247 Change-Id: If58523b62fd6b013b72146ff52d15530b559d5dc
-
- Jan 08, 2016
-
-
Adrien Béraud authored
Tuleap: #127 Change-Id: I356085bc1a6496dedfe7a4042c80b8bd9fdaf756
-
- Nov 23, 2015
-
-
Adrien Béraud authored
Change-Id: Icbb9a21f848c115248fbb6eb3c082e8ec3d6ef47 Tuleap: #128
-
- Nov 19, 2015
-
-
* bump daemon to 8c56fd79 * increase minimum NDK to 10 (no time/reasons to test on older versions) * bump android build tools to version to 23.0.2 * bump support library to version 23.1 * remove commented dependencies Tuleap: #126 Change-Id: I02ab62e108f28c48c12805d558ffcb84852ab442
-
- Oct 14, 2015
-
-
Adrien Béraud authored
Allows the daemon to build with the latest commits Issue: #78221 Change-Id: I0ec84f1b016932423d270b2422265e4caf378f74
-
- Oct 08, 2015
-
-
Change-Id: I6d65993a0bbed0ac680d6fe5980aae0fb931116e
-
- Jul 15, 2015
-
-
Adrien Béraud authored
Refs #77667 Change-Id: I85c3f0276821b521902be9bc39b9dfe133d3e69a
-
- Jul 04, 2015
-
-
Adrien Béraud authored
Refs #76072 Change-Id: I0d9e7ee1d0e375f275cbf14c31522dc496e7b20f
-
- Jun 17, 2015
-
-
Adrien Béraud authored
* add gradle wrapper script * add realpath for OS X * export CROSS_COMPILE * bump dependencies Refs #75667 Change-Id: Ie402858bb13a19004fe1a6477681fc39256d6ccb
-
- Jun 16, 2015
-
-
Adrien Béraud authored
Refs #75657 Change-Id: Ia73ddc8948a6b5dc15ebdb7850450feabe8f5f7e
-
- Jun 09, 2015
-
-
Adrien Béraud authored
Refs #74812 Change-Id: I2587debb5e4c1584f94370edb36ad87b28fc6c92
-
- Jun 07, 2015
-
-
Adrien Béraud authored
Update SWIG interface and retated code to build with lasted daemon APIs Refs #74605 Change-Id: Id6e0a2ddecbb7329eacce0788329985e1287cf1e
-