Myk Melez
|
57f2cd6c2f
|
Merge pull request #646 from marco-c/long_press
Support long press gesture event
|
2014-11-26 17:24:54 -08:00 |
Myk Melez
|
7e7b13c235
|
Merge pull request #643 from marco-c/camera_2
Support taking pictures
|
2014-11-26 17:24:09 -08:00 |
Marco
|
2929e3c7e7
|
Merge pull request #640 from mykmelez/fs-perf
improve fs perf with in-memory cache, synchronous calls
|
2014-11-26 19:30:10 +01:00 |
Myk Melez
|
aa8c8c16b9
|
rename TestPerf to TestFileSystemPerf
|
2014-11-26 09:59:25 -08:00 |
Myk Melez
|
e2b10044c2
|
Merge branch 'master' into fs-perf
Conflicts:
tests/automation.js
|
2014-11-26 09:57:58 -08:00 |
Marco
|
3986bba7ba
|
Merge pull request #650 from yxl/audio-player-test
Audio player test
|
2014-11-26 12:53:52 +01:00 |
Yuan Xulei
|
af4af79bfa
|
Tests for audio volume control.
|
2014-11-26 19:36:02 +08:00 |
Yuan Xulei
|
481a51e970
|
Tests for playing audio.
|
2014-11-26 19:36:02 +08:00 |
Marco
|
4e7169f122
|
Merge pull request #642 from PinZhang/pzhang/nokia.sa.service-registry
Implement localmsg://nokia.sa.service-registry API
|
2014-11-26 08:53:35 +01:00 |
Myk Melez
|
1706100a89
|
Merge branch 'master' into fs-perf
|
2014-11-25 23:32:26 -08:00 |
Pin Zhang
|
1d90f2a144
|
Implement localmsg://nokia.sa.service-registry API
|
2014-11-26 09:16:08 +08:00 |
Myk Melez
|
a926538dcd
|
remove last reference to removed async_storage.js
|
2014-11-25 17:07:33 -08:00 |
Marco Castelluccio
|
84b4622f29
|
Don't send GESTURE_DRAG or GESTURE_DROP if the gesture was a long press
|
2014-11-26 00:22:29 +01:00 |
Marco Castelluccio
|
8d2e69f50e
|
Support long press gesture event
|
2014-11-26 00:14:04 +01:00 |
Marco Castelluccio
|
a3d8b4a1dc
|
Also add top offset
|
2014-11-25 22:31:50 +01:00 |
Myk Melez
|
afbe0f1066
|
expect correct size of unflushed file
|
2014-11-25 11:49:42 -08:00 |
Myk Melez
|
54fcadd39c
|
remove redundant fileStats cache
|
2014-11-25 11:28:29 -08:00 |
Myk Melez
|
3788a1e6a1
|
Merge pull request #639 from yxl/flush
Flush unclosed files actively to work around bug #227.
|
2014-11-25 11:21:16 -08:00 |
Marco Castelluccio
|
2f8ace2e3a
|
Use 'image/jpeg' as default if getSnapshot parameter is null
|
2014-11-25 18:18:02 +01:00 |
Marco Castelluccio
|
104ca70641
|
Missing fromJavaString in DirectPlayer::nStartSnapshot
|
2014-11-25 17:47:19 +01:00 |
Marco Castelluccio
|
2cf00c6abc
|
Use image format for toBlob from the encoding parameter instead of hardcoding it as 'image/jpeg'
|
2014-11-25 17:19:31 +01:00 |
Marco Castelluccio
|
2bbad5a17a
|
Send a MMAPI_EVENT native event when the screenshot is taken and return its data back to DirectPlayer. Fixes #358
|
2014-11-25 17:06:09 +01:00 |
Marco Castelluccio
|
79332d5314
|
Take a shot from the camera stream
|
2014-11-25 17:04:34 +01:00 |
Marco Castelluccio
|
2605d35a5a
|
Show the getUserMedia camera stream when a MIDlet opens a capture://image media element
|
2014-11-25 17:01:59 +01:00 |
Yuan Xulei
|
c15daa3150
|
Flush unclosed files actively to work around bug #227.
|
2014-11-25 18:48:25 +08:00 |
Myk Melez
|
a2691f121d
|
encapsulate Store constants/initialization
|
2014-11-24 16:34:30 -08:00 |
Myk Melez
|
2c98050df4
|
Merge pull request #638 from marco-c/pipe_postMessage
Use postMessage to communicate from parent to child
|
2014-11-24 15:31:15 -08:00 |
Marco Castelluccio
|
328cba1190
|
Fix recently landed AudioRecorder
|
2014-11-24 12:44:49 +01:00 |
Marco Castelluccio
|
ce14a6bf0b
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into pipe_postMessage
|
2014-11-24 12:40:11 +01:00 |
Myk Melez
|
6b53ae4066
|
make TestPerf output clearer; show effect of many IDB writes
|
2014-11-24 03:39:00 -08:00 |
Marco
|
7717361bad
|
Merge pull request #619 from PinZhang/pzhang/pr-audio-capture-rebase
Implement audio capture API
|
2014-11-24 12:27:00 +01:00 |
Marco
|
3bb67efde0
|
Merge pull request #633 from PinZhang/pzhang/batterylevel
Add system property com.nokia.mid.batterylevel
|
2014-11-24 12:17:05 +01:00 |
Myk Melez
|
73fb522e67
|
explain TestMediaImage change
|
2014-11-24 03:16:14 -08:00 |
Myk Melez
|
f3790feb91
|
rename MemoryStore to Store now that it also stores to IDB
|
2014-11-24 03:16:05 -08:00 |
Myk Melez
|
2fb98157b5
|
remove player listener so it doesn't receive indeterminate number of updates
|
2014-11-24 03:09:48 -08:00 |
Myk Melez
|
01399432a6
|
make close and flush synchronous
|
2014-11-24 01:49:56 -08:00 |
Pin Zhang
|
c04486a44e
|
Fix the timing issue when media permission prompt is not disabled.
Also add audio-capture to permissions of manifest.webapp.
|
2014-11-24 14:02:38 +08:00 |
Pin Zhang
|
137be70042
|
Implement audio capture api
|
2014-11-24 13:54:02 +08:00 |
Pin Zhang
|
3fc1edf5ed
|
Add AudioRecorderMidlet
|
2014-11-24 13:54:02 +08:00 |
Myk Melez
|
a24c4df236
|
make setItem synchronous
|
2014-11-23 20:25:06 -08:00 |
Myk Melez
|
3c5f07aa78
|
remove reference to async_storage.js
|
2014-11-23 20:12:00 -08:00 |
Myk Melez
|
70833ddabd
|
make removeItem synchronous
|
2014-11-23 19:57:32 -08:00 |
Myk Melez
|
49b0b3a304
|
unrefactor IDB access
|
2014-11-23 19:52:48 -08:00 |
Myk Melez
|
e25ac3c22e
|
consolidate all asyncStorage usage in fs
|
2014-11-23 18:50:08 -08:00 |
Myk Melez
|
739e7b3cc7
|
disable fs logging by default
|
2014-11-23 18:43:34 -08:00 |
Myk Melez
|
c9d9b5d7a6
|
call asyncStorage indirectly
|
2014-11-23 18:39:45 -08:00 |
Myk Melez
|
d736b9ae2e
|
rename Store to MemoryStore for clarity
|
2014-11-23 18:25:26 -08:00 |
Myk Melez
|
99c999daef
|
log file fs usage
|
2014-11-23 18:09:50 -08:00 |
Marco Castelluccio
|
7513b53479
|
Cleanup in this.socket.ondata
|
2014-11-24 02:29:37 +01:00 |
Marco Castelluccio
|
c8de81bcc3
|
Ingore messages from the window itself
|
2014-11-24 02:26:56 +01:00 |