- 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
-
Adrien Béraud authored
- Allow to register name during account creation - New account settings allow to see registered name, if any, or to register a name. Tuleap: #1157 Change-Id: Ib26cf3325efeee10db0a088f3dd5a9c12de149fb
-
Aline Bonnet authored
The backup feature doesn't work with the multi-devices. This commit removes it. Change-Id: Ia6df1c6bca586c3b4d3c4321d2b293b7031884a2 Tuleap: #1160
-
Alexandre Lision authored
Tuleap: #1156 Change-Id: I58c7dff5c9c11c8a4e40bd21b3809e3982156c0d Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Aline Bonnet authored
When accepting a video call from the notification bar, sometimes the video is not displayed. startCapture was called before the initialization of CallActivity and CallFragment. This commit forces the addition of a videoSurface. Change-Id: I9a7a370ca95bb8f87a66c7941bc88c180fc676b5 Tuleap: #774
-
- Nov 01, 2016
-
-
Aline Bonnet authored
- updates logo - removes unused logo Change-Id: I8b322f58083f9f54a0a210d4ae4f81fed6757c84 Tuleap: #1165
-
Aline Bonnet authored
This commit replaces the blue ring logo with the white ring logo in the notification bar. Change-Id: I1cb52e3e03cdd6c041e8b26a99660b1101affea8 Tuleap: #1165
-
Aline Bonnet authored
This commit removes all unused drawable resources. Change-Id: Id253c6ae100bacdd36f80eed562dd1e85b189d7c Tuleap: #1165
-
- Oct 28, 2016
-
-
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
-
- Oct 27, 2016
-
-
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
-
- Oct 26, 2016
-
-
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
-
- Oct 25, 2016
-
-
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
-
- Oct 24, 2016
-
-
Alexandre Lision authored
Account details handling was complex and needed to be simplified Tuleap: #1128 Change-Id: If6978479a934ff7818a36a3bc20b808f2ffe05f6
-
- Oct 21, 2016
-
-
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
-
- Oct 19, 2016
-
-
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
-
- Oct 18, 2016
-
-
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>
-
- Oct 17, 2016
-
-
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
-
- Oct 14, 2016
-
-
Adrien Béraud authored
Tuleap: #954 Change-Id: I4044cc86c16db298623eede4a6687ed90bfd00b7
-
- Oct 13, 2016
-
-
Adrien Béraud authored
Tuleap: #953 Change-Id: I2599f5b8505609a556556b9fa6ca8ced3783cd3c
-
- Oct 12, 2016
-
-
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>
-
- Oct 11, 2016
-
-
Adrien Béraud authored
Change-Id: Iff84f3554fd87087b2b2b2388d41cb2aa35c5488 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- Oct 09, 2016
-
-
Alexandre Lision authored
Harmonize code style in profile related source code Use ButterKnife to lighten UI setup in Smartlist. Change-Id: I6093522167a171a52266da4b29b9e0e518654baf Tuleap: #857
-
- Oct 07, 2016
-
-
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
-