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: Parsely/parsely-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.0
Choose a base ref
...
head repository: Parsely/parsely-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 10, 2025

  1. feat: use android.util.Log for logging

    This way, the SDK has a control over which logs will be used in production or debug variants of SDK users. As on outcome, this change reduces number of logs that the SDK is producing in production apps.
    wzieba committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    3cc5f3e View commit details
    Browse the repository at this point in the history
  2. tests: replace logging implementation when unit testing EventsBuilder

    Fixes "Method d in android.util.Log not mocked"
    wzieba committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    62d05a1 View commit details
    Browse the repository at this point in the history
  3. style: extract AndroidLog tag

    wzieba committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    a44209d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Add Google Play SDK Console verification file

    Generated during ownership verification. It is not considered a secret
    wzieba committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    8ab8ae6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from Parsely/sdk_console_verification

    Add Google Play SDK Console verification file
    wzieba authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    dbb8f5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from Parsely/use_android_logging

    Use `android.util.Log` for logging
    wzieba authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d1c4b4f View commit details
    Browse the repository at this point in the history
Loading