summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidinputcontext.cpp
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: stop composing before pasting new textPaul Olav Tvete2017-08-211-1/+2
* Android: Fix RTL selection handles directionsBogDan Vatra2017-06-131-2/+3
* Fix QRect calculation in inputItemRectangleDmitry Chmerev2017-01-111-4/+4
* Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-131-0/+5
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-6/+5
* Android: Show the edit menu when things are selectedOlivier Goffart2016-08-211-1/+17
* Android selection handlesOlivier Goffart2016-08-181-23/+148
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-4/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-4/+9
| |\
| | * Android: Fix inputItemRectangle when using EnableHighDpiScalingBogDan Vatra2016-03-211-4/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-16/+16
|\| |
| * | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-16/+16
* | | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-201-8/+6
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+1
|\|
| * Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-071-1/+1
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-10/+10
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
* Android: Add support for EnterKeyKai Uwe Broulik2015-08-111-1/+3
* Compile fix for QT_DEBUG_ANDROID_IM_PROTOCOLPaul Olav Tvete2015-06-161-1/+1
* Workaround for Google Keyboard strangenessPaul Olav Tvete2015-06-161-0/+5
* Workaround for Samsung keyboard bugPaul Olav Tvete2015-05-201-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix for HTC Pinyin input methodPaul Olav Tvete2014-11-241-0/+4
* Android: deadlock avoidancePaul Olav Tvete2014-10-201-1/+10
* Delay showing keyboard until application is activePaul Olav Tvete2014-10-201-0/+12
* Android: Thread fix/optimizationPaul Olav Tvete2014-10-101-3/+3
* Android: Hide vkb when IM disabled for focus objectEskil Abrahamsen Blomfeldt2014-10-031-4/+8
* Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-261-17/+15
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Android: fix inputmethod race conditionsPaul Olav Tvete2014-09-101-57/+57
* Avoid deadlock when suspending devicePaul Olav Tvete2014-09-051-2/+8
* Android: Report current selection to the input methodPaul Olav Tvete2014-05-261-4/+16
* Android: text cursor position fixesPaul Olav Tvete2014-05-081-11/+44
* Android input method fixes for SwiftKeyPaul Olav Tvete2014-04-251-41/+141
* Android input method fixPaul Olav Tvete2014-04-181-1/+1
* Android: Reset input method when focus changesPaul Olav Tvete2014-04-161-1/+13
* Android: input method fixes for SwiftEdit keyboardPaul Olav Tvete2014-03-311-10/+42
* Android: implement batch editing for input methodsPaul Olav Tvete2014-03-281-6/+50
* Android input method improvementsPaul Olav Tvete2014-03-181-16/+70
* Support multiple native surfaces on Android.BogDan Vatra2014-01-171-0/+762