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

Integrate Mapbox in App #24306

Merged
merged 70 commits into from
Aug 18, 2023
Merged

Integrate Mapbox in App #24306

merged 70 commits into from
Aug 18, 2023

Commits on Aug 9, 2023

  1. chore: install mapbox client for react native

    Hayata Suenaga committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    eea4eb9 View commit details
    Browse the repository at this point in the history
  2. feat: edit podfile and run pod install

    Hayata Suenaga committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    af1365e View commit details
    Browse the repository at this point in the history
  3. feat: add script to set credential for mapbox sdk

    Hayata Suenaga committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1e66728 View commit details
    Browse the repository at this point in the history
  4. chore: configure android for mapbox SDK

    Hayata Suenaga committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c2bae34 View commit details
    Browse the repository at this point in the history
  5. feat: make shell script configure android too

    Hayata Suenaga committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e2270a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. feat: add test library

    Hayata Suenaga committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c6deb54 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/neil-waypoints-list' into hayata…

    …-add-map
    Hayata Suenaga committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2d60732 View commit details
    Browse the repository at this point in the history
  3. style: rename script file name

    Hayata Suenaga committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fbed8b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. feat: divide script for CI and interactive ones

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cee9748 View commit details
    Browse the repository at this point in the history
  2. chore: bump the version of temp library

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f11c64b View commit details
    Browse the repository at this point in the history
  3. feat: configure .env file as part of map setup

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fa00c54 View commit details
    Browse the repository at this point in the history
  4. feat: use new MapView API

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e11ca16 View commit details
    Browse the repository at this point in the history
  5. chore: swap library

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a398dd9 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into hayata-add-map

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    813440f View commit details
    Browse the repository at this point in the history
  7. chore: remove script for setting env

    Hayata Suenaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    64d1014 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. chore: download pod

    Hayata Suenaga committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    eed9bde View commit details
    Browse the repository at this point in the history
  2. chore: download npm packages

    Hayata Suenaga committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c55e426 View commit details
    Browse the repository at this point in the history
  3. chore: use temporary token

    Hayata Suenaga committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e808333 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. chore(deps): remove unnecessary deps

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d1a172a View commit details
    Browse the repository at this point in the history
  2. style: fix typos in script comments

    Co-authored-by: Rajat Parashar <parasharrajat@users.noreply.github.com>
    Hayata Suenaga and parasharrajat authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    00b8432 View commit details
    Browse the repository at this point in the history
  3. style: fix typos in script comments

    Co-authored-by: Rajat Parashar <parasharrajat@users.noreply.github.com>
    Hayata Suenaga and parasharrajat authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    828f6e4 View commit details
    Browse the repository at this point in the history
  4. style: create const for SF coordinate

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    599267c View commit details
    Browse the repository at this point in the history
  5. style: remove inline style

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    de2cf46 View commit details
    Browse the repository at this point in the history
  6. style: change export/import syntax

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8a153c1 View commit details
    Browse the repository at this point in the history
  7. style: add blank line at the end of file

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    81a3234 View commit details
    Browse the repository at this point in the history
  8. fix: account for null case

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b136caa View commit details
    Browse the repository at this point in the history
  9. style: change file names

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7339b40 View commit details
    Browse the repository at this point in the history
  10. feat: add a new action step for mapbox setup

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dae6fcb View commit details
    Browse the repository at this point in the history
  11. style: change script name

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    efbf46b View commit details
    Browse the repository at this point in the history
  12. style: add a new line at the end of file

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e7abf5c View commit details
    Browse the repository at this point in the history
  13. refactor: improve bash script and add comments

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    50d34c8 View commit details
    Browse the repository at this point in the history
  14. fix: update file names

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    33b62d8 View commit details
    Browse the repository at this point in the history
  15. doc: mention setup npm script in comment

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7a5db25 View commit details
    Browse the repository at this point in the history
  16. fix: only display map if the token is ready

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a6f963a View commit details
    Browse the repository at this point in the history
  17. style: put double quotes around variable names

    Hayata Suenaga committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    eca7bd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. style: apply suggestion from linter

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1ea94a7 View commit details
    Browse the repository at this point in the history
  2. fix: add raw input option as suggested by linter

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a5bff89 View commit details
    Browse the repository at this point in the history
  3. fix: typos in scripts and comments

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9c7e49d View commit details
    Browse the repository at this point in the history
  4. refactor: use utils script

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    41c3868 View commit details
    Browse the repository at this point in the history
  5. feat: add new icon

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4175c28 View commit details
    Browse the repository at this point in the history
  6. feat: add offline placeholder component

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    02daa94 View commit details
    Browse the repository at this point in the history
  7. style: use error function in bash script

    Hayata Suenaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1dfed9c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. fix: get token from secret

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    171cd2c View commit details
    Browse the repository at this point in the history
  2. chore: temporary change comp action to use

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5c8cb4d View commit details
    Browse the repository at this point in the history
  3. fix: setup mapbox credential in a right place

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    150f36e View commit details
    Browse the repository at this point in the history
  4. refactor: use existing comp & add translation

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2796f8c View commit details
    Browse the repository at this point in the history
  5. feat: make map scrollable

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ccf473a View commit details
    Browse the repository at this point in the history
  6. feat: add step for setting up mapbox credentials

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7c3732d View commit details
    Browse the repository at this point in the history
  7. doc: add instruction to configure mapbox credential

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fe6404f View commit details
    Browse the repository at this point in the history
  8. chore: fix style

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f84adb7 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into hayata-add-map

    Hayata Suenaga authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b2dac10 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into hayata-add-map

    Hayata Suenaga authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    39f4ba5 View commit details
    Browse the repository at this point in the history
  11. fix: remove waypoint

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    19e6dde View commit details
    Browse the repository at this point in the history
  12. fix: translate text

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    98f212f View commit details
    Browse the repository at this point in the history
  13. fix: change key for es

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    229f599 View commit details
    Browse the repository at this point in the history
  14. fix: make map un-scrollable

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1bfdcdc View commit details
    Browse the repository at this point in the history
  15. add: set the min height of waypoint list

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e950287 View commit details
    Browse the repository at this point in the history
  16. style: remove unused variable

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6120d90 View commit details
    Browse the repository at this point in the history
  17. style: run prettier

    Hayata Suenaga committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    51874c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. doc: fix typo

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7949df5 View commit details
    Browse the repository at this point in the history
  2. refactor: avoid inline styles

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8db1091 View commit details
    Browse the repository at this point in the history
  3. run pod install with updated cocoapods

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e2f930f View commit details
    Browse the repository at this point in the history
  4. style: remove inline style

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4b426eb View commit details
    Browse the repository at this point in the history
  5. style: use const and Boolean

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5fb9731 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into hayata-add-map

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    477bd29 View commit details
    Browse the repository at this point in the history
  7. fix: cleanup listeners

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4b2f25f View commit details
    Browse the repository at this point in the history
  8. feat: display different message for online pending map

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f251a90 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into hayata-add-map

    Hayata Suenaga authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8140995 View commit details
    Browse the repository at this point in the history
  10. chore: update package lock json

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    da18fef View commit details
    Browse the repository at this point in the history
  11. style: run prettier

    Hayata Suenaga committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b68032f View commit details
    Browse the repository at this point in the history