Skip to content

Releases: LinkForty/mobile-sdk-android

v1.1.0

03 Mar 23:19

Choose a tag to compare

Added

  • externalUserId parameter to CreateLinkOptions for per-user deduplication and share attribution
  • deduplicated field to CreateLinkResult indicating when an existing link was returned
  • llms.txt — LLM-optimized integration reference for AI coding assistants

v1.0.0 - Initial Release

16 Feb 23:25

Choose a tag to compare

  • Deferred deep linking with probabilistic fingerprinting
  • Android App Links support
  • Custom URL scheme support
  • Event tracking with offline queueing (max 100 events)
  • Revenue tracking with BigDecimal precision
  • Programmatic link creation (SDK and dashboard endpoints)
  • Server-side URL resolution with fingerprint query parameters
  • Attribution data access (install ID, install data, first launch status)
  • Data management (clear data, reset SDK)
  • Configuration validation (HTTPS enforcement, attribution window bounds)
  • Privacy-first design (no GAID by default)
  • Kotlin coroutines for all async operations
  • OkHttp for HTTP networking
  • Moshi with codegen for JSON serialization
  • JUnit 5 + MockK test suite
  • GitHub Actions CI (unit tests, lint, build)
  • Maven Central publishing configuration
  • ProGuard/R8 consumer rules
  • HTTPS enforcement for API endpoints (except localhost/127.0.0.1/10.0.2.2)
  • Bearer token authentication
  • No persistent device identifiers collected by default