Commit Graph

2799 Commits

Author SHA1 Message Date
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
Watson
2f70b13171 [NEWS] typo 2014-09-14 15:52:00 +09:00
Watson
2f5645c676 [NEWS] fix RM-600 2014-09-14 15:50:06 +09:00
Watson
650f5020e5 [NEWS] delete trailing whitespaces 2014-09-14 15:50:06 +09:00
Laurent Sansonetti
4d0160b907 sync 2014-09-14 00:02:48 +02:00
Laurent Sansonetti
10690d526e sync 2014-09-13 17:45:19 +02:00
Watson
4ca70a7e18 [test] fix where "rake spec" does't work if there is symbolic link in SDK path
The symbolic link "iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk" was introduce at Xcode 6 beta6 which cause an error.

$ rake spec
rake aborted!
undefined method `[]' for nil:NilClass
/Users/watson/prj/RubyMotion/test/test/Rakefile:54:in `block in <top (required)>'
/Users/watson/prj/RubyMotion/test/test/Rakefile:53:in `map'
/Users/watson/prj/RubyMotion/test/test/Rakefile:53:in `<top (required)>'
(See full trace by running task with --trace)

$ ls -la /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
total 8
drwxr-xr-x@  7 watson  admin  238  9 11 17:17 .
drwxr-xr-x@  5 watson  admin  170  9  5 00:03 ..
drwxr-xr-x@ 12 watson  admin  408  9  3 03:40 iPhoneSimulator.sdk
drwxr-xr-x   8 watson  admin  272  9 10 23:51 iPhoneSimulator6.1.sdk
drwxrwxr-x  11 root    admin  374 12 10  2013 iPhoneSimulator7.0.sdk
drwxr-xr-x  12 watson  admin  408  9 10 18:18 iPhoneSimulator7.1.sdk
lrwxr-xr-x   1 watson  admin   19  9  5 00:03 iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk
2014-09-13 22:20:36 +09:00
Laurent Sansonetti
96c23afb12 sync 2014-09-13 14:47:48 +02:00
Eloy Durán
80e8afbb41 [iOS] Launch image names should be the filenames after all.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-596#comment=74-1742
2014-09-13 14:45:28 +02:00
Watson
6b64ed0362 [NEWS] Improved Regexp.last_match performance 2014-09-13 21:14:04 +09:00
Watson
bc5ff65ab1 fix a bug where Instruments does not launch if specify the template name with "rake profile template='xxx'"
http://hipbyte.myjetbrains.com/youtrack/issue/RM-599
2014-09-13 13:00:50 +09:00
Eloy Durán
3d980686e0 Merge branch 'stash-detect-launch-images' 2014-09-12 21:24:25 +02:00
Eloy Durán
aff6b0ba30 [NEWS] Document fix for iPhone 6/6+ launch images. 2014-09-12 21:23:54 +02:00
Eloy Durán
8b8817e2d3 [vm] sync 2014-09-12 21:18:58 +02:00
Eloy Durán
82a75cf09b [iOS] On >= 7, infer UILaunchImages metadata from resources/Default*.png
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-596
2014-09-12 21:17:00 +02:00
Watson
7ade086d20 [sim] clean up around "no_continue" 2014-09-12 22:19:35 +09:00