summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src/org
Commit message (Expand)AuthorAgeFilesLines
* Android: Remove check for screen/window ascpect ratio mismatchJan Moeller4 days1-19/+0
* Android: Fix missing EXTRA_SOURCE_INFO onResumeLars Schmertmann11 days1-0/+1
* Android: keep QtNative.onNewIntent() public to not break NFC usecaseAssam Boudjelthia2024-05-271-46/+47
* Android: rectify class visibility and cleanup for child windows supportAssam Boudjelthia2024-05-278-42/+20
* QtQuickView: Separate loading of Qt libs from View creationTinja Paavoseppä2024-05-221-19/+31
* Android: Remove unused context menu functions from QtActivityDelegateBasePetri Virkkunen2024-05-211-25/+0
* Android: Enable QML embedding in servicesPetri Virkkunen2024-05-216-40/+38
* Android: Implement input backend interfacePetri Virkkunen2024-05-217-137/+171
* Android: Implement QtLayout backend interfacePetri Virkkunen2024-05-214-7/+17
* Android: Implement context menu backend interfacePetri Virkkunen2024-05-213-14/+67
* Android: Implement accessibility backend interfacePetri Virkkunen2024-05-216-79/+72
* Android: Implement interface for window-related backendPetri Virkkunen2024-05-215-15/+54
* Android: Implement backend register classPetri Virkkunen2024-05-211-0/+9
* Android: Notify listener about app state changes when quittingPetri Virkkunen2024-04-301-1/+1
* Android: Extend app state listener interface with native plugin statePetri Virkkunen2024-04-303-6/+21
* Android: Add delegate class for embedding QML into Android ServicesPetri Virkkunen2024-04-301-0/+115
* Android: Add interface to handle interactions between delegate and QtViewPetri Virkkunen2024-04-303-9/+37
* Android: Delete parent window in QtView instead of just the child viewPetri Virkkunen2024-04-302-21/+9
* Android: Do not call exit when embedded Qt application is stoppedPetri Virkkunen2024-04-301-0/+1
* Android: remove duplicated code for handling UI mode changesVolker Hilsheimer2024-04-261-27/+0
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann2024-04-252-0/+17
* Android: Detect mouse buttonsAxel Spoerl2024-04-221-4/+4
* Android: Fix crash when selecting text on a TextFieldAhmed El Khazari2024-04-182-5/+16
* Android: fix 180 degree orientation issueLauri Pohjanheimo2024-04-123-28/+33
* Android: runAction can now be run past queueLauri Pohjanheimo2024-04-092-8/+18
* Android/QtView: Set also x and y of the wrapped foreign QWindowTinja Paavoseppä2024-04-042-5/+8
* Android/Embedding QML: Resize also parent windowTinja Paavoseppä2024-04-041-2/+2
* Android: Make QtView extend ViewGroup instead of QtLayoutTinja Paavoseppä2024-04-042-5/+46
* Android: Make QtLayout support MATCH_PARENT layout paramsTinja Paavoseppä2024-04-041-5/+5
* Android: Choose correct icon for QMessageBoxBartlomiej Moskal2024-04-031-10/+0
* Android: Resize QWindow when its QtView is resizedTinja Paavoseppä2024-03-131-0/+15
* Android: Synchronize window creation in QtEmbeddedDelegateTinja Paavoseppä2024-03-131-12/+23
* Android: don't add lib prefix to loaded libs unconditionallyAssam Boudjelthia2024-03-131-3/+6
* Android: Do Thread.sleep before loading Qt libraries in Debug ModeCristian Adam2024-03-092-4/+8
* Android: Add Thread.sleep before loading main in Debug modeCristian Adam2024-03-073-0/+22
* Android: Fix inverted equals condition on QtAccessibilityDelegateTinja Paavoseppä2024-03-041-1/+1
* Android: Bring back QtActivityDelegate.insertNativeView()Soheil Armin2024-02-281-0/+41
* Android: run runAction() actions in onPause stateLauri Pohjanheimo2024-02-261-2/+4
* Android: Add QtEditText to QtWindow in constructorTinja Paavoseppä2024-02-221-2/+2
* Revert "Android: move referral global field to local variable in QtActivityBase"Julian Greilich2024-02-221-4/+4
* Move QtDisplayManager dpi calculations to functionsPetri Virkkunen2024-02-221-10/+13
* Do not register focus listener for null view in QtEmbeddedDelegatePetri Virkkunen2024-02-221-1/+2
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-204-4/+4
* Android: Implement input connection listener in QtInputDelegateTinja Paavoseppä2024-02-193-28/+21
* Android: Fix code style issues in QtEditTextTinja Paavoseppä2024-02-191-16/+16
* Android: Move textfield option handling to QtEditTextPetri Virkkunen2024-02-192-133/+135
* Android: Request QtEditText focus when its window is touchedTinja Paavoseppä2024-02-153-9/+1
* Android: QtActivityDelegateBase listens to focus events from child viewsPetri Virkkunen2024-02-154-0/+24
* Android: Move QtEditText to QtWindowTinja Paavoseppä2024-02-154-30/+49
* Android: QtEditText support for full-screen soft keyboardRami Potinkara2024-02-152-14/+56