-
Notifications
You must be signed in to change notification settings - Fork 308
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
chore: Remove Embedded Social #1049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@acrown-msft Thanks for working on this! It mostly looks good from a look at the code in the PR, although a few requests in-line. I still need to do a test install and upgrade with these changes, but I figured I'd try to get you some feedback sooner rather than later.
onebusaway-android/src/main/java/org/onebusaway/android/ui/ArrivalsListFragment.java
Outdated
Show resolved
Hide resolved
onebusaway-android/src/main/java/org/onebusaway/android/provider/ObaContract.java
Outdated
Show resolved
Hide resolved
onebusaway-android/src/main/java/org/onebusaway/android/io/elements/ObaRegionElement.java
Outdated
Show resolved
Hide resolved
onebusaway-android/src/main/java/org/onebusaway/android/ui/NavigationDrawerFragment.java
Show resolved
Hide resolved
onebusaway-android/src/main/java/org/onebusaway/android/ui/NavigationDrawerFragment.java
Outdated
Show resolved
Hide resolved
onebusaway-android/src/main/java/org/onebusaway/android/ui/TripPlanActivity.java
Outdated
Show resolved
Hide resolved
onebusaway-android/src/main/java/org/onebusaway/android/util/RegionUtils.java
Outdated
Show resolved
Hide resolved
Thanks @acrown-msft! |
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 connectedObaAmazonDebugAndroidTest
to make sure you didn't break anythingIf 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)
Closes #889, Closes #888, Closes #887, Closes #870, Closes #852, Closes #827