Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoiding direct BuildConfig usage #6517

Merged
merged 23 commits into from
Aug 2, 2022
Merged

Commits on Aug 2, 2022

  1. moving analytics config to the config module, it's now up to forks to…

    … opt out rather than relying on the package name to not be vector
    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    274b1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a8c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e795e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f14aabc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    012485b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56afac2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6d052e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc4aae0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fe3fc6 View commit details
    Browse the repository at this point in the history
  10. accessing the notification action ids via a dedicated class which bui…

    …lds upon the application id
    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    811b2e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d42c27b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df02f50 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18943e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cceac66 View commit details
    Browse the repository at this point in the history
  15. adding changelog entry

    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c07296c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d207f9 View commit details
    Browse the repository at this point in the history
  17. using Config strict mode flag directly within the Application as the …

    …build meta can't be injected before super application.onCreate
    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    fe1019f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cb59d82 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8b9d1bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9b1def3 View commit details
    Browse the repository at this point in the history
  21. using low privacy log from the vector module for code within vector, …

    …instead of the sdk flag
    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3c1e183 View commit details
    Browse the repository at this point in the history
  22. removing unused import

    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d1a63cc View commit details
    Browse the repository at this point in the history
  23. fixing import ordering

    ouchadam committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2ee52f2 View commit details
    Browse the repository at this point in the history