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

102 Коммитов

Автор SHA1 Сообщение Дата
Myk Melez 620970cf2e add build-time RELEASE flag that disables much logging 2015-01-21 16:46:42 -08:00
Myk Melez da902e19a6 split config between default, midlet-specific, and urlparam-overrides 2015-01-21 14:48:48 -08:00
Myk Melez 395a8766bd move urlparams library and midlet config file to better locations 2015-01-21 14:13:19 -08:00
Myk Melez 9f7666e866 make URL params configurable via midlet.js 2015-01-13 13:33:17 -08:00
Myk Melez 41d335c017 WIP of testing fs initialization 2014-12-14 19:36:54 -08:00
Myk Melez e6c09d34c2 use setZeroTimeout 2014-10-15 15:14:13 -07:00
Myk Melez 2ce48cd787 fix tests when run in automation 2014-10-13 00:02:46 -07:00
Myk Melez f48741ef05 rename files to match current scheme 2014-10-12 22:50:58 -07:00
Myk Melez df7e614d9f use mozbrowser to enable privileges, local loading, and code evaluation 2014-10-12 22:36:22 -07:00
Brendan Dahl 6c722a5b1d Add promises polyfill. 2014-09-29 11:25:33 -07:00
Marco Castelluccio aca364f319 Allow creating overrides in native.js 2014-09-25 11:41:41 -07:00
Marcus Cavanaugh dd7b30dd76 Override slow java.lang.String methods. 2014-09-24 12:56:36 -07:00
Myk Melez 90e6217f4e add ability to override non-native Java methods 2014-09-23 23:50:23 -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
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
Myk Melez 91d9692413 disable profiling by default; add URL param to enable it 2014-09-22 01:05:03 -07:00
Myk Melez fa05ffc2aa initial version of simple profiler that measures method call times 2014-09-20 15:13:26 -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
Marcus Cavanaugh 665431f21c Prompt the user when the app requests SMS messages. 2014-09-19 15:49:57 -07:00
Marcus Cavanaugh 77fbde25f8 Resize canvas to fill screen on mobile-sized devices. 2014-09-19 11:42:28 -07:00
Marco Castelluccio 4e43eb304f Merge branch 'master' into contacts 2014-09-18 18:19:27 -07:00
Marcus Cavanaugh c919630472 Improve console functionality: live filtering, colorization, layout. 2014-09-18 11:00:10 -07:00
Marco Castelluccio bd4b238ef2 Basic wrapper for the mozContacts API 2014-09-16 14:49:25 -07:00
Myk Melez 204c45eac6 set display size; position display on small screen 2014-09-16 00:54:13 -07:00
Myk Melez 2ea20bb03c move display back to right side of screen 2014-09-15 23:57:30 -07:00
Myk Melez 08c632c13f implement TextEditor.setPosition; move canvas to top-left corner 2014-09-15 16:19:03 -07:00
Marco Castelluccio 0f67f18906 Merge branch 'master' of https://github.com/andreasgal/j2me.js into support_fake_servers
Conflicts:
	tests/automation.js
2014-09-10 11:25:00 -07:00
Marco Castelluccio 08f5150a53 Enable SMS buttons and text boxes by default 2014-09-09 18:45:56 -07:00
Myk Melez 90b7dfc1cc Merge branch 'master' into frame-animator 2014-09-09 18:22:56 -07:00
Myk Melez 9e95593950 remind code to return false 2014-09-09 18:12:36 -07:00
Myk Melez df25188d36 Merge branch 'master' into improve-logging
Conflicts:
	tests/automation.js
2014-09-09 17:28:59 -07:00
Myk Melez 74ebd913f9 Merge branch 'master' into improve-logging 2014-09-09 15:43:54 -07:00
Marco Castelluccio 89bc97253e Implement DataDecoder and DataEncoder using native methods 2014-09-09 15:18:11 -07:00
Marco Castelluccio 2da6cacf25 Add basic support for simulating the reception of SMS messages 2014-09-08 14:43:46 -07:00
Myk Melez 56b2e6af16 basic instrumentation of non-native method calls 2014-09-08 13:18:28 -07:00
Myk Melez 060b30712c merge output and log consoles 2014-09-08 08:19:29 -07:00
Myk Melez e568f292a9 basic support for multiple consoles 2014-09-08 02:21:37 -07:00
Myk Melez b133179205 add stub console module 2014-09-08 01:38:14 -07:00
Marco Castelluccio 7bd198db69 Add some stub SMS natives 2014-09-05 17:32:39 -07:00
Myk Melez 3f47385bb6 add mnc and mcc URL params 2014-09-05 11:34:30 -07:00
Marco Castelluccio f7678bccd6 Remove classfile/signature.js 2014-09-03 16:45:54 -07:00
Myk Melez 23094303bc use minimal forge modules; strip cryptojs 2014-09-02 21:40:57 -07:00
Myk Melez 145001cd40 wip use forge to calculate md5 digests 2014-09-02 15:39:31 -07:00
Myk Melez 1349a976ac remove unused CryptoJS SHA1 impl 2014-09-02 09:46:16 -07:00
Myk Melez 6078dcd115 replace CryptoJS SHA-1 hasher with Rusha 2014-09-02 09:05:26 -07:00
Myk Melez a73db01667 initial impl of RSA.modExp 2014-08-28 16:52:54 -07:00
Marco Castelluccio 2a56035843 Split midp.js in several files. Fixes #150. 2014-08-28 14:04:46 -07:00
Donovan Preston bc464848ce Implement md5 2014-08-28 14:05:04 -04:00
Myk Melez 62036bb937 use the non-minified CryptoJS code 2014-08-27 13:21:56 -07:00
Myk Melez 2cf204e5e7 implement SHA1 hasher 2014-08-27 13:07:37 -07:00