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

251 Коммитов

Автор SHA1 Сообщение Дата
Yuan Xulei 73b9a340cc Add modified javax.microedition.location.* from phoneme_feature. 2014-10-24 17:54:34 +08:00
Myk Melez 465e09caa8 test HTTPS connection 2014-10-23 14:19:32 -07:00
Eric Rahm 66d0030bb6 Leave localization assets uncompressed 2014-10-22 18:01:16 -07:00
Eric Rahm 61ada7d4f2 Don't compress classes.jar
By not compressing classes.jar's class files we reduce startup time on mobile
devices by up to 20%.
2014-10-22 12:07:15 -07:00
Pin Zhang eff8503ee4 Add missing security classes 2014-10-17 09:08:23 +08:00
Pin Zhang 375c58566b Add LCDUIUtils.java, LocalDevice.java and more 2014-10-13 23:11:26 +08:00
Marco Castelluccio 0597e6628e Add some missing java/security classes 2014-10-09 09:35:32 -07:00
Marco Castelluccio e148d53811 Implement UTF_8_Writer::sizeOf in JS 2014-09-26 13:29:15 -07:00
Marco Castelluccio 901448bb2a Implement UTF_8_Writer::write in JS and make it convert the whole array and send it all at once to the output stream. Fixes #314. 2014-09-26 13:24:59 -07:00
Marco Castelluccio 5fb469fd48 Remove unused boolean value 2014-09-25 17:12:13 -07:00
Marco Castelluccio 912216499e Override UTF_8_Reader completely, without implementing methods that are never used 2014-09-25 16:26:39 -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
Marco Castelluccio 6f97039041 DirectUtils has to take transparency into account 2014-09-17 16:13:33 -07:00
Myk Melez 91d888561f explain modification to Connection.lastModified() 2014-09-17 00:45:08 -07:00
Myk Melez 102f648623 stop converting from millis to micros then back 2014-09-17 00:06:20 -07:00
Marco Castelluccio 24dd3e4590 Implement DataDecoder::listHasMoreItems 2014-09-16 15:33:50 -07:00
Myk Melez 4b7b66d260 make warning messages consistent 2014-09-16 01:03:04 -07:00
Myk Melez 6088360acd move CanvasItem methods from TextEditor to CanvasItem 2014-09-16 01:02:21 -07:00
Myk Melez 75fb52b9ea warn about getFont not actually being implemented 2014-09-16 00:32:11 -07:00
Myk Melez 64ea374234 partly implement setCaret 2014-09-16 00:31:03 -07:00
Myk Melez b177dc08e0 implement CanvasItem.getPositionX/Y; move .setPosition to CanvasItem 2014-09-16 00:06:58 -07:00
Myk Melez 7f95650f5b make TextEditor.getLineMarginHeight and .getContentHeight more correct 2014-09-15 23:48:38 -07:00
Myk Melez aade07657a implement get/setBackground/ForegroundColor 2014-09-15 21:52:07 -07:00
Myk Melez e534f84694 comment about possible additional work to do 2014-09-15 17:16:39 -07:00
Myk Melez 4cc34420d9 multiline should be false by default 2014-09-15 17:12:02 -07:00
Myk Melez 25c008fa82 implement TextEditor constructor's text attribute 2014-09-15 15:09:52 -07:00
Myk Melez e7cf243c46 remove unused label parameter 2014-09-15 14:55:42 -07:00
Myk Melez bb8f4d5890 warn and test that constraints aren't implemented 2014-09-15 14:49:07 -07:00
Myk Melez ba03e4c93e implement maxSize/getMaxSize/setMaxSize 2014-09-15 14:34:25 -07:00
Myk Melez af8bde28c2 set the native text editor widget size 2014-09-15 14:10:36 -07:00
Myk Melez fc36ee4757 move getWidth/getHeight to CanvasItem 2014-09-15 11:19:58 -07:00
Myk Melez 4076961fe6 move isVisible from TextEditor to CanvasItem; test setVisible/isVisible 2014-09-15 10:29:10 -07:00
Myk Melez a45586e666 move getParent to CanvasItem superclass 2014-09-15 10:07:05 -07:00
Myk Melez 1fe37680ef comment value of DISABLE_SMILEY_MODE 2014-09-15 10:04:41 -07:00
Marco 6916cbcc81 Merge pull request #263 from mykmelez/texteditor-plus
implement getCaretPosition
2014-09-15 09:52:33 -07:00
Myk Melez 2ed224f767 implement getCaretPosition 2014-09-15 09:48:25 -07:00
Marco Castelluccio 67a7dbf397 Merge branch 'master' of https://github.com/andreasgal/j2me.js into directgraphicsimp_getPixels_drawPixels 2014-09-15 09:27:56 -07:00
Myk Melez af40299f26 call TextEditor natives directly 2014-09-15 08:38:02 -07:00
Myk Melez 7bc6a95a71 implement setParent entirely in Java 2014-09-15 08:25:21 -07:00
Marco Castelluccio 632506e209 Add a comment in DirectUtils to explain an alternative method to implement createImage 2014-09-15 08:19:23 -07:00
Myk Melez b4b1b5e6f8 implement TextEditor.delete 2014-09-15 00:24:34 -07:00
Marco Castelluccio 675a1d0646 Implement DirectUtils::createImage(byte[],int,int) 2014-09-12 15:48:45 -07:00
Myk Melez a450737fee Merge pull request #248 from marco-c/put_boolean_codec
Support boolean values in DataEncoder and DataDecoder
2014-09-11 23:09:13 -07:00
Marco Castelluccio 3f5866c289 Add com.sun.jsr211.security.SecurityInitializer to SecurityInitializer 2014-09-11 16:52:13 -07:00
Marco Castelluccio 4da71d84eb Implement getBoolean native 2014-09-11 16:31:33 -07:00
Marco Castelluccio bec76a2a2f Add other missing crypto-related classes 2014-09-11 16:10:34 -07:00
Marco Castelluccio db2b72f159 Warn for unimplemented TextEditor::setFont instead of raising a RuntimeException 2014-09-11 09:14:30 -07:00
Myk Melez eece005767 initialize maxSize 2014-09-10 15:57:24 -07:00
Marco Castelluccio ec6595f330 Really set the maxSize property 2014-09-10 15:43:58 -07:00
Myk Melez dc6a8b581e implement TextEditor::setFocus 2014-09-10 14:38:21 -07:00
Marco 466a917257 Merge pull request #220 from mykmelez/frame-animator
partial impl of FrameAnimator
2014-09-10 10:58:02 -07:00
Donovan Preston 0324338c71 Fix name collision 2014-09-10 13:04:02 -04:00
Donovan Preston 8820ca1089 Implement setVisible and js stub for setPosition 2014-09-10 11:42:56 -04:00
Myk Melez 9e95593950 remind code to return false 2014-09-09 18:12:36 -07:00
Marco Castelluccio 4b9fb07bef Make init private 2014-09-09 17:07:39 -07:00
Marco Castelluccio 89bc97253e Implement DataDecoder and DataEncoder using native methods 2014-09-09 15:18:11 -07:00
Myk Melez ca0a20f542 Merge pull request #216 from marco-c/remove_checkSecurity_logging
Remove checkSecurity logging
2014-09-09 14:32:25 -07:00
Marco Castelluccio 624792b62f Don't throw a RuntimeException in TextEditor::delete 2014-09-09 12:48:28 -07:00
Marco Castelluccio c12b90ab76 Keep the same indentation as the rest of the file 2014-09-08 16:08:45 -07:00
Marco Castelluccio fba96ea0c8 Don't log in Connection::checkSecurity 2014-09-08 16:07:01 -07:00
Marco Castelluccio f90f0f9875 Don't throw a RuntimeException in some Indicator and IndicatorManager functions (but just log that the functions aren't implemented) 2014-09-08 16:04:40 -07:00
Marco Castelluccio 42da1aa1a1 Add DigestException class 2014-09-08 15:09:52 -07:00
Marco Castelluccio 4be5ce0867 Implement LocalMsgConnection::receive(LocalMessageProtocolMessage) 2014-09-08 09:27:41 -07:00
Marco Castelluccio 05f1a79e9d Fix formatting issues 2014-09-06 18:22:10 -07:00
Marco Castelluccio 8a9c4de402 Don't throw in functions that are actually called 2014-09-05 18:26:43 -07:00
Marco Castelluccio 7a5931d635 Add DataType class 2014-09-05 18:03:05 -07:00
Marco Castelluccio 8dd2167931 Add DataDecoder class 2014-09-05 18:02:50 -07:00
Marco Castelluccio 5b5777dce7 Add DataEncoder class 2014-09-05 18:02:35 -07:00
Marco Castelluccio 5112af5609 Add SMS-related classes from phoneME 2014-09-05 16:40:24 -07:00
Marco Castelluccio 4b798afc1b Warn instead of throwing an exception in LCDUIUtil::setObjectTrait 2014-09-05 09:53:14 -07:00
Marco Castelluccio 2211779873 Remove logging statements from DES_ECB 2014-09-03 16:08:32 -07:00
Marco Castelluccio 288f34a5cc Remove logging from DES_ECB 2014-09-03 15:36:05 -07:00
Marco Castelluccio bbb63f5dba Remove the unused i18n directory 2014-09-03 15:24:29 -07:00
Marco Castelluccio 917cb0f7ec Move all the *_Reader classes in the same directory 2014-09-03 15:24:00 -07:00
Marco Castelluccio f617feef63 Merge branch 'master' of https://github.com/andreasgal/j2me.js into test_array_problem 2014-09-03 11:51:19 -07:00
Marco Castelluccio 72f2d4d88b Add logging, add simple DES test, add reduced test case 2014-09-03 11:45:56 -07:00
Marco Castelluccio 60c0122106 Merge branch 'master' of https://github.com/andreasgal/j2me.js into add_other_phoneME_tests
Conflicts:
	tests/automation.js
2014-09-03 11:45:16 -07:00
Myk Melez 876a2b9da6 add MD5.nativeClone method to clone MD5 hasher correctly 2014-09-03 11:29:05 -07:00
Myk Melez 42f6a1fc1e add SHA.nativeClone method to clone SHA-1 hasher correctly 2014-09-03 11:20:29 -07:00
Marco Castelluccio aed48c2974 Add TestEventQueue from phoneME 2014-09-02 16:15:08 -07:00
Marco Castelluccio 34bc55f5e9 Add TestRC4 from phoneME and its dependencies 2014-09-02 13:59:49 -07:00
Marco Castelluccio 3acd9b549a Add Key class 2014-08-29 17:39:20 -07:00
Marco Castelluccio 837e57ff90 Add KeySpec class 2014-08-29 17:30:58 -07:00
Marco Castelluccio 661069b79e Add SecretKeySpec class 2014-08-29 17:28:50 -07:00
Marco Castelluccio 9d189fab15 Add DES classes 2014-08-29 17:25:57 -07:00
Marco Castelluccio e78570dadc Add other crypto-related classes 2014-08-29 17:18:44 -07:00
Marco Castelluccio 532c76a36b Add ARC4 class from phoneME 2014-08-29 16:18:36 -07:00
Marco Castelluccio ddaf5807cd Add RSA class 2014-08-27 14:58:09 -07:00
Myk Melez 19e5584545 Merge pull request #125 from fzzzy/html-text-editor
Working textboxes.
2014-08-23 00:01:11 -07:00
Donovan Preston 0a5429d83d Remove debug print 2014-08-22 16:51:59 -04:00
Donovan Preston 37fef1ed46 Add another warning so we remember to implement getContentHeight properly 2014-08-22 16:51:40 -04:00
Donovan Preston 33a2ac2022 Remove underscores 2014-08-22 16:28:32 -04:00
Donovan Preston 153ac9e3a6 Add a warning to setVisible 2014-08-22 16:06:58 -04:00
Donovan Preston 026f930bf0 Convert from rows to pixels 2014-08-22 16:04:10 -04:00
Donovan Preston 830fa14282 Initialize stuff at the class level instead of in the constructor 2014-08-22 16:01:26 -04:00
Donovan Preston 6bda9f6941 Put warning: at the beginning of log messages 2014-08-22 15:59:29 -04:00
Donovan Preston 18a0f124da Don't need to import things in the same package 2014-08-22 15:57:29 -04:00
Donovan Preston 1fb0acbe17 More implementation 2014-08-22 15:50:17 -04:00
Donovan Preston df6058996a Remove unused import 2014-08-22 14:33:24 -04:00
Donovan Preston 3cebf5fa63 Fix whitespace 2014-08-22 14:31:09 -04:00