summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidsdkmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Android: ModernizeAlessandro Portale2018-07-261-1/+1
| | | | | | | | | | | | modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using modernize-use-equals-default modernize-use-transparent-functors Change-Id: I6c9e567edf16cf436c0e0c1239b40f74574a1096 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
* Andriod: Check Android SDK pending licensesVikas Pachdha2017-10-111-1/+6
| | | | | | | | | | | Pending licenses are checked before installing any package and the user is provided with an option to agree to license terms and conditions Task-number: QTCREATORBUG-19000 Change-Id: I4e149b4a6ac84c1f336bb7c50b0d62a2019c7868 Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Android: Enable common arguments for SDK manager commandVikas Pachdha2017-10-111-1/+2
| | | | | | | Task-number: QTCREATORBUG-18978 Change-Id: I9f3e2b16a77ff949268960d2b5c5aa1896fa3770 Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Android: Add APIs to install, uninstall and update SDK packagesVikas Pachdha2017-10-111-0/+23
| | | | | | Task-number: QTCREATORBUG-18978 Change-Id: I3e19d665fb5b8a3a562010484735022d7ed333a1 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Android: Refactor Android SDK packagesVikas Pachdha2017-10-111-7/+27
| | | | | | | | | | Introduce a hierarchy for Android SDK packages and refactor the code accordingly. This is ground work for sdk management and automatic android setup Task-number: QTCREATORBUG-18978 Change-Id: Idef545e3b3a8e33e920be52b26094fb8046afcd3 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Android: Fix sdkmanager timing out on slower machinesVikas Pachdha2017-07-251-1/+1
| | | | | | | | | | sdkmanager times out on slower machines or with slower network connection. Increase the timeout and show timeout message box Task-number: QTCREATORBUG-18458 Change-Id: I9118024ec1438ef9c18842df2f7431e696c73f92 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Android: Use sdkmanager toolVikas Pachdha2017-04-121-0/+51
android tool is deprecated since sdk tools version 25.3.0. Use the new sdkmanager tool Task-number: QTCREATORBUG-17814 Change-Id: I96446f5a64c1c400066b4ac7771c8c7e1bf567ed Reviewed-by: BogDan Vatra <bogdan@kdab.com>