diff --git a/CHANGELOG.md b/CHANGELOG.md index a070637..87c12dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,86 @@ +# 0.8.0 (2015/04/27) + +- Pause automatically when openURL is called +- Limits pause duration to 2.5 min +- Adds support for armv7s +- Reduces uploading interval +- Fixes crashing when fps is set to 1 +- Fixes crashing when rotating device while usabiliy testing +- Fixes usability testing's next button not displayed + +# 0.4.7 (2015/04/02) + +- Bug fix + - Screen recording doesn't work during UsabilityTesting + +# 0.4.6 (2015/03/28) + +- Enables to track events in WKWebView +- Improves usability testing + - Adjusts layout with landscape orientation +- Improves configuration + - Retries configuration when it failed +- Fixes some bugs of masking and recording + +# 0.4.5 (2015/03/05) + +- Improves recording performance + +# 0.4.4 (2015/02/27) + +- Bug fix + +# 0.4.3 + +- Improve recording + - Adds pause/resume feature for face recording + - Reduces screen movie's file size + - Stops recording when received memory warning +- Improve security + - Masks input field automatically + - Adds unmask API +- Enables to set log level +- Improves crash reporting + - Catches signals + +# 0.4.2 + +- Improves reliability of file uploading + +# 0.4.1 + +- Improves security + - Prohibits recording Camera Roll +- Improves reliability of usability testing + +# 0.4.0 + +- Improves reliability of screen recording +- Improves reliability of usability testing + +# 0.3.9 + +- Support Cordova +- Support Cocos2d-x +- Unsupport armv7s +- Improves reliability of detecting device orientation + +# 0.3.8 + +- Improves reliability of crash reporting +- Improves reliability of survey + +# 0.3.7 + +- Support armv7s +- Fix build error of the apps depends on C++ libraries + # 0.3.6 -- Usability Testing +## Usability Testing + +- This release Adds Usability Testing feature + - For more detailed information, please visit: http://doc.repro.io/ios/api/usability-testing - Improves masking reliability - Improves reliability of survey API diff --git a/LICENSE b/LICENSE index af44737..eaaf8a2 100644 --- a/LICENSE +++ b/LICENSE @@ -10,9 +10,4 @@ This product includes 'RSSwizzle' (https://github.com/rabovik/RSSwizzle), which ---------------------------------------------------------------- -This product includes 'KVOController' (https://github.com/facebook/KVOController), which is released under the following license(s): - BSD License - ----------------------------------------------------------------- - All other components of this product are: Copyright (c) 2014 Repro, Inc. All rights reserved. diff --git a/README.md b/README.md index f45a4a2..99d6d9f 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,9 @@ -# This repository is deprecated. Please download latest SDK [here](http://cdn.repro.io/ios/Repro-iOS-SDK.zip) - -repro-ios-sdk -============= +# repro-ios-sdk [![Version](http://cocoapod-badges.herokuapp.com/v/Repro/badge.png)](http://cocoadocs.org/docsets/Repro) [![Platform](http://cocoapod-badges.herokuapp.com/p/Repro/badge.png)](http://cocoadocs.org/docsets/Repro) -[Repro](https://www.repro.io) provide analytics and reproduce user behavior. - -## Usage - -To run the example project; clone the repo, and run `pod install` from the Example directory first. - -## Required frameworks - -* AVFoundation.framework -* CoreGraphics.framework -* CoreMedia.framework -* CoreVideo.framework -* Repro.framework -* UIKit.framework +[Repro](https://repro.io) is a mobile analytics tool that lets you have much deeper understanding of mobile app users with play-by-play videos. ## Integrate with cocoapods @@ -37,18 +21,13 @@ After succeeded to install, try your first recording! - [Your first recording](http://doc.repro.io/ios/integration/native##your-first-recording) -# Other Usage +## Usage -Read the SDK document for further information +To run the example project; clone the repo, and run `pod install` from the Example directory first. -API +## Documentation -- [Recording](http://doc.repro.io/ios/api/screen-recording/) -- [Masking](http://doc.repro.io/ios/api/masking/) -- [User ID](http://doc.repro.io/ios/api/user-id/) -- [Track events](http://doc.repro.io/ios/api/track/) -- [Crash reporting](http://doc.repro.io/ios/api/crash-reporting/) -- [Survey](http://doc.repro.io/ios/api/survey/) +Read the SDK document for further information ## Author @@ -56,4 +35,4 @@ Repro, Inc. ## License -(c) 2014 Repro Inc. +(c) 2015 Repro Inc.