- Dec 10, 2015
-
-
Adrien Béraud authored
Video is not supported yet, disable it in accounts to avoid sending a video stream to Android clients. Tuleap: #128 Change-Id: I3816d60ab9bc9ae6c0b6e709121e5af32a9ef8c1
-
Adrien Béraud authored
cleaup and enable back ringtone managment Tuleap: #128 Change-Id: Iaa21b70fd6bb552d74b16cafa0d3805a6a9342c3
-
- Dec 09, 2015
-
-
Adrien Béraud authored
Improve model consistency by avoid copying conference objects Tuleap: #128 Change-Id: Id231852b3003f25f935910e30dfa653ad1b7f005
-
- Dec 04, 2015
-
-
Adrien Béraud authored
Tuleap: #128 Change-Id: I1ca44b3ff05bd144fa3909f038ec0e6fafb6e34a
-
Adrien Béraud authored
* update android studio generated files * update Android gradle plugin to 1.5 Tuleap: #128 Change-Id: I98f5157c3779e687bb109d60f115650ca2182c53
-
- Nov 24, 2015
-
-
Adrien Béraud authored
Tuleap: #124 Change-Id: I967149b3ed82bfb4180f7f90e9be7698c8fa3f34
-
- Nov 23, 2015
-
-
Adrien Béraud authored
Prevents obfuscation of some symbols to fix release builds by adding a custom proguard configuration, based on Android optimised defaults. * protect AIDL and SWIG symbols * protect support library (uses reflexion) * protect OrmLite (uses reflexion) Tuleap: #128 Change-Id: Ie1fe8fa6af1a6968ca0889f8fe343e58a35071b6
-
Adrien Béraud authored
Tuleap: #124 Change-Id: I55c727b5c35d344b13657c5051656c2f233eb68e
-
Adrien Béraud authored
Tuleap: #124 Change-Id: I4ac20887bfb70c44a1cb267884685725bedf2f66
-
Adrien Béraud authored
The prefix is now added in the daemon Tuleap: #124 Change-Id: I84809a94278b741b2f70f7ab2030056744cc80ae
-
Adrien Béraud authored
Tuleap: #124 Change-Id: I752f50e741e3f1deff13148b1eb07d45097d6c96
-
Adrien Béraud authored
Tuleap: #128 Change-Id: Ifb563707c0ae27550e3dbadf45a7ce5163ce314d
-
Adrien Béraud authored
Change-Id: Icbb9a21f848c115248fbb6eb3c082e8ec3d6ef47 Tuleap: #128
-
Adrien Béraud authored
* rename getAudioCodecList to getCodecList * reduce number of codec related DRing API calls * cleaup Codec class * show only audio codecs in audio preferences Tuleap: #102 Change-Id: I97279f7f4b1cf8a2fb6153d2a97ee0e429bce06d
-
Adrien Béraud authored
Tuleap: #102 Change-Id: Ie0cd6a5481cb13fccc6325fde44ec48843473e1b
-
Adrien Béraud authored
Tuleap: #102 Change-Id: Ie578847b6df9919d7b63b96efc4dc1b2a95b9f0c
-
Adrien Béraud authored
* show secondary action in appbar * correctly show security check (requires small model changes) Tuleap: #102 Change-Id: I610376f87bdb3a270d8bb1a043c7f86bbaf01379
-
- Nov 20, 2015
-
-
Adrien Béraud authored
Tuleap: #102 Change-Id: I240a4480261416e5726e35d6bbd990982c67d814
-
Adrien Béraud authored
Tuleap: #123 Tuleap: #102 Change-Id: I4fd2ca37f855b1d8ca9dc1f09a5eabc09a2d2951
-
Adrien Béraud authored
Tuleap: #102 Change-Id: Icaabf87b697c95a97c38abc2e2bc73b390aa2567
-
Adrien Béraud authored
Tuleap: #102 Change-Id: I74afbc76427e05dadda6628c510c90750d8d17a4
-
Tuleap: #102 Change-Id: I9546e3a338443afb9b7143056eb54c5c12594f16
-
Tuleap: #123 Change-Id: I70af840996fb6f7b78a863a90de39f10eedcb7b2
-
Tuleap: #102 Change-Id: I89f6a285d84cbc40784963077b92683269f0ce4a
-
* Allow user to select system contact integration * Allow user to enable mobile connectivity Tuleap: #102 Change-Id: Ieb161d97d5dc61b3664597def130dea6c7eefb5f
-
Ring IDs could be saved in contacts as IM numbers. Tuleap: #123 Change-Id: I8b4aa57fe050ba7a54ec62c0d5b314b9aae6b3e1
-
- Nov 19, 2015
-
-
Adrien Béraud authored
Tuleap: #123 Change-Id: I56d4f4f4517d73a1de700eaf86c1ec0470a667db
-
Adrien Béraud authored
* Remove SipService * DRingService is now just an async Java wrapper around dring * Model is now built in LocalService This presents the DRing interface through Android AIDL. It allows lighter and more reactive UI code by reducing the amount to async operations. All the data modeling is also done in the same memory space, improving coherence and reducing IPC overhead. Tuleap: #102 Change-Id: I842f89ec109683722799837b301a3ffee2a9db75
-
Adrien Béraud authored
Remove unused icons and components Tuleap: #124 Change-Id: I696a72604b880fd13b9c406bffe3371aab2ec189
-
Adrien Béraud authored
* update key store name * fix brazilian translation mapping Tuleap: #124 Change-Id: I705f2fc9cde9115f4e4c1d50e9b9611f38ef86e5
-
* 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 22, 2015
-
-
Adrien Béraud authored
* Query permission status and request it if not granted * Every contact query handles permission denial case Tuleap: #31 Change-Id: I95944a74b0d7b8f29a2a85b9d5a97d321b177693
-
Adrien Béraud authored
Use AppCompatTheme and AppCompatActivity where support widgets are used. Tuleap: #31 Change-Id: Ic73fd8f52ef6acf1a88c70241e152255a3fe3ab4
-
Adrien Béraud authored
* first french translation update * add first russian translations Change-Id: I8653aaf47cacc82ebd7b21063fc30754cd1c03e8 Tuleap: #18
-
Adrien Béraud authored
Tuleap: #18 Change-Id: Id5ca78ba6e4c47f06c8c3efc5a869769e38f9f76
-
Adrien Béraud authored
Issue: #78221 Change-Id: Ifbfc8dd1a462e2ed0ca76fc0ca229333fc2624cc
-
Adrien Béraud authored
Tuleap: #10 Change-Id: I8f047f612897caab31f5d922b38e6d0372ca16c9
-
- Oct 21, 2015
-
-
Adrien Béraud authored
When netowrk connectivity is lost, accounts are desactivated and enabled back when connectivity is restored. Tuleap: #9 Change-Id: I2548e106ab1c350e8ebc9f7684e854a749e1e170
-
Adrien Béraud authored
Issue: #78218 Change-Id: Ib99d63534ed679af192300b5e949ccedaa923a1d
-
Adrien Béraud authored
Issue: #78218 Change-Id: I476e5aec3b6c22308bdc5256396a8ce051899d52
-