summaryrefslogtreecommitdiffstats
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-045-4/+74
|\
| * Android: Handle Pause() by QAudioRecorderBartlomiej Moskal2023-01-054-4/+68
| * Fix access to multi front/back cameras on Android devicesAndrey Yaromenok2022-12-161-0/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-2/+13
|\|
| * Android: Align emit sequenceSamuel Mira2022-06-221-2/+13
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2592-1921/+1921
|/
* Update commercial license headersTarja Sundqvist2021-01-2792-1921/+1921
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-022-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-211-2/+2
|\
| * Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-201-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-2010-23/+72
|\|
| * Android: Remove usage of qt_androidRequestPermissionVal Doroshchuk2019-11-154-15/+13
| * Android: Don't close camera when recording permission is askedVal Doroshchuk2019-11-157-9/+22
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-142-0/+38
| |\
| | * Android: Fix fetching video frame data from the GUI thread5.13Val Doroshchuk2019-11-122-0/+38
* | | Introduce QVideoFrame::image()VaL Doroshchuk2019-10-311-2/+1
|/ /
* | Remove usages of deprecated APIsSona Kurazyan2019-08-081-1/+1
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-011-45/+46
* | Remove usages of deprecated qSortSona Kurazyan2019-06-201-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-182-12/+43
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-142-12/+43
| |\
| | * Android: Allow starting camera without viewfinder availableVal Doroshchuk2019-05-131-11/+32
| | * Android: Don't open camera if it was already openedVal Doroshchuk2019-05-131-1/+11
* | | Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-132-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-042-19/+23
|\|
| * Android: Don't postpone setting of camera's stateVal Doroshchuk2019-05-032-19/+23
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-103-46/+36
|\|
| * Android: Fix status of QMediaRecorder after start/stopVal Doroshchuk2019-04-032-45/+35
| * Android: Use CaptureStillImage as default capture modeVal Doroshchuk2019-03-281-1/+1
* | Android: Introduce HTTP headers to MediaPlayerVal Doroshchuk2019-03-254-5/+29
* | Android: Implement audio rolesVal Doroshchuk2019-02-0812-0/+445
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-022-8/+17
|\|
| * Android: Fix memory leak of GL resourcesVal Doroshchuk2019-01-312-8/+17
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-201-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-131-1/+1
| |\
| | * Use the setDataSource(String) overload for non assets/file pathsAndy Shaw2018-10-051-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-055-4/+113
|\| |
| * | Android: implement QMediaPlayer::setPlaybackRate()Yoann Lopes2018-09-265-3/+110
| |/
| * Android: Fix crash when play() is called but state is not setVal Doroshchuk2018-09-241-1/+3
* | Android: Change video frame format from BGR32 to ABGR32Val Doroshchuk2018-10-032-2/+2
|/
* Android: Fix the player state when play() is called with no mediaVal Doroshchuk2018-08-161-2/+1
* Replace deprecated qSort() by std::sort()Friedemann Kleint2018-02-281-2/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-061-1/+0
|\
| * Revert "Android: Set the correct scan line for the video surface format"v5.10.0-rc3v5.10.0-rc2v5.10.0Christian Stromme2017-11-281-1/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-3/+7
|\|
| * Fix crash when an app is sent to background while capturing an imageVal Doroshchuk2017-11-101-3/+7
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-271-0/+1
|\|
| * Android: Set the correct scan line for the video surface formatChristian Strømme2017-10-231-0/+1
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2223-133/+133