Skip to content

Releases: PostHog/posthog-android

3.7.3

17 Sep 17:32
Compare
Choose a tag to compare
  • no user facing changes

3.7.2

17 Sep 16:44
Compare
Choose a tag to compare
  • no user facing changes

3.7.1

17 Sep 11:11
Compare
Choose a tag to compare
  • recording: respect session replay project settings from app start (#177)

3.7.0

11 Sep 09:28
Compare
Choose a tag to compare
  • chore: add personProfiles support (#171)

3.6.1

30 Aug 11:54
Compare
Choose a tag to compare
  • 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

29 Aug 11:37
Compare
Choose a tag to compare
  • 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

26 Aug 08:27
Compare
Choose a tag to compare
  • 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

08 Aug 15:06
Compare
Choose a tag to compare
  • 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

28 Jun 12:59
Compare
Choose a tag to compare
  • chore: create ctor overloads for better Java DX (#148)

3.4.1

27 Jun 12:14
Compare
Choose a tag to compare
  • recording: OnTouchEventListener try catch guard to swallow unexpected errors (#147)