| Commit message (Expand) | Author | Age | Files | Lines |
| * | Android: clean up error handling and native methods registration | Volker Hilsheimer | 2023-11-01 | 1 | -7/+5 |
| * | Android: don't rely on implicit cast of declared QtJniTypes to jobject | Volker Hilsheimer | 2023-10-27 | 1 | -1/+1 |
| * | Android: replace QtAndroid::activity/service with QtAndroidPrivate | Volker Hilsheimer | 2023-10-27 | 1 | -1/+1 |
| * | JNI: Explicitly convert QtJniType instances to jobject for variadic arguments | Volker Hilsheimer | 2023-09-20 | 1 | -1/+1 |
| * | Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelper | Tor Arne Vestbø | 2023-03-09 | 1 | -1/+1 |
| * | Android: fix jni function name from standardIcon to setStandardIcon | Assam Boudjelthia | 2022-12-21 | 1 | -1/+1 |
| * | Rename QMessageDialogOptions::Icon to StandardIcon | Tor Arne Vestbø | 2022-12-13 | 1 | -1/+1 |
| * | Teach QErrorMessage to use native dialog helper if available | Tor Arne Vestbø | 2022-12-04 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | Android: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-14 | 1 | -1/+3 |
| * | Android: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-14 | 1 | -2/+2 |
| * | Android: minor code refactorings for QAndroidPlatformMessageDialogHelper | Assam Boudjelthia | 2022-04-01 | 1 | -26/+34 |
| * | Android: hide() in the QAndroidPlatformMessageDialogHelper destructor | Assam Boudjelthia | 2022-04-01 | 1 | -0/+5 |
| * | Make QJniObject and QJniEnvironment public API | Assam Boudjelthia | 2021-01-27 | 1 | -7/+8 |
| * | Android: rename Android's package name for Qt 6 | Assam Boudjelthia | 2020-10-03 | 1 | -2/+2 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -3/+3 |
| * | Android: add support for custom buttons in native MessageDialog helper | Shawn Rutledge | 2018-09-25 | 1 | -0/+16 |
| * | Add button layout for dialogs on Android | Nikita Krupenko | 2017-04-11 | 1 | -5/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Liang Qi | 2015-03-31 | 1 | -5/+20 |
| |\ |
|
| | * | Android MessageDialog: order buttons according to OS X button layout | Shawn Rutledge | 2015-03-26 | 1 | -5/+20 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| |/ |
|
| * | Android: Add findClass() function to the QJNIEnvironmentPrivate class. | Christian Strømme | 2014-09-26 | 1 | -2/+4 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Android: Fix namespace usage | Christian Strømme | 2014-06-30 | 1 | -0/+4 |
| * | Android: Convert plain text to html text for native dialogs. | BogDan Vatra | 2014-03-28 | 1 | -4/+15 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-02-18 | 1 | -2/+0 |
| * | Consolidate StandardButton, ButtonRole and related static functions | Shawn Rutledge | 2014-02-15 | 1 | -3/+3 |
| * | Introduce function for standard button texts to QPlatformTheme. | Friedemann Kleint | 2014-01-18 | 1 | -45/+6 |
| * | Support multiple native surfaces on Android. | BogDan Vatra | 2014-01-17 | 1 | -0/+204 |