summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/wrappers
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersAntti Kokko2016-01-1914-196/+280
* Android: Media player improvments.Christian Strømme2016-01-081-27/+39
* Android: Call release() in AndroidMediaMetadataRetriever's destructor.Christian Strømme2016-01-072-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-072-2/+30
|\
| * Android: check for exceptions in some camera operations.Yoann Lopes2015-12-032-2/+30
* | Android: fix QMediaRecorder crashing the camera server on some devices.Yoann Lopes2015-12-046-11/+62
* | Android: support non OpenGL video surfaces for the camera.Yoann Lopes2015-12-045-13/+396
* | Android: Camera updatesChristian Strømme2015-12-041-35/+42
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-242-30/+34
|\|
| * Android: minor refactor of the camera frame callback.Yoann Lopes2015-08-202-30/+21
| * Android: fix video probes when recording the camera.Yoann Lopes2015-08-202-11/+24
* | Prospective fix for building QtMultimedia on Android against installed QtBaseSimon Hausmann2015-07-231-1/+1
|/
* Android: fix setting the camera preview resolution.Yoann Lopes2015-05-271-0/+3
* QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-072-6/+5
* Update copyright headersAntti Kokko2015-02-1212-84/+84
* Android: Use the new findClass() method.Christian Strømme2014-10-174-73/+60
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-012-37/+100
|\
| * Android: fix retrieving metadata from assets, qrc and remote files.Yoann Lopes2014-08-252-37/+100
* | Update license headers and add new license filesAntti Kokko2014-08-2412-228/+132
|/
* Android: Make sure we check and clear exceptions from the camera.Christian Strømme2014-07-142-33/+55
* Android: Don't expose java calls in the control classes.Christian Strømme2014-06-048-9/+207
* Android: Rename the wrapper classesChristian Strømme2014-06-0414-339/+339
* Android: Fix namespace usage.Christian Strømme2014-05-121-4/+0
* Android: Camera code clean-upChristian Strømme2014-04-152-195/+283
* Android: Use QMutexLock in camera callbacks.Christian Strømme2014-04-151-8/+4
* Android: Use Q_GLOBAL_STATIC instead of a static QMapChristian Strømme2014-04-091-5/+6
* Android: Fix the signature for setOnInfoListener.Christian Strømme2014-04-091-1/+1
* Android: Fix QtMediaRecorderChristian Strømme2014-04-081-6/+14
* Android: Use androidSdkVersion() to get the API level.Christian Strømme2014-04-081-31/+39
* Android: Remove inheritance to QJNIObject in the Camera wrapperChristian Strømme2014-04-081-22/+25
* Android: Fix MediaRecorder wrapperChristian Strømme2014-04-082-24/+25
* Android: Clean-up in jmultimediautils class.Christian Strømme2014-03-272-35/+15
* Android: Fix MetadataRetriver wrapperChristian Strømme2014-03-272-17/+28
* Android: Fix QtSurfaceTextureChristian Strømme2014-03-275-151/+64
* Android: Make the Mediaplayer more robustChristian Strømme2014-03-212-95/+97
* Android: fix QMediaRecorder failing to start in some cases.Yoann Lopes2014-03-171-2/+6
* Android: print Java traces for MediaRecorder when in debug mode.Yoann Lopes2014-03-171-10/+56
* Android: implement QCameraInfoControl.Yoann Lopes2014-02-282-23/+0
* Android: fixes custom camera focus point.Yoann Lopes2014-01-202-0/+9
* Android: fixes some issues with JCamera.Yoann Lopes2014-01-161-3/+7
* Android: QVideoProbe support for cameraDenis Kormalev2014-01-082-1/+30
* Android: camera moved to a dedicated threadDenis Kormalev2013-12-233-150/+656
* Android: fix camera previewDenis Kormalev2013-12-112-22/+19
* Android: fix camera viewfinder orientation.Yoann Lopes2013-12-052-0/+16
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-031-7/+17
|\
| * Android: print a warning when using SurfaceTexture on Android 2.3.Yoann Lopes2013-11-301-7/+17
* | Android: Add missing 'L' prefix and ';' postfix in areaToRect()Christian Strømme2013-12-031-1/+1
|/
* Android: fix camera preview showing black frames after restarting it.Yoann Lopes2013-10-291-2/+4
* Android: fixed image capture preview.Yoann Lopes2013-10-012-1/+53
* Android: refactor video renderer.Yoann Lopes2013-10-011-0/+1