summaryrefslogtreecommitdiff
path: root/src/plugins/android
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Merge remote-tracking branch 'origin/5.4' into 5.5Yoann Lopes2-17/+13
2015-04-30Android: Don't delete the media recorder object twice.Christian Strømme2-17/+13
2015-04-07QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes7-34/+16
2015-03-17Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn1-2/+2
2015-03-04Android: fix some MediaPlayer signals not being emitted on first load.Yoann Lopes1-2/+2
2015-02-13Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2-10/+15
2015-02-12Update copyright headersAntti Kokko79-553/+553
2015-02-11Android: fix adjusting camera viewfinder resolution.Yoann Lopes1-9/+14
2015-02-10Encode urls passed to media player properlyJoni Poikelin1-1/+1
2015-02-03Add video filtering support to VideoOutputLaszlo Agocs2-2/+3
2014-11-28Add additional exposure modes to QCameraExposure.Andrew den Exter1-0/+50
2014-11-18Fix bogus videonode plugin handlingLaszlo Agocs1-1/+1
2014-10-17Android: Use the new findClass() method.Christian Strømme4-73/+60
2014-09-26Android: fix some problems with the media player.Yoann Lopes3-82/+69
2014-09-24Android: fix QMediaPlayer's state and mediaStatus signals.Yoann Lopes2-3/+53
2014-09-01Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn7-47/+113
2014-08-25Android: fix retrieving metadata from assets, qrc and remote files.Yoann Lopes7-47/+113
2014-08-24Update license headers and add new license filesAntti Kokko79-1615/+983
2014-07-14Android: Make sure we check and clear exceptions from the camera.Christian Strømme3-36/+59
2014-07-10Android: fix setting camera parameters from QML.Yoann Lopes8-136/+189
2014-06-30Android: fix crash when stopping the camera while a recording is activeYoann Lopes1-1/+2
2014-06-30Android: fix registering recorded videos with the Android media scannerYoann Lopes1-1/+1
2014-06-30Android: correctly update camera focus zones.Yoann Lopes1-15/+14
2014-06-05Android: Use a file descriptor for all local media files.Christian Strømme2-6/+11
2014-06-05Android: don't start camera preview until the viewfinder is ready.Yoann Lopes2-12/+26
2014-06-05Android: fix media player's volume.Yoann Lopes1-11/+18
2014-06-04Android: Don't expose java calls in the control classes.Christian Strømme15-114/+238
2014-06-04Make it possible to build multimedia for embedded AndroidChristian Strømme1-2/+2
2014-06-04Android: Rename the wrapper classesChristian Strømme34-533/+533
2014-05-30Android: fix calling start() and stop() on the video surface.Yoann Lopes1-1/+1
2014-05-21Android: Fix loading from qrcChristian Strømme2-1/+6
2014-05-15Android: fix QMediaPlayer::bufferStatus value.Yoann Lopes2-3/+17
2014-05-12Android: Fix namespace usage.Christian Strømme5-6/+12
2014-05-09Moved QMediaStorageLocation out of the Android plugin.Yoann Lopes7-218/+23
2014-04-23Merge remote-tracking branch 'origin/release' into stableJani Heikkinen1-2/+8
2014-04-15Android: Camera code clean-upChristian Strømme4-334/+304
2014-04-15Android: Use QMutexLock in camera callbacks.Christian Strømme1-8/+4
2014-04-12Android: Release the surface texture when not in useChristian Strømme1-2/+8
2014-04-09Android: Use Q_GLOBAL_STATIC instead of a static QMapChristian Strømme1-5/+6
2014-04-09Android: Fix the signature for setOnInfoListener.Christian Strømme1-1/+1
2014-04-08Android: Fix QtMediaRecorderChristian Strømme3-12/+17
2014-04-08Android: Use androidSdkVersion() to get the API level.Christian Strømme1-31/+39
2014-04-08Android: Remove inheritance to QJNIObject in the Camera wrapperChristian Strømme1-22/+25
2014-04-08Android: Fix MediaRecorder wrapperChristian Strømme2-24/+25
2014-04-07let videonode plugins declare that they extend QtQuickOswald Buddenhagen1-0/+1
2014-03-27Android: Clean-up in jmultimediautils class.Christian Strømme3-36/+15
2014-03-27Android: Fix MetadataRetriver wrapperChristian Strømme3-23/+29
2014-03-27Android: Fix QtSurfaceTextureChristian Strømme10-169/+80
2014-03-27Android: Don't call release() unless it's necessary.Christian Strømme1-1/+3
2014-03-27Android: Fix reload check in onStateChanged().Christian Strømme1-1/+3