aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidconfigurations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Android: Don't default to gradleDaniel Teske2014-11-201-2/+2
* Android: Fix abi detection for 64bit devicesDaniel Teske2014-11-181-0/+18
* Android: Make Bundle Qt Deployment the default deployment method.Daniel Teske2014-11-181-2/+4
* Android: Fix starting the emulator on 32bit linuxDaniel Teske2014-11-101-3/+41
* Introduce and use FileName::exists()hjk2014-11-031-2/+2
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-3/+3
* Android: Fix wrong comparison operatorDaniel Teske2014-10-271-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-14/+32
|\
| * License updateEike Ziller2014-10-091-7/+8
| * Android: Be more careful in androidVirtualDevices()Daniel Teske2014-10-021-7/+24
* | Android: Say hello to gradle!BogDan Vatra2014-09-251-1/+15
* | Remove unused functionsBogDan Vatra2014-09-221-21/+0
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | Kit: Introduce variables for Kit display namesTobias Hunger2014-08-181-1/+1
* | AndroidConfig::apiLevelNamesFor: Rewrite using Utils::transformDaniel Teske2014-07-211-4/+1
* | Move qmake specific part to qmake plugin, generalize android supportBogDan Vatra2014-07-211-2/+6
* | Android: Set ANDROID_NDK_PLATFORM based on the mimum sdk versionBogDan Vatra2014-07-211-3/+2
* | AndroidConfig::bestNdkPlatformMatch: Ensure that api level 9 is minimumBogDan Vatra2014-07-211-0/+1
* | Android: Remove Necessitas supportBogDan Vatra2014-07-211-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-171-2/+7
|\|
| * Android: Support Android-L with a hackDaniel Teske2014-07-171-2/+7
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-9/+9
|/
* Android: Increase timeout for adb to 10sDaniel Teske2014-06-261-6/+6
* Valgrind: Compile fix for Windowshjk2014-06-191-0/+2
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-3/+4
* Android: Fix blocking the ui on adding an avdDaniel Teske2014-05-081-22/+29
* Android: Support new android list target outputDaniel Teske2014-04-141-1/+16
* Android: android list target output doesn't always end with a markerDaniel Teske2014-04-141-0/+7
* Android: Rework Create AVD dialogDaniel Teske2014-04-011-46/+50
* Android: Fix updateAutomaticKitListDaniel Teske2014-03-271-1/+1
* Android: Create AVD: Show error messagesDaniel Teske2014-03-251-6/+18
* Android: Create AVD dialog, give messagebox the right parentDaniel Teske2014-03-251-1/+1
* Fix deployment to Android virtual deviceKimmo Leppälä2014-03-141-1/+3
* AndroidSettingsWidget::apply(): Fix order of applying the changesDaniel Teske2014-03-111-1/+28
* Android: Handle offline stateDaniel Teske2014-03-111-2/+7
* Android: Copy less configuration datahjk2014-03-071-1/+1
* Android: Fix initial setupDaniel Teske2014-02-201-0/+1
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-1/+1
* Android: Rework settings dialogDaniel Teske2014-01-171-203/+296
* Utils::FileName: Rename append to appendString()Daniel Teske2014-01-091-4/+4
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-051-6/+4
|\|
| * Android: Fix restoring of MakeExtraSearchDirectoryDaniel Teske2013-12-041-6/+4
* | Android: Show output of android create avdDaniel Teske2013-11-261-0/+3
* | Android: Remove various waitForFinished(-1)Daniel Teske2013-11-221-9/+9
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-221-3/+3
|\|
| * Android: Give Create Avd dialog a proper parentDaniel Teske2013-11-211-2/+2