Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: PostHog/posthog-android

core-v6.21.0

18 Jun 07:45
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
b35ee8b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • d64ad52: Add addExceptionStep(message, properties?) and the errorTrackingConfig.exceptionSteps config (enabled by default, 32 KiB byte budget). Recorded steps are buffered in a rolling, byte-bounded FIFO and attached to every captured $exception event as $exception_steps.
Loading

android-v3.51.0

18 Jun 07:48
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
b35ee8b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • d64ad52: Add addExceptionStep(message, properties?) and the errorTrackingConfig.exceptionSteps config (enabled by default, 32 KiB byte budget). Recorded steps are buffered in a rolling, byte-bounded FIFO and attached to every captured $exception event as $exception_steps.
Assets 3
Loading

core-v6.20.0

17 Jun 20:19
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
32e2f62
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • e227aa5: Expose getAnonymousId() on PostHogInterface. Returns the anonymous ID generated before any identify() call — unlike distinctId(), this does not change after identification.
Loading

core-v6.19.1

17 Jun 16:35
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
ccaf0fd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • 52c9094: Deprecate getFeatureFlagPayload in favor of getFeatureFlagResult, which returns the flag value and payload from a single evaluation. getFeatureFlagPayload continues to work.
Loading

android-v3.50.0

17 Jun 20:23
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
32e2f62
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • e227aa5: Expose getAnonymousId() on PostHogInterface. Returns the anonymous ID generated before any identify() call — unlike distinctId(), this does not change after identification.
Loading

android-v3.49.1

17 Jun 16:40
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
ccaf0fd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • 52c9094: Deprecate getFeatureFlagPayload in favor of getFeatureFlagResult, which returns the flag value and payload from a single evaluation. getFeatureFlagPayload continues to work.
Loading

surveysCompose-v0.1.0

12 Jun 06:09
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
182aac5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 8632f77: Initial 0.x release of the optional Compose survey UI (com.posthog:posthog-android-surveys-compose).
    This module is pre-1.0 — its public API may change between minor versions. Add the dependency
    alongside com.posthog:posthog-android and set surveys = true; the core SDK auto-discovers the
    delegate from the classpath — no surveysConfig wiring required.

    • All seven question / screen types: number rating (NPS 0–10, 1–5, 1–7), emoji rating (3- and
      5-face plus thumbs up/down), open text, single choice, multiple choice, link, and the
      thank-you / confirmation screen.
    • Presented in its own window (ComponentDialog + Material 3 ModalBottomSheet) above the
      foreground activity, so it works over both XML and Compose hosts and never interferes with host
      navigation. X-button-only dismissal (swipe-down / touch-outside / back are ignored).
    • Multi-question surveys with server-driven branching; honors the configured popup delay
      (surveyPopupDelaySeconds).
    • Theming from PostHogDisplaySurveyAppearance — colors, button/placeholder text, input
      appearance, and thank-you copy, with sensible defaults and a CSS hex / named-color parser.
    • Fires survey shown / survey sent / survey dismissed through the host SDK callbacks.
Loading

core-v6.19.0

12 Jun 06:01
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
182aac5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 8632f77: Surveys: expose surveyPopupDelaySeconds on the public PostHogDisplaySurveyAppearance and map it
    from the internal SurveyAppearance, so survey UIs can honor the configured popup delay before
    presenting a survey.
Loading

android-v3.49.0

12 Jun 06:05
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
182aac5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 8632f77: Surveys now have a ready-made UI on Android. Add the new optional
    com.posthog:posthog-android-surveys-compose module alongside posthog-android and set
    surveys = true — the SDK auto-discovers the Compose UI and renders surveys with no extra wiring.

    The UI is a Material 3 modal bottom sheet presented in its own window above your foreground
    activity, so it works over both XML and Jetpack Compose apps and never interferes with your app's
    navigation. It covers all survey question types (open text, single / multiple choice, number /
    NPS rating, emoji rating, thumbs up/down, link) plus the thank-you screen, multi-question
    server-driven branching, the configured popup delay, and theming from your PostHog appearance
    settings.

    Until now the default delegate only logged; you can still provide your own
    PostHogSurveysDelegate for a custom UI. The module is pre-1.0 (0.x).

Loading

core-v6.18.0

09 Jun 00:03
@github-actions github-actions
Immutable release. Only release title and notes can be modified.
ac9795a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 3203bda: Add a public captureLog() API for capturing logs with optional W3C trace correlation (traceId/spanId/traceFlags), matching iOS, web, and React Native. The logger facade is unchanged.
Loading
Previous 1 3 4 5 23 24
Previous

AltStyle によって変換されたページ (->オリジナル) /