Skip to content

Tags: airbnb/okreplay

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move to more modern gradle publish plugin, add comment of how to buil…

…d for publish (#100)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compatibility fixes for AGP v3.5.0 (#92)

* Compatibility fixes for AGP v3.5.0

* Fix sample app test dependencies

* Fix more deprecations

* Bump okhttp and okio

* Update dependencies.gradle

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for release v.1.4.0 (#63)

* Prepare for release v.1.4.0

* Bump readme version

v1.3.0

Toggle v1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Prepare for release v1.3.0 (#52)

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Prepare for v1.2.0 release (#35)

* Prepare for v1.2.0 release

* Rename references

* Fix typo

v1.0.3

Toggle v1.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix responseBody closing

v1.0

Toggle v1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make sure RecorderRule runs before ActivityTestRule (#13)

This was causing some requests at app startup to not be captured because
it would take some time for the RecorderRule to load the yaml file and
the app has already started running in the meantime.
This guarantees that the app only starts after the tape is loaded.