aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Set JAVA_HOME in environment and use that environmentDaniel Teske2013-06-141-0/+5
* Android: fixed updating Java files on Windows.Yoann Lopes2013-06-041-4/+5
* Android: Detect conditional dependencies.Christian Strømme2013-05-221-1/+7
* Enable mechanism to bundle Qt in APKEskil Abrahamsen Blomfeldt2013-05-031-17/+75
* Android: Speed up project opening by caching the sdk versionDaniel Teske2013-04-301-0/+6
* Android: Fix reload prompt on changing settings in the package stepDaniel Teske2013-04-171-0/+2
* Android: Only show android sdk versions that are supported by qtDaniel Teske2013-04-161-5/+16
* Android: Fix setting of iconDaniel Teske2013-03-251-3/+18
* Android: Fix use_local_libs when running from launcherEskil Abrahamsen Blomfeldt2013-03-181-0/+56
* Android: Also include indirect dependencies in libs.xmlDaniel Teske2013-03-111-14/+15
* Android: Deploy libgnustl_shared.so directly from android-ndkDaniel Teske2013-03-041-0/+17
* Compile fixRobert Loehning2013-02-181-1/+1
* Fix Android plugin to support Qt 5 style rules-filesEskil Abrahamsen Blomfeldt2013-02-181-25/+63
* Simplify Android settings, move debugger/gdbserver to KitDaniel Teske2013-02-071-1/+8
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Send static_init_classes paratemer to Android applicationBogDan Vatra2013-01-171-3/+10
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Use QProcess::kill() rather than QProcess::terminate() for adb.exeRay Donnelly2012-12-131-1/+1
* | Remove target from AndroidManager::openXmlFile()Daniel Teske2012-11-161-9/+8
* | Remove createAndroidTemplates from AndroidManager::openXmlFile()Daniel Teske2012-11-161-6/+3
|/
* Adjust license headershjk2012-10-051-19/+18
* s/profile/kit/Tobias Hunger2012-09-041-5/+5
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make AndroidManager completely staticDaniel Teske2012-07-181-21/+0
* Fix tr() error in Android plugin, use QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-07-161-4/+4
* introduce qmakeProperty(), use instead of versionInfo() where applicableOswald Buddenhagen2012-07-091-3/+3
* More Android fixes, add default android device.BogDan Vatra2012-07-041-4/+9
* Fix Android plugin.BogDan Vatra2012-06-231-2/+7
* Profile introductionTobias Hunger2012-06-211-0/+921