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

Antenna Map Viewer: Overlay of small Map Legend #408

Closed
SecUpwN opened this issue May 3, 2015 · 24 comments · Fixed by #430
Closed

Antenna Map Viewer: Overlay of small Map Legend #408

SecUpwN opened this issue May 3, 2015 · 24 comments · Fixed by #430

Comments

@SecUpwN
Copy link
Member

SecUpwN commented May 3, 2015

Hey guys, sorry for piling up Issues again. I have received feedback from people that they do use the Antenna Map Viewer but do not know what each circle on the map stands for. Solution: In the top right corner of our Antenna Map Viewer users can already change the Map Type and download the OCID data. I propose adding a small legend to overlay the map to quickly show what each circle stands for. This feature has also been requested in #13 (comment) and will certainly enhance the users experience.

@E3V3A
Copy link
Contributor

E3V3A commented May 3, 2015

Great idea, and I don't think we even need a button for that. A very small legend should suffice, and if the legend is clicked, a larger more details description is shown.

EDIT
The legend should of course reflect the BTS pins as described in #250.
Perhaps @ziem knows how to add a legend to the map?

@ziem
Copy link
Contributor

ziem commented May 4, 2015

@E3V3A Legend can be easily displayed above map like TextView with contributors. I can do it, just tell me what do you want it to look like?

@SecUpwN
Copy link
Member Author

SecUpwN commented May 4, 2015

I can do it, just tell me what do you want it to look like?

Any examples you can link us to?

@ziem
Copy link
Contributor

ziem commented May 4, 2015

I was thinking about something similar to: https://bellevuentss.files.wordpress.com/2012/04/tap-google-map-legend.jpg .

@SecUpwN
Copy link
Member Author

SecUpwN commented May 4, 2015

@ziem, looks great! I'd prefer some sort of gray background though and this thing should be small. But since I know you're a real pro coding stuff for maps, feel invited to craft an initial pull request! ;-)

@E3V3A
Copy link
Contributor

E3V3A commented May 4, 2015

Perfect, if it will use same icons.

@SecUpwN SecUpwN changed the title Antenna Map Viewer: Button to overlay Map Legend Antenna Map Viewer: Overlay of small Map Legend May 7, 2015
@SecUpwN
Copy link
Member Author

SecUpwN commented May 7, 2015

Please send a text description of the markers on the map (for the window, where they will show the markers and their description)

@DimaKoz, I have just updated the OP since we came to the conclusion that we don't need a button - a small map legend that overlays the map in the top right corner, similar to what @ziem suggested should be perfect. Here is my proposal of the legend asked for via E-Mail (separate coloring issue in #250):

PIN EVENT
BLUE Currently connected to this BTS
GREEN Nearby and previously seen BTS
ORANGE Known imported BTS from OCID
RED New or previously unknown BTS

Feel invited to correct me on the above suggestions if you disagree or if they are false.

@E3V3A
Copy link
Contributor

E3V3A commented May 7, 2015

Following #250, I suggest:

PIN EVENT
BLUE Currently connected BTS
GREEN Well known encrypted BTS
ORANGE New or recently added BTS
RED Unknown or insecure BTS

Additional comments:

  1. Of course the legend should be without the table "header" shown above, to conserve screen space.
  2. The blue pin should be centered and of reduced size, relative the others.

@SecUpwN
Copy link
Member Author

SecUpwN commented May 8, 2015

@E3V3A, thanks for updating the legend. I fully agree and would love to see it added like this.
Who of you is going to do it, @ziem or @DimaKoz? Please tell us here to avoid double work.

@ziem
Copy link
Contributor

ziem commented May 8, 2015

I can do it, but after the weekend.

@SecUpwN
Copy link
Member Author

SecUpwN commented May 13, 2015

I can do it, but after the weekend.

@ziem, yes, please give it a shot. Thank you for committing yourself to this.

@ziem
Copy link
Contributor

ziem commented May 16, 2015

Sorry for delay. Legend is almost ready:

Legend

Font size: 10sp.
Background color: #50ffffff.

What do you think about it? Do you have any suggestions how can I improve it?

@E3V3A
Copy link
Contributor

E3V3A commented May 17, 2015

Thanks @ziem! That above look very good. I still need to test. Is the legend transparent?

@ziem
Copy link
Contributor

ziem commented May 17, 2015

Yes, legend is transparent:
Transparent legend

@SecUpwN
Copy link
Member Author

SecUpwN commented May 19, 2015

What do you think about it? Do you have any suggestions how can I improve it?

Looks awesome and doesn't take away too much space. Do you think we'd need to add any sort of expanded descriptions when touching the legend, @E3V3A? In my eyes this thing seems about perfect.

@E3V3A
Copy link
Contributor

E3V3A commented May 19, 2015

The only thing I could think of, is an expanded explanation of the icons, in a pop-up window, when the legend is clicked. (We already have this elsewhere AFAIK.)

@SecUpwN
Copy link
Member Author

SecUpwN commented May 19, 2015

(We already have this elsewhere AFAIK.)

Do you mean your descriptions from #250?

@E3V3A
Copy link
Contributor

E3V3A commented May 19, 2015

No I mean the ones in https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Status-Icons and explanation that should be linked from the About drawer item.

@SecUpwN
Copy link
Member Author

SecUpwN commented May 19, 2015

@E3V3A, I'm afraid I don't get what you want to accomplish. The explanations for the Status Icons have been implemented already, you can view them by clicking the Icons in the About menu. Please clarify.

@E3V3A
Copy link
Contributor

E3V3A commented May 19, 2015

I mean hitting the legend will take you there, unless there's a UX problem with doing that. (E.g. for small screens with large legend?)

@ziem
Copy link
Contributor

ziem commented May 20, 2015

Done - created pull request with map legend.

@SecUpwN
Copy link
Member Author

SecUpwN commented May 22, 2015

Done - created pull request with map legend.

@ziem, awesome work! Just waiting for another Issue to be solved, will merge this soon.

I mean hitting the legend will take you there, unless there's a UX problem with doing that.

@E3V3A, the Status Icons page has nothing to do with the map legend and I would like to avoid adding too many links. If a user wants to now about the Status Icons, he can view the detailed descriptions through the About page. Furthermore, do we really need to explain anything more for the map legend? Should be pretty self-explanatory now. Let's give it a shot and see if we really need to add anything else.

@ziem
Copy link
Contributor

ziem commented May 22, 2015

@SecUpwN - thanks ;). If you would like me to help you with other things, let me know.

@SecUpwN
Copy link
Member Author

SecUpwN commented May 22, 2015

If you would like me to help you with other things, let me know.

Thanks for the kind offer, @ziem! It would be awesome if you could send me a private email and let me know if you want to be listed on our team page. Generally speaking, I'd be extremely thankful if you could tackle any other open Issues (especially bugs) so that our app gets more stable with cleaner code.

@SecUpwN SecUpwN closed this as completed May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants