summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Android: Remove AttachedJNIEnv class.Christian Strømme2014-11-032-48/+4
* Android: Simplify the jni code in QtAndroidMenuChristian Strømme2014-11-033-24/+8
* Android: Simplify the jni code in QtAndroidInputChristian Strømme2014-11-031-42/+17
* QAndroidPlatformClipboard: fix build in release modeJ-P Nurmi2014-11-011-2/+3
* Android: deadlock avoidancePaul Olav Tvete2014-10-206-1/+125
* Delay showing keyboard until application is activePaul Olav Tvete2014-10-202-0/+15
* Consolidate how contentDescription is calculated.Jan Arve Saether2014-10-151-10/+18
* Android: Make memory handling in QClipboard consistent with iOSEskil Abrahamsen Blomfeldt2014-10-101-1/+2
* Android: Return empty mime data instead of 0 from empty clipboardEskil Abrahamsen Blomfeldt2014-10-101-4/+4
* Android: Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-0/+1
* Android: Support QClipboard::clear()Eskil Abrahamsen Blomfeldt2014-10-101-4/+2
* Android: Thread fix/optimizationPaul Olav Tvete2014-10-101-3/+3
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-3/+3
* Android: Hide vkb when IM disabled for focus objectEskil Abrahamsen Blomfeldt2014-10-031-4/+8
* Android: Don't include Apache code under LGPLv2 licenseEskil Abrahamsen Blomfeldt2014-10-023-14/+66
* Use PopupMenu when possible.BogDan Vatra2014-10-014-25/+49
* Android: Add function to change the stacking order in the layout.Christian Strømme2014-09-264-0/+44
* Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-264-28/+19
* Android: Improve the foreign-window implementationChristian Strømme2014-09-264-29/+93
* Update license headers and add new license filesMatti Paaso2014-09-2453-972/+548
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-235-23/+33
|\
| * Merge remote-tracking branch 'origin/5.3.2' into 5.3Frederik Gladhorn2014-09-171-10/+16
| |\
| | * Android: use FBO readback workaround by default.Yoann Lopes2014-09-031-10/+16
| * | Android: Avoid deadlock in Qt.inputMethod.visiblePaul Olav Tvete2014-09-021-12/+4
| |/
| * Android: Fix crash at shutdown when keyboard is visibleSérgio Martins2014-08-281-1/+2
| * Android: added more devices to the FBO readback workaround check.Yoann Lopes2014-08-272-4/+9
| * Android quickfix: Avoid crash at shutdownPaul Olav Tvete2014-08-271-1/+3
| * Resize correctly on orientation change.Paul Olav Tvete2014-08-202-2/+2
| * Use correct size in fullscreen modePaul Olav Tvete2014-08-201-0/+6
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-202-0/+7
* | Android: fix inputmethod race conditionsPaul Olav Tvete2014-09-102-63/+62
* | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-3/+2
* | Avoid deadlock when suspending devicePaul Olav Tvete2014-09-051-2/+8
* | Android: don't recreate surface on shutdownPaul Olav Tvete2014-09-052-0/+5
* | Android: Avoid deadlocks on suspendPaul Olav Tvete2014-09-032-9/+14
* | Android: Guard against invalid surfaceIDPaul Olav Tvete2014-09-021-0/+6
* | Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-259-171/+72
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-192-9/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-122-9/+6
| |\|
| | * Android: Remove native views when their window is destroyd.Christian Strømme2014-08-061-3/+2
| | * Android: Fix QAndroidPlatformServices::openUrl().Christian Strømme2014-08-061-5/+4
* | | Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-164-0/+17
|/ /
* | Make the expose region local on all platformsLaszlo Agocs2014-08-122-2/+2
* | Android: Fix exceptions in ExtractStyle.java on Android LBogDan Vatra2014-08-011-2/+60
* | Android: Cleanup androidjnimain.cpp/.h filesBogDan Vatra2014-07-312-54/+44
* | Android: Fix expose region.BogDan Vatra2014-07-312-3/+3
* | Android: Release all windows when the application is suspended.BogDan Vatra2014-07-318-22/+83
* | Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-316-7/+266
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-147-82/+22
|\|
| * Android: Simplify the jni code in QtAndroidClipboardChristian Strømme2014-07-143-60/+12