Whataa Pandora Versions Save

an android library for debugging what we care about directly in app.

v2.1.0

4 years ago
  1. 移除OKHttpURLConnection库,不再支持对使用Android自带网络库的日志拦截;

从该版本开始,pandora和OkHttp具体版本无关;

  1. 新增 gradle-plugin 插件,可将pandora-interceptor自动注入到所有OkHttp对象中;

在此之前需要手动调用addInterceptor(Pandora.get().getInterceptor()),并且无法对第三方库中的网络请求进行拦截;


  1. Remove OKHttpURLConnection, No longer supports log interception for Android's own network library.

since 2.1.0, Pandora is independent of the specific version of OkHttp

  1. Add gradle-plugin , it can inject pandora-interceptor into okhttp automatically.

In the past, we need to manually invoke 'addInterceptor(pandora.get ().getinterceptor ())' , and can't intercept network requests in third-party libraries.

androidx_v2.0.6

4 years ago

v2.0.6

4 years ago

androidx_v2.0.5

4 years ago

v2.0.5

4 years ago
  1. 修复多进程Pandora.get()为null的问题;
  2. 为 “查看HTTPURLConnection请求” 增加开关;

  1. Fixing issue in multi-process
  2. Adding filter for network emit source.

androidx_v2.0.4

4 years ago

v2.0.4

4 years ago

v2.0.3

5 years ago
  1. 适配最新的OKHttp(3.14.0),即从v2.0.3开始,你项目中的OKHttp的依赖至少为3.14.0;

  1. Adapting to the latest OKHttp (3.14.0),that means OKHttp in your project is at least 3.14.0 since v2.0.3

androidx_v2.0.3

5 years ago

v2.0.2

5 years ago
  1. 查看HttpBody时增加搜索功能;
  2. 增加对AndroidX的支持,具体版本号规则为:androidx_版本号
  3. 修复 HttpBody 过大OOM 或引发的其它 bug;

  1. Support search when view the http body.
  2. Provide AndroidX version dependency, the rule is androidx_RELEASE.
  3. Fixing OOM or other bug if http body is too large.