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: 43c1a6c
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: 247f49d
Choose a head ref
  • 2 commits
  • 34 files changed
  • 1 contributor

Commits on Jan 12, 2022

  1. prepare release 1.4.2 (#69)

    * prepare snapshot 1.4.3
    
    * update RELEASING.md
    
    * try to resolve flaky test
    wenxi-zeng authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2895e29 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. fix ANR caused by DRM api (#71)

    * make DRM API async
    
    * make analytics inheritable and delegate coroutine config out
    
    * add test analytics that fully runs synchronizely
    
    * replace with the new testAnalytics
    
    * remove verify timeout
    
    * update coroutine version to 1.6.0
    
    * replace everything with the new test api
    
    * replace runBlocking with runTest
    
    * bug fix
    
    * bug fix
    
    * remove unused import
    
    * use empty string as default device id
    
    * cache device id
    wenxi-zeng authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    247f49d View commit details
    Browse the repository at this point in the history
Loading