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

Added LruCache, which is dependent on android-support-v4.jar. #7

Merged
merged 1 commit into from Mar 12, 2014

Conversation

fess89
Copy link
Contributor

@fess89 fess89 commented Feb 6, 2014

Added LruCache, which is dependent on android-support-v4.jar.

Modified onScreenTapped: the formula there now depends on if the picture is larger than the screen or not. This actually needs investigation. I've tested it on a Nexus 7 emulator and it worked there, but I'm not sure about devices with different DPI / screen size.

Modified setImageResource() so it would take into account inSampleSize. But the decision mechanism for what inSampleSize to use (default is 1, i.e. no changed to the original image) is still to implement.

Modified onScreenTapped: the formula there now depends on if the picture is larger than the screen or not.

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   README
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	.idea/
#	imagemap.iml
#	out/
@jsiko11
Copy link

jsiko11 commented Mar 7, 2014

Hi! I have merge your code and now I can tap on Map.
There some issue tapping near the poly because acts like if the tap was on poly area.
Hope you can fix it soon as possible. Great work

catchthecows added a commit that referenced this pull request Mar 12, 2014
Added LruCache, which is dependent on android-support-v4.jar.
@catchthecows catchthecows merged commit eb46439 into catchthecows:master Mar 12, 2014
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.

None yet

3 participants