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

Android: ArrivalView, supporting formatters and updated testing #134

Merged
merged 18 commits into from
Jul 14, 2024

Conversation

Archdoog
Copy link
Collaborator

@Archdoog Archdoog commented Jul 6, 2024

  • Adds android ArrivalView
  • Creates formatters required for ArrivalView

Closes #65 (installation will be deferred to bringing the dynamic nav map view into android)

@Archdoog Archdoog self-assigned this Jul 6, 2024
@Archdoog Archdoog marked this pull request as ready for review July 7, 2024 00:35
@Archdoog Archdoog requested review from ianthetechie and CatMe0w July 7, 2024 00:35
@Archdoog Archdoog changed the title Added ArrivalView, supporting formatters and updated testing Android: ArrivalView, supporting formatters and updated testing Jul 13, 2024
Copy link
Contributor

@ianthetechie ianthetechie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good; just a few minor comments we might look at later that weren't even related to the main PR.

@@ -157,9 +166,12 @@ jobs:

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
if: success() || failure()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooh, interesting... I think the intent here is more closely matched by "not cancelled?" If so, I'm not quite sure why the job would be running anyways ; shouldn't cancellation stop all other jobs in the workflow? Or does GH Actions work differently? ;)

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
if: success() || failure()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@ianthetechie ianthetechie merged commit 2ff4a75 into main Jul 14, 2024
14 checks passed
@ianthetechie ianthetechie deleted the feat/android/arrival-view branch July 14, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android Arrival View
2 participants