John Yani
John Yani
Alternatively, user should be able to override the port. Think about it in this way: if every electron app used a static port, you would only be able to start...
I think the show stopper is the UI. As I understand AGit uses JGit which has commit, merge and push support. For pushing you'll need pull supporl (unless you want...
Please review and merge #79 first.
@rtyley Could you please review these changes and enable Travis CI?
Here's a build with only android-14: https://travis-ci.org/Vanuan/agit/builds/3564671 ``` shouldSupplyCloneSourceFromGoogleCodeProjectPage(com.madgag.agit.weblaunchers.GoogleCodeWebLaunchActivityTest): java.lang.RuntimeException: no such directory /home/travis/builds/Vanuan/agit/android-sdk-linux/platforms/android-16/data/res/values ``` Here's a build with only android-16: https://travis-ci.org/Vanuan/agit/builds/3564715 ``` Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.4.0:generate-sources (default-generate-sources) on...
Sorry, there is a way: `-Dandroid.device` property. Still, scala script skips emulator devices. Why's that?
BTW, is scala script used only for specifying host's ip? If it is, there's a better way: just use hardcoded 10.0.2.2 Review my pull request regarding Travis, please. #80
Oh, I should've read the wiki. So, scala script is used only for testing on real devices. For emulator 10.0.2.2 is used. Sorry about that.
For some reason, if I don't specify -Dandroid.device, host ip is my external ip, not 10.0.2.2
Ok, this is because scala script doesn't remove `agit-integration-test.properties` file