Skip to content

Releases: growingio/growingio-sdk-android-autotracker

release-3.3.6

28 Apr 04:00
Compare
Choose a tag to compare

Bug Fixes

  • 修复原生页面有webview 或 dialog不能圈选的问题 (#152)
  • 其他优化 (#149)

Features

  • 用户属性支持列表类型 (#151)

release-3.3.5

17 Mar 09:42
Compare
Choose a tag to compare

Bug Fixes

  • Android 5以下机型webview注入崩溃修复 (#145)
  • 其他优化

Features

  • 埋点事件属性支持列表类型 (#146)
  • 添加sdk模块的混淆规则 (#148)

release-3.3.4

21 Jan 07:17
cbf2abe
Compare
Choose a tag to compare

Features

  • 添加初始化开关setRequireAppProcessesEnabled,控制是否获取应用多进程id
  • 添加初始化接口 addConfiguration,用于设置模块的配置项
  • 适配到OAID SDK 1.1.0,添加OaidConfig,方便用户传入Oaid值和设置证书

release-3.3.3

23 Dec 09:48
Compare
Choose a tag to compare

Bug Fixes

  • 修复sonar提示的缺陷 (#137)

Features

  • 添加protobuf数据格式,用于存储和上传 (#133);
  • 给Web端增加设置和清除UserKey的接口 (#132) ;
  • autotracker 插件适配java11 (#136) ;

release-3.3.3-SNAPSHOT

15 Dec 07:58
61bcdf4
Compare
Choose a tag to compare
  1. 添加protobuf数据格式,用于存储和上传 #133
  2. 完善数据的单元测试;
  3. 给Web端增加设置和清除UserKey的接口 #132
  4. autotracker 插件适配java11 #136 ;

release-3.3.2

24 Nov 08:24
Compare
Choose a tag to compare

Bug Fixes

  • databse or disk is full (c83e64f)
  • inject webview异常修复 (95eb1df)
  • remove unboxing and check data is not null (2aebf29)
  • 支持对5G网络类型的判断 (#130)

release-3.3.1-11111-SNAPSHOT

11 Nov 11:54
Compare
Choose a tag to compare

Bug Fixes

  • databse or disk is full (c83e64f)
  • inject webview (95eb1df)
  • remove unboxing and check data is not null (2aebf29)

release-3.3.1

28 Oct 08:38
09530bc
Compare
Choose a tag to compare

Bug Fixes

  • unknow contentprovider (3de0829)
  • 修复多线程使用mobile debugger时,偶发异常的问题
  • 修复okhttp3请求结束后未close response body

Features

release-3.3.0

09 Oct 02:37
88c1d8d
Compare
Choose a tag to compare

Android 无埋点/埋点 SDK 3.3.0

Bug Fixes

  • bridgeWebView无效 (2c63642)
  • ci中ndk环境升级 (#107) (d5924e6)
  • menuitem的title如果为null导致npe (5f1e9f0)
  • webview looper检查 (69e6c1a)
  • 增加oaid本地发版配置 (ded0395)
  • 外部函数对参数校验 (34d86c2)
  • 过滤事件及字段of函数传null崩溃 (a0b02dd)
  • 适配中文 (31e41ff)
  • 配置增加模块注册 (3ddae53)

Features

release-3.2.3-09141-SNAPSHOT

14 Sep 12:36
8eec795
Compare
Choose a tag to compare

Bug Fixes

  • 延迟初始化访问webview导致NPE