summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: Add function to check permissions at run-time.Christian Strømme2015-12-021-0/+26
* 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-264-6/+22
|/ /
* | 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: Always queue calls from Qt to Android.Christian Strømme2015-09-151-5/+7
* | Fix typo in local variable nameNobuaki Sukegawa2015-09-131-2/+2
* | 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-014-24/+31
|\|
| * Android: Delay initialization of Accessibility.Christian Strømme2015-06-093-23/+30
| * Android: Fix resuming app after locale changeEskil Abrahamsen Blomfeldt2015-06-021-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-30/+5
|\|
| * Revert "Android: Don't show translucent system UI on top of Qt"Eskil Abrahamsen Blomfeldt2015-05-302-28/+1
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-082-2/+4
| |\
| | * Android: Fix wrong field name in ExtractStyle.javaChristian Strømme2015-04-301-1/+3
| | * Android: Use Holo theme on Android 5.1Christian Strømme2015-04-301-1/+1
* | | 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: update android gradle plugin versionBogDan Vatra2015-03-231-1/+1
* | Android: Don't show translucent system UI on top of QtEskil Abrahamsen Blomfeldt2015-03-122-1/+28
* | 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-179-9/+9
* | Update copyright headersJani Heikkinen2015-02-1117-300/+196
* | Added new private API for Android and onNewIntentPeter Rustler2015-01-212-0/+6
|/
* Fixes for surface creation/destructionBogDan Vatra2015-01-101-2/+0
* Update gradle build script.BogDan Vatra2014-12-181-3/+9
* 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-094-47/+86
* 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
* Use Holo theme on Android 5.0.BogDan Vatra2014-11-271-1/+1
* Android: Make old manifests work on Android 5Eskil Abrahamsen Blomfeldt2014-11-211-1/+3
* 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: copy build.gradle to install folder.BogDan Vatra2014-11-151-0/+2
* Android: Extract AnimatedStateListDrawableBogDan Vatra2014-11-151-4/+71