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 |