- 28 Oct, 2016 1 commit
-
-
Aline Bonnet authored
During a call, text messages were not received. IncomingMessage function was called but it only read the vCard. Change-Id: I9eb7d7a69aba9b48768fa28631d6a4de0ec1101b Tuleap: #918
-
- 27 Oct, 2016 3 commits
-
-
There is a confusion between import/export with multidevice and local. To create a local copy of the account, import is now restore and export is now backup. Change-Id: Ie009844393c8018a1bf8a395e26afce54790b509 Tuleap: #1151
-
Loïc Siret authored
Adding contextual texts to account creation wizard. Rewording some ui elements on account creation frag and account edition activity. Introduce new Ui to link a new device to an account on Ring. Tuleap: #1107 Change-Id: I0cd963db57b4e8252ded6b6bbad6e8cb5fd88268
-
Thibault Wittemberg authored
The mobile data permission has been broken since commit e6b7ed73 (2016-10-11). It does _NOT_ block 3g at the system level, it only deactivate accounts when connectivity switches to mobile data. Change-Id: I549127e851759e4956480df74c66ea9fde5dc1ca Tuleap: #1149
-
- 26 Oct, 2016 3 commits
-
-
Thibault Wittemberg authored
Change-Id: I95b8786e83d40c3768044487bb29e207f62834d6 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Alexandre Lision authored
Change-Id: I6a2ac198bf1ab6f773994c478ee4c34ee8498348
-
Aline Bonnet authored
This commit adds a button to choose between a default and a custom ringtone. Default.wav was compressed. Change-Id: I4d866b837d877fe9220f20d900ffee5b290745be Tuleap: #1117
-
- 25 Oct, 2016 3 commits
-
-
Thibault Wittemberg authored
Change-Id: If7d0206eef39a4d309ccaf9a37625feaad008c84 Tuleap: #1143
-
Aline Bonnet authored
When a user selects a new ringtone, the application checks if: - the format is not mp3 or mp2 because libsndfile does not support them - the size is less than 800kB. If the size is too big, new incoming calls fail because the ringtone is not buffered. Change-Id: I96d487c6f9cdb145ef18d5fcb593642ba4b2acc1 Tuleap: #1117
-
Aline Bonnet authored
- add default.wav - fix the initial state of ringtone preference (new Enabled by default) - extract file handling methods in a dedicated class Change-Id: I17f2db5e9e3dafcb99d37e4030ad3e735957ef42 Tuleap: #1117
-
- 24 Oct, 2016 1 commit
-
-
Alexandre Lision authored
Account details handling was complex and needed to be simplified Tuleap: #1128 Change-Id: If6978479a934ff7818a36a3bc20b808f2ffe05f6
-
- 21 Oct, 2016 1 commit
-
-
Thibault Wittemberg authored
- removes QRCode/Share button from MenuHeader - adds a "Share my account" entry in the main menu - displays these elements in a dedicated screen Change-Id: Ib8b8e827adb0623ee2f53ddd0621d1cdd5b64577 Tuleap: #1123
-
- 19 Oct, 2016 2 commits
-
-
Thibault Wittemberg authored
Change-Id: I1f56df2580b79d35576e8f56c7440f5ef546ec13 Tuleap: #1125
-
Aline Bonnet authored
When a user starts a call on Android, his profil is sent with a vcard. - DRingService implements sendProfil that cuts the vcard in blocks of 1000 bytes. - there are new methods in VCardUtils to save the vcard without a string. The photo is saved without new line now because the other client can't read the old vcard. Change-Id: I56eecd73f82b0e313137e47c1a430a3180c1558c Tuleap: #946
-
- 18 Oct, 2016 3 commits
-
-
Thibault Wittemberg authored
When adding a SIP account the dialog 'Account device added' was shown. This dialog notifies the user that his Ring account is now available on this device. It should not be presented when creating a SIP account. Change-Id: I86066b6d9cbe9e33e9cac9fbb2fe1f8a7027c847 Tuleap: #1112
-
Adrien Béraud authored
* bump target API from 23 (6.0) to 24 (7.0) * handle screen size change for Nougat multi-windows * refactor account settings refresh Change-Id: Id8e7ce4ef7d3411ecdae62cdb1aff78b80b78141 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Adrien Béraud authored
Change-Id: I7a6abb3b3822dbc93a6b7e6c1d30d3546d5485b7 Reviewed-by:
Thibault Wittemberg <thibault.wittemberg@savoirfairelinux.com>
-
- 17 Oct, 2016 5 commits
-
-
Alexandre Lision authored
- code cleanup (ButterKnife, conventions and warnings) - Prevent access to the UI without at least one account - Exit the app if back (physical or arrow) is pressed and account's list is empty - Always broadcast signal when accounts are loaded Change-Id: I6c643325aba6eab60707dedf4e5cd92229fb2e8d Tuleap: #1091
-
Aline Bonnet authored
This commit allows the user to edit his name and photo. An AlertDialog pops up when you click on the name or photo in the left menu. - VCardUtils implements the methods to load and save the vcard for the local profile - MenuHeaderView implements the methods to change the name or photo If a VCard does not exist, loadFromDisk saves a default profile. Change-Id: I810607d02fbec115329a9e159fe44ebec0736618 Tuleap: #1074
-
Adrien Béraud authored
Change-Id: I6bb54dbfa048e1af20a42efa700ab4c5e1e8418f Reviewed-by:
Thibault Wittemberg <thibault.wittemberg@savoirfairelinux.com>
-
Adrien Béraud authored
handle correctly fragment stack when clicking on back button Tuleap: #1087 Change-Id: I06f6a63d3fb3d465b29df55c7ba516ea015ef095
-
Thibault Wittemberg authored
- detects a need for migration in Home screen - offers a migration dialog in Account management screen Tuleap: #955 Change-Id: Ia7bce09720fd0ad08a624aafde69e1be304c42ef
-
- 14 Oct, 2016 1 commit
-
-
Adrien Béraud authored
Tuleap: #954 Change-Id: I4044cc86c16db298623eede4a6687ed90bfd00b7
-
- 13 Oct, 2016 1 commit
-
-
Adrien Béraud authored
Tuleap: #953 Change-Id: I2599f5b8505609a556556b9fa6ca8ced3783cd3c
-
- 12 Oct, 2016 2 commits
-
-
Alexandre Lision authored
Use the received vCard profile if available to replace the default avatar and display name (number uri) The ContactPictureTask has been updated to retrieve the info from the vcard (photo + name) and has been renamed to ContactDetailsTask The display name is also used in toolbar title and call fragment Change-Id: I51283132ac7985c296226ae6a3edbb3ebfa47fce Tuleap: #857
-
Alexandre Lision authored
Constructors were missing the public access modifier Change-Id: I2073a1e06e9f77e52d890145afb31858e8e9ee4e Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- 11 Oct, 2016 1 commit
-
-
Adrien Béraud authored
Change-Id: Iff84f3554fd87087b2b2b2388d41cb2aa35c5488 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- 09 Oct, 2016 1 commit
-
-
Alexandre Lision authored
Harmonize code style in profile related source code Use ButterKnife to lighten UI setup in Smartlist. Change-Id: I6093522167a171a52266da4b29b9e0e518654baf Tuleap: #857
-
- 07 Oct, 2016 4 commits
-
-
Thibault Wittemberg authored
Adapt to new behaviour of onBackPressed in app-compat 24. Change-Id: Icc8c9801d217146e25c2e2050e45081cfa06e51e Tuleap: #1087
-
Thibault Wittemberg authored
Change-Id: I78e697421d8550cb0178920612a7295566d272c7 Tuleap: #1084
-
Romain Bertozzi authored
This patch retrieves the vcard from the disk and displays its content in the call fragment. It also crops the image to a circled one. This behaviour is extracted from the ContactPictureTask and factorized in a dedicated class We use an external library for vCard parsing, ez-vcard licensed under the BSD 3-Clause License. The transitive dependency freemarker is optionnal and not necessary for us (it was causing warnings during compilation) Change-Id: I293fc75ae4c2ba7394f194a61ec5e791dffaa5c7 Tuleap: #857
-
Alexandre Lision authored
During a call a user could launch a new Conversation screen over and over again. At the end of the call to go back to the home screen he then had to press back multiple times. This patch prevent the Activity to be launched if it is already in the current Task. Change-Id: I9158b22efabe6c6210d622a96ca66863a4669e3d Tuleap: #919
-
- 05 Oct, 2016 1 commit
-
-
Aline Bonnet authored
This commit normalizes strings to remove the special characters. We can search a name with or without the special characters. Change-Id: I76fb9609899ca5487f13b5ca2ae347522458f626 Tuleap: #702
-
- 28 Sep, 2016 1 commit
-
-
* 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
-
- 27 Sep, 2016 1 commit
-
-
Adrien Béraud authored
* gradle 2.14.1 * gradle plugin 2.2.0 * build tools 24.0.2 * support library 24.2.+ * target sdk 24 Change-Id: Ie327d2ea305ad31fd2771577bbd325d1a3ca4a72
-
- 19 Aug, 2016 1 commit
-
-
Guillaume Roguez authored
ZRTP is not longer supported since long now. Many code and API are deprecated and public API is stubbed. This patch removes all this dead code. Change-Id: Ie33f0c055b28b50f7183d04def2002c51ed94dfc Tuleap: #889
-
- 16 Aug, 2016 2 commits
-
-
Romain Bertozzi authored
Change-Id: I4be5840611c72dbb65df0e4c20b115b070c6e528
-
Romain Bertozzi authored
Change-Id: I7729b8a621d4ac0709797f5b7fd59991dfc51be5
-
- 15 Aug, 2016 1 commit
-
-
Thibault Wittemberg authored
Change-Id: I4312f1d8d4939909f9c0e65af3ee8610d55819c8
-
- 12 Aug, 2016 1 commit
-
-
Thibault Wittemberg authored
Brings a pulse animation on contact avatar while calling Clears wrong layout instructions and use ButterKnife for views injections. We use a different layout file in landscape to better use the available screen estate. Change-Id: Ie40f64bc8951b29cfc2c6b1c7640e05de149ccf9 Tuleap: #834
-