Commit Graph

  • 9e3b2e11dd [sim] Ensure that only the main Simulator window is recognised. Eloy Durán 2014-08-15 16:55:28 +02:00
  • 8b0f0da9c5 [sim] Recognise iOS 8 simulator window. Eloy Durán 2014-08-15 16:29:42 +02:00
  • a6b5bc2ecf [data] Raise informative error when trying to build REPL dylib with no SDK older than 7.1. Eloy Durán 2014-08-15 12:52:42 +02:00
  • 153f33d67a [NEWS] fix RM-557 Watson 2014-08-15 16:56:56 +09:00
  • 9e0c2b53c2 [iOS8] launch a simulator which match version of SDK Watson 2014-08-15 16:47:35 +09:00
  • e6eebaa672 sync Laurent Sansonetti 2014-08-14 19:38:00 -04:00
  • 70224dc851 make sure we use 'adb -d' since an emulator could be running at the same time Laurent Sansonetti 2014-08-14 18:09:47 -04:00
  • 7915d3c9fb [NEWS] fix RM-556 Watson 2014-08-15 00:57:06 +09:00
  • 29a18eb3e2 [NEWS] fix RM-553 Watson 2014-08-13 20:04:34 +09:00
  • c794a3ee45 add validation into app.vendor_project('xxx', :xcode, ...) because xcodebuild command fails if xcode project directory is not writable Watson 2014-08-13 19:59:20 +09:00
  • 3d1e080c25 fix a bug where vendor library contained in gem causes a build error with system bundled ruby Watson 2014-08-13 19:11:26 +09:00
  • c4749f9a58 [NEWS] fix RM-555 Watson 2014-08-12 22:32:40 +09:00
  • 2c0f79b65a [NEWS] fix RM-554 Watson 2014-08-12 14:43:17 +09:00
  • ae27ef7ba0 [NEWS] fix RM-475 Watson 2014-08-11 21:51:01 +09:00
  • 97ed6ca4a7 list devices we know are supported Laurent Sansonetti 2014-08-09 23:03:47 +02:00
  • 685598ec67 all android API levels are now supported Laurent Sansonetti 2014-08-09 23:02:43 +02:00
  • 98b05acb90 mention java 1.7 support Laurent Sansonetti 2014-08-09 23:02:25 +02:00
  • e22d6ed70f sync Laurent Sansonetti 2014-08-09 21:24:46 +02:00
  • 8f5c3dce69 before installing an app, verify that the usb-connected device runs an API version higher or equal to the app's one Laurent Sansonetti 2014-08-09 21:23:24 +02:00
  • af9a7d0f29 sync Laurent Sansonetti 2014-08-09 18:00:39 +02:00
  • 06df7b7644 credits Laurent Sansonetti 2014-08-09 12:35:56 +02:00
  • 8c8206be1b sync Laurent Sansonetti 2014-08-09 12:34:38 +02:00
  • 49cf996453 support all versions of android Laurent Sansonetti 2014-08-09 12:31:48 +02:00
  • b4cb35616e fail with a proper error message in case the NDK does not support the API level we want; lower the API level in the NDK when needed (ex. 10 and 11 should use 9 since NDK does not support these) Laurent Sansonetti 2014-08-09 12:30:02 +02:00
  • f27d56f00a mention that older androids have different steps to enable developer mode Laurent Sansonetti 2014-08-09 11:47:28 +02:00
  • ee55fdf9f1 add NEWS file for pre-release Laurent Sansonetti 2014-08-09 11:26:30 +02:00
  • f13425acc9 Fixed detection of the build tools directory. In some installations of the NDK, the directory can be a version number (ex. '20.0.0'). Laurent Sansonetti 2014-08-09 11:24:39 +02:00
  • 3fe0821c88 Remove configChanges from the manifest. Laurent Sansonetti 2014-08-09 11:19:43 +02:00
  • ee36b4b967 Use System.loadLibrary() to load the payload. This is what JNI sample apps use. Laurent Sansonetti 2014-08-09 11:15:51 +02:00
  • 39c8890c08 JDK 7 requires explicitly setting this. Should work in JDK 6 too. Laurent Sansonetti 2014-08-09 11:11:32 +02:00
  • c37943bd40 sync Watson 2014-08-09 11:32:41 +09:00
  • afc8381d54 better zipalign detection with a fallback on tools/zipalign (old SDKs) Laurent Sansonetti 2014-08-08 23:28:46 +02:00
  • 0d1abd53e9 [NEWS] Improved Object#method_missing performance. ~8 times faster Watson 2014-08-09 05:02:49 +09:00
  • e725e4d0c3 add support for Android level 8 (2.2.2) Laurent Sansonetti 2014-08-08 19:07:05 +02:00
  • 07b885f9d7 add android beta notes file Laurent Sansonetti 2014-08-08 18:52:06 +02:00
  • c4e7ba6919 better detection of default API version Laurent Sansonetti 2014-08-08 17:32:47 +02:00
  • ab466d9cee remove zipalign_path variable (it's best if it's not exposed to the user) Laurent Sansonetti 2014-08-08 17:00:01 +02:00
  • 9ff1dab9eb fix zipalign path Watson 2014-08-08 23:11:54 +09:00
  • 35ca278def better detection of Android versions Laurent Sansonetti 2014-08-08 13:53:15 +02:00
  • 3f25fd2f89 retrieve values for app.sdk_path and app.ndk_path from the respective RUBYMOTION_ANDROID_SDK and RUBYMOTION_ANDROID_NDK environment variables Laurent Sansonetti 2014-08-07 16:08:56 +02:00
  • d15179963b sync Watson 2014-08-07 11:35:49 +09:00
  • 9dfc63b3aa [NEWS] Improved Module#define_method performance Watson 2014-08-07 11:34:16 +09:00
  • facf63d024 [osx] Merge all Info.plist data in one place and ensure there's always a principal class. Eloy Durán 2014-08-06 11:29:16 +02:00
  • 0f0066bde7 [NEWS] fix RM-540 Watson 2014-08-06 17:40:29 +09:00
  • dd05cc82c3 [test] add spec for RM-540 Watson 2014-08-06 17:34:24 +09:00
  • 06a3121d96 Revert "[test] On iOS, also set the target env var to the deployment target." Eloy Durán 2014-08-05 16:05:15 +02:00
  • a5b7ec5dd0 [NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-539. Eloy Durán 2014-08-05 14:41:19 +02:00
  • 82f38e3606 [test] On iOS, also set the target env var to the deployment target. Eloy Durán 2014-08-05 14:39:41 +02:00
  • 51538c0ac7 [osx] Allow the user to configure a NSApplication subclass and use that instead. Eloy Durán 2014-08-05 14:39:15 +02:00
  • 8f2f9109d6 detect android L at build time Laurent Sansonetti 2014-08-05 12:12:01 +02:00
  • ffe141cb8b Xcode6-Beta5 Watson 2014-08-05 10:01:48 +09:00
  • e7d1da2841 [test] Add failing test case for RM-539. Eloy Durán 2014-08-04 17:56:13 +02:00
  • 73430594d8 [NEWS] Reduced the app boot time Watson 2014-08-04 22:57:00 +09:00
  • ed5521ad56 [android] fix an error which /usr/bin/keytool causes if '~/.android' is not existed Watson 2014-08-01 12:37:30 +09:00
  • 79bf6a146e [NEWS] fix RM-538 Watson 2014-08-01 11:12:49 +09:00
  • 875d465cc0 [NEWS] fix RM-537 Watson 2014-08-01 10:02:06 +09:00
  • 77cf463e7c sync Watson 2014-08-01 08:32:25 +09:00
  • 1ff9963acb 2.32 Watson 2014-08-01 08:32:20 +09:00
  • 223012ea9d 2.31 Watson 2014-07-25 00:58:46 +09:00
  • 1bd57604a4 fix __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for OSX 10.10 Watson 2014-07-25 00:56:23 +09:00
  • 30c2c3a590 reformat Laurent Sansonetti 2014-07-24 17:11:54 +02:00
  • 729d1e33c1 [test] add spec for RM-407 Watson 2014-07-23 23:27:48 +09:00
  • e2ee8b06e5 [NEWS] fix RM-407 Watson 2014-07-23 23:02:31 +09:00
  • 3d123bf932 [test] add spec for RM-407 Watson 2014-07-23 22:58:52 +09:00
  • 4f1a2fdb47 add a workaround to avoid compile error for inline function stub of SceneKit Watson 2014-07-22 09:12:46 +09:00
  • 7575d9b734 Xcode6-Beta4 Watson 2014-07-22 09:11:36 +09:00
  • da6e8b984f [NEWS] fix RM-480 Watson 2014-07-14 11:06:17 +09:00
  • b48ff57ac0 load custom LLDB command and user command Watson 2014-07-14 10:56:17 +09:00
  • e5fb8a981b [NEWS] fix RM-533 Watson 2014-07-11 15:13:34 +09:00
  • 04fd944ebe fix __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for OSX 10.10 Watson 2014-07-09 22:42:15 +09:00
  • 2dbcaf2c90 Xcode6-Beta3 Watson 2014-07-09 22:19:40 +09:00
  • 2ae3689829 [NEWS] RM-532 Watson 2014-07-09 17:01:23 +09:00
  • ef651f7100 not forward signal to LLDB in order to exhibit LLDB prompt Watson 2014-07-09 16:53:59 +09:00
  • 6afe70723e [NEWS] fix RM-529 Watson 2014-07-08 10:13:37 +09:00
  • 2316d4c085 [NEWS] fix RM-528 Watson 2014-07-06 16:48:31 +09:00
  • 9e2c129081 [test] add spec for RM-528 Watson 2014-07-06 16:45:55 +09:00
  • 31d4712b67 [NEWS] fix RM-527 Watson 2014-07-03 12:16:41 +09:00
  • ebea63c6a9 2.31 Watson 2014-07-03 12:14:34 +09:00
  • 3bd9c14eb2 2.30 Watson 2014-07-03 00:40:53 +09:00
  • 79a7069707 [OSX] fix a 'not precompiled' error if specify old version as deployment_target on Yosemite Watson 2014-07-01 13:57:32 +09:00
  • 7fb788fcb9 [OSX] add CoreServices to detect OS X version to convert NSKnownKeysDictionary into NSDictionary Watson 2014-07-01 10:56:49 +09:00
  • 2789a8f2d8 [OSX] fix a wrong default deployment_target on OS X 10.8 Watson 2014-07-01 08:31:58 +09:00
  • e25af615d3 [spec] Add spec helpers subdirs to #spec_files. Ignacio Piantanida 2014-06-24 14:51:58 +02:00
  • 4550206b47 [iOS8] add "device_name" parameter Watson 2014-06-07 09:30:21 +09:00
  • 9d87e301ab [iOS8] fix device family string in order to select device Watson 2014-06-07 09:22:23 +09:00
  • 2cf66d91f6 reformat Laurent Sansonetti 2014-07-01 17:21:04 +02:00
  • 1fb3160fea Merge branch 'master' of github.com:lrz/RubyMotion Laurent Sansonetti 2014-07-01 14:52:58 +02:00
  • fc30945de6 [NEWS] fix RM-525 Watson 2014-07-01 14:02:50 +09:00
  • aabaa110bc [OSX] fix a 'not precompiled' error if specify old version as deployment_target on Yosemite Watson 2014-07-01 13:57:32 +09:00
  • 0c979196ca sync Watson 2014-07-01 13:56:06 +09:00
  • 44f7a8c619 sync Watson 2014-07-01 11:12:21 +09:00
  • 3ebebf44a7 [NEWS] fix RM-523 Watson 2014-07-01 11:02:17 +09:00
  • a4e313d3ef [OSX] add CoreServices to detect OS X version to convert NSKnownKeysDictionary into NSDictionary Watson 2014-07-01 10:56:49 +09:00
  • 228d52e69c [NEWS] fix RM-524 Watson 2014-07-01 08:42:33 +09:00
  • 543bb00d54 [OSX] fix a wrong default deployment_target on OS X 10.8 Watson 2014-07-01 08:31:58 +09:00
  • c065f3e792 sync Watson 2014-07-01 08:31:05 +09:00
  • a109f16671 [NEWS] fix RM-520 Watson 2014-06-28 19:20:21 +09:00
  • b67aa259ec Merge branch 'master' of github.com:lrz/RubyMotion Laurent Sansonetti 2014-06-28 12:07:41 +02:00
  • 51dc4dab9f update path of zipalign tool Laurent Sansonetti 2014-06-27 19:11:14 +02:00
  • a692ef4a20 Revert "generate object file from Ruby code directly" Watson 2014-06-27 22:05:11 +09:00