Commit Graph

2361 Commits

Author SHA1 Message Date
Watson
086224cb05 [NEWS] fix RM-482 2014-05-01 16:16:15 +09:00
Watson
377ffa50df sync 2014-05-01 16:16:05 +09:00
Watson
33711650b3 2.28 2014-05-01 12:10:00 +09:00
Watson
6d6f2354ea make sure pass ANDROID macro when build an android miniruby 2014-05-01 12:00:56 +09:00
Laurent Sansonetti
526d1d2cf4 add language/regexp spec 2014-05-01 06:58:53 +08:00
Laurent Sansonetti
a735085874 comment a Float#to_s spec that does not pass in RM, for whatever reason 2014-05-01 06:12:09 +08:00
Laurent Sansonetti
6ec3c21b55 sync 2014-04-30 07:03:45 +08:00
Laurent Sansonetti
0c92106289 comment some weird/edge case failing Float#to_s specs regarding the e-notation 2014-04-30 03:14:46 +08:00
Laurent Sansonetti
d04b92c41d fix typo in error msg 2014-04-29 20:35:35 +02:00
Laurent Sansonetti
9fe65de65e this very agile refactoring was done from a chair in the sky 2014-04-29 20:08:06 +02:00
Laurent Sansonetti
72e4bb0693 update 2014-04-29 13:57:26 +02:00
Watson
92682ccbbe [NEWS] fix RM-455 2014-04-28 14:54:32 +09:00
Watson
0800bb5dae [test] add test for RM-455 2014-04-28 14:54:32 +09:00
Laurent Sansonetti
c2da1b0c89 re-create the payload library if the librubymotion-static.a archive changed 2014-04-27 23:47:46 +02:00
Laurent Sansonetti
4675a36840 fix typo 2014-04-27 17:41:02 +02:00
Laurent Sansonetti
59d23e6217 better fix for when we need to rebuild classes.dex if a .class file changed 2014-04-27 16:26:30 +02:00
Laurent Sansonetti
8c43ad838e don’t print when creating java files, to not confuse the user with how rubymotion works 2014-04-27 16:25:55 +02:00
Laurent Sansonetti
aeba249d76 on-demand build for classes.dex, AndroidManifest.xml, apk file 2014-04-27 16:16:58 +02:00
Laurent Sansonetti
5451197a33 create the debug keystore regardless if we have to create the apk file 2014-04-27 16:07:36 +02:00
Laurent Sansonetti
0688166578 on demand build for ruby bit code, payload library, java/class files (+ remove old java/class files that are not referred in the class map anymore) 2014-04-27 16:03:51 +02:00
Laurent Sansonetti
710c3cdb55 increase stroke width 2014-04-26 18:44:49 +02:00
Laurent Sansonetti
b7d9c29553 remove trailing spaces 2014-04-26 18:36:55 +02:00
Laurent Sansonetti
e9423aa95d add Paint sample, ported to android 2014-04-26 18:30:28 +02:00
Laurent Sansonetti
c4ea147842 bigger timer label 2014-04-26 14:08:45 +02:00
Laurent Sansonetti
fc4785d58c follow java map generation change 2014-04-26 14:08:25 +02:00
Laurent Sansonetti
a7b1867cfb add Timer sample app for android 2014-04-26 01:22:34 +02:00
Laurent Sansonetti
089ec1c75e WebViewDemo.rb -> main_activity.rb 2014-04-25 15:33:12 +02:00
Laurent Sansonetti
9a3f14022c support for Java interfaces when generating the Java description of Ruby classes 2014-04-25 15:32:12 +02:00
Laurent Sansonetti
8171d8a950 now generate <interface> elements for Java interfaces 2014-04-25 15:31:45 +02:00
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