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

Fix crash due to missing access token; delete CredentialsManager.kt #365

Merged
merged 13 commits into from
May 28, 2021

Commits on May 28, 2021

  1. Fix token not found error

    Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    29c3b1f View commit details
    Browse the repository at this point in the history
  2. Delete CredentialsManager.kt

    Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c6b3051 View commit details
    Browse the repository at this point in the history
  3. Make ResourceOptionsManager.kt as a data class

    Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    b5c8e06 View commit details
    Browse the repository at this point in the history
  4. Fix the MapViewCustomizationActivity and update docs.

    pengdev authored and Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    3ec1b84 View commit details
    Browse the repository at this point in the history
  5. Update doc.

    pengdev authored and Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2a6f160 View commit details
    Browse the repository at this point in the history
  6. Update doc

    Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    b4543ab View commit details
    Browse the repository at this point in the history
  7. Check token in an appropriate time

    Kevin Li committed May 28, 2021
    Configuration menu
    Copy the full SHA
    93b1109 View commit details
    Browse the repository at this point in the history
  8. Fix review comments

    kevin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    193e96f View commit details
    Browse the repository at this point in the history
  9. Update sdk/src/main/java/com/mapbox/maps/MapInitOptions.kt

    Co-authored-by: Peng Liu <peng.liu@mapbox.com>
    Kevin Li and pengdev authored May 28, 2021
    Configuration menu
    Copy the full SHA
    1296c30 View commit details
    Browse the repository at this point in the history
  10. Add test cases

    kevin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    150957b View commit details
    Browse the repository at this point in the history
  11. Remove redundant codes.

    kevin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d741520 View commit details
    Browse the repository at this point in the history
  12. Update sdk/src/test/java/com/mapbox/maps/ResourceAttributeParserTest.kt

    Co-authored-by: Peng Liu <peng.liu@mapbox.com>
    Kevin Li and pengdev authored May 28, 2021
    Configuration menu
    Copy the full SHA
    1ae7b05 View commit details
    Browse the repository at this point in the history
  13. Update codes

    kevin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    8e735ea View commit details
    Browse the repository at this point in the history