summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Adds the ability to not have an activity on AndroidThierry Bastian2014-02-051-31/+43
* Disable the rendering profilingBogDan Vatra2014-01-311-2/+5
* Fix the repaint position.BogDan Vatra2014-01-311-1/+1
* Don't add/remove/lower/raise children windows to the TLW stack.BogDan Vatra2014-01-311-0/+12
* Fix repaint of transparent images.BogDan Vatra2014-01-312-65/+47
* Fix surface leak, cleanup opengl window.BogDan Vatra2014-01-312-11/+5
* Sort include headersBogDan Vatra2014-01-311-8/+7
* Shut up setParent warning.BogDan Vatra2014-01-312-1/+6
* Android: Don't skip first file in assets entry listEskil Abrahamsen Blomfeldt2014-01-301-0/+1
* Android: Remove debug output from platform windowEskil Abrahamsen Blomfeldt2014-01-211-6/+0
* Android: Don't crash on 100+ combo box itemsEskil Abrahamsen Blomfeldt2014-01-201-7/+8
* Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-183-45/+23
* Support multiple native surfaces on Android.BogDan Vatra2014-01-1759-1119/+1257
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-1/+1
|\
| * Android: Don't show ActionBar at startup.BogDan Vatra2014-01-021-1/+1
* | Extend multimedia keysAllan Sandfeld Jensen2014-01-021-0/+9
|/
* Android: use binary name when using loadClass.BogDan Vatra2013-12-052-3/+3
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-264-2/+13
|\
| * Android: make the default font size biggerPaul Olav Tvete2013-11-221-1/+1
| * Don't send ApplicationStateChanged, if platformIntegration is not set.BogDan Vatra2013-11-211-1/+2
| * Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-202-0/+10
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-201-38/+19
|\|
| * Android: Remove usage of QObject::tr()Friedemann Kleint2013-11-191-38/+19
* | Remove empty QAccessible2 headerFrederik Gladhorn2013-11-201-1/+1
|/
* Android: Support popup menusEskil Abrahamsen Blomfeldt2013-11-152-1/+10
* Android: work around input method cursor position bugPaul Olav Tvete2013-11-141-0/+20
* Android: Initialize mWindowStateBogDan Vatra2013-11-142-8/+3
* Android: fix crash on exitPaul Olav Tvete2013-11-141-1/+1
* Android native message dialogBogDan Vatra2013-11-096-1/+326
* Android: Fix menu on API-11+BogDan Vatra2013-11-063-12/+18
* Add better version checks for accessibilityFrederik Gladhorn2013-11-051-1/+16
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-0112-7/+254
* Android: Check for null pointer before calling ANativeWindow_release()Christian Strømme2013-11-011-1/+2
* Android: implement a simple cache mechanism for assets dirs.BogDan Vatra2013-11-012-27/+54
* Remove unused field.BogDan Vatra2013-11-011-7/+0
* Android: Handle virtual keyboard visibility changes.BogDan Vatra2013-11-013-2/+35
* Android: Don't rely on QIcon::isNull() to validate icon data.Christian Strømme2013-10-301-4/+6
* Re-enable NonFullScreenWindows on AndroidEskil Abrahamsen Blomfeldt2013-10-291-1/+0
* Android: Don't crash if the screen is not yet initialized.BogDan Vatra2013-10-281-2/+4
* Android: Fix repaint on rotationEskil Abrahamsen Blomfeldt2013-10-255-15/+10
* Don't crash if the platform plugin is not initializedBogDan Vatra2013-10-231-0/+3
* Android: Make platform menu more robustPaul Olav Tvete2013-10-231-3/+5
* Android: Accessibilty: Handle text betterFrederik Gladhorn2013-10-201-3/+15
* Remove unused includeBogDan Vatra2013-10-161-1/+0
* Android: don't set autorepeat to true by defaultPaul Olav Tvete2013-10-161-2/+2
* Android: Make it possible to pass arguments via intent extrasEskil Abrahamsen Blomfeldt2013-10-161-5/+2
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-6/+44
* Android: Fix backspace bug with 4.3 stock keyboardPaul Olav Tvete2013-10-092-3/+111
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-8/+3