summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src
Commit message (Expand)AuthorAgeFilesLines
* Android: Notify listener about app state changes when quittingPetri Virkkunen32 hours1-1/+1
* Android: Extend app state listener interface with native plugin statePetri Virkkunen32 hours3-6/+21
* Android: Add delegate class for embedding QML into Android ServicesPetri Virkkunen32 hours1-0/+115
* Android: Add interface to handle interactions between delegate and QtViewPetri Virkkunen32 hours3-9/+37
* Android: Delete parent window in QtView instead of just the child viewPetri Virkkunen32 hours2-21/+9
* Android: Do not call exit when embedded Qt application is stoppedPetri Virkkunen32 hours1-0/+1
* Android: remove duplicated code for handling UI mode changesVolker Hilsheimer6 days1-27/+0
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann6 days2-0/+17
* Android: Detect mouse buttonsAxel Spoerl9 days1-4/+4
* Android: Fix crash when selecting text on a TextFieldAhmed El Khazari14 days2-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
* Android: Remove unused QtLayout.TouchListenerTinja Paavoseppä2024-02-122-38/+1
* Android: Change QtWindow Runnables to lambdasTinja Paavoseppä2024-02-121-70/+46
* Android: Make QtWindow package privateTinja Paavoseppä2024-02-121-1/+1
* Android: Move bringChildToFront() call to Android UI threadTinja Paavoseppä2024-02-121-5/+7
* Revert "Android: Make QtWindow wrap the QtLayout instead of inherit it"Tinja Paavoseppä2024-02-123-51/+38
* Android: fix style extraction when set to noneAssam Boudjelthia2024-02-061-0/+3
* Android: Set up style also when using QtEmbeddedLoaderTinja Paavoseppä2024-01-312-4/+8
* Android: Add classes to embed QML into native AndroidTinja Paavoseppä2024-01-305-5/+249
* Android: Create QtWindow layout and set parent in the calling threadTinja Paavoseppä2024-01-301-2/+2
* Android: Let QtLoader handle different Contexts when initializingTinja Paavoseppä2024-01-243-68/+61
* Android: Add a context delegate for embedding QML to native AndroidTinja Paavoseppä2024-01-214-142/+446
* Android: Add possibility to provide app main lib name without metadataTinja Paavoseppä2024-01-163-8/+22
* Android: Add possibility to listen for changes in app statesTinja Paavoseppä2024-01-161-0/+31