summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/wrappers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Android: Adapt the multimedia plugin to new QJNI APIChristian Strømme2013-09-2014-236/+215
* Android: added camera support.Yoann Lopes2013-09-1215-0/+2375