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 |
|
Laurent Sansonetti
|
1fb5ecd613
|
sync
|
2014-10-23 17:24:25 +02:00 |
|
Laurent Sansonetti
|
53e49c1443
|
add app.features to expose <uses-feature ...> elements to the manifest file, cleanup the XML generated code
|
2014-10-23 17:22:54 +02:00 |
|
Laurent Sansonetti
|
e4ff85f3b5
|
sync
|
2014-10-23 15:23:30 +02:00 |
|
Laurent Sansonetti
|
46cc1fdcba
|
make 'motion --version' print both stable and pre-release versions
|
2014-10-23 15:21:59 +02:00 |
|
Laurent Sansonetti
|
0fc2c8aab8
|
sync
|
2014-10-23 13:45:21 +02:00 |
|
Laurent Sansonetti
|
547e18aae2
|
pre-release is now 3.3
|
2014-10-22 16:28:39 +02:00 |
|
Laurent Sansonetti
|
f0d5b3ab9d
|
sync
|
2014-10-22 16:27:08 +02:00 |
|
Laurent Sansonetti
|
22b0c4dc4d
|
better detection of Android versions
|
2014-10-22 16:26:07 +02:00 |
|
Laurent Sansonetti
|
46a7b8b45f
|
now using ndk-r10c to build RM
|
2014-10-22 16:25:52 +02:00 |
|
Laurent Sansonetti
|
9cf3325a38
|
sync
|
2014-10-22 14:30:14 +02:00 |
|
Laurent Sansonetti
|
bf46410d5c
|
better detection for the llvm toolchain in the NDK
|
2014-10-22 14:28:45 +02:00 |
|
Eloy Durán
|
6216257c49
|
[NEWS] Document clean fix.
|
2014-10-22 11:21:13 +02:00 |
|
Eloy Durán
|
69ba85d3c8
|
[vendor] Only ever try to run xcodebuild clean if the dir really exists.
|
2014-10-22 11:18:17 +02:00 |
|
Watson
|
88b7f9cbd4
|
[NEWS] fix RM-643
|
2014-10-22 00:25:39 +09:00 |
|
Watson
|
bd54be05da
|
recognize Provisioning Profile which has "iOSTeam Provisioning..."
http://hipbyte.myjetbrains.com/youtrack/issue/RM-643
|
2014-10-22 00:22:52 +09:00 |
|
Watson
|
91e0cc7c6e
|
[deploy] search & use device symbol which is dumped by Xcode
http://hipbyte.myjetbrains.com/youtrack/issue/RM-622
|
2014-10-21 16:04:15 +09:00 |
|
Eloy Durán
|
8b593f831c
|
Some small YARD doc fixes.
|
2014-10-20 16:53:19 +02:00 |
|
Eloy Durán
|
0f6d698bd3
|
[OSX] Refactor codesigning code from last commit.
|
2014-10-20 16:16:40 +02:00 |
|
Eloy Durán
|
667023a028
|
[OSX] Sign embedded frameworks individually.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-642
|
2014-10-20 15:46:45 +02:00 |
|
Eloy Durán
|
5e7f43936e
|
[CodeSign] Fix YARD documentation type annotations.
|
2014-10-20 14:08:00 +02:00 |
|
Eloy Durán
|
03aab2a97e
|
[XcodeConfig] Fix missing space in certificate error message.
|
2014-10-20 14:02:12 +02:00 |
|
Eloy Durán
|
312829575c
|
[Config] Get rid of another sw_vers use.
|
2014-10-20 13:22:45 +02:00 |
|
Eloy Durán
|
0c88907e06
|
[Config] Capture and work with the OS X host version in a proper way.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-633
|
2014-10-20 13:11:57 +02:00 |
|
Eloy Durán
|
97dc93bd42
|
[Command::Update] Support Axel for optimised downloading.
|
2014-10-20 12:45:54 +02:00 |
|
Laurent Sansonetti
|
f9c3ad45c1
|
sync
|
2014-10-20 12:30:55 +02:00 |
|
Laurent Sansonetti
|
3318d87105
|
call Ruby init functions within an EH + pass the top-self reference
|
2014-10-20 12:29:07 +02:00 |
|
Laurent Sansonetti
|
1de776c052
|
sync
|
2014-10-19 16:24:26 +02:00 |
|
Laurent Sansonetti
|
6612d69283
|
sync
|
2014-10-19 15:31:20 +02:00 |
|
Laurent Sansonetti
|
acabbf239b
|
sync
|
2014-10-17 17:26:09 +02:00 |
|
Eloy Durán
|
ff6232838c
|
[rake] Fix previous commit to still delete the Android build dir.
|
2014-10-17 13:04:20 +02:00 |
|
Eloy Durán
|
478472308c
|
[rake] Re-instate top-level clean task and refactor into XcodeConfig.
Related to:
* 646cbb1918
* bddc880f98
|
2014-10-17 12:55:57 +02:00 |
|