Commit Graph

2432 Commits

Author SHA1 Message Date
Laurent Sansonetti
afdadeee01 getAction -> action 2014-04-25 15:31:19 +02:00
Laurent Sansonetti
75ac4c4e5a getSettings -> settings 2014-04-24 18:02:01 +02:00
Laurent Sansonetti
f63d8645c4 add Hello android sample (similar to ios/Hello sample) 2014-04-24 14:53:57 +02:00
Laurent Sansonetti
8ca190645a Merge branch 'master' of github.com:lrz/RubyMotion 2014-04-24 13:52:55 +02:00
Laurent Sansonetti
084b5374c9 copy android project's .gitignore 2014-04-24 13:50:59 +02:00
Laurent Sansonetti
ec7abfe3f3 add .gitignore android project file 2014-04-24 13:50:29 +02:00
Laurent Sansonetti
067f5fc771 follow android project changes 2014-04-24 13:49:00 +02:00
Laurent Sansonetti
836f6bc0ab `motion create —template=android’ now creates an empty MainActivity class 2014-04-24 13:48:43 +02:00
Watson
c5bdfa8aea sync 2014-04-23 08:24:08 +09:00
Laurent Sansonetti
c3d999792a add a spec for the new __annotation__ feature 2014-04-22 23:55:21 +02:00
Laurent Sansonetti
d0eb3cac36 add WebViewDemo sample 2014-04-22 23:14:05 +02:00
Laurent Sansonetti
737f50d95b log chromium messages (useful to debug apps using webkit) 2014-04-21 19:14:58 +02:00
Laurent Sansonetti
03b12ab6e1 resource directories are now considered “assets” and not Android resources (which are apparently a completely different beast) 2014-04-21 19:14:23 +02:00
Laurent Sansonetti
6070037790 update specs to follow Class#inspect changes with 'const shortcuts' 2014-04-21 19:13:34 +02:00
Laurent Sansonetti
b6536a90db add rubymotion/proc spec, test for java.lang.Runnable functionality 2014-04-21 19:13:34 +02:00
Watson
0fe97bc9d2 [test] add test for RM-470 2014-04-21 21:40:33 +09:00
Watson
1c303ad7a1 [NEWS] fix RM-470 2014-04-21 13:00:00 +09:00
Watson
d11675d421 fix a bug which AudioUnit bridgesupport metadata are missing
http://hipbyte.myjetbrains.com/youtrack/issue/RM-470
2014-04-21 13:00:00 +09:00
Laurent Sansonetti
b5d37e2c88 add core/float/to_s spec (sadly most expectations are failing due to a precision loss - to investigate) 2014-04-21 00:28:01 +02:00
Laurent Sansonetti
5340345e7d add spec/fixnum/uminus spec 2014-04-20 23:57:56 +02:00
Laurent Sansonetti
1dabc27473 add spec/core/float/uminus spec 2014-04-20 23:54:12 +02:00
Laurent Sansonetti
77bee046dc add core/float/== spec 2014-04-20 23:34:56 +02:00
Laurent Sansonetti
e600f20111 add core/float/zero spec 2014-04-20 23:20:46 +02:00
Laurent Sansonetti
22353535d0 add core/float/hash spec 2014-04-20 23:17:31 +02:00
Laurent Sansonetti
c537374a75 add core/float/{<, <=, >, >=} specs 2014-04-20 20:43:31 +02:00
Laurent Sansonetti
006a5419bd add new core/float specs: divide, minus, multiply, plus, to_f 2014-04-20 19:39:20 +02:00
Laurent Sansonetti
1da2ee416d add core/fixnum/hash spec 2014-04-20 18:24:01 +02:00
Laurent Sansonetti
7a93cde769 add core/fixnum/== spec 2014-04-20 18:12:01 +02:00
Laurent Sansonetti
1276bc8e1c add core/fixnum/{<, <=, >, >=} specs 2014-04-20 16:32:40 +02:00
Laurent Sansonetti
2268897fb2 add be_close matcher + TOLERANCE constant 2014-04-20 14:28:00 +02:00
Laurent Sansonetti
5ccbcde97f add core/fixnum/divide spec 2014-04-20 01:19:02 +02:00
Laurent Sansonetti
87f72af8e8 add core/fixnum/multiply spec 2014-04-20 00:58:30 +02:00
Laurent Sansonetti
2608a2b2a4 add core/fixnum/minus spec 2014-04-20 00:42:18 +02:00
Laurent Sansonetti
8f629f76ca remove debug lines 2014-04-20 00:42:05 +02:00
Laurent Sansonetti
c654a6868c add core/fixnum/plus spec 2014-04-20 00:41:13 +02:00
Laurent Sansonetti
862b6b0d4e add core/fixnum/size spec 2014-04-18 23:47:43 +02:00
Laurent Sansonetti
8225808278 add core/fixnum/to_s spec 2014-04-18 23:41:01 +02:00
Laurent Sansonetti
2e61c37d92 add core/fixnum/{to_f,zero} specs 2014-04-18 22:08:55 +02:00
Laurent Sansonetti
513127a8a1 change rubymotion specs to follow new numeric changes 2014-04-18 22:08:33 +02:00
Laurent Sansonetti
78fab5a02e add core/nil specs 2014-04-18 20:32:19 +02:00
Laurent Sansonetti
261ec2538a add core/true and core/false specs 2014-04-18 19:40:48 +02:00
Laurent Sansonetti
f12397e818 the ‘files’ env variable now matches the whole path and not only the base name (makes filtering easier) 2014-04-18 18:30:24 +02:00
Laurent Sansonetti
3a6e50e3ef disable exception print at the runtime level (since we do it manually) 2014-04-18 18:29:53 +02:00
Laurent Sansonetti
0022547636 catch exceptions when running the spec blocks, print them and count them 2014-04-18 18:29:25 +02:00
Eloy Durán
8dda512b53 [NEWS] Document various localization improvements. 2014-04-17 16:35:43 +02:00
Eloy Durán
22c4830c39 [vm] sync 2014-04-17 16:32:22 +02:00
Eloy Durán
e68f4df9b4 [Cocoa Macros] Add tests for NSLocalizedString et al. 2014-04-17 16:23:55 +02:00
Eloy Durán
3edddb9f5b [test] Make tests work if no explicit deployment_target is set. 2014-04-17 16:23:55 +02:00
Eloy Durán
2c32806de1 [builder] Also compile .strings files inside other bundles. 2014-04-17 16:23:55 +02:00
Hwee-Boon Yar
165f30fd45 [builder] Compile .strings resource files as binary plists.
Signed-off-by: Eloy Durán <eloy.de.enige@gmail.com>
2014-04-17 16:23:55 +02:00