Commit Graph

2814 Commits

Author SHA1 Message Date
Watson
807e3284df [NEWS] Improved IO#.read performance 2014-10-04 10:57:01 +09:00
Watson
8315931998 2.36 2014-10-03 07:51:46 +09:00
Laurent Sansonetti
e31bff8044 sync 2.35 2014-10-02 18:28:37 +02:00
Laurent Sansonetti
63a5e21278 install 8.1 bits 2014-10-02 18:25:46 +02:00
Eloy Durán
f261d131c2 [NEWS] Englishify slightly. 2014-10-02 15:14:52 +02:00
Eloy Durán
adfe10ec37 [NEWS] Document fix for newer SDKs than metadata. 2014-10-02 15:12:50 +02:00
Eloy Durán
9ddc886d42 [XcodeConfig] Fallback when available SDK is newer than available metadata. 2014-10-02 15:09:56 +02:00
Eloy Durán
7228ee71a5 [Config] Only match metadata dirs that start with a number. 2014-10-02 15:09:33 +02:00
Eloy Durán
8b2857f1c1 [XcodeConfig] Only match SDKs that have a version number and fail better. 2014-10-02 14:36:41 +02:00
Laurent Sansonetti
0260722e2c api version should be a String 2014-10-02 11:35:48 +02:00
Watson
53a0705dd1 make sure use librubymotion-repl.dylib in OSX 10.8
http://hipbyte.myjetbrains.com/youtrack/issue/RM-608

if use librubymotion-repl.dylib in vm/MacOSX10.10-repl.objs and vm/MacOSX10.9-repl.objs, REPL cause a crash with "1): Symbol not found: __ZNSs4_Rep11_S_terminalE" error.

Now, OSX build order is "10.10,10.6,10.7,10.8,10.9", so OSX 10.10's librubymotion-repl.dylib was installed.
2014-10-02 09:05:32 +09:00
Laurent Sansonetti
8f4fa78736 sync 2014-10-01 17:02:11 +02:00
Laurent Sansonetti
3e6067a189 make sure “rake android” copies miniruby 2014-10-01 16:25:20 +02:00
Laurent Sansonetti
e1903f2acc sync 2014-10-01 15:39:18 +02:00
Laurent Sansonetti
174ad3ecfc sync 2014-10-01 13:20:56 +02:00
Laurent Sansonetti
e0683911c9 fix build 2014-10-01 13:17:47 +02:00
Laurent Sansonetti
9d5e61262f change app.api_version to return the latest available version except L (which is not stable), introduce app.target_api_version, api_version now maps to minSdkVersion and target_api_version to targetSdkVersion 2014-10-01 13:17:05 +02:00
Laurent Sansonetti
9049198f33 sync 2014-10-01 11:18:34 +02:00
Laurent Sansonetti
c7d8800553 add app.application_class that can be used to specify a custom Application class 2014-10-01 11:18:21 +02:00
Laurent Sansonetti
33b7e63372 add app.application_class that can be used to specify a custom Application class 2014-10-01 11:15:46 +02:00
Laurent Sansonetti
0129d11e99 sync 2014-09-30 22:59:50 +02:00
Laurent Sansonetti
5d120b95aa sync 2014-09-30 17:00:37 +02:00
Laurent Sansonetti
3185d47e69 kill the app if the rake task ends (^C) 2014-09-30 16:59:50 +02:00
Laurent Sansonetti
aeb5197bf6 sync 2014-09-30 16:45:16 +02:00
Laurent Sansonetti
25ccd29f7a sync 2014-09-29 17:14:43 +01:00
Laurent Sansonetti
8d0525f494 add support for the R class (thanks to Mark for the patch) 2014-09-29 17:14:43 +01:00
Watson
0429f305d5 [NEWS] fix RM-129 2014-09-26 10:42:43 +09:00
Watson
eb96279792 use Xcode 6.1 beta2 for OS X 10.10 2014-09-25 11:02:30 +09:00
Watson
96272caf84 fix a bug in framework where it would not update if changed the code
http://hipbyte.myjetbrains.com/youtrack/issue/RM-587
2014-09-24 14:19:26 +09:00
Watson
3bcc44519f change dSYM path to fix symbolicate with Instruments on iOS device
http://hipbyte.myjetbrains.com/youtrack/issue/RM-487
2014-09-24 14:03:04 +09:00
Watson
23da3fcb38 2.35 2014-09-23 17:08:05 +09:00
Watson
aa7fed6c98 sync 2.34 2014-09-23 17:07:39 +09:00
Laurent Sansonetti
6d958a6bf2 sync 2014-09-22 19:52:25 +02:00
Hwee-Boon Yar
ce49b378a4 Reduce size of Default-568h@2x.png by 90%, as rgb(0, 0, 0) 2014-09-22 09:36:45 +09:00
Laurent Sansonetti
b8a8229002 sync 2014-09-18 18:52:26 +09:00
Laurent Sansonetti
899ec26327 damnit 2014-09-17 02:55:06 +09:00
Laurent Sansonetti
2eb0f6bd0c remove useless code 2014-09-17 02:08:51 +09:00
Laurent Sansonetti
b822ee0e45 sync 2014-09-17 01:29:25 +09:00
Laurent Sansonetti
f8be41e5b8 document --pre 2014-09-17 01:26:49 +09:00
Laurent Sansonetti
7a4b5055bf android Rakefile must point to /Library/RubyMotionPre for now 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
fb99a35081 generate proper version number when building android 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
d017b67fe5 “motion create” will now load templates in /Library/RubyMotionPre if necessary 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
662fc3ed66 support for “motion update --pre” 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
e2f4754dbf packaging support for pre-release, build with “PRE_BUILD=1 rake package” 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
c902331d43 clean up NEWS-pre file 2014-09-17 00:49:44 +09:00
Watson
f9e16114da [NEWS] fix RM-601 2014-09-16 23:42:52 +09:00
Watson
278cd9b35e [test] add spec for RM-601 2014-09-16 23:42:42 +09:00
Laurent Sansonetti
517d361894 “rake emulator” now requires a started AVD and will not attempt at creating one 2014-09-16 17:26:28 +09:00
Laurent Sansonetti
dc0274accb sync 2014-09-14 17:46:25 +02:00
Laurent Sansonetti
aee4f80657 log all INFO messages from the app, and all ERROR messages from everything else 2014-09-14 17:46:25 +02:00