- Sep 28, 2017
-
-
Loïc Siret authored
As discuss with designer, we replace the lens ico on the search to a add people ico, more representative as the function behind the orb Change-Id: I16e8426b24d167337db3bdcfc45ed77cd1af98ba
-
- Sep 21, 2017
-
-
Change-Id: Ia4e71290b97e6efb3c08f41badebf909d83ac845
-
- Sep 14, 2017
-
-
Loïc Siret authored
Adds the ability to export and generate a pin for active account. Change-Id: I77a9de63ae48de7988d78a836c0b31e1b1a17c91
-
- Sep 06, 2017
-
-
Loïc Siret authored
This patches remove duplicate information on cards. if the title and description are the same, we display one one line card. Change-Id: I5794710a34010275edb25c053d8a3595dc1993b4
-
- Aug 30, 2017
-
-
Loïc Siret authored
This patch adds two cards in about section, the contributor view and licence view. To display that views, we add a new Activity with a Leanback DetailsFragment. Change-Id: I58670e55dc8e2ebdb83e190a5827d05867fc82cf
-
- Aug 29, 2017
-
-
Loïc Siret authored
This patch adds a PresenterSelector to centralise the display of cards It also adds a new row for about things Change-Id: I777fbbb52265efdfcfa8ef2c903205c2b67e37a8
-
Loïc Siret authored
Hadrien was missing on the contributor list, this patch adds him. Change-Id: I403ef8449dfcb1ff44e5355c6cdc3ff7dab22485
-
- Aug 21, 2017
-
-
Loïc Siret authored
This patchs adds a registereduserName or RingId on the mainFragment. To do this, we need to use a custom TitleView because the ring id is too long and displayed badly withe the default titleview. Change-Id: I052796ce5cdf37a284ba5cddf1b8cbd15f6ef65b
-
- Aug 18, 2017
-
-
Alexandre Lision authored
Providing a username during account creation is now optionnal on AndroidTV. The related string has been modified to replace 'experimental' by 'optionnal' Change-Id: Ic74fb34fa3d5466ec2d194d8b03d2a9eed59495a
-
- Aug 14, 2017
-
-
Alexandre Lision authored
Rename package client to main Apply MVP pattern on the MainFragment Remove default colors and use Ring primary colors Change-Id: I03084daecde55a4ed8116aba5e37753d9c3be5f5
-
- Aug 11, 2017
-
-
Loïc Siret authored
Adding a more AndroidTV wizard. Adding Link Account features. Change-Id: I04e8aae05504694f0b517b28ca51f0c18fe2b87a
-
- Aug 09, 2017
-
-
Alexandre Lision authored
Instead of maintaining two separate modules, use a main client module compatible with cells, tablets and TV. Change-Id: Ie7d1ff3da1b9cf7fccf6804f773cf853bc2cd942
-
- Aug 04, 2017
-
-
* Use "register" label for SIP accounts and "create" for Ring accounts * Actually create account (if possible) on press * Use the standard "done" actionId instead of custom code Change-Id: If81d6247409756f2da8179b4b5a7d0e5821fd687 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jul 19, 2017
-
-
Guillaume Roguez authored
Recent contributors are added and the version name has been changed for the 1.0 release. Change-Id: Ibc8f6822040eeb2133882721e29687564a510025 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Jul 12, 2017
-
-
Adrien Béraud authored
Change-Id: I066dc1d6ce35e1a3fd06c92e97e4f977639a18be
-
- Jun 14, 2017
-
-
Adrien Béraud authored
Always display registered name instead of ringid by moving higher-level lookup logic to LRC model for contacts, contact requests and accounts. For instance, CallService is changed to directly return SipCall instances and handles association of contacts to calls. ConfigurationManager interface is unified in AccountService. This allows to minimize the number of name lookup API calls and to preserve the lookup result over the application lifetime, while making sure the registered name is used consistently across the Android client and users of the libringclient Java library. Change-Id: I771ddc11d670f28f699d2381773fa223fdd0ef83
-
- Jun 06, 2017
-
-
Fixes the build in new versions of Android build tools Change-Id: I5e7eadc2de637ab91ec94e82f9d050b26d762d3c Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Hadrien De Sousa authored
The first call state received when a call is placed was named INCOMING and now is SEARCHING Change-Id: Iaf33f514bfff209612f5a6ec07205762471a9dd2
-
- May 11, 2017
-
-
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>
-
- May 10, 2017
-
-
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>
-
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
-
- Apr 27, 2017
-
-
Aline Bonnet authored
This commit adds two missing elements on the about screen: - a short description of Ring - the authors and artists list Change-Id: Id141bfa77378449b08d165a7b32688fe34f45f19 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1574
-
- Apr 24, 2017
-
-
Aline Bonnet authored
This commit adds a contact request indication in the smartlist: - if a contact request was sent and accepted, there is no indication - if a contact request was sent and refused or pending, there is a green message - if there is no contact request, there is a red message Change-Id: I88062965c8a2038ea4cf1dfc0d94a1edfb4d5a01 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1489
-
- Apr 11, 2017
-
-
Adrien Béraud authored
Currently an error icon is shown for anything else than the "registered" state, which can cause user confusion. Now show the same status in the burger menu and the account settings. Also update the account list for every registration change, fixing the sticking error icon bug. Change-Id: I4be212dc304e13f891ec702047fd88d99a58dca1 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- Apr 06, 2017
-
-
Aline Bonnet authored
In the blocked contacts list, the user can unblock a contact by click on the button. Change-Id: I53f88b335ff1e80b39828c0ee815a8ea64ad7306 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1500
-
Aline Bonnet authored
This commit adds an item in the manage accounts to display the blocked contacts for the selected account. If it is a sip account, this item is not displayed. Change-Id: I23b5851f85074e60f61a77ad5e1e257adec6af49 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1500
-
- Apr 05, 2017
-
-
Aline Bonnet authored
With a long click on the contact in the smartlist or a click on the option in the conversation, it is possible to block a contact. This contact is added in the blocked contacts list but it is not removed to the smartlist for now. Change-Id: I82d691d1f16c8436673acd3cddbf7daae9b5e504 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1500
-
- Apr 04, 2017
-
-
Aline Bonnet authored
This commit adds a switch in the advanced preference to change the DHT.PublicInCalls value. This value is used to block incoming messages and calls from unknown users. Change-Id: I5d4dce33ccba0925a1bba40f36a3d79a0d9ba5ec Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
Aline Bonnet authored
In the conversation fragment, the ringID is displayed for each call history but this information is already displayed on the top. This commit only displays the call status and the date in the history. Change-Id: I5ec19568aec075b4edd0cba88ddaa6aeb5cdef59 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- Mar 29, 2017
-
-
Aline Bonnet authored
When there is no contact request, the pending contact request screen is blank. This commit adds the text "0 contact request" to display an indication for the user. Change-Id: If803085d6b024d2d9a45edf44cca5f14fc842eeb Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Aline Bonnet authored
This commit fixes the mistakes in the text message to send a contact request. Change-Id: I3e161a7ba62fd48c52ae5000e87f8b52d6194ab7 Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Aline Bonnet authored
When you click on a trust request notification, you can display the pending trust requests for an account other that the selected one. This commit adds a top pane if it is an other account. Change-Id: Ib8ea96d5835dfd00d1c8db6ad7d3e91e913818a1 Tuleap: #1497
-
Aline Bonnet authored
When the user starts a new conversation, he must send a trustrequest to add the contact and communicate with him. The commit adds a dialog in the conversation fragment to send this request. If a history exists, a trust request is already automatically send. The application doesn't displayed the dialog in this case. Change-Id: I45a52db959e2a1378bee22fb68188897a8c08ab3 Tuleap: #1499
-
Kateryna Kostiuk authored
Show notification when incoming trust request is received. Change-Id: Ibfb72a6ec234d366b6517fd485ceee04e46632e2 Tuleap: #1495
-
Adrien Béraud authored
The concept of "trust request" is specific to the daemon and daemon API. Clients and UI should present "Contact requests" to the user, using the underlying trust request daemon API. Also use the term "Contact requests" instead of "Pending trust requests": a contact request is always pending. Change-Id: Iac5993e2cad578c51d5e0814cf061f1927117067 Tuleap: #1345
-
Aline Bonnet authored
This commit adds a new screen to display pending trust requests for the selected account. When there is an incoming trust request, the list is modified. For now, the accept, refuse and block buttons are inactive. Change-Id: Idc8f955fc15080d57b9ccb4a246561d5b184433f Tuleap: #1497
-
- Mar 22, 2017
-
-
Change the device list: * add "this device" indication * add dialog to rename our device * minor bug fix in revocation dialog: getDialog() is always null in onCreateDialog() Change-Id: I8e5b7256268bf4018cba135402e6f6de00b745cc Tuleap: #1494
-
- Mar 15, 2017
-
-
Allow user to revoke a device for a specific account Change-Id: I8fa7ba794de8f00c71123c58d32b5ba9e438e999 Tuleap: #1491
-
- Mar 10, 2017
-
-
Adrien Béraud authored
Current default account name is always the same: "Ring". If account names are all the same, the user can't use them to recognizes accounts, which is the intended use of account names. Use "Ring account" + (nothing or 2, 3, 4...) as default name, never using an existing account name. Change-Id: I3e32cca826842f96b1fc58544e618a1fb8893979
-
- Feb 27, 2017
-
-
"Unknown" is a placeholder to use at presentation time, not as the actual profile name that will be transmitted and saved. This patch prevents setting a "default name" in a vcard since the vcard can be used without a name. If no name is available, no name is set. In the account list, the account alias is showed if the profile name is not set. Change-Id: I48cef23edc139c269fe54cd5ca8cd6de91ea6752
-