- 03 Mar, 2017 1 commit
-
-
Alexandre Lision authored
Change-Id: Ia9a1da9baef075c6e211f06f054b48cb32dbe0f6 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- 01 Mar, 2017 4 commits
-
-
Aline Bonnet authored
Change-Id: Ia6605fac7844bfad8f114e4acef0dd7c7bfcb9ee
-
Thibault Wittemberg authored
Moves conversation features from LocalService to a new ConversationFacade. It will allow Presenters to only communicate with low level layers. This commit fix a ConcurrentModificationException Switch putAll() to put() on textMessages and historyCalls fix the crash Refactor calls to HistoryService to be asynchronous Change-Id: I33fba4db759ec66777c3b88573d5901ce2d3b56f Tuleap: #1367
-
Hadrien De Sousa authored
- remove restore account logic (not used) - add SIPCreationView and SIPCreationPresenter This commit refactor presenter injection Change-Id: Id0f907d68a316d7726d4a24ab25e47446f89e5b4 Tuleap: #1369
-
Adrien Béraud authored
* use elevation for bottom panel (4dp) * reduce layout complexity * use dark-theme password field * use proper error message method Change-Id: I5b1c16f035f6473cbf226c6b6f39f9e8d2f58dde Tuleap: #1494
-
- 27 Feb, 2017 3 commits
-
-
"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
-
Kateryna Kostiuk authored
Block screen rotation when video starts to avoid destroying view and as result displaying black square. Change-Id: I4391235808cb29189316ec67894af23fde0c3121
-
Aline Bonnet authored
- adds signals: INCOMING_TRUST_REQUEST in the AccountService and CONTACT_ADDED and CONTACT_REMOVED in the ContactService. - adds trust requests functions to communicate with the daemon. Change-Id: I0ce2be900eac27fd5dd0241bc21f75ffb1002f5d Tuleap: #1493
-
- 23 Feb, 2017 2 commits
-
-
Aline Bonnet authored
Change-Id: I31c3ea9b7a262d4f56799626600e3e85e094d2b6
-
Hadrien De Sousa authored
Change-Id: Idf46004c73cb49d06023c512f20faba9a0afd850 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- 22 Feb, 2017 1 commit
-
-
Aline Bonnet authored
Change-Id: Ia5106940b726bb5daa0fb1a24878ef3f04ed2baa
-
- 15 Feb, 2017 1 commit
-
-
Aline Bonnet authored
Change-Id: Ie056f31864c4107bfcd73aabb71e7082b7a38e39
-
- 14 Feb, 2017 5 commits
-
-
Aline Bonnet authored
Since the 041a0ce commit, the migration signals are changed. This commit implements the new signals and prevents crash when the orientation changes. Change-Id: I65c04a08f7e4ad266ad43176ba2a6aca2310701e Tuleap: #1474 Tuleap: #1435
-
Alexandre Lision authored
setPreviewSettings in DRingService is called every time a new outgoing call is made. To prepare the move of placeCall() to lower layers this link needed to be broken (DRingService is an Android Service, not available in low level layer) setPreviewSettings() logic has been moved to the DeviceRuntimeService under the name retrieveAvailablePreviewSettings() Change-Id: Iac1f63da09cb24c3d5e924eb94c7be86d30b5432 Tuleap: #1367
-
Aline Bonnet authored
When sharing vcard information over the network and openDHT we don't have any size limitation. This can cause issues, since a vCard photo can be too large to fit in a single openDHT packet. The reduceBitmap function will scale down large images and will be used to control shared data size. Change-Id: Ie2d2d353fee901ff6f9f3b51f5fafef639140db0 Tuleap: #1498
-
Aline Bonnet authored
Centralize notification features from LocalService and ActionHelper to a new NotificationService. Change-Id: If62c9e5f6404de780b182b0f9f9ea4745e358088 Tuleap: #1367
-
Adrien Béraud authored
Add some love to the wizard UI: * fix improper input hint text size * fix navigation button width * fix text selection tool background * restore name registration animation * bump support library version Change-Id: Ie6ad62759305465588f4002ef128e912ddd00d4a Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- 10 Feb, 2017 1 commit
-
-
Adrien Béraud authored
Change-Id: I8e0d111c8bdd242658d34145c95ea60708b158a5
-
- 02 Feb, 2017 1 commit
-
-
Alexandre Lision authored
Refactor DeviceAccountFragment to separate business logic and UI Rename it in RingSummaryAccountFragment since we display more than just the device list. The list device adapter has been extracted for easier reading Tuleap: #1491 Change-Id: I9ef8b88f0912d63ad6d6ab27dac988329b0d1f32
-
- 01 Feb, 2017 2 commits
-
-
Aline Bonnet authored
Change-Id: I534147b96620a3fdbeda7d9fa1572320aa69781a
-
Alexandre Lision authored
The ellipsis symbol "…" is wrongly converted to "�" on some phones This means that it is an invalid UTF-8 symbol and cannot be displayed. This commit replaces it with its UTF-8 representation "\u2026" Change-Id: Ib52c29220097b8bd342929a12c693c906a916284 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- 30 Jan, 2017 3 commits
-
-
Alexandre Lision authored
We check if the split array has a length superior to 0 but we access the second element (split[1]) Change-Id: I13b8dcdeba3d2b3480d5d0c8eb6eca4410aff439
-
Aline Bonnet authored
The string format of "home_transfering" was wrong. The two arguments was "%1$s". This commit fix this. Change-Id: Ic64d194de2719d8f0823bc4fd2891cdffdbed873 Tuleap: #1473
-
Aline Bonnet authored
When opening the conversation during a call to show the text messages, the call bar is not displayed. This commit forces the refresh of the conversation screen to display this bar. Change-Id: Ifb453608dafd29f7fd42173c38b863a78fe56fa0 Tuleap: #1484
-
- 27 Jan, 2017 1 commit
-
-
Aline Bonnet authored
When incoming call, the hangup button is to the right of the accept button in the notification. In the callfragment, it's the opposite. This commit changes order of this buttons in the notification to be consistent. Change-Id: I11faec0e6796ecf553923cbb70936827c60976d9 Tuleap: #1450
-
- 26 Jan, 2017 3 commits
-
-
Thibault Wittemberg authored
Change-Id: I5605e13db4cde4a95887eb8234f5e0a1efa5e5db Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Thibault Wittemberg authored
Clean ConversationFragment from SmartList fragment manager. Change-Id: I9f0d3e64a2f94e45db11a775cfcb98fa25fd2b3b Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Thibault Wittemberg authored
Toolbar icons were not well reset when switching from conversation screen to another one. Even if we were not in conversation screen anymore, the toolbar allowed us to make a call which would crash the application. Change-Id: Id4d37dc6adbf927b7a5e99f2ab10e557ffa10657 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- 25 Jan, 2017 6 commits
-
-
Aline Bonnet authored
Change-Id: I0dddd7a59d6682cf55e8012fa981166082669322 Reviewed-by:
Thibault Wittemberg <thibault.wittemberg@savoirfairelinux.com>
-
Thibault Wittemberg authored
set Copyright end year to 2017 Change-Id: I964ae9bd0cf411f4620d05c8af8e9398db910efd Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
Aline Bonnet authored
When a call is refused from the callFragment, the appellant is still in calling state. This commit gives the right signal to the daemon. Change-Id: Ib613c0434463032751b50ec2bae782fe3ad11b5f Tuleap: #1358
-
Thibault Wittemberg authored
We only refresh the Smartlist if its new data are different from the ones that are currently displayed Change-Id: I149205923d59c311e11d23cfd233a1407b879695
-
Aline Bonnet authored
When a call is refused from the notification, the application displays the call with the "outgoing" status. This commit fixes this bug and hangs up. Change-Id: I5f21f9e39ad463c40c45b2f6c87a8706b93257e9 Tuleap: #1358
-
Aline Bonnet authored
The profile layout is modified in landscape mode. The profile photo is next to the fullname and margins are larger. Change-Id: I781153ec4850dc6a49f00106de99afddb7661106 Tuleap: #1429
-
- 24 Jan, 2017 2 commits
-
-
Aline Bonnet authored
On tablets in landscape mode, this commit adds the conversation fragment to home page if the screen width is superior or equal to 960dp. Change-Id: I67aead8037452d3f11b852b6c04da18105a29094 Tuleap: #1431
-
Aline Bonnet authored
This commit sets programmatically the devices list to a fix height (according to the number of rows) so that the scrolling can be handled by the parent scrollview Change-Id: I679316443c7695e61558f133db1b0b5fe62e738c Reviewed-by:
Thibault Wittemberg <thibault.wittemberg@savoirfairelinux.com>
-
- 23 Jan, 2017 3 commits
-
-
Thibault Wittemberg authored
Moves contact features from LocalService to a new ContactService. It will allow Presenters to only communicate with low level layers. Change-Id: I4ddcc8364e6dd04a4e8f8d5c03695810f4b1d0e2 Tuleap: #1367
-
Adrien Béraud authored
* Fix scrambled video on some recent devices like Google Pixel * Profit from recent video performance boost to increase minimum resolution to 320x240px. Encoding at 320x240px was tested fluid enough on the Galaxy Nexus. Tuleap: #1475 Change-Id: I6b0d9731fbf4ca8a5562bd7a49317193d948b1d9
-
Aline Bonnet authored
If a message arrives between the onCreate and onCreateView call, the receiver can catch the message. This commit moves the registerReceiver into the onResume function to prevent this behavior. Change-Id: Idbbc7ae0c51b5befbf1220f7edb5f5ed17ea38f9
-
- 20 Jan, 2017 1 commit
-
-
Romain Bertozzi authored
Change-Id: I16fa2440cff2707becaae82416415c2882787f28 Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-