Commit Graph

2433 Commits

Author SHA1 Message Date
Watson
0800265307 [test] disable specs which are failed 2014-05-21 16:16:04 +09:00
Watson
a75ced9400 [test] fix that all spec will be disabled if use :unless option 2014-05-21 15:37:14 +09:00
Watson
6a309ab246 [test] fix a number that it is small for Bignum on 64bit platform 2014-05-21 13:07:14 +09:00
Eloy Durán
8dd6784d49 [BigDecimal] Add test to ensure we convert Float. 2014-05-20 12:12:08 +02:00
Eloy Durán
0bad4ebd99 [BigDecimal] Add test for negative power to raise by. 2014-05-20 12:11:56 +02:00
Eloy Durán
8f554e40a3 [NEWS] Document BigDecimal addition. 2014-05-20 12:11:24 +02:00
Eloy Durán
143fbdf869 [BigDecimal] Add tests for NSDecimalNumber -> NSDecimal. 2014-05-20 12:11:24 +02:00
Eloy Durán
252ff5b7e5 [BigDecimal] Add failing test for NSDecimal conversion. 2014-05-20 12:11:16 +02:00
Eloy Durán
cd1ef2ecfc [BigDecimal] Add tests for #abs and #% 2014-05-20 12:11:16 +02:00
Eloy Durán
43b3adf51f [BigDecimal] Test that init and any operators accept any Ruby type. 2014-05-20 12:11:16 +02:00
Eloy Durán
6c4524e054 [BigDecimal] Add test to ensure we do not convert NSDecimalNumbers. 2014-05-20 12:11:16 +02:00
Eloy Durán
73830c8d1d Initial import of BigDecimal tests. 2014-05-20 12:11:15 +02:00
Laurent Sansonetti
e9db9f95f8 bump version code for new submission 2014-05-20 12:01:08 +02:00
Laurent Sansonetti
bbe51897e7 add app.version_name, app.version_code, and app.version(code, name) to specify app versioning when generating the manifest file 2014-05-20 12:01:08 +02:00
Laurent Sansonetti
274b13770e move app.version from config to xcodeconfig 2014-05-20 12:01:08 +02:00
Watson
7b7e08d30d [NEWS] fix RM-504 2014-05-20 13:35:20 +09:00
Laurent Sansonetti
4ae9d0c91e add missing permission for google maps 2014-05-19 20:08:28 +02:00
Laurent Sansonetti
e776318c65 remove more weird files 2014-05-19 16:42:20 +02:00
Laurent Sansonetti
e8fcee9b68 remove weird file 2014-05-19 16:41:10 +02:00
Laurent Sansonetti
968ca866e1 cleanup + add more comments 2014-05-19 16:39:32 +02:00
Laurent Sansonetti
355c4383bd add #inspect 2014 app 2014-05-19 16:34:08 +02:00
Laurent Sansonetti
66f4c8cff8 add `rake release’ task which creates an apk build suitable for play store submissions, fix build to use a distinct directory for development/release build objects 2014-05-19 16:30:29 +02:00
Laurent Sansonetti
8e8201c519 add app.release_keystore(path, alias_name) method to set up the code signing for release builds (play store) 2014-05-19 16:28:07 +02:00
Laurent Sansonetti
51cd103453 move versionized_build_dir from config to xcodeconfig 2014-05-19 16:27:14 +02:00
Laurent Sansonetti
4549026078 damnit 2014-05-19 10:52:11 +02:00
Laurent Sansonetti
e89343c126 fix a bug where the ‘class_path’ local variable was shadowed 2014-05-19 10:47:22 +02:00
Laurent Sansonetti
ea4a041b8f read extra packages paths from the manifest files, rebuild the R.java files if *any* resource file is newer than them 2014-05-19 10:41:21 +02:00
Laurent Sansonetti
04d11e1c99 fix app.vendor_project to accept a manifest’ key/value pair (when resources’ is provided), generate R.java files for the project’s resources + libraries’ resources 2014-05-19 10:22:05 +02:00
Laurent Sansonetti
1949f57c58 remove app.manifest_metadata, add app.manifest_entry() which can be used to provide any element at either the top-level element or ‘application’ 2014-05-19 10:18:50 +02:00
Laurent Sansonetti
16ab93948d fix code when called within the class 2014-05-19 00:20:34 +02:00
Laurent Sansonetti
8b06cc055b add app.logs_components which can be used to customize the components we will be logging messages from in the development terminal 2014-05-19 00:20:34 +02:00
Laurent Sansonetti
e67a6e4123 introduce app.vendor_project which receives a hash (mandatory, :jar key/value, optional, :resources key/value), fix build system to include 3rd-party resources directories into the apk 2014-05-19 00:20:34 +02:00
Laurent Sansonetti
1e235c909e add app.manifest_metadata which can be used to provide <meta-data …> elements to the AndroidManifest.xml file 2014-05-19 00:20:34 +02:00
Laurent Sansonetti
8bf34a724a add app.icon which must contain the name of an icon file in resources/drawable 2014-05-19 00:20:34 +02:00
Laurent Sansonetti
c629a10ddf app.resources_dirs are now used for android resources, introduce app.assets_dirs to store raw assets (and it defaults to the ‘assets’ project directory) 2014-05-19 00:20:34 +02:00
Watson
ffbb6e4f59 [test] update RM-276 spec 2014-05-19 07:16:09 +09:00
Watson
b25fce98df [test] add spec for RM-276 2014-05-19 01:00:31 +09:00
Watson
bab92f850c [NEWS] fix RM-276 2014-05-18 21:28:48 +09:00
Watson
0e2a616e4f [test] add spec for RM-276 2014-05-18 21:27:15 +09:00
Watson
7875e6cace [NEWS] Improved String interpolation performance 2014-05-16 21:54:40 +09:00
Laurent Sansonetti
3426b6cfba support for 3rd-party android libraries: the build system will vendor all .jar files that are inside the ‘vendor’ sub-directory, and also generate .bridgesupport metadata for them 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
26e1f4f0c5 fix permission to be executable 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
2c2f87c84b exit with error code in case we can’t unzip the jar 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
3e90c15f1a also expand the jar path 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
10499593c4 move the `rake clear’ logic to platform-specific config files 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
656af65680 move #vendor_project to xcode config, since it won’t work on android 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
0b13ed04a4 better comment 2014-05-15 20:04:17 +02:00
Laurent Sansonetti
0965d5dc1e extract the android BS generator into an executable, use it to generate android.bridgesupport 2014-05-15 20:04:17 +02:00
Watson
8da72b95ed [NEWS] Object#{send, respond_to?} will be ~30% faster 2014-05-15 13:17:19 +09:00
Watson
da0a8570f4 [NEWS] fix RM-499 2014-05-13 23:29:59 +09:00