"README.md" did not exist on "b4c4ca0b824cfd92d8e2f19d343d88ddefc580ec"
- Oct 12, 2016
-
-
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
-
- Oct 05, 2016
-
-
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
-
- Sep 28, 2016
-
-
* 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
-
- Sep 27, 2016
-
-
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
-
- Aug 19, 2016
-
-
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
-
- Aug 16, 2016
-
-
Romain Bertozzi authored
Change-Id: I4be5840611c72dbb65df0e4c20b115b070c6e528
-
Romain Bertozzi authored
Change-Id: I7729b8a621d4ac0709797f5b7fd59991dfc51be5
-
- Aug 15, 2016
-
-
Thibault Wittemberg authored
Change-Id: I4312f1d8d4939909f9c0e65af3ee8610d55819c8
-
- Aug 12, 2016
-
-
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
-
- Aug 11, 2016
-
-
Alexandre Lision authored
This was due to the account observer not being removed. When reopening the details, the previous observer was still alive and was trying to refresh the UI account on a destroyed view instance Change-Id: I14021b9ae231e32bb019d6c10d4d88f558b150db Tuleap: #894
-
- Aug 08, 2016
-
-
Alexandre Lision authored
Ongoing call notifications are persistent in the status bar. These notifications are not cleared if something goes wrong in the app, and user can't delete them. This patch makes sure that when the daemon starts all previous notifications are cleared. Change-Id: Ia568ae9136cab113d09285effbebef514f1b2d5c Reviewed-by:
Adrien Béraud <adrien.beraud@savoirfairelinux.com>
-
- Aug 04, 2016
-
-
Alexandre Lision authored
Change-Id: I678ad36468954c40108573427e9a6f24f84c2ee1
-
- Aug 02, 2016
-
-
Romain Bertozzi authored
This patch gathers all the parts of a given profile. It builds the final vcard string from these parts and saves it on the disk. Change-Id: I853caa25005469986d76fad3e892de7d813f0cb0 Tuleap: #856
-
- Aug 01, 2016
-
-
Alexandre Lision authored
Change-Id: Ia6c217961293095c22ea8d6ff1051a881cf19957
-
- Jul 28, 2016
-
-
Romain Bertozzi authored
This patch improves the network changes management. The client now notifies the daemon that the network connectivity has changed. Change-Id: I4a9e5dc2ea4913b41faa52d2375901c176f4ae67 Tuleap: #848
-
Alexandre Lision authored
This commit bring auto-rotation for all the screens, according to user settings (screen rotation locked/unlocked). It was previously reserved to the CallActivity. - clean styles.xml - remove dead code (SettingsActivity) - layout ajustement across the app to manage toolbars manually (toolbar title is layouted in the bottom for the AccountManagementFragment) Tuleap: #727 Change-Id: I0e46ea8afcb88d99627090eb0c33f4ea24f4825c
-
- Jul 27, 2016
-
-
Alexandre Lision authored
Display CI, packaging and download locations Change-Id: Ib79f41fe8197f7e96a7ec8851b105c3aa6fdc50e
-
- Jul 22, 2016
-
-
Romain Bertozzi authored
This patch prevents some NPE to happen when activities and fragments were deallocated. Tuleap: #862 Change-Id: I574b6d19f82dd614e4cbe4d4de839daf9bd775cb
-
- Jul 21, 2016
-
-
Romain Bertozzi authored
This patch prevents some npes to occur after scanning a qrcode. These crashes occured when the smartlistfragment was destroyed. Its state wasn't properly restored when accessing resources. Change-Id: I22f10af2b12a487d3c941818f35dcf0d55f0666d Tuleap: #862
-
Alexandre Lision authored
Integrating Butterknife to avoid boiler plate code due to views munipulations such as findViewById or setOnClickListener. This integration could be done across the entire application in the futur. Change-Id: I918af7e9de848c46dc99cb39bd6f5ff0574f35b1 Tuleap: #816
-
Romain Bertozzi authored
This patch fixes the tx configuration file. There were unwanted characters preventing the update. It also take care of new locales that mess with Android Studio. Finally, an update of the translations is done. This update fixes the issue #775 reporting a misleading translation. Tuleap: #775 Change-Id: I2c7d01f50f97c8455c3115b31d1b1790f1e95850
-
- Jul 20, 2016
-
-
Romain Bertozzi authored
This patch modifies the network error text displayed in the smartlist. This message now takes the mobile connectivity in account and asks the activation of the permission if the case is relevant. By clicking on the message, the user is redirected to the settings screen where he can grant the permission. Change-Id: I15705a8efc170e8a3085765bf8dd003f85596ca2 Tuleap: #854
-
Romain Bertozzi authored
This patch fixes some NPEs occuring in the onReceive method of LocalService.java. A user reported that it crashed when the system was closing the app. It is a clue that tells that we were accessing elements from onReceive being triggered, after these elements were deallocated. Change-Id: I1ef4cdb56904ba0ebd7bd7839b83ea9243d78cbc Tuleap: #859
-
- Jul 05, 2016
-
-
Alexandre Lision authored
Change-Id: I71dcf5aaee86c752400a52c5145438157e4eef9e Reviewed-by:
Thibault Wittemberg <thibault.wittemberg@savoirfairelinux.com>
-
- Jul 04, 2016
-
-
Alexandre Lision authored
Change-Id: I295f2db3622ccef2f00cfca1ce3435888ef765f4
-
- Jun 30, 2016
-
-
Alexandre Lision authored
Change-Id: I2158f1184ac41c3c9461981765389b4a8e2416a9 Tuleap: #813
-
- Jun 10, 2016
-
-
Alexandre Lision authored
Change-Id: Ibd871447566806271f17d0879975c603049bb571
-
- Jun 09, 2016
-
-
Alexandre Lision authored
UPnP is set to false by default in the account template retrieved from the daemon. It is enable manually in the other clients, but it was not in the Android client. This patch force unpn at ring account creation, and also provides a way to turn it off in the account settings Tuleap: #698 Change-Id: I453e59e73a124caa1d48e17de763bd4ef46cade9
-
- Jun 07, 2016
-
-
Alexandre Lision authored
Change-Id: Ib2b6cca15c5bfcb56f02a7a2cecaa85597429a3a
-
- Jun 02, 2016
-
-
Alexandre Lision authored
Change-Id: I9e74b4463a9525f29fd2ac0041247e08e7db4c69
-
- Jun 01, 2016
-
-
Alexandre Lision authored
Change-Id: I69859fb8e54933279ad5eab8b50dc83a8ef52e97
-
- May 26, 2016
-
-
Romain Bertozzi authored
Change-Id: Ia23a10da6c60a601baca9bb54fef1d7415956cd1
-
- May 25, 2016
-
-
Romain Bertozzi authored
ORMLite behaviour differs in release mode. Columns and table names are by default optimized out, which can break our queries. This patch sets explicitely names for fields in HistoryCall and HistoryText classes. The names of the fields are not guaranteed to be kept if not set explicitely. Since there are naming changes, a data migration must be performed. An incremental database update engine is now available in DatabaseHelper.java for this purpose. Change-Id: I30ad25347289dc9862306d2c843511f8235167eb Tuleap: #629
-
- May 20, 2016
-
-
Romain Bertozzi authored
Change-Id: If9cfa36734ccc2296fde4d1453dde76b44dabe06
-