- Jun 01, 2017
-
-
The app crashed when placing a SIP call because ther was a wrong check on account username Change-Id: Ie9c1a2d83975150c5315bb4cba06e0b8836d7c92
-
- May 31, 2017
-
-
Hadrien De Sousa authored
Change-Id: Iddd0dfeac73cd3c2cf897bded68a28d2ca9e4744
-
Alexandre Lision authored
Prevent the system from creating a second copy of the .so files and fix the System.loadLibrary call so it’s able to find and open native libs straight from the APK. This is used starting from Android 6.0. Change-Id: If2d35d13ff71a6c2305dd6086455bf65c88a44aa
-
- May 30, 2017
-
-
Adrien Béraud authored
Add distinction between removing a contact and banning it. Change-Id: I9d8dd8e544b8e907e23d8b7fafa6bcccbed49ca4 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 29, 2017
-
-
Hadrien De Sousa authored
There was no uid set on android locale vcard which made lrc to duplicate the conversation for each new vcard sent Change-Id: I83b1e0c0db7847d3d2d7e3ae7697f687aae6d236
-
- May 28, 2017
-
-
Alexandre Lision authored
We added this file in the gitignore a while ago, but it was already versioned. It has not been modified since 2015, it is safe to completely remove it. Change-Id: I5fc498375d48d4ed1413943c0b07741aa116f312
-
- May 25, 2017
-
-
Hadrien De Sousa authored
Apply MVP to GeneralAccountFragment Tuleap: #1370 Change-Id: I95c4ae8b6591a13244d0c03f649117fcc0b18c1e Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
* disable "unused" warnings for generated code * fix a warning when printing pointer in JNI template * remove references to non-existing "jniclean" target Change-Id: I4215e19e4630f4dd97372a000bd432468836273d Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Allows to make use of ffmpeg MediaCodec hardware accelerators. This patch requires ffmpeg to be built with the JNI module (see related patch in the daemon). Change-Id: If6454a5f27f895ef14ba8d378bae7c29ed87c8ad Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 24, 2017
-
-
Hadrien De Sousa authored
Apply MVP to RingLinkAccountFragment Tuleap: #1369 Change-Id: Id23fadc6873144468b013c941e931b32169414dd Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Hadrien De Sousa authored
Apply MVP to RingAccountCreationFragment Tuleap: #1369 Change-Id: I9a568a275a3b6f6942f40f7b9f273c582094094a Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- May 23, 2017
-
-
Adrien Béraud authored
Change-Id: I3e36e021963c5bebaad7082bb2508bc786f3b466 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 22, 2017
-
-
Jenkins authored
Change-Id: If2fc2df4e95b08528adedb1dab51f778e3c845a3 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- May 19, 2017
-
-
Hadrien De Sousa authored
The application is crashing if the he user has a profile for himself in the android contacts This commit fix the crash and display the user profile name Change-Id: I2ad27ab4255e2a0a9f86b525010839e347a01d70 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Aline Bonnet authored
This commit applies MVP to AccountsManagementFragment Change-Id: I56e1e3658f41b581feccad3ff8026b56bf7baab2 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1366
-
- May 18, 2017
-
-
Hadrien De Sousa authored
Apply MVP to ProfileCreationFragment Tuleap: #1369 Change-Id: Id4434fb1d663d001350a7c0da51340da284d23a3 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Aline Bonnet authored
If a contact has a profile name, we can't see his ringID or username in the conversation screen. It's a security problem because a profile name can be changed and is not unique. Now, the username (or the ringID if it does not exists) is always displayed in the toolbar. Tuleap: #1345 Change-Id: I7fbc585eb35e708254d77bb998a31e57078461c1 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Hadrien De Sousa authored
Apply MVP to HomeAccountCreationFragment Tuleap: #1369 Change-Id: Id5217e5ec4eda17d18398388b3f3477afed6a14d Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- May 17, 2017
-
-
Hadrien De Sousa authored
Refactor BaseFragment to inject directly the presenter and remove the use of createPresenter Change-Id: I9371d5494e70a263aaa137b772f9ae85afbad3f0 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Alexandre Lision authored
Move AccountEditionActivity to account package Add a AccountEditionPresenter Remove AccountCallbacks and link with Activity from all fragments. AccountID is passed from start arguments and AccountService is used to access and display account information Change-Id: Ibf772b86707394ec68dd8182091acc53c0b9530d Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 16, 2017
-
-
Change-Id: Ib38b4d333218805a741d87b80eee2955558ded50 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Hadrien De Sousa authored
Due to refactor, calls oldState and newState were always the same Change-Id: Id728d3f8a732d6ee1f8a22355a441dddad41bc82 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com> Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Jenkins authored
Change-Id: I563283a525b683dccd30ccb110a940ce2f73493a Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- May 15, 2017
-
-
Adrien Béraud authored
* use new Android SDK tools * download NDK using sdkmanager * don't install platform-tools (adb, fastboot...), unused to build APKs * install gaz-preprocessor, used by ffmpeg to build ASM code for armv7 Change-Id: I1e2973c18d07dfd3dfee9a49632fe495441e3703 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 11, 2017
-
-
Adrien Béraud authored
Third-party android-apt isn't supported anymore and its features have been integrated in the Android gradle plugin. Remove the android-apt and replace with built-in features. Change-Id: If60e597e961eae5a34baf5dc9142e42e6d106be4 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Aline Bonnet authored
Currently, it is possible to set the order of accounts or codecs in the accounts management. This commit removes this functionality because it is useless and not used. Change-Id: If5f40ee13df098f1d8e5425425954f9ec3c794f7 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Alexandre Lision authored
Change-Id: Idda4ebd3ba24e0817746f4f4c59e2dc081b2507e
-
- May 10, 2017
-
-
Aline Bonnet authored
This commit removes all files and functions not used in the app module Change-Id: I8447bab05adafb41b7eec9720672e615c09bce51 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Aline Bonnet authored
This commit removes all files or entries not used in the resources. Change-Id: I2f9eb86520e3e7dc50d148fe9e926f157fa8cd41 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Alexandre Lision authored
Tuleap: #1367 Change-Id: Ib31f7211ece23f18e2dc1553d807c7eca65bd593
-
Alexandre Lision authored
Remove broadcastreceiver from LocalService and change target class to DRingService for ACTION_CONV_READ and ACTION_CONV_ACCEPT Tuleap: #1367 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Change-Id: I5658e90704957860f56c1f780b38ed72d259fe29
-
Alexandre Lision authored
homeActivity does not need the LocalService to start anymore. Tuleap: #1367 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Change-Id: I50ea0b054c505b0028b3181e4e3cac01fb6bbc01
-
Alexandre Lision authored
System contacts changes must be listened to from DRingService since we are getting rid of the LocalService Tuleap: #1367 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Change-Id: Ica563a56eeddf0c504fbee34828f2894c6efca2c
-
Alexandre Lision authored
Remove unused lrucache, getters and public interface getRemoteService Tuleap: #1367 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Change-Id: I788b46113acf8bbf681774e81642758ca95fd305
-
Hadrien De Sousa authored
Refactor CallFragment by adding MVP model, moving video management from RingApplication to HardwareServiceImpl and removing use of VideoCallbackManager Change-Id: Ie75a0d33fa138590911d19d113df362ade29b9f4 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com> Tuleap: #1360
-
Jenkins authored
Change-Id: I9b593c99c5cce407adf3a7038eab5b28ce3f5ac9 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- May 09, 2017
-
-
Aline Bonnet authored
When we delete a system contact by clicking on the photo in the smartlist and then we restart the application, the smartlist does not loaded because the contact is null. Checks are added to fixes this problem. Change-Id: Iff0ffbb6c6ef99e6051e14f288bc1bb709a2f1d5 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 05, 2017
-
-
Aline Bonnet authored
When there is an incoming call, the smartlist displays the message "current call" before that the call transaction is terminated. This is caused by two problems: - callStateChanged signals are received before the incomingCall signal - the SipCall object is duplicated This commit blocks the callStateChanged signals received before the incomingCall signal to prevents the SipCall object to be duplicate and fixes the incoming state in the SipCall model. Change-Id: I0d199ba3eaea4617651fb62f92eec708ea3524aa Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1565
-
Aline Bonnet authored
With a Ring account, when we click on the blacklist and then on the advanced settings, the summary and advanced settings fragments are overlay. This commit fixes this behavior. Change-Id: I88a8e2116d2ef8a66a4e8d8bbb5ec86e37803f32 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1588
-
- May 04, 2017
-
-
Aline Bonnet authored
This commit links the argon2 library to use it in the daemon. Change-Id: I79eb188ae818ac6e7a971c99bd6a2e2e57c4a1a4 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-