Граф коммитов

251 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 6d9fb5920f Support API for vibrations 2014-11-27 01:04:47 +01:00
Pin Zhang 1d90f2a144 Implement localmsg://nokia.sa.service-registry API 2014-11-26 09:16:08 +08:00
Marco Castelluccio 484ef4be0e Fix FileConnection.java file encoding 2014-11-20 23:42:56 +01:00
Marco Castelluccio a4c18b37a7 Copy the JSR-075 reference implementation source files in jsr-075; Move unmodified custom/com/ibm/ classes to jsr-075/. Fixes #625 2014-11-20 12:48:56 +01:00
Marco Castelluccio c9f5676998 Overwrite reference implementation files with custom ones instead of building both 2014-11-20 12:44:59 +01:00
Marco Castelluccio a9c4be94fc Fix last instance of jsr-075-ri 2014-11-20 12:05:17 +01:00
Marco Castelluccio f5f1f77ab2 Rename jsr-075-ri to jsr-075 2014-11-20 01:08:43 +01:00
Myk Melez 08b9c8e82c Merge pull request #623 from marco-c/DataOutputStream_writeUTF
Implement the expensive part of DataOutputStream::writeUTF in JS
2014-11-19 15:44:13 -08:00
Myk Melez 43806804c7 Merge pull request #622 from marco-c/remove_some_classes_from_custom
Move javax/bluetooth/LocalDevice from custom/ to midp/
2014-11-19 15:31:46 -08:00
Marco Castelluccio df2e85cd50 Implement the expensive part of DataOutputStream::writeUTF in JS. Fixes #328 2014-11-19 18:00:23 +01:00
Marco Castelluccio 19417dd471 Move some JSR-75 RI classes from midp/ to jsr-075-ri/ 2014-11-19 15:57:53 +01:00
Marco Castelluccio 86d417ce62 Allow classes in cldc1.1.1/, vm/ and midp/ to use classes in custom/ 2014-11-19 15:39:45 +01:00
Marco Castelluccio 208e0ef91b Move FileSystemRegistry from custom/ to midp/ 2014-11-19 15:39:10 +01:00
Marco Castelluccio ee9a071575 Move FileSystemListener from custom/ to midp/ 2014-11-19 14:47:28 +01:00
Marco Castelluccio 2aab4c9604 Add bluetooth classes and remove the custom LocalDevice class 2014-11-19 12:35:27 +01:00
Tim Abraldes 9671f42d61 Merge branch 'master' of https://github.com/andreasgal/j2me.js into keyboardimpl
Conflicts:
	tests/automation.js
2014-11-17 16:44:24 -08:00
Tim Abraldes 724e19f6d1 Add tests for `VirtualKeyboard` 2014-11-14 17:34:25 -08:00
Marco Castelluccio cc9c7100e5 Don't throw a RuntimeException in DeviceControl::setLights 2014-11-15 00:54:37 +01:00
Marco Castelluccio abe943a490 Merge branch 'guess_format_from_url' into add_amms_classes 2014-11-14 23:47:14 +01:00
Myk Melez 2ad1bb3f8c Merge pull request #600 from marco-c/nokia_DeviceControl
Add Nokia-specific DeviceControl class
2014-11-14 14:37:16 -08:00
Marco Castelluccio ea7e02949f Add Nokia-specific DeviceControl class 2014-11-14 22:29:23 +01:00
Marco Castelluccio 1c8b60247f Add some com/nokia/mid/media interfaces 2014-11-14 20:46:04 +01:00
Marco Castelluccio aa2c069ad5 Enable JSR234 2014-11-14 20:28:38 +01:00
Marco Castelluccio b421fbf827 Add some AMMS classes. Fixes #596. 2014-11-14 20:28:21 +01:00
Marco Castelluccio bf6186b87b Support file:// protocol for media elements 2014-11-14 11:19:25 +01:00
Marco Castelluccio 68e1265c32 Merge branch 'master' of https://github.com/andreasgal/j2me.js into datainputstream_readutf 2014-11-14 02:05:13 +01:00
Marco Castelluccio 8fd26d437a Remove DataInput from custom/ 2014-11-14 02:05:07 +01:00
Myk Melez 14b49c157b specify bootclasspath and extdirs 2014-11-13 16:39:17 -08:00
Marco Castelluccio b8e6ca3953 Nativize DataInputStream::readUTF. Fixes #368 2014-11-13 22:25:29 +01:00
Yuan Xulei 665e776257 Implement FileSystemRegistry.listRoots. 2014-11-13 18:25:39 +08:00
Tim Abraldes b3483a3692 Implement various `VirtualKeyboard` methods
Implements:
  VirtualKeyboard.isVisible
  VirtualKeyboard.getXPosition
  VirtualKeyboard.getYPosition
  VirtualKeyboard.getWidth
  VirtualKeyboard.getHeight
  VirtualKeyboard.setVisibilityListener

Also updates the documentation of a couple of classes
2014-11-12 11:49:43 -08:00
Pin Zhang 2a97cec733 Implement password editor. 2014-11-12 18:44:32 +08:00
Marco Castelluccio 0c0c4136e8 Merge branch 'master' of https://github.com/andreasgal/j2me.js into pimproxy_natives 2014-11-11 22:19:46 +01:00
Marco Castelluccio efb03fe23b Set initialized to true when the UTF_8_Reader is initialized 2014-11-10 23:38:44 +01:00
Marco Castelluccio 4110cb8d1b Don't read the whole stream in memory when a UTF_8_Reader is opened, but on the first call to UTF_8_Reader::read 2014-11-10 23:14:12 +01:00
Myk Melez 94e7a0957a Merge pull request #546 from PinZhang/pzhang/texteditor-position
Fix TextEditor position issue.
2014-11-07 08:34:02 -08:00
Pin Zhang ddcfb6e3f7 Fix TextEditor position issue.
When using LWUIT library, the position of TextEditor set by TextField
is incorrect when the TITLE_LAYER of MIDPWindow is shown.
2014-11-07 13:55:23 +08:00
Marco Castelluccio 5bb7d38307 Add the standard javax.microedition.pim.handler class (PIMProxy) and its dependencies 2014-11-07 02:21:00 +01:00
Myk Melez a0099ac18d ignore instead of deleting pre-processed files 2014-11-03 11:58:32 -08:00
Myk Melez f5aae8474c Merge pull request #528 from marco-c/virtualkeyboard_messages
Fix "not implemented" messages in VirtualKeyboard.java
2014-11-03 11:17:14 -08:00
Marco Castelluccio 7e176482a0 Fix "not implemented" messages in VirtualKeyboard.java. Fixes #526. 2014-11-03 17:42:46 +01:00
Yuan Xulei 4c1ef19c3f Add javax.microedition.media.* and dependencies from phoneme_feature. 2014-11-04 00:02:10 +08:00
Myk Melez cd60fa6b92 Merge pull request #500 from marco-c/jpp
Replace manually preprocessed files with unpreprocessed ones
2014-10-29 09:28:28 -07:00
Myk Melez aaa94a950e explain why we attach/detach native impl. in setParent 2014-10-28 17:26:49 -07:00
Myk Melez 1d1155fac2 preserve focus/visibility state 2014-10-28 14:14:27 -07:00
Marco Castelluccio be553c634b Clean processed java files after a build 2014-10-28 12:42:14 +01:00
Marco Castelluccio 11cb11c58d Allow preprocessing multiple jpp files 2014-10-27 23:55:07 +01:00
Marco Castelluccio 8300ea95e0 Add needed definitions 2014-10-27 23:54:04 +01:00
Marco Castelluccio 9b780a978a Replace preprocessed files with unpreprocessed ones. Fixes #496. 2014-10-27 23:52:32 +01:00
Myk Melez d714b8acab Merge branch 'master' into test-https-connection 2014-10-24 08:27:02 -07:00