Releases: PostHog/posthog-android
Releases · PostHog/posthog-android
3.7.1
- recording: respect session replay project settings from app start (#177)
3.7.0
- chore: add personProfiles support (#171)
3.6.1
- fix: do not clear events when reset is called (#170)
- fix: reload feature flags as anon user after reset is called (#170)
3.6.0
- recording: expose session id (#166)
- fix: rotate session id when reset is called (#168)
- feat: add
$is_identified
property (#167)
- fix: identify should not allow already identified users (#167)
3.5.1
- recording: capture touch interaction off of main thread to avoid ANRs (#165)
- chore: use getNetworkCapabilities instead of getNetworkInfo to avoid ANRs (#164)
3.5.0
- feat: add emulator detection property to static context (#154)
- fix: ensure activity name is used when activity label is not defined (#153) and (#156)
- recording: mask views with
contentDescription
setting and mask WebView
if any masking is enabled (#149)
3.4.2
- chore: create ctor overloads for better Java DX (#148)
3.4.1
- recording:
OnTouchEventListener
try catch guard to swallow unexpected errors (#147)