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

251 Коммитов

Автор SHA1 Сообщение Дата
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
Donovan Preston 80fcdbf945 Working textboxes 2014-08-22 14:25:58 -04:00
Donovan Preston 7474a2afff Extend CanvasItem again 2014-08-21 20:23:22 -04:00
Marco Castelluccio 2ddfb3a84b Add java.security.MessageDigest class 2014-08-21 17:18:03 -07:00
Donovan Preston fbc4c37a17 WIP on the experimental TextEditor strategy 2014-08-21 20:06:06 -04:00
Myk Melez d882cf0a76 Merge pull request #119 from marco-c/add_unregister_functions
Add GestureRegistrationManager functions to unregister listeners or zone...
2014-08-21 13:26:10 -07:00
Marco Castelluccio fb08b3dbc0 Merge branch 'master' of https://github.com/andreasgal/j2me.js into check_if_zone_supports_event_type 2014-08-21 11:04:40 -07:00
Marco Castelluccio f41696f6b3 Merge branch 'master' of https://github.com/andreasgal/j2me.js into add_unregister_functions 2014-08-21 11:03:36 -07:00
Marco Castelluccio 6b5ea03d01 Remove other unneeded imports 2014-08-21 09:57:50 -07:00
Marco Castelluccio e7d74fe252 No need to import CanvasItem in CanvasGraphicsItem 2014-08-21 09:07:25 -07:00
Marco Castelluccio 35d0ea1a44 Merge branch 'master' of https://github.com/andreasgal/j2me.js into add_blogwriter_midlet 2014-08-21 09:05:26 -07:00
Marco Castelluccio 78675a696b Merge branch 'master' of https://github.com/andreasgal/j2me.js into check_if_zone_supports_event_type 2014-08-21 09:03:40 -07:00
Marco Castelluccio f16b546f16 Merge branch 'master' of https://github.com/andreasgal/j2me.js into add_unregister_functions 2014-08-21 09:02:42 -07:00
Marco Castelluccio 7e04bbf0c2 Merge branch 'master' of https://github.com/andreasgal/j2me.js into add_missing_direct_functions 2014-08-20 18:29:54 -07:00
Marco Castelluccio 57bb44bb12 Add GestureRegistrationManager functions to unregister listeners or zones 2014-08-20 17:30:48 -07:00
Marco Castelluccio 53d6ba9e55 Add some missing functions to the Nokia-specific Direct* classes 2014-08-20 17:28:36 -07:00
Marco Castelluccio 3e9cd39cda Check whether a GestureInteractiveZone supports a gesture type before calling the listener 2014-08-20 16:32:10 -07:00
Marco Castelluccio 1bafd4ea3d Don't throw RuntimeException in the CanvasGraphicsItem constructor 2014-08-20 11:32:48 -07:00
Marco Castelluccio 44e37ee3d4 Add stub Nokia-specific classes to make BlogWriter buildable 2014-08-20 10:17:51 -07:00
Marco Castelluccio 815fee7b3e Move IBM implementation of the FileConnection API to java/custom 2014-08-19 17:06:34 -07:00
Marco Castelluccio d95d2ca1fa Move localmsg/Protocol to java/custom 2014-08-19 17:03:41 -07:00
Marco Castelluccio a38aff0016 Move Nokia ui classes in the right directory 2014-08-19 17:01:57 -07:00
Marco Castelluccio 96226f6d8c Move custom classes to java/custom 2014-08-19 16:59:26 -07:00
Marco Castelluccio 13196fe3a6 Fix review comments 2014-08-19 16:21:35 -07:00
Marco Castelluccio 258b18c4b1 Move modified phoneME classes to java/custom/ 2014-08-19 16:07:46 -07:00
Marco Castelluccio d24412bdbe Remove outdated comment 2014-08-19 14:59:42 -07:00
Marco Castelluccio 9b902232a7 Add a README to java/ to explain the things we change in the phoneME reference implementation 2014-08-19 14:55:05 -07:00
Marco Castelluccio b326935350 Properly implement Gesture zone registration and listener registration 2014-08-19 13:54:10 -07:00
Marco Castelluccio 16ff7fa561 Implement small subset of the Gesture API (WIP) 2014-08-19 13:25:41 -07:00
Marco Castelluccio f545aeca34 Merge branch 'log-stubs' of https://github.com/mykmelez/j2me.js into implement_gesture_api 2014-08-19 10:27:38 -07:00
Myk Melez 9db27e3ab8 return FrameAnimator to previous state, but with warnings 2014-08-19 10:27:15 -07:00
Myk Melez dbd29aeda0 replace ellipses with ASCII equivalent 2014-08-19 10:10:10 -07:00
Marco Castelluccio e9f9e29ddd Merge branch 'log-stubs' of https://github.com/mykmelez/j2me.js into implement_gesture_api 2014-08-19 10:02:48 -07:00
Myk Melez e1e8b77cf5 change exeptions to warnings for unimplemented methods being called 2014-08-19 10:01:21 -07:00
Marco Castelluccio 3a99e7b863 Merge branch 'log-stubs' of https://github.com/mykmelez/j2me.js into implement_gesture_api 2014-08-19 09:20:03 -07:00
Marco Castelluccio 319bfcfef2 Add stub implementations of some needed Nokia-specific classes 2014-08-19 09:16:45 -07:00
Myk Melez f2282f786a explain why Util.init is commented out 2014-08-18 21:46:11 -07:00
Myk Melez 2d004781c9 warn instead of throw when Util.init stub called 2014-08-18 17:51:05 -07:00
Myk Melez 144f887ec8 warn about commented out methods 2014-08-18 15:28:20 -07:00
Myk Melez 9e77eda81a log a bunch of nokia stubs 2014-08-18 14:49:22 -07:00
Marco Castelluccio 540017224d Add Java implementation of the localmsg protocol 2014-08-15 12:39:22 -07:00
Marco Castelluccio 05100ad8e9 Add PIM classes from phoneME 2014-08-14 12:47:19 -07:00
Marco Castelluccio ca68df2ce6 Add launchIEMIDlet to the Nokia-specific BGUtils class 2014-08-13 09:31:00 -07:00
Marco Castelluccio 894ac0a685 Add SSL classes to SecurityInitializer trustedClasses array 2014-08-11 16:54:22 -07:00
Andreas Gal 83489f1a65 Merge pull request #91 from marco-c/add_indicator_methods
Add other needed methods to Indicator and IndicatorManager
2014-08-11 14:33:47 -07:00
Marco Castelluccio 50338fbfb3 Add other needed methods to Indicator and IndicatorManager 2014-08-11 14:11:13 -07:00
Marco Castelluccio 9e7862f3d1 Fix bug of the FileConnection API implementation 2014-08-11 13:14:57 -07:00
Marco Castelluccio 1cf97e9a26 Add Nokia-specific interfaces for the localmsg protocol 2014-08-11 11:23:00 -07:00
Andreas Gal 1d46bd5a23 Merge branch 'master' of github.com:andreasgal/j2me.js 2014-08-11 09:54:11 -07:00
Andreas Gal 3592a113b4 better implementation of DirectGraphics 2014-08-11 09:53:57 -07:00
Marco Castelluccio 16955788b5 Remove IBMConnection logging statement 2014-08-11 09:23:25 -07:00
Andreas Gal 20bb2243c2 stub out Nokia gfx/UI code with natives so we can properly implement them 2014-08-10 16:18:19 -07:00
Marco Castelluccio 52300ac110 Add SSL classes from phoneME 2014-08-08 18:23:32 -07:00
Marco Castelluccio c529503ed8 Add classes supporting multiple isolates to the trustedClasses array in SecurityInitializer 2014-08-08 09:36:44 -07:00
Marco Castelluccio 22e3e753f1 Add other needed classes 2014-08-07 21:07:40 -07:00
Marco Castelluccio 5f48408259 Add AppIsolateMIDletSuiteLoader and its dependencies 2014-08-07 20:23:47 -07:00
Andreas Gal f141e496a0 Merge pull request #56 from marco-c/native_security_handler
Use the native version of the SecurityHandler class
2014-08-07 16:00:04 -07:00
Andreas Gal 4f0cb7f542 make build steps less noisy 2014-08-07 15:46:09 -07:00
Marco Castelluccio afda0c2b2a Remove logging statements 2014-08-07 15:44:47 -07:00
Marco Castelluccio 3e3811bea7 Use native version of the SecurityHandler class 2014-08-07 11:54:41 -07:00
Donovan Preston 403e476a64 Stubs for FrameAnimator; wa starts without errors (but has rendering errors) 2014-08-06 16:06:47 -04:00
Donovan Preston 99ddbca646 Merge branch 'extend-FrameAnimator-stubs' of https://github.com/mykmelez/j2me.js into extend-FrameAnimator-stubs 2014-08-06 15:57:08 -04:00
Marco Castelluccio d0ed542941 Add classes to support J2ME MVM (multitasking VM) 2014-08-06 11:36:10 -07:00
Marco Castelluccio 49dbc55baa Add some Nokia UI classes 2014-08-05 16:39:57 -07:00
Myk Melez 0b3e45abc7 populate FrameAnimator* stubs 2014-08-05 14:52:27 -07:00
Marco Castelluccio ad9205d2ca Add missing static keyword 2014-08-05 11:55:23 -07:00
Marco Castelluccio ad708ee107 Add stub Nokia-specific FrameAnimator classes 2014-08-05 11:29:21 -07:00
Marco Castelluccio 6e5637ee40 Add stub Nokia-specific Indicator and IndicatorManager classes 2014-08-05 10:59:51 -07:00
Marco Castelluccio 5923815f32 Add file.separator property and IBM's reference implementation of the FileConnecion API 2014-08-03 19:58:29 -07:00
Andreas Gal c052363c39 Merge pull request #17 from mykmelez/gesture-stubs
com.nokia.mid.ui.gestures stubs
2014-08-02 18:01:42 -07:00
Andreas Gal 2d5936857c load manifest from jar 2014-08-02 17:25:00 -07:00
Myk Melez c4c8a2da3d com.nokia.mid.ui.gestures stubs 2014-08-02 17:06:24 -07:00
Andreas Gal e05878781f Merge pull request #16 from marco-c/add_CHManagerImpl_class
Add CHManagerImpl class and the classes it depends upon
2014-08-01 21:35:59 -07:00
Marco Castelluccio ac32b8bf2a Add CHManagerImpl class and the classes it depends upon 2014-08-01 21:27:14 -07:00
Andreas Gal eca885a55b remove whitespace 2014-08-01 20:41:54 -07:00
Marco Castelluccio 89b876dff4 Add Nokia BGUtils class 2014-08-01 19:57:10 -07:00
Myk Melez fd03311860 add stub DisplayStateListener class 2014-08-01 16:54:50 -07:00
Andreas Gal a2ebe7724f add missing image assets 2014-07-31 20:19:04 -07:00
Andreas Gal b712c3314d add missing file 2014-07-31 19:58:52 -07:00
Andreas Gal 817647645e support LocalizedStringsBase.getContent 2014-07-31 18:29:17 -07:00
Andreas Gal f32410e851 add more assets 2014-07-31 08:43:24 -07:00
Andreas Gal 4b0d9e28e5 add more .png assets 2014-07-31 08:22:02 -07:00
Andreas Gal 72e379e8ed add missing files 2014-07-30 22:54:59 -07:00
Andreas Gal e59386cf67 add skin.bin 2014-07-30 19:14:36 -07:00
Andreas Gal 89b3e7bc40 ignore synthetic attribute 2014-07-29 17:34:46 -07:00
Andreas Gal 0647767b7c add midp 2014-07-29 17:02:28 -07:00
Andreas Gal 85a0526ad2 remove midp, only pull in i18n since we depend on that 2014-07-29 11:47:31 -07:00
Andreas Gal b7bcb9ef1b add midp/security 2014-07-29 11:02:28 -07:00
Andreas Gal 0177441b8d move i18 into midp 2014-07-29 10:15:46 -07:00
Andreas Gal aca46cb250 add i18n 2014-07-29 10:13:50 -07:00
Andreas Gal 1a08961d3f remove hack to join 2014-07-29 00:44:31 -07:00
Andreas Gal a25e18b0b5 a couple fixes to CLDC involving threads 2014-07-28 16:39:45 -07:00
Andreas Gal 18724d85c0 initialize main thread during startup 2014-07-20 00:35:00 -07:00
Andreas Gal 76801f1c66 throw proper internal exception when class can't be loaded and use native character conversion instead of CLDC's 2014-07-19 11:53:27 -07:00
Andreas Gal 8ac191c244 remove html files 2014-07-19 11:26:15 -07:00
Andreas Gal 8fb2523d6b switch default encoding to UTF-8 to fix a few test failures 2014-07-19 09:13:10 -07:00
Andreas Gal dbdf9bd66d add TestClass and fix related bugs 2014-07-18 17:55:09 -07:00
Andreas Gal eb8153a3bc fix makefile 2014-07-18 08:35:06 -07:00
Andreas Gal 0fc21a297f add clean to jdk makefile 2014-07-18 08:18:20 -07:00
Andreas Gal b777f46998 rename cldc1.1.1.jar -> classes.jar 2014-07-18 08:16:47 -07:00
Andreas Gal 44e5a5a331 more fixes 2014-07-09 22:23:17 -07:00