mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-19 00:56:52 +08:00
sync
This commit is contained in:
5
NEWS-pre
5
NEWS-pre
@@ -3,6 +3,11 @@
|
||||
* Added the `app.features' variable that can accept an Array of String
|
||||
objects that will be used to generate `<uses-feature/>' elements in the
|
||||
project's manifest file. The default is an empty array.
|
||||
* Added the `app.services' variable that can accept an Array of String
|
||||
objects that will be used to generate the `<service/>' elements under the
|
||||
`<application/> element of the project's manifest file. Values can be
|
||||
either class names (ex. ".MyService") or full package paths
|
||||
(ex. "com.yourcompany.Hello.MyService").
|
||||
* Fixed a bug in the runtime when calling ambiguous Java methods where a
|
||||
`nil' argument would not be considered acceptable for a Java reference.
|
||||
* Fixed a bug in the compiler where defining the `onActivityResult' method
|
||||
|
||||
Reference in New Issue
Block a user