index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
android
/
androidmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: Remove unused constants
Tobias Hunger
2015-08-31
1
-1
/
+0
*
Android: Make api level M known
Daniel Teske
2015-06-12
1
-1
/
+1
*
Android: Remove unneeded variable assignments.
Christian Kandeler
2015-06-10
1
-4
/
+2
*
Android: Increase timeout for checkPasswd and checkKeystore
Daniel Teske
2015-05-26
1
-4
/
+4
*
Android 5.1 is not unknown anymore
BogDan Vatra
2015-05-20
1
-0
/
+2
*
Android: Fix deployment to wrong avd
Daniel Teske
2015-05-18
1
-4
/
+4
*
Don't mix iterator and const_iterator
Kai Koehne
2015-04-02
1
-1
/
+2
*
Clean exported headers of the Remote Linux, Android plugins.
Friedemann Kleint
2015-03-05
1
-0
/
+1
*
Android: Offer api level 21 in AndroidManifestEditor
Daniel Teske
2015-02-16
1
-1
/
+1
*
Android: Set correct ANDROID_NDK_PLATFORM
Daniel Teske
2015-02-13
1
-2
/
+13
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
Android: Fix name for api level 20
Daniel Teske
2014-11-25
1
-0
/
+1
*
Android: Make Bundle Qt Deployment the default deployment method.
Daniel Teske
2014-11-18
1
-2
/
+2
*
Android 5.0 is not unknown anymore.
BogDan Vatra
2014-11-14
1
-1
/
+2
*
Introduce and use FileName::exists()
hjk
2014-11-03
1
-2
/
+2
*
AndroidDeployQtStep: Fix deployment for qt 5.3
Daniel Teske
2014-10-27
1
-0
/
+9
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
Android: Say hello to gradle!
BogDan Vatra
2014-09-25
1
-0
/
+108
*
|
Use Qt 5's QStringList::join(QChar)
hjk
2014-08-25
1
-3
/
+3
*
|
Android: Remove unused variable
Nikolai Kosjar
2014-07-24
1
-26
/
+0
*
|
AndroidManager: Remove more unused code missed earlier
hjk
2014-07-22
1
-11
/
+0
*
|
AndroidManager: Remove unused code missed in necessitas removal
hjk
2014-07-22
1
-60
/
+0
*
|
AndroidManager: Move private static functions to implementation
hjk
2014-07-22
1
-23
/
+52
*
|
Move qmake specific part to qmake plugin, generalize android support
BogDan Vatra
2014-07-21
1
-75
/
+49
*
|
AndroidDebugSupport: Split up into general and qmake specific part
BogDan Vatra
2014-07-21
1
-0
/
+14
*
|
Android: Remove Necessitas support
BogDan Vatra
2014-07-21
1
-653
/
+11
*
|
AndroidManager::checkForQt51Files: Make parameter a Utils::FileName
BogDan Vatra
2014-07-21
1
-2
/
+1
|
/
*
androidNameForApiLevel: Api-Level 20 is Android L
Daniel Teske
2014-07-17
1
-0
/
+2
*
Android: Report api level of unknown android versions
Daniel Teske
2014-07-17
1
-1
/
+1
*
Reinvent deprecated qSort as Utils::sort
Nikita Baryshnikov
2014-06-19
1
-8
/
+6
*
Project: Use Utils::FileName as return type for projectDirectory(...)
Tobias Hunger
2014-05-06
1
-2
/
+3
*
Use double quotes instead of single quotes as per our guidelines.
Christian Kandeler
2014-04-22
1
-3
/
+3
*
Android: Rework Create AVD dialog
Daniel Teske
2014-04-01
1
-1
/
+1
*
Use ICore::dialogParent for message boxes without parent so far
hjk
2014-03-12
1
-1
/
+2
*
Android: Rework settings dialog
Daniel Teske
2014-01-17
1
-15
/
+15
*
Utils::FileName: Rename append to appendString()
Daniel Teske
2014-01-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/3.0'
Eike Ziller
2014-01-08
1
-1
/
+1
|
\
|
*
Incremented year in copyright info
Robert Loehning
2014-01-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/3.0'
Eike Ziller
2013-12-18
1
-4
/
+4
|
\
|
|
*
Android: Increase timeouts for keytool
Daniel Teske
2013-12-16
1
-4
/
+4
*
|
Merge remote-tracking branch 'origin/3.0'
Eike Ziller
2013-11-20
1
-0
/
+1
|
\
|
|
*
Android: android.bat needs a special environment
Daniel Teske
2013-11-19
1
-0
/
+1
*
|
Android: Mark "Unknown Android version" string as translateable
Daniel Teske
2013-11-18
1
-1
/
+1
|
/
*
Braces cleanup
Orgad Shaneh
2013-11-14
1
-8
/
+4
*
Add "Android 4.4" as name for API level 19
Paul Olav Tvete
2013-11-12
1
-0
/
+2
*
Android: Fix in source builds with Qt 5.2
Daniel Teske
2013-11-07
1
-1
/
+1
*
QmakeProjectManager: various renaming cleanup
hjk
2013-10-29
1
-14
/
+14
*
Rename plugins/qt4projectmanager to qmakeprojectmanager
hjk
2013-10-29
1
-4
/
+4
*
Qt4ProjectManager: Rename {Qt4,Qmake}{Project,Pr{i,o}FileNode}
hjk
2013-10-29
1
-14
/
+14
[next]