Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-emulator-plugin
  Commit: 71385cfb3e3bb4dfa6d11170c52ee69808a4f72f
      
https://github.com/jenkinsci/android-emulator-plugin/commit/71385cfb3e3bb4dfa6d11170c52ee69808a4f72f
  Author: Mads Kalør <[email protected]>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/monkey/MonkeyBuilder.java
    M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyBuilder/config.jelly

  Log Message:
  -----------
  Adds option to run monkey on multiple packages.

The monkey tool allows zero or more packages to be specified using zero
or more -p flags. Package IDs separated by space are treated as
different packages, and will be parsed as individual -p arguments.

This also makes it possible to run the monkey tool without specifying
any package.


  Commit: 811bfac657565b25ce2f7fc9d6399d9f22bb6042
      
https://github.com/jenkinsci/android-emulator-plugin/commit/811bfac657565b25ce2f7fc9d6399d9f22bb6042
  Author: Mads Kalør <[email protected]>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/monkey/MonkeyBuilder.java
    M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyBuilder/config.jelly

  Log Message:
  -----------
  Adds category flag to monkey tool

Allows the -c flag to be specified when running the monkey tool. This
makes it possible to specify which categories activities must be in to
make the system visit them. Multiple categories can be separated by a space.


  Commit: 5395bb1fd23032cab48a7bfff61a26544f078785
      
https://github.com/jenkinsci/android-emulator-plugin/commit/5395bb1fd23032cab48a7bfff61a26544f078785
  Author: Mads Kalør <[email protected]>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/monkey/MonkeyBuilder.java
    M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyBuilder/config.jelly

  Log Message:
  -----------
  Changes delimeter from space to comma

To keep backward compatibility. Some users put "package1 -p package2 -p
package3" in the package field to allow multiple packages. By separating
by space, this will be broken.


  Commit: 5709bc282f36e82cab45a70312fc9679758a2a1d
      
https://github.com/jenkinsci/android-emulator-plugin/commit/5709bc282f36e82cab45a70312fc9679758a2a1d
  Author: Christopher Orr <[email protected]>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/monkey/MonkeyBuilder.java
    M src/main/resources/hudson/plugins/android_emulator/Messages.properties
    M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyBuilder/config.jelly
    M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyRecorder/config.jelly

  Log Message:
  -----------
  Make parsing of monkey parameters more robust, and improve documentation.


Compare: 
https://github.com/jenkinsci/android-emulator-plugin/compare/5bdae99c654d...5709bc282f36

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to