summaryrefslogtreecommitdiffstats
path: root/src/android/jar
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-084-3/+39
|\
| * Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-072-0/+22
| * Android: Fix QInputMethod's visible propertyOlivier Goffart2015-12-071-1/+12
| * Fix extract style on Android 6.0BogDan Vatra2015-12-041-2/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-0/+26
|\|
| * Android: Add function to check permissions at run-time.Christian Strømme2015-12-021-0/+26
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-043-18/+59
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-1/+3
| |\
| | * Android: auto-detect MIME type for local files to make openUrl workMartin Koller2015-10-261-1/+3
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-262-11/+44
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-232-11/+44
| | |\|
| | | * Android: Don't show the VK when the state is set to HIDDEN by the user.Christian Strømme2015-10-191-5/+11
| | | * Android: Improve the way we update layout params for native views.Christian Strømme2015-10-192-6/+33
| * | | Android: Add opt-in high-dpi supportMorten Johan Sørvig2015-10-262-6/+12
| |/ /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-232-50/+77
|\| |
| * | Android: Make sure we deliver all queued actions when we resume.BogDan Vatra2015-10-202-28/+29
| * | Android: Set "immersive" mode on earlier android versions.BogDan Vatra2015-10-161-22/+17
| * | Dispatch all key and all generic motion events java objects to QtCoreBogDan Vatra2015-10-152-0/+31
* | | Android: Update splash screen in onConfigurationChangedDaiwei Li2015-10-161-0/+17
|/ /
* | Android: Always queue calls from Qt to Android.Christian Strømme2015-09-151-5/+7
* | Android: Add support for EnterKeyKai Uwe Broulik2015-08-112-5/+42
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-062-13/+25
|\|
| * Android: Start the application when we know the screen geometry.BogDan Vatra2015-07-302-13/+25
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-16/+28
|\|
| * Android: Delay initialization of Accessibility.Christian Strømme2015-06-092-16/+28
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-032-25/+4
|\|
| * Revert "Android: Don't show translucent system UI on top of Qt"Eskil Abrahamsen Blomfeldt2015-05-301-24/+1
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+3
| |\
| | * Android: Fix wrong field name in ExtractStyle.javaChristian Strømme2015-04-301-1/+3
* | | Android: generate QTabletEvents for stylus devices such as the S PenShawn Rutledge2015-05-211-21/+43
|/ /
* | Pass on the auto repeat information for key eventsAndy Shaw2015-04-152-7/+6
* | Android: Don't show translucent system UI on top of QtEskil Abrahamsen Blomfeldt2015-03-121-1/+24
* | Android: don't assume a stationary touchpoint unless all history agreesShawn Rutledge2015-03-091-5/+7
* | Android: Make sure applicationState is set correctlyBogDan Vatra2015-03-051-1/+1
* | Fixed license headersJani Heikkinen2015-02-177-7/+7
* | Update copyright headersJani Heikkinen2015-02-1111-239/+151
* | Added new private API for Android and onNewIntentPeter Rustler2015-01-212-0/+6
|/
* Fixes for surface creation/destructionBogDan Vatra2015-01-101-2/+0
* Make ImhNoPredictiveText work on Samsung devicesPaul Olav Tvete2014-12-121-1/+1
* Do not initialize accessibility code by default on startup.Jan Arve Saether2014-12-091-39/+16
* Draw the accessibility focus rectangle properlyJan Arve Saether2014-12-052-23/+42
* Remove unneeded call to m_editText.bringToFront()Jan Arve Saether2014-12-021-1/+0
* Make sure that created surfaces are stacked on top of previous ones.Jan Arve Saether2014-12-021-5/+12
* Android: Use LocalServerSocket instead of ServerSocketBogDan Vatra2014-11-201-21/+32
* Fix QtCreator debugging on Android 5.0 devicesAlex Blasche2014-11-191-0/+75
* Android: Extract VectorDrawableBogDan Vatra2014-11-161-0/+111
* Android: Extract AnimatedStateListDrawableBogDan Vatra2014-11-151-4/+71
* Android: Extract default styleBogDan Vatra2014-11-141-1/+23
* Android: Extract RippleDrawableBogDan Vatra2014-11-131-1/+23
* Android: Introduce getAccessibleFieldBogDan Vatra2014-11-131-45/+28