summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/mediacapture/qandroidcapturesession.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of plugins for MM backendsLars Knoll2021-01-221-594/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-3/+3
* Android: Don't close camera when recording permission is askedVal Doroshchuk2019-11-151-2/+4
* Android: Fix status of QMediaRecorder after start/stopVal Doroshchuk2019-04-031-44/+35
* Replace deprecated qSort() by std::sort()Friedemann Kleint2018-02-281-2/+4
* Android: Add run-time permission check for recordingChristian Strømme2017-03-301-0/+9
* Implement QCameraViewfinderSettingsControl2 interface for AndroidRuslan Baratov2016-06-021-1/+1
* Updated license headersAntti Kokko2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Christian Strømme2016-01-121-2/+7
|\
| * Android: Don't call restartViewfinder() for audio only recordings.Christian Strømme2016-01-111-2/+7
* | Android: fix QMediaRecorder crashing the camera server on some devices.Yoann Lopes2015-12-041-1/+26
|/
* Android: fix video probes when recording the camera.Yoann Lopes2015-08-201-1/+6
* Android: fix setting the camera preview resolution.Yoann Lopes2015-05-271-10/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Yoann Lopes2015-05-051-16/+12
|\
| * Android: Don't delete the media recorder object twice.Christian Strømme2015-04-301-16/+12
* | Update copyright headersAntti Kokko2015-02-121-7/+7
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
* Android: fix crash when stopping the camera while a recording is activeYoann Lopes2014-06-301-1/+2
* Android: fix registering recorded videos with the Android media scannerYoann Lopes2014-06-301-1/+1
* Android: Don't expose java calls in the control classes.Christian Strømme2014-06-041-23/+16
* Android: Rename the wrapper classesChristian Strømme2014-06-041-39/+38
* Moved QMediaStorageLocation out of the Android plugin.Yoann Lopes2014-05-091-3/+11
* Android: restart camera viewfinder after a recorder error.Yoann Lopes2014-03-171-9/+14
* Android: correctly report QMediaRecorder actual output location.Yoann Lopes2014-03-171-6/+4
* Android: correctly report QMediaRecorder status.Yoann Lopes2014-03-171-31/+46
* Android: fix crash in QAndroidCaptureSession.Yoann Lopes2014-01-291-1/+3
* Android: fix media recording location.Yoann Lopes2013-10-091-17/+22
* Android: Adapt the multimedia plugin to new QJNI APIChristian Strømme2013-09-201-9/+7
* Android: added camera support.Yoann Lopes2013-09-121-0/+547