Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[android] Checkstyle fixes round 1 #6234

Merged
merged 2 commits into from
Sep 2, 2016
Merged

[android] Checkstyle fixes round 1 #6234

merged 2 commits into from
Sep 2, 2016

Conversation

cammace
Copy link
Contributor

@cammace cammace commented Sep 1, 2016

removes a lot of the Hungarian notation and fixes other checkstyle issues. @bleege can you review?

@cammace cammace added refactor Android Mapbox Maps SDK for Android labels Sep 1, 2016
@mention-bot
Copy link

@cammace, thanks for your PR! By analyzing this pull request, we identified @zugaldia and @bleege to be potential reviewers.

@bleege
Copy link
Contributor

bleege commented Sep 1, 2016

Looks good overall @cammace. The only trouble I ran into when running the TestApp was with

  1. ManualZoomActivity not rendering a style
  2. ViewPagerActivity crashing

Once those are addressed this should be good to go.

@cammace
Copy link
Contributor Author

cammace commented Sep 2, 2016

What's the crash your getting? For ViewPagerActivity, I was getting a crash also but it was related to #6193. clearing the apps data fixed it for me.

@cammace
Copy link
Contributor Author

cammace commented Sep 2, 2016

For the the ManualZoomActivity not rendering a style, this can be reproduced in master and has to do with setting the style using the MapView object. Ticketed in #6242. Looking into the ViewPagerActivity issue now.

@cammace
Copy link
Contributor Author

cammace commented Sep 2, 2016

ViewPagerActivity issue is also reproducible in master, this PR just removed unused imports from that class. Ticket it in #6243

@cammace
Copy link
Contributor Author

cammace commented Sep 2, 2016

@bleege has given the 👍 merging now

cc: @mapbox/android

@cammace cammace merged commit 6a39cf5 into master Sep 2, 2016
@cammace cammace deleted the 6232-checkstyle-round-1 branch September 2, 2016 18:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants