- Jun 24, 2015
-
-
Adrien Béraud authored
Refs #75022 Change-Id: I2d41127d99aa2c761a21016cf3fd86c7e48751c1
-
During account creation a waiting dialog is presented. The method call itself is done asynchronously in a background thread using AsyncTask instead of blocking the UI. Refs #75354 Change-Id: I94b8984553cc1f3c4de0e69e0328d26974ade491
-
retreive volatile account state and show an error if registration fails Refs #75022 Change-Id: I6a10225fc06638548f2c23146b4248532da5c51a
-
Refs #75022 Change-Id: I9db3858c1ab365de8572323bc19ef630da9774fd
-
- Jun 17, 2015
-
-
Adrien Béraud authored
Change-Id: Id1bd9da2e3e7ce07d60d2781869774f8c655cc15
-
Adrien Béraud authored
Refs #75836 Change-Id: I07eaf9a12e48572f48553f9b5968fed38374bd23
-
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 #75667 Change-Id: Ibe590d308bd05270a5b1caf711db2d45d0224683
-
Adrien Béraud authored
The API to get data/cache paths are Java only. Currently we need to access files and cache paths but the design keeps the possibility to access other paths using the name signal. Refs #75320 Change-Id: I3f3d52b53633c713071bb0e31803291c51d27b46
-
Adrien Béraud authored
Refs #75657 Change-Id: Ia73ddc8948a6b5dc15ebdb7850450feabe8f5f7e
-
- Jun 10, 2015
-
-
Adrien Béraud authored
Change-Id: Ibe5fef93d4612089191501e5a01f0154d92f0a84
-
- 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
-
- Jun 05, 2015
-
-
Refs #74746 Change-Id: I42803c0b94d3367f749e131cf200a4ca18014833
-
- Jun 03, 2015
-
-
Adrien Béraud authored
Refs #74605 Change-Id: I3701b3c55b38050b48df46ee9860d9c94493cab7
-
Adrien Béraud authored
Refs #69972 Refs #70084 Change-Id: I07540f8b4f23901c0e64b42639752dfb6eee9dd8
-
- Apr 10, 2015
-
-
Adrien Béraud authored
Refs #69972 Refs #70084 Change-Id: I152468471b02ff3b118c083cd285786e9e286fcc
-
- Jan 30, 2015
-
-
Alexandre Lision authored
-
- Nov 26, 2014
-
-
Adrien Béraud authored
-
- Nov 24, 2014
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Nov 17, 2014
-
-
Alexandre Lision authored
Adapt build to link with new speex library
-
- Nov 07, 2014
-
-
Alexandre Lision authored
-
- Oct 29, 2014
-
-
Alexandre Lision authored
Apply changes in logger introduced with: 4f3d7e86ad6d20bdf8ba29fcd09fb5d6dd2bddb6 in sflphone repo Refs #56437
-
- Oct 28, 2014
-
-
Tristan Matthews authored
It's no longer needed
-
Tristan Matthews authored
-
- Oct 27, 2014
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 79740e9ffa7d30de28f3bc6e38163ee10ad78c0d) Conflicts: configure.sh
-
Alexandre Lision authored
TESTED_HASH was checked out every time, since value of FETCH was not read (only its existence was verified)
-
Alexandre Lision authored
-
Alexandre Lision authored
-
Alexandre Lision authored
(cherry-picked from vlc-android commits: 3ef336c2ac667932c36338efe65be6bda0515e75, ec890fd36a3a5410c8e6c5af6f67275dab4f9290, c8dccbaf8bc525b1084998da3535b8ea8aae9f3f, 79740e9ffa7d30de28f3bc6e38163ee10ad78c0d, a62f5ad965ff08d9fb62a4594717065050a6871c)
-
- Oct 23, 2014
-
-
Alexandre Lision authored
-
- Oct 22, 2014
-
-
Alexandre Lision authored
-
- Oct 21, 2014
-
-
Alexandre Lision authored
Fix issue introduced by 17442b78a39fa24407e363a8c4b0025d3eed2c60
-
- Oct 17, 2014
-
-
Alexandre Lision authored
SFLPHONE_SRC was a duplicate of SFLPHONE_SRC_DIR
-
Alexandre Lision authored
-
Alexandre Lision authored
Choose correct libraries dependind on ARCH Some dependencies adapt their lib name based on target arch. This needed to be accounted for in Android.mk Build is still mono-arch, you either build for arm XOR x86. Refs: #57688
-
- Oct 15, 2014
-
-
Alexandre Lision authored
There was also a corner case with sflphone compilation We checked if config.h existed to compile daemon What happened: if configuration is successfull but right after compilation crashed, next time compilation was skipped. Hack was to delete config.h, but that was really unclear. We now run make every time.
-
- Oct 14, 2014
-
-
Alexandre Lision authored
Some values were empty, because IAX offers only a subset of SIP options
-
Alexandre Lision authored
We do not use gnustl_shared/ssl/crypto anymore
-