README.md in screengrab-0.3.0 vs README.md in screengrab-0.3.1

- old
+ new

@@ -1,26 +1,26 @@ <h3 align="center"> - <a href="https://github.com/fastlane/fastlane"> - <img src="assets/fastlane.png" width="150" /> + <a href="https://github.com/fastlane/fastlane/tree/master/fastlane"> + <img src="../fastlane/assets/fastlane.png" width="150" /> <br /> fastlane </a> </h3> <p align="center"> - <a href="https://github.com/fastlane/deliver">deliver</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/deliver">deliver</a> &bull; <b>screengrab</b> &bull; - <a href="https://github.com/fastlane/frameit">frameit</a> &bull; - <a href="https://github.com/fastlane/pem">pem</a> &bull; - <a href="https://github.com/fastlane/sigh">sigh</a> &bull; - <a href="https://github.com/fastlane/produce">produce</a> &bull; - <a href="https://github.com/fastlane/cert">cert</a> &bull; - <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull; - <a href="https://github.com/fastlane/pilot">pilot</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/frameit">frameit</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/pem">pem</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/sigh">sigh</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/produce">produce</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/cert">cert</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/spaceship">spaceship</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/pilot">pilot</a> &bull; <a href="https://github.com/fastlane/boarding">boarding</a> &bull; - <a href="https://github.com/fastlane/gym">gym</a> &bull; - <a href="https://github.com/fastlane/scan">scan</a> &bull; - <a href="https://github.com/fastlane/match">match</a> + <a href="https://github.com/fastlane/fastlane/tree/master/gym">gym</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull; + <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a> </p> ------- <p align="center"> <img src="assets/screengrab.png" height="110"> @@ -28,11 +28,11 @@ screengrab ============ [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools) -[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/screengrab/blob/master/LICENSE) +[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/screengrab/LICENSE) [![Gem](https://img.shields.io/gem/v/screengrab.svg?style=flat)](http://rubygems.org/gems/screengrab) ###### Automated localized screenshots of your Android app on every device <img src="assets/running-screengrab.gif" width="640"> @@ -40,22 +40,22 @@ ### Why should I automate this process? - Create hundreds of screenshots in multiple languages on emulators or real devices, saving you hours - Easily verify that localizations fit into labels on all screen dimensions to find UI mistakes before you ship - You only need to configure it once for anyone on your team to run it - Keep your screenshots perfectly up-to-date with every app update. Your customers deserve it! -- Fully integrates with [`fastlane`](https://fastlane.tools) and [`supply`](https://github.com/fastlane/supply) +- Fully integrates with [`fastlane`](https://fastlane.tools) and [`supply`](https://github.com/fastlane/fastlane/tree/master/supply) # Installation Install the gem ``` sudo gem install screengrab ``` ##### Gradle dependency ```java -androidTestCompile 'tools.fastlane:screengrab:0.2.0' +androidTestCompile 'tools.fastlane:screengrab:0.3.0' ``` ##### Configuring your Manifest Permissions Ensure that the following permissions exist in your **src/debug/AndroidManifest.xml** @@ -136,11 +136,11 @@ Screengrab.screenshot("after_button_click"); } } ``` -There is an [example project](https://github.com/fastlane/screengrab/tree/master/example/src/androidTest/java/tools/fastlane/localetester) showing how to use use JUnit 3 or 4 and Espresso with the screengrab Java library to capture screenshots during a UI test run. +There is an [example project](https://github.com/fastlane/fastlane/tree/master/screengrab/example/src/androidTest/java/tools/fastlane/localetester) showing how to use use JUnit 3 or 4 and Espresso with the screengrab Java library to capture screenshots during a UI test run. Using JUnit 4 is preferable because of its ability to perform actions before and after the entire test class is run. This means you will change the device's locale far fewer times when compared with JUnit 3 running those commands before and after each test method. When using JUnit 3 you'll need to add a bit more code: @@ -151,21 +151,21 @@ If you're having trouble getting your device unlocked and the screen activated to run tests, try using `ScreenUtil.activateScreenForTesting(activity);` in your test setup. ## [`fastlane`](https://fastlane.tools) Toolchain - [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow -- [`supply`](https://github.com/fastlane/supply): Upload screenshots, metadata and your app to the Play Store +- [`supply`](https://github.com/fastlane/fastlane/tree/master/supply): Upload screenshots, metadata and your app to the Play Store You can find all the tools on [fastlane.tools](https://fastlane.tools). ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx) # Need help? Please submit an issue on GitHub and provide information about your setup. ## Code of Conduct -Help us keep `screengrab` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/code-of-conduct). +Help us keep `screengrab` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/fastlane/blob/master/CODE_OF_CONDUCT.md). # License This project is licensed under the terms of the MIT license. See the LICENSE file. > This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.