Whataa Pandora Versions Save

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

androidx_v2.0.2

5 years ago

v2.0.1

5 years ago

v2.0.0

5 years ago

新特性

  1. 网络日志新增对Android默认URLConnection的支持;
  2. 新增Crash记录和查看的功能;
  3. 新增Activity历史栈记录的功能;
  4. 新增添加自定义快捷入口的功能,具体请查看 Add shortcuts to Pandora
  5. 新增部分功能的使用帮助;
  6. 多语言自动切换的支持;

优化

  1. 兼容支持Android 9.0:反射限制;
  2. 增加网络日志对请求错误情况的支持;
  3. 优化查看数据库列表的同步问题;
  4. 优化操作文件的同步问题;
  5. 优化选择视图的长按操作;
  6. 新的面板样式;
  7. 优化权限申请提示;
  8. 代码优化,Demo更新;

其它

  1. 移除废弃的API:Pandora.get().getIntercepter().addJsonFormat()
  2. Gradle 版本更新;

EN DOC

new feature

  1. Support inspecting Android-UrlConnection HTTP log.
  2. Support for logging Crash logs.
  3. Support for logging Activity lifeCycle logs.
  4. Support for adding shortcuts to the panel, please check Add shortcuts to Pandora
  5. Add help doc for some feature.
  6. Support for Locale. (en/zh)

optimize

  1. Bypass APIs access restrictions in Android P.
  2. Recording and show the error messages if HTTP failed.
  3. Keep the count of DB always up to date.
  4. Keep the UI up to date when delete files.
  5. Optimize the long press operation of the selection widget.
  6. New panel style.
  7. Optimize permission request prompts.
  8. Code optimization, update demo;

others

  1. Remove the Deprecated API:Pandora.get().getIntercepter().addJsonFormat()
  2. Upgrade Gradle version.

v1.3.2

5 years ago

v1.3.1

5 years ago

v1.3.0

5 years ago

new feature

  1. add the ability to launch the specified activity

optimization

  1. change the way to load network results as webView

v1.2.2

5 years ago

v1.2.1

5 years ago

v1.2.0

5 years ago

new feature

  1. Support custom json formatting to let http result look pretty
  2. Support preview images for http

optimization

  1. Improve activity performance
  2. Compatible with lower v4 / v7 versions
  3. other bugs fix

v1.1.4

5 years ago
  1. Fixing 「can not get the attrs of some views, such as the dialog」 bug.
  2. Fixing 「FLAG_ACTIVITY_NEW_TASK」 bug.