summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
Commit message (Expand)AuthorAgeFilesLines
* Android: Enable required capabilities for embedding QML in servicesPetri Virkkunen7 days1-5/+14
* Android: PlatformServices:Do not expect Intents in non-Activity usecasePetri Virkkunen7 days1-9/+12
* Android: Do not wait for service onBind() in service embedding pathPetri Virkkunen7 days1-1/+1
* Android: Delete parent window in QtView instead of just the child viewPetri Virkkunen7 days1-11/+6
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä11 days1-4/+13
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann12 days5-0/+16
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer14 days3-3/+3
* Android: Detect mouse buttonsAxel Spoerl2024-04-221-11/+75
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne2024-04-192-0/+2
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-092-2/+2
* QSystemLocale(): disable copy and moveEdward Welbourne2024-04-091-0/+1
* Android/QtView: Move resizing of the QWindow to Qt threadTinja Paavoseppä2024-04-041-5/+7
* Android/QtView: Set also x and y of the wrapped foreign QWindowTinja Paavoseppä2024-04-042-7/+9
* Android/Embedding QML: Resize also parent windowTinja Paavoseppä2024-04-042-6/+9
* Font icon engines: reverse implementation to avoid pixmapsVolker Hilsheimer2024-04-041-25/+27
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-212-3/+3
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-214-10/+13
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-203-36/+22
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-173-9/+12
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-173-6/+8
* Add AA_DontUseNativeMenuWindowsMitch Curtis2024-03-152-4/+15
* Android: Resize QWindow when its QtView is resizedTinja Paavoseppä2024-03-132-1/+11
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-7/+15
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-051-3/+3
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-032-6/+0
* Android: Implement input connection listener in QtInputDelegateTinja Paavoseppä2024-02-191-1/+2
* Implement icon mapping for Apple, Android, and WindowsRayam Pinto2024-02-181-1/+242
* Android: Do not double finger size for touch eventsZoltan Gera2024-02-161-4/+4
* Android: QtActivityDelegateBase listens to focus events from child viewsPetri Virkkunen2024-02-152-1/+21
* Android: QtEditText support for full-screen soft keyboardRami Potinkara2024-02-152-1/+42
* Android: Fix QtTextureView inverted opacity conditionTinja Paavoseppä2024-02-061-1/+1
* Android: Add classes to embed QML into native AndroidTinja Paavoseppä2024-01-304-9/+124
* QJniArray: don't subclass QJniObjectVolker Hilsheimer2024-01-291-1/+1
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-261-12/+12
* Android: Remove parent before adding window to screenTinja Paavoseppä2024-01-221-1/+1
* Android: Add a context delegate for embedding QML to native AndroidTinja Paavoseppä2024-01-212-5/+5
* Android: Handle embedding container windows betterTinja Paavoseppä2024-01-162-12/+22
* Android: Bail early in showInputPanel() when focusWindow is not nativeAndy Nichols2024-01-151-0/+3
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-091-1/+1
* Android: Add support for foreign window acting as embedding containerTinja Paavoseppä2023-12-144-6/+45
* Android: Differentiate between standalone Qt app and embedded viewTinja Paavoseppä2023-12-142-0/+28
* Android: Use TextureView when multiple windows presentTinja Paavoseppä2023-12-142-1/+17
* Android: Fix touch events for child windowsTinja Paavoseppä2023-12-143-37/+62
* Android: Make winId() return the underlying QtWindow jobjectTinja Paavoseppä2023-12-132-7/+8
* Make some QScreen native interfaces publicDavid Redondo2023-12-081-4/+5
* QIcon: harden font file discovery in Android icon engineVolker Hilsheimer2023-12-081-7/+23
* Android: Make QtWindow wrap the QtLayout instead of inherit itTinja Paavoseppä2023-12-081-6/+4
* Android: Add preliminary support for child windowsTinja Paavoseppä2023-12-087-30/+62
* Android: Make QtLayout per window instead of per screenTinja Paavoseppä2023-12-0810-233/+188
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-5/+1