Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi committed Apr 28, 2015
1 parent 396b118 commit eb38afe
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 34 deletions.
82 changes: 81 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 0 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://opensource.org/licenses/BSD-3-Clause>

----------------------------------------------------------------

All other components of this product are: Copyright (c) 2014 Repro, Inc. All rights reserved.
35 changes: 7 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -37,23 +21,18 @@ 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 <http://doc.repro.io>
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 <http://doc.repro.io>

## Author

Repro, Inc.

## License

(c) 2014 Repro Inc.
(c) 2015 Repro Inc.

0 comments on commit eb38afe

Please sign in to comment.