summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Android: Support mouse hoverMichael Dippold2018-07-131-2/+1
* Fix missing override warning for androidLiang Qi2018-05-301-1/+1
* Android: Cleanup the threading handlingBogDan Vatra2018-04-152-125/+108
* Make sure we finish composing before we do any operations on textBogDan Vatra2018-04-151-0/+6
* Release left button before showing the popup context menuBogDan Vatra2018-04-153-0/+23
* Android: rewrite edit context menuBogDan Vatra2018-04-154-15/+29
* Hide cursor handle after ~4s on inactivityBogDan Vatra2018-03-142-0/+18
* Remove text selection handles when keyboard is hiddenBogDan Vatra2018-03-143-1/+13
* Refactor cursor & selection handlesBogDan Vatra2018-03-142-40/+86
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-6/+52
|\
| * Check selection handles positionBogDan Vatra2018-01-271-6/+42
| * Android: Hide handler(s) if the cursor is not visible anymoreBogDan Vatra2018-01-271-0/+10
| * Android: Fix compilation with warnings-are-errorsEskil Abrahamsen Blomfeldt2018-01-261-1/+0
* | Load Qt libs from Qt threadBogDan Vatra2018-02-111-55/+52
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-4/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-302-4/+9
| |\|
| | * 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
* | | Android: port away from QRegion::rects()Marc Mutz2017-12-081-2/+3
|/ /
* | [android] Fix compile with -warnings-are-errorsBogDan Vatra2017-11-241-1/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-7/+7
|\|
| * Refactor childIdListForAccessibleObjectJan Arve Sæther2017-10-251-7/+7
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-8/+12
|\|
| * Android Accessibility: protect from accessing invalid interfacesFrederik Gladhorn2017-10-171-8/+12
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+11
|\|
| * Attach Qt main c++ thread to jvm at the early beginningVyacheslav Koscheev2017-10-161-0/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-312-1/+3
|\|
| * 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
* | QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-071-7/+0
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-1/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-065-32/+33
|\|
| * 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
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-07-051-6/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-6/+8
| |\|
| | * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-6/+8
* | | Forward Service.onBind notification to QtBogDan Vatra2017-07-041-2/+15
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-196-14/+39
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-073-5/+25
|\|
| * QClipboard: make dataChanged() signal work on AndroidOleg Yadrov2017-05-043-5/+25
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-271-0/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-207-47/+57
|\|