Commit Graph

2973 Commits

Author SHA1 Message Date
Watson
b38bd18006 [bacon-ui] disable failed spec 2014-11-08 15:50:56 +09:00
Eloy Durán
33effd9154 [sim] Honour explicit device_name or target specified by user.
Specifying both is disallowed, because a device is configured for a specific SDK.

Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-657
2014-11-07 19:27:13 +01:00
Watson
17f0da25f6 [NEWS] fix RM-654 2014-11-07 22:16:28 +09:00
Watson
033fff3526 fix a bug where #tap and #rotate_device cause a crash with "rake spec" on x86_64
http://hipbyte.myjetbrains.com/youtrack/issue/RM-654

The spec helper uses the following methods of UIAutomation.
sendTaps and setOrientation has same method signature in i386 and x86_64.

318:          _event_generator.setOrientation(orientation)
325:        _event_generator.sendAccelerometerX(options[:x], Y:options[:y], Z:options[:z], duration:duration)
330:        _event_generator.shake
341:          _event_generator.sendTaps(taps,
356:          _event_generator.sendFlickWithStartPoint(from, endPoint:to, duration:duration)
371:          _event_generator.sendPinchOpenWithStartPoint(from, endPoint:to, duration:duration)
385:          _event_generator.sendPinchCloseWithStartPoint(from, endPoint:to, duration:duration)
406:        _event_generator.touchDown(points.first)
409:          _event_generator._moveLastTouchPoint(point)
412:        _event_generator.liftUp(points.last)
428:          _event_generator.sendRotate(center, withRadius:radius, rotation:angle, duration:duration, touchCount:touches)
2014-11-07 22:14:13 +09:00
Watson
b8f95bf6e1 sync 2014-11-07 10:48:45 +09:00
Watson
74fa174b67 [sim] return non 0 as exit code if "rake spec" crashed 2014-11-07 09:54:27 +09:00
Watson
4b876b96f7 embed stable and pre-release versions with "motion support" 2014-11-06 17:28:35 +09:00
Watson
42391d358b [NEWS] fix RM-655 2014-11-06 16:31:12 +09:00
Watson
bf541c0870 merge the patches to fix build error of Extension and Framework for arm64
http://hipbyte.myjetbrains.com/youtrack/issue/RM-655

Merged below patches into Extension and Framework:
- 1567487...fde9580
2014-11-06 16:28:11 +09:00
Watson
245ad44a51 2.39 2014-11-06 16:12:31 +09:00
Watson
8da9ba6fe1 sync 2.38 2014-11-06 15:01:36 +09:00
Laurent Sansonetti
50e000240d sync 2014-11-05 15:20:22 +01:00
Laurent Sansonetti
92b5b94bf6 revert enabling arm64 by default 2014-11-05 15:18:25 +01:00
Laurent Sansonetti
6cdde0bd76 sync 2014-11-05 14:08:17 +01:00
Laurent Sansonetti
10e4e28a23 make sure the builder archs does not contain duplicates 2014-11-05 14:04:26 +01:00
Laurent Sansonetti
c1647f1a84 enable arm64 again, remove armv7s 2014-11-05 14:04:04 +01:00
Watson
e917ef61a2 [NEWS] fix RM-652 2014-11-04 23:34:16 +09:00
Watson
b257909cb7 not embed kernel-*.bc into each compiled files
http://hipbyte.myjetbrains.com/youtrack/issue/RM-652
2014-11-04 22:34:19 +09:00
Eloy Durán
117abe90a5 [Config] Move ivar declaration to file where it's actually used. 2014-11-04 13:08:04 +01:00
Eloy Durán
2aa849f98c [memory] Add failing test case for RM-650. 2014-10-31 19:40:00 +01:00
Eloy Durán
1cbb6ea3bc [clean] Do not remove momd when no xcdatamodeld is available.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-649
2014-10-31 14:09:38 +01:00
Watson
858ff271c1 [NEWS-pre] typo 2014-10-31 15:21:48 +09:00
Watson
115c54b145 [NEWS-pre] update 2014-10-31 15:21:11 +09:00
Laurent Sansonetti
5a46fc813a pre-release is now 3.4 2014-10-30 15:19:09 +01:00
Laurent Sansonetti
3c95f94993 sync 2014-10-30 13:45:32 +01:00
Watson
d3d256585d [NEWS-pre] update 2014-10-30 17:09:00 +09:00
Laurent Sansonetti
f9d35f1696 sync 2014-10-29 19:44:05 +01:00
Eloy Durán
9a8a2f71fe [bacon-ui] Ensure that an iPhone 6 launches full screen. 2014-10-29 18:15:04 +01:00
Eloy Durán
f151cf4fe3 [bacon-ui] Always set the deployment target in the env. 2014-10-29 18:15:04 +01:00
Laurent Sansonetti
91adde9cf9 sync 2014-10-29 17:49:45 +01:00
Laurent Sansonetti
f6cf3d2507 pass assets directories when generating R (even if it's not required?) 2014-10-29 16:24:59 +01:00
Laurent Sansonetti
0eb89ac4be mention underscore-based notation support 2014-10-29 13:40:55 +01:00
Laurent Sansonetti
1723c9ee63 improve build system to handle .java files (for class extensions) using underscore-based case 2014-10-29 13:40:41 +01:00
Laurent Sansonetti
6876b634ce oops: always generate <service/> tags 2014-10-29 13:35:39 +01:00
Laurent Sansonetti
220888c1ef sync 2014-10-28 19:44:45 +01:00
Laurent Sansonetti
aee711688c add support for Java class extensions: classes defined in .rb files can be extended in Java, by writing methods in a Foo.java file (where Foo is the name of the class) in a directory that contains .rb files (ex. ‘app/Foo.java’) 2014-10-28 19:40:43 +01:00
Laurent Sansonetti
6c669591f9 sync 2014-10-28 17:54:27 +01:00
Laurent Sansonetti
02fb5ce2be without this line, we will always rebuild classes.dex 2014-10-28 17:51:45 +01:00
Laurent Sansonetti
40d75205bb print 'Extracting...' message only when building in debug mode 2014-10-28 17:36:28 +01:00
Laurent Sansonetti
8c66814ae0 better message 2014-10-28 17:26:33 +01:00
Watson
8fa3caeafc [NEWS-pre] update 2014-10-28 15:01:43 +09:00
Laurent Sansonetti
a405f32131 sync 2014-10-26 22:14:56 +01:00
Laurent Sansonetti
30fb3fe861 add app.services to let users expose android services 2014-10-26 22:12:39 +01:00
Laurent Sansonetti
6bac384407 when an exception is raised from a file init function and isn’t caught, print a better message to the user 2014-10-25 00:47:19 +02:00
Laurent Sansonetti
6b0a0176c1 rebuild payload.o if payload.c changed 2014-10-25 00:47:19 +02:00
Watson
531c3c5a5c [NEWS] fix RM-647 2014-10-24 21:52:38 +09:00
Watson
9bd4a36b14 Revert "[test] disable failed specs for NSDecimal on OS X 10.10"
This reverts commit d3f3948aa4.
2014-10-24 21:51:00 +09:00
Watson
d3f3948aa4 [test] disable failed specs for NSDecimal on OS X 10.10 2014-10-24 17:09:56 +09:00
Watson
92c15a3336 [test] specify working directory path in SIM_STDOUT_PATH/SIM_STDERR_PATH for CI
Looks like the spec result does not output properly with Xcode 6.1 if use '/tmp/xxxx' path for SIM_STDOUT_PATH/SIM_STDERR_PATH
2014-10-24 16:25:32 +09:00
Laurent Sansonetti
833727f421 sync 2014-10-23 18:43:55 +02:00