- Aug 29, 2017
-
-
Loïc Siret authored
Hadrien was missing on the contributor list, this patch adds him. Change-Id: I403ef8449dfcb1ff44e5355c6cdc3ff7dab22485
-
- Aug 25, 2017
-
-
Guillaume Roguez authored
Change-Id: I8891aadd8c4581cc5795d1f034098b0ccd310705
-
- 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
-
Hadrien De Sousa authored
At first launch, the app is displaying the smartListFragment with an empty list even if there is no account This commit fix this behaviour by adding a splashscreen that check permissions and load accounts at start This commit is compatible android and AndroidTV. Change-Id: I917c59cb66e0c09c145ddcc85ca19374f1ef640a
-
Jenkins authored
Change-Id: Ia5d9e0f6f5fa0bc1d5e52dcfbc20fcd585ad0389
-
- 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
-
Loïc Siret authored
Prior this patch the preview size was good only for the camid == 1. This fixes the size of the preview on device and TV by removing check on the cam id and applying the good preview size on each Video event. Change-Id: Icb6eba0baefc6faf6dba8e78c3b26ba2ad8cc958
-
Loïc Siret authored
Change-Id: I49449c35438f70356b8b6f53aeb0bc5bfc01f134
-
- Aug 17, 2017
-
-
Alexandre Lision authored
Running Android lint highlighted some warnings: - Wrong comment formating - Unused imports - Dead code chunks - Use proper suffix for long numbers Change-Id: Ibf4495ef44e21be77ca031b583544c41182c21b3
-
Alexandre Lision authored
Since commit 822368 ffmpeg fails to compile because pkg-config is not able to find opus. Forcing the use of pkg-config in the extras/tools fixed the issue. I have encountered this behaviour on Fedora 26 Change-Id: I927aea1a56426191ac86e9158f7d85249b3b36eb
-
Guillaume Roguez authored
Change-Id: I94650d5b2292c71bffc8f903d637d234add2d6e8
-
- Aug 16, 2017
-
-
Alexandre Lision authored
We have used the standard CardPresenter to display contacts cards. We can use the same Presenter class to generate other items through the app. This use has been observed in the vlc tv app codebase Change-Id: I493601a453cd139822b744f19187d3200d271ee0
-
- Aug 15, 2017
-
-
Loïc Siret authored
Setting AllowBackup false to avoid storing user critical information on google cloud. It also solves problems that occur at startup after uninstalling / reinstalling the app. Sometimes we have partial data from google cloud that create weird behaviour. Change-Id: If3e2f90359a215a9cb4fd03678ca44a851ca1d0e
-
- Aug 14, 2017
-
-
Hadrien De Sousa authored
Apply MVP to AccountWizard Change-Id: I959fd09d305a321b5bb01bdd6c74225d20a36165 Tuleap: #1369
-
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
-
Jenkins authored
Change-Id: Ia883a4d66c9acba2fddb4b1df2df937859ffd68d
-
- Aug 11, 2017
-
-
Loïc Siret authored
Kill gracefully the call when user dismiss the callfragment. Change-Id: I7b4b0a060bc0b22cfd2a5bb0649f8ab4f09f4840
-
Alexandre Lision authored
Voice recognition process does not work well with usernames To disable it when entering the SearchFragment, the focus is manually set on the SearchEditText Ring icon has been set on the search bar Change-Id: Ie593db5a45cb9ec7ca9b5b973865c1779c494051
-
Loïc Siret authored
Adding a more AndroidTV wizard. Adding Link Account features. Change-Id: I04e8aae05504694f0b517b28ca51f0c18fe2b87a
-
Alexandre Lision authored
Change-Id: Iae36ed3ba74c6a1eefc4385b44cb3f8e22cd7278
-
- 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
-
Alexandre Lision authored
This reverts commit 782d49f3. Change-Id: Iae132cee982a9099b663f00e56b3d8167baa4046
-
- Aug 08, 2017
-
-
Alexandre Lision authored
The Makefile building the apk was only used for executing gradlew. This instruction has been moved to compile.sh. Other Makefile targets were mostly unused, or could be easily moved to compile.sh if necessary. Change-Id: I18d0ddea71b66f8eeca8010b713c8694ab7bb559
-
- Aug 07, 2017
-
-
Jenkins authored
Change-Id: Ic00ee3d40e9066ce0bbcf81f1955dbf0384fa09d
-
Change-Id: If902314ec19daad7678879a7054fbac5c2dd40fb Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
Avoid building gettext with every CI build. Change-Id: I6496ff4bad6f9671f4194268ee0045a4a4d044a7
-
Alexandre Lision authored
Follow guidelines and provide a 320x180p banner for the launch icon Title of the home activity has been set to Ring Change-Id: Icb6dfb7d3bbedfe97490a6e13aaef49017e6eaf6
-
Change-Id: I44daed046cab2d4e83c525d6e1a91b4080fa75c8
-
- Aug 04, 2017
-
-
Hadrien De Sousa authored
This patch add the libringandroid dependency to the app module that now use the code shared with the androidTv module Change-Id: Ie44d113fe20c9a4e21e66f14efb7cee416c2f8f5
-
Change-Id: Ibb38d3b8d7997f37181d7c9fd3eb8e0d62ba9486 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
* 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>
-
The new behavior is to not use system contacts by default. Change-Id: Idb0eca032f9aaefb53061d25e221378c493fa32a Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Aug 03, 2017
-
-
This patch create a submodule libringandroid which will contains all the common code between Android Tv and regular Android app. Files in this module are nearly untouched compare to those who exist in app module. Change-Id: I6e98f87aa856de61bfff72ec2fd9734987fd0422
-
Adrien Béraud authored
Change-Id: I1b4fc5c94182449e8efc2e6a8ce537ea6d50733d
-
If a conversation has no history and multiple numbers are available, use the first available number. Change-Id: Iff8cecf223a362e486e72cd984f0138c87b758b7
-
Jenkins authored
Change-Id: Ic798506ce5244a9456f4c8cb244e424806eabb4d
-
- Aug 02, 2017
-
-
Loïc Siret authored
Change-Id: I4371acccb4fde3533e9848a8f42f895a18eea227
-
Loïc Siret authored
Call reception is done in DRingService to start CallActivity even when app is in background. There is no notification system on androidTV for now Change-Id: Ia3f96554446565d0429e59e5d55c2a23075c8db5
-
Loïc Siret authored
This patch adds: - layout and Daemon connection for calling a Peer. - ability to call a peer from the Search Results. Change-Id: I09eca539011c1553d46afa7d97f875085ec54193
-
Change-Id: I3fede169dec99c1c8eee0586c11c14ffd568f486
-