- Include process id
- Ensure we catch WebSocket errors. Fixes #26
- Don't retain links to destroyed service. Fixes #25
- Don't retain links to destroyed service. Fixes #25
- Fixed broken package references
- First package release on maven central
- Niddler now resides under
com.chimerapps
instead ofcom.icapps
. Please update your dependency AND package names accordingly. Sorry
- Don't crash cache if we serve a debug response in network-interceptor mode. Fixes #20
- Add metadata to protocol to send agnostic metadata to the plugin. Replaces injected headers.
- Check if a response was served purely from cache and mark it as such in the metadata. Fixes #19
- Minor enhancements
- Added an option to the okhttp interceptor to also report downstream exceptions
- Don't crash when android does not allow us to start the service
- Support for session icons and tag reporting (for automatic connection in IDE)
- Support loading session icon from AndroidManifest
- Breaking change!
- Split up library in android and java versions
- Android dependency:
com.chimerapps.niddler:niddler:1.0.0-alpha10
- Android no-op dependency:
com.chimerapps.niddler:niddler-noop:1.0.0-alpha10
- Java dependency:
com.chimerapps.niddler:niddler-java:1.0.0-alpha10
- Java no-op dependency:
com.chimerapps.niddler:niddler-java-noop:1.0.0-alpha10
- Android dependency:
- Initialize niddler using:
new AndroidNiddler.Builder()...
new JavaNiddler.Builder()...
- Split up library in android and java versions
- Java-only version of niddler
- No android dependencies
- Initialize using
new JavaNiddler.Builder()