Marco Castelluccio
|
d12d7702e3
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into port_other_natives
|
2014-10-15 16:38:38 -07:00 |
Marco Castelluccio
|
6e05b8262e
|
Port a few other natives in midp/midp.js to Native.create
|
2014-10-15 14:11:30 -07:00 |
Marco Castelluccio
|
a4f7399cc5
|
Fix getSockOpt0 native (it should use this instead of _this)
|
2014-10-15 11:45:59 -07:00 |
Marco Castelluccio
|
d31622cdaf
|
Port some midp/midp.js natives to Native.create
|
2014-10-15 11:44:58 -07:00 |
Myk Melez
|
3a737e934b
|
Merge pull request #448 from marco-c/automatic_static
Remove opts parameter from Override.create/Native.create and use the Met...
|
2014-10-15 01:15:37 -07:00 |
Pin Zhang
|
58ade9022a
|
Implements localmsg://nokia.phone-status
|
2014-10-15 09:14:40 +08:00 |
Marco Castelluccio
|
338f62bdaa
|
Remove opts parameter from Override.create/Native.create and use the MethodInfo's isStatic property. Fixes #443.
|
2014-10-14 16:38:16 -07:00 |
Marco Castelluccio
|
fe632fa95c
|
Return boolean values in two functions that are supposed to return boolean values
|
2014-10-14 15:53:04 -07:00 |
Marco Castelluccio
|
bc5926941a
|
Port some midp/midp.js natives to Native.create
|
2014-10-14 15:49:08 -07:00 |
Marco Castelluccio
|
1dfb9a0b78
|
Port midp/localmsg.js natives to Native.create
|
2014-10-14 15:45:53 -07:00 |
Marco Castelluccio
|
5ad8efa3ef
|
Port other midp/gfx.js natives to Native.create
|
2014-10-14 15:45:40 -07:00 |
Marco Castelluccio
|
7d3e82a59b
|
Port some gfx natives to Native.create
|
2014-10-14 14:52:03 -07:00 |
Marco Castelluccio
|
0621b9f5c4
|
Misc porting of natives to Native.create
|
2014-10-14 14:51:40 -07:00 |
Marco Castelluccio
|
8e21a2d6af
|
Port midp/frameanimator.js to Native.create
|
2014-10-14 13:40:38 -07:00 |
Marco Castelluccio
|
be9ed475d1
|
Port midp/crypto.js natives to Native.create
|
2014-10-14 13:35:51 -07:00 |
Marco Castelluccio
|
6181b610e4
|
Port midp/codec.js natives to Native.create
|
2014-10-14 13:29:45 -07:00 |
Marco
|
e622651d35
|
Merge pull request #419 from marco-c/add_missing_stack_pop_in_loadAndCreateImmutableImageDataFromCache0
Add missing stack.pop() in loadAndCreateImmutableImageDataFromCache0
|
2014-10-09 10:22:55 -07:00 |
Marco Castelluccio
|
2b9c11552b
|
Add missing stack.pop() in loadAndCreateImmutableImageDataFromCache0
|
2014-10-09 10:02:12 -07:00 |
Marco Castelluccio
|
f6381e7cd5
|
Add missing stack.pop() in deleteFileImpl
|
2014-10-09 09:33:24 -07:00 |
Marco
|
65cd162631
|
Merge pull request #390 from brendandahl/registry
Use notifications for connection registry instead of polling.
|
2014-10-03 12:42:16 -07:00 |
Myk Melez
|
a760968dd3
|
override CGraphicsUtil.draw9pcsBackground with native impl
|
2014-10-03 02:02:06 -07:00 |
Brendan Dahl
|
e2aa6e5e5c
|
Use notifications for connection registry instead of polling.
|
2014-10-02 14:51:59 -07:00 |
Marco Castelluccio
|
8ce3e27a7d
|
Throw exception if rename fails
|
2014-10-01 17:19:33 -07:00 |
Marco Castelluccio
|
075ad50136
|
Close file after truncating it
|
2014-10-01 17:05:13 -07:00 |
Myk Melez
|
085896ec5d
|
Merge pull request #369 from marco-c/optimize_LocalizedStringsBase
Don't parse localized strings multiple times
|
2014-09-30 17:44:51 -07:00 |
Marco Castelluccio
|
c304441fa2
|
Make MIDP.localizedStrings a Map
|
2014-09-30 17:33:42 -07:00 |
Marco Castelluccio
|
ee6c1d0478
|
Don't cache assets/0/en-US.xml file
|
2014-09-30 11:46:31 -07:00 |
Marco Castelluccio
|
1774e1649b
|
Don't parse localized strings multiple times
|
2014-09-30 11:41:08 -07:00 |
Brendan Dahl
|
8385651ce0
|
Various fixes for chrome.
|
2014-09-30 09:17:16 -07:00 |
Myk Melez
|
d782fd9700
|
return -1 early when Protocol.read0 called on closed socket
|
2014-09-29 16:44:27 -07:00 |
Myk Melez
|
5b33e8f953
|
create files correctly; truncate files that exist but are empty
|
2014-09-27 01:30:24 -07:00 |
Marco Castelluccio
|
f7624bd5f4
|
Fix last instance in midp/gfx.js
|
2014-09-26 11:48:26 -07:00 |
Marco Castelluccio
|
01d6985889
|
Use 'S' for static, 'I' for non-static
|
2014-09-26 11:48:06 -07:00 |
Marco Castelluccio
|
b71ee629f6
|
Fix all getField callers
|
2014-09-25 21:04:20 -07:00 |
Myk Melez
|
2f1c44ad73
|
override drawRegion to do renderRegion's work itself
|
2014-09-25 11:21:48 -07:00 |
Marco Castelluccio
|
5150e7a75f
|
Add missing semicolon
|
2014-09-23 15:17:37 -07:00 |
Marco Castelluccio
|
b831401e0e
|
Move the loop that sets the pixels from Java to a JS native. Fixes #315.
|
2014-09-23 11:22:11 -07:00 |
Myk Melez
|
593604eb01
|
Merge pull request #311 from marco-c/fix_286
Add trailing slash to directory name in listImpl
|
2014-09-22 17:14:31 -07:00 |
Myk Melez
|
c1ccee97e4
|
Merge pull request #298 from mcav/sms-listener
Prompt the user when the app requests SMS messages.
|
2014-09-22 16:45:01 -07:00 |
Marco Castelluccio
|
cc6a10df1e
|
Add trailing slash to directory name in listImpl. Fixes #286.
|
2014-09-22 16:16:44 -07:00 |
Marcus Cavanaugh
|
d1f8f5563b
|
Resize SMS prompt for debug mode; fix nits.
|
2014-09-22 15:03:27 -07:00 |
Marcus Cavanaugh
|
d8eae34632
|
Fix automated test now that the old SMS interface was removed.
|
2014-09-22 10:45:39 -07:00 |
Marco Castelluccio
|
b0bd119390
|
Use stat instead of list in isDirectoryImpl
|
2014-09-22 09:26:35 -07:00 |
Marcus Cavanaugh
|
1149331094
|
Fix sizing; remove input_areas.css; move style.css into style/; remove old SMS-receiving interface.
|
2014-09-22 08:29:21 -07:00 |
Marco Castelluccio
|
11d5a9db56
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into contacts
Conflicts:
midp/localmsg.js
tests/automation.js
|
2014-09-19 16:43:21 -07:00 |
Marco Castelluccio
|
18ea66b704
|
Add nokia.file-ui server to the list of unimplemented Nokia-specific localmsg servers
|
2014-09-19 16:41:04 -07:00 |
Brendan Dahl
|
eb9197dd31
|
Update the RGB color and gray color when setting ARGB.
|
2014-09-19 16:04:57 -07:00 |
Marcus Cavanaugh
|
665431f21c
|
Prompt the user when the app requests SMS messages.
|
2014-09-19 15:49:57 -07:00 |
Myk Melez
|
27a69516e3
|
Merge pull request #291 from mcav/resize-for-phone
Resize canvas to fill screen on mobile-sized devices.
|
2014-09-19 14:06:10 -07:00 |
Marco Castelluccio
|
ef08577ec3
|
Remove nokia.contacts from the unimplemented localmsg server list
|
2014-09-19 11:43:21 -07:00 |