Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: segmentio/analytics-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.5
Choose a base ref
...
head repository: segmentio/analytics-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.12.0
Choose a head ref
  • 10 commits
  • 27 files changed
  • 4 contributors

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    3d49b95 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    12d3560 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. LIBMOBILE-1277- fix androidx lifecycle causes analytics init in backg…

    …round crash (#158)
    
    * LIBMOBILE-1277
    - fix androidx lifecycle causes analytics init in background crash
    
    * replace handler with main dispatcher
    
    ---------
    
    Co-authored-by: Wenxi Zeng <wenxi.zeng@segment.com>
    RawatRaveena and wenxi-zeng authored May 9, 2023
    Configuration menu
    Copy the full SHA
    1f8250e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. prepare release 1.10.6 (#161)

    * prepare release 1.10.6
    
    * prepare snapshot 1.10.7
    wenxi-zeng authored May 16, 2023
    Configuration menu
    Copy the full SHA
    e4e41ab View commit details
    Browse the repository at this point in the history
  2. Use copies of Events in the Mediator instead of referring to the same… (

    #162)
    
    * Use copies of Events in the Mediator instead of referring to the same event which has side-effect issues.
    
    * update to val.
    didiergarcia authored May 16, 2023
    Configuration menu
    Copy the full SHA
    4e595de View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. support enable/disable analytics (#169)

    * remove print stacktrace
    
    * check if deeplinks are hierarchical
    
    * support enable/disable analytics
    
    * add unit tests
    
    * fix android unit tests
    
    * remove redundant variable
    wenxi-zeng authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a414dd9 View commit details
    Browse the repository at this point in the history
  2. Locale Timestamp (#170)

    * Specify Locale.ROOT when calling dateTimeNowString()
    
    * Add test
    
    * Add comment
    
    * Update test
    dennisdeng2002 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d124a36 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    f7fa676 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Support Map<String, Any> for properties and traits. (#168)

    * Support Map<String, Any> for properties and traits.
    
    Co-authored-by: Wenxi Zeng <wenxi.zeng@segment.com>
    didiergarcia and wenxi-zeng authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    07feb1d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Create release 1.12.0.

    didiergarcia committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    fb7c203 View commit details
    Browse the repository at this point in the history
Loading