summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Android: Set correct input hints when queried through getCursorCapsModeJohan Klokkhammer Helsing2017-12-151-3/+3
* Allow the users to disable the text handlesBogDan Vatra2017-12-121-0/+4
* Android: Reserve space for the QVarLengthArray, so we can use appendAndy Shaw2017-12-051-1/+2
* Refactor childIdListForAccessibleObjectJan Arve Sæther2017-10-251-7/+7
* Android Accessibility: protect from accessing invalid interfacesFrederik Gladhorn2017-10-171-8/+12
* Attach Qt main c++ thread to jvm at the early beginningVyacheslav Koscheev2017-10-161-0/+11
* Android: stop composing before pasting new textPaul Olav Tvete2017-08-211-1/+2
* Android: Fix compile using ndkr15 clang and unified headersBogDan Vatra2017-08-182-0/+2
* Android: Replace QMutex with QBasicMutex in androidjnimainChristian Strømme2017-07-031-1/+1
* Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-035-31/+32
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-6/+8
* Android: fix missing wheel eventsJ-P Nurmi2017-06-181-0/+20
* Android: Fix RTL selection handles directionsBogDan Vatra2017-06-133-6/+7
* Android: Remove no-op call to processEvents()Christian Strømme2017-06-081-1/+0
* Android: Remove unused structChristian Strømme2017-06-081-7/+0
* Android: Properly update geometry once the platform plugin is readyChristian Strømme2017-06-083-0/+12
* QClipboard: make dataChanged() signal work on AndroidOleg Yadrov2017-05-043-5/+25
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-127-47/+57
|\
| * Android: Fix application state trackingChristian Strømme2017-04-115-29/+40
| * Android: Fix crash at exitBogDan Vatra2017-04-102-14/+16
| * Fix build: Remove unused variableBogDan Vatra2017-04-101-4/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-04-062-32/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-32/+0
| |\|
| | * Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-052-32/+0
* | | Replace last occurrences of LGPL3, LGPL3-COMM headersKai Koehne2017-04-061-6/+17
|/ /
* | Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-042-4/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+7
|\|
| * Make sure we quit qt when the service is destroyedBogDan Vatra2017-03-271-0/+7
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-9/+8
|\|
| * Fix hang on sleep/wakeupBogDan Vatra2017-03-231-9/+8
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-3/+6
|\|
| * Android: Fix Accessibility items positioning with QHighDpi enabledKonstantin Ritt2017-03-161-3/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-4/+0
|\|
| * Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-231-4/+0
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-224-8/+12
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-6/+4
|\|
| * Android: Fix data race in QAndroidEventDispatcherStopperVyacheslav Koscheev2017-02-072-6/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-4/+4
|\|
| * Fix QRect calculation in inputItemRectangleDmitry Chmerev2017-01-111-4/+4
* | Android: populate TouchPoint rotation and axes correctlyShawn Rutledge2017-01-041-6/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-165-5/+7
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-165-5/+7
| |\
| | * Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-133-2/+7
| | * Android: Add missing overrideAlexander Volkov2016-12-0921-142/+142
| | * Android: remove unused variableBogDan Vatra2016-12-092-3/+0
* | | Android: Enable Adoption of ANativeWindow handle as a QOffscreenSurfaceAndy Nichols2016-12-145-5/+163
|/ /
* | QAndroidPlatformOpenGLContext: fix adopting of existing native contextsLaszlo Agocs2016-12-093-4/+9
* | Android: Use override instead of Q_DECL_OVERRIDEAlexander Volkov2016-11-293-8/+8
* | Android: Add missing overrideAlexander Volkov2016-11-2921-142/+142
|/