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

3361 Коммитов

Автор SHA1 Сообщение Дата
Michael Bebenita 3440fcb6ed Merge commit 'bcdb13778ded2f15d34c5ab07d5fa5cc27b48c76' 2014-12-08 23:22:41 -08:00
Tim Abraldes 3b1a71a484 Merge branch 'master' of https://github.com/TimAbraldes/j2me.js into keyboard 2014-12-08 22:31:08 -08:00
Tim Abraldes 221d114753 Keep track of TextEditor focus in Alert transitions.
When transitioning from a Canvas Screen to an Alert Screen, keep track
of which TextEditor has focus. When returning to the Canvas Screen,
focus the TextEditor. This helps us match app expectations with regard
to keyboard visibility.

This patch also adds plumbing to allow RunTests tests to change the
current Displayable and compare the pixels of the current screen to a
reference image. These changes allow us to convert a bunch of gfx tests
to RunTests tests. The first converted test is AlertTest, which has been
updated to also test that focus is being tracked properly across showing
Alerts.
2014-12-08 22:27:28 -08:00
Tim Abraldes b471dc1652 Revert "Keep track of TextEditor focus in Alert transitions."
This reverts commit 5bee769f28.
2014-12-08 21:46:47 -08:00
Myk Melez fea208124a Merge pull request #696 from marco-c/comment_SuiteImageCacheImpl
Remove console.log from loadAndCreateImmutableImageDataFromCache0 and ex...
2014-12-08 21:06:12 -08:00
Marco Castelluccio cc7902abfb Fix typo in main.js 2014-12-09 01:31:28 +01:00
Brendan Dahl bcdb13778d Don't create strings from strings. 2014-12-08 16:04:42 -08:00
Marco Castelluccio 23edb79cfc Use systemXHR to circumvent CORS 2014-12-09 00:36:36 +01:00
Marco Castelluccio fa4a725256 Fix manifest parsing with entries that have ':' character in the value 2014-12-09 00:35:02 +01:00
Marco Castelluccio 836e1eae60 Add tests for JAD/JAR downloading 2014-12-09 00:16:50 +01:00
Marco Castelluccio ca0d11b36f Download JAD manifest and JAR archive at first run; store it in the FS for subsequent runs 2014-12-09 00:16:06 +01:00
Brendan Dahl 9564ae1fdf Mangle signature into fields. 2014-12-08 13:47:35 -08:00
Marco Castelluccio eb70e3cdec Remove console.log from loadAndCreateImmutableImageDataFromCache0 and explain why we're not implementing the cache in a comment 2014-12-08 22:05:57 +01:00
Marco Castelluccio 503bf8d102 Update number of passing tests 2014-12-08 21:44:00 +01:00
Marco Castelluccio 82d19ef2a2 Add test for nokia.active-standby, Indicator and IndicatorManager 2014-12-08 21:40:01 +01:00
Marco Castelluccio 25869a4521 Resize icon to 32x32 pixels, needed for the Notifications API to work 2014-12-08 21:37:54 +01:00
Michael Bebenita abb25df708 Makes RuntimeKlasses normal objects. Storing properties on bound functions is slow in SM becaus they fall back to dictionary mode. 2014-12-08 10:55:05 -08:00
Marco Castelluccio 07278de7d3 Define converter functions for sets of pixels in the gfx scope. Fixes #676 2014-12-08 02:23:24 +01:00
Marco Castelluccio ffbc3f1883 Show notification when the Indicator is active, close the notification when the Indicator is inactive 2014-12-08 01:00:06 +01:00
Marco Castelluccio 589f91e42f Merge branch 'master' of https://github.com/andreasgal/j2me.js into indicator
Conflicts:
	manifest.webapp
2014-12-07 21:44:25 +01:00
Myk Melez 219d55995b Merge branch 'master' into transient-paths 2014-12-06 12:09:15 -08:00
Michael Bebenita e4b94d48e3 Merge. 2014-12-06 11:22:05 -08:00
Myk Melez ffa6844fa5 Merge pull request #690 from yxl/clear-console
Add a button to clear page console.
2014-12-05 17:30:13 -08:00
Marco 9a40487da3 Merge pull request #667 from mykmelez/coalesce-writes
merge data/stat records and coalesce writes
2014-12-05 17:29:36 -08:00
Myk Melez dd84e7a059 Merge pull request #692 from marco-c/video_capture_permission
Add video-capture permission to the manifest
2014-12-05 17:21:12 -08:00
Marco Castelluccio 4d78528d8d WIP update 2014-12-05 17:17:16 -08:00
Marco Castelluccio 83bba1fb33 Add video-capture permission to the manifest 2014-12-05 17:02:29 -08:00
Marco Castelluccio 4eaad70122 Handle 'Update' method 2014-12-05 16:59:43 -08:00
Tim Abraldes 9441e20b70 Merge branch 'master' of https://github.com/TimAbraldes/j2me.js into keyboard 2014-12-05 15:47:06 -08:00
Yuan Xulei 7a6040f2e2 Add a button to clear page console. 2014-12-05 15:40:53 -08:00
Marco f4eb28cac2 Merge pull request #687 from PinZhang/pzhang/fix-snapshot
Fix issue: only first snapshot sucess
2014-12-05 14:25:24 -06:00
Myk Melez eed6b411be add a midlet-specific JS file 2014-12-05 12:19:53 -08:00
Myk Melez 7862010998 support addition of transient paths 2014-12-05 12:16:52 -08:00
Pin Zhang 22e15e203d Fix issue: only first snapshot sucess
It will fail to take another snapshot with an exception that tells timeout.
2014-12-05 12:13:51 -08:00
Myk Melez c503810e38 Merge pull request #681 from marco-c/increase_font_size
Increase default font size
2014-12-05 11:45:42 -08:00
Marco 3f6aec7da6 Merge pull request #686 from mykmelez/ignore-nulls
ignore nulls when logging SSL streams
2014-12-05 11:38:54 -08:00
Marco Castelluccio b113208caa Send 'Activated' message right after 'Register' 2014-12-05 11:38:08 -08:00
Marco Castelluccio acf40a82aa Support DataEncoder::put(String,byte[],int) 2014-12-05 11:35:59 -08:00
Marco Castelluccio 31a5b71b84 Temporarily undo changes to Indicator and IndicatorManager 2014-12-05 11:35:14 -08:00
Myk Melez 8e098e0475 ignore nulls when logging SSL streams 2014-12-05 11:29:10 -08:00
Myk Melez de84d295d5 Merge branch 'master' into coalesce-writes
Conflicts:
	libs/fs.js
2014-12-05 10:49:14 -08:00
Marco Castelluccio 3cee452617 Merge branch 'master' of https://github.com/andreasgal/j2me.js into indicator
Conflicts:
	midp/localmsg.js
2014-12-05 10:24:21 -08:00
Marco 580c739b17 Merge pull request #659 from PinZhang/pzhang/fix-localmsg-multithread
Fix multithread issue in localmsg API
2014-12-05 10:23:15 -08:00
Marco Castelluccio f8e9a09ace Add fontSize to the list of URL parameters 2014-12-05 10:13:07 -08:00
Marco Castelluccio 478926b8af Merge branch 'master' of https://github.com/andreasgal/j2me.js into increase_font_size 2014-12-05 10:11:43 -08:00
Pin Zhang 7164cd9ab4 Fix multi-thread issue in localmsg API 2014-12-05 10:08:39 -08:00
Marco Castelluccio 56afe702ff WIP implementation of nokia.active-standby localmsg server (Common and Register methods) 2014-12-05 09:48:38 -08:00
Myk Melez d0bdddf01b Merge pull request #683 from marco-c/fix_properties
Update property values
2014-12-05 09:47:17 -08:00
Myk Melez 886f3058e1 Merge pull request #679 from marco-c/increase_baseline
Set baseline correctly and fix text anchor handling
2014-12-05 09:32:08 -08:00
Marco 9c8d48f28f Merge pull request #682 from yxl/tone-player
Implement NativeTonePlayer. Fix #656
2014-12-05 00:10:39 -08:00