Skip to content

Releases: sensorsdata/sa-sdk-android

Release 1.6.36

09 Feb 10:10
Compare
Choose a tag to compare

1、Fix Android 模糊匹配的 bug
2、通过 registerSuperProperties 替换 $app_version时,同时也更新 lib 节点下的 $app_version 属性
3、优化代码

Release 1.6.34

01 Jan 23:36
Compare
Choose a tag to compare

1、Remove tools:ignore="AllowBackup"
2、showUpWebView 添加 is_login 标识

Release 1.6.33

13 Dec 03:10
Compare
Choose a tag to compare

1、调用trackInstallation的时候,会尝试读取macAddress、IMEI、AndroidID,会把这些信息放到$ios_install_source属性里(适配今日头条内推广app)。

Release 1.6.31

08 Dec 07:28
Compare
Choose a tag to compare

1、添加渠道追踪
2、AutoTrack中的$AppViewScreen事件添加$title属性
a、首先读取activity.getTitle()
b、如果使用actionBar,并且actionBar.getTitle()不为空,则actionBar.getTitle()覆盖activity.getTitle()
c、如果a和b都没有读到title,则获取activity的android:label属性

Release 1.6.30

30 Nov 06:22
Compare
Choose a tag to compare

1、Fix运营商名称前面有空格的bug

Release 1.6.29

25 Nov 07:04
Compare
Choose a tag to compare

1、优化连接可视化埋点模拟器的重连机制

Release 1.6.28

23 Nov 08:46
Compare
Choose a tag to compare

1、Fix 多次调用registerSuperProperties 属性相互覆盖的bug

Release 1.6.27

22 Nov 05:24
Compare
Choose a tag to compare

1、修改Log Level,部分ROM默认无法打印Log.d和Log.v
2、整理demo
3、添加$is_first_day公共属性(是否首日访问)
4、添加重置默认匿名id接口:resetAnonymousId()

Release 1.6.25

11 Nov 04:21
Compare
Choose a tag to compare

1、Fix flush()时,当responseCode=400时,无法读取错误信息

Release 1.6.24

10 Nov 10:29
Compare
Choose a tag to compare

1、优化flush时对网络的判断条件