summaryrefslogtreecommitdiffstats
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Android: remove support for local/debug deploymentJake Petroules2017-09-064-26/+20
|/
* Android: Fix crash caused by stale video-frame objectsChristian Strømme2017-04-272-18/+36
* Android: Run-time permission checks for cameraChristian Strømme2017-04-233-1/+16
* Android: Fix camera preview orientationChristian Strømme2017-04-203-0/+19
* Android: Add run-time permission check for recordingChristian Strømme2017-03-303-0/+16
* Android: Add convenience method for checking and requesting permissionsChristian Strømme2017-03-222-0/+31
* Android: Add logging categoryChristian Strømme2017-03-223-2/+57
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-262-8/+8
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-242-8/+8
| |\
| | * Pass the context to QtAndroidMediaPlayerBogDan Vatra2016-09-282-8/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-112-3/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-042-3/+4
| |\ \ | | |/ | |/|
| | * Mark AndroidCameraInfo as movableChristian Strømme2016-11-011-0/+1
| | * Android: emit mediaStatus changes before state changesYoann Lopes2016-10-281-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-179-89/+143
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-137-63/+105
| |\|
| | * Android: Fix texture leak in QAndroidTextureVideoOutputChristian Strømme2016-08-124-55/+51
| | * Android: fix freeze when taking pictures on some devicesYoann Lopes2016-08-122-1/+11
| | * Android: restart preview when image capture failsYoann Lopes2016-08-121-0/+3
| | * Android: don't process capture previews when capture is canceledYoann Lopes2016-08-121-0/+3
| | * Android: fix imageCaptured() signalYoann Lopes2016-08-122-7/+37
| * | Replaced old license headers with new and correct onesJani Heikkinen2016-08-122-26/+38
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-027-28/+67
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-016-22/+62
| |\|
| | * Android camera: use closest viewfinder resolutionAnatoly Stolbov2016-07-271-2/+13
| | * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5