summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-213-19/+0
* Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-125-12/+88
|\
| * Android: Fix QMenu on 64 bitEskil Abrahamsen Blomfeldt2019-08-085-12/+88
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-3/+27
|\|
| * QAndroidInputContext: Generate a QInputMethodEvent in reset()Vova Mshanetskiy2019-06-281-0/+1
| * QAndroidInputContext: Do not stop composing when user taps the cursorVova Mshanetskiy2019-06-281-1/+19
| * QAndroidInputContext: Consider preedit text in getCursorCapsMode()Vova Mshanetskiy2019-06-281-2/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+2
|\|
| * Android: Use Android button layout for the DialogButtonBoxLayout hintAndy Shaw2019-06-181-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-202-244/+501
|\|
| * QAndroidInputContext: Improve compatibility with virtual keyboardsVova Mshanetskiy2019-06-052-202/+430
| * QAndroidInputContext: Don't allow clearing selection by dragging handlesVova Mshanetskiy2019-06-051-39/+27
| * QAndroidInputContext: Fix unneeded preedit commits when dragging handlesVova Mshanetskiy2019-06-051-11/+52
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-30/+49
|\|
| * QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47
| * QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-1/+1
|\|
| * QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-4/+22
|\|
| * Android: Fix deleting of new lines when using backspaceAndy Shaw2019-05-031-4/+22
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-1/+1
|\|
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-022-8/+11
|\|
| * Terminate Qt gracefullyBogDan Vatra2019-02-282-8/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-0/+18
|\|
| * Android: Add support for getting the UiLanguagesAndy Shaw2019-02-191-0/+18
* | Add file engine for Android content URLsVolker Krause2019-02-134-0/+159
* | [platform/android] Add native file dialogNicolas Fella2019-02-124-2/+239
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+4
|\|
| * Android: If there is no surrounding text then don't try to delete itAndy Shaw2019-01-281-0/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-20/+18
|\|
| * Use jint instead of jboolean where applicable and initialize variablesAndy Shaw2019-01-081-14/+14
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-084-30/+59
| |\
| * | Use the AndroidDeadlockProtector when using a blockingqueued connectionAndy Shaw2019-01-041-6/+4
* | | Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-233-54/+1
| |/ |/|
* | Android: Add support for setting/getting html and uris from clipboardAndy Shaw2018-12-214-30/+59
|/
* Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
* Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-251-0/+16
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-2/+14
|\
| * Detect when we are at the sentence boundaryAndy Shaw2018-09-131-2/+14
* | 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
|/