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

Reorganize Telemetry releases 4.7.1, 4.7.2, 4.7.3 into 4.7.4 and above #463

Closed
wants to merge 13 commits into from

Commits on Mar 12, 2020

  1. Revert "Fix Turnstile Obfuscation (#457)"

    This reverts commit 5f6d6ff
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    980dc38 View commit details
    Browse the repository at this point in the history
  2. Revert "Transition JobIntentService to WorkManager (#453)"

    This reverts commit fa7f7fa
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    dbada33 View commit details
    Browse the repository at this point in the history
  3. Revert "Upgrade to AndroidX (#446) (#450)"

    This reverts commit 296980a
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d784869 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Add test device for CI in release process (#417)" (#449

    …)"
    
    This reverts commit 4f39e80
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    aec8ef9 View commit details
    Browse the repository at this point in the history
  5. Revert "Add test device for CI in release process (#417)"

    This reverts commit 99441e2
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    309155f View commit details
    Browse the repository at this point in the history
  6. Revert "Workaround for Strict mode socket issue: (#443)"

    This reverts commit 40b8f44
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    e131996 View commit details
    Browse the repository at this point in the history
  7. Revert "Update Node version to >=10 in package.json (#445)"

    This reverts commit 39a3e65
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    4b74b97 View commit details
    Browse the repository at this point in the history
  8. Revert "Update Gradle Versions: (#444)"

    This reverts commit ac7dc73
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    11a29a5 View commit details
    Browse the repository at this point in the history
  9. Generated files

    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    e47e735 View commit details
    Browse the repository at this point in the history
  10. Workaround for Strict mode socket issue: (#443)

    Add custom socket factory and set TrafficStats.setThreadStatsTag(1000) for configuration client(okhttpClient).
    
    (cherry picked from commit 40b8f44)
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1d4914b View commit details
    Browse the repository at this point in the history
  11. Fix Turnstile Obfuscation (#457)

    * Fix obfuscation:
    
    Prevent obfuscation of Event classes to keep properties in JSON schema unaltered.
    Throw Assertion Error in Test App in case of POST failure for an event.
    Set minifyEnabled true in build.gradle for debug build to make the test
    app behave close to production app.
    Add button on test app's main screen, which sends turnstile event on click.
    Add @SerializedName annotation to Turnstile and Crash Event properties
    to keep them consistent with other events.
    Fix Location Schema test to ignore the properties(speed, course, floor,
    speedAccuracy, courseAccuracy, and verticalAccuracy) that are
    added in the backend but not incorporated into the SDK yet!
    
    (cherry picked from commit 5f6d6ff)
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    478774e View commit details
    Browse the repository at this point in the history
  12. Keep annotation:

    Remove AndroidX imports and add imports for @keep from support library.
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    b65aa8f View commit details
    Browse the repository at this point in the history
  13. Update Gradle Versions: (#444)

    Gradle Version : 5.6.4
    Android Gradle Plugin Version : 3.5.3
    
    (cherry picked from commit ac7dc73)
    Harsha Sura committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    92fc61a View commit details
    Browse the repository at this point in the history