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

Ask for Location Perms enabled #271

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jddeep
Copy link
Contributor

@jddeep jddeep commented Apr 4, 2019

Fixes #269

  • Run the unit tests with gradlew app:connectedGmsDebugAndroidTest to make sure you didn't break anything (with an emulator running or phone connected)

  • If you have multiple commits please combine them into one commit by squashing them.

@jddeep
Copy link
Contributor Author

jddeep commented Apr 4, 2019

@jaydeetay Please review. Thanks!

setUpAnalytics(versionName);

performFeatureCheck();
private static final String TAG = MiscUtil.getTag(StardroidApplication.class);
Copy link
Member

Choose a reason for hiding this comment

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

Sorry - looks like you've done a big reformatting here. Please don't do that - it makes the change history harder to understand and can make merges more difficult. Doing a one off refactor to reformat is sometimes OK if a file is badly formatted, but it's best not to mix it up with functionality changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jaydeetay i have only reformatted the code using ctrl+alt+L. Nothing much.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jaydeetay I understood what you were talking about. Changes made 👍

@jddeep
Copy link
Contributor Author

jddeep commented Apr 29, 2019

@jaydeetay Now this can be merged,

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.

App doesn't warn when location is disabled.
2 participants