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

Fixed #1138 - AboutActivity UI enhancement. #1148

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

sebesti0n
Copy link
Contributor

@sebesti0n sebesti0n commented Mar 8, 2024

Fixed #1138
Preview:

OBA-About-Activity.mp4

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with gradlew connectedObaGoogleDebugAndroidTest to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them for the initial submission of the pull request. When addressing comments on a pull request, please push a new commit per comment when possible (reviewers will squash and merge using GitHub merge tool)

builder.append(getString(R.string.about_text));
builder.append("\n\n");
// builder.append(getString(R.string.about_text));
// builder.append("\n\n");

Choose a reason for hiding this comment

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

If not needed, can we remove the comments? @sebesti0n

@sebesti0n sebesti0n changed the title refactor: AboutActivity UI enhancement. Fixed #1138 - AboutActivity UI enhancement. Mar 9, 2024
Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

Generally, I think this looks great, and I appreciate you tackling it. I have a couple minor quibbles with the content layout and text, but I'll follow up with another PR that covers them shortly.

@aaronbrethorst aaronbrethorst merged commit bb736a5 into OneBusAway:main Mar 11, 2024
2 checks passed
@aaronbrethorst
Copy link
Member

@sebesti0n fyi - see #1160

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.

Enhancement: "About"Activity layout needs to be enhanced
3 participants