hellfyre / Yet-Another-Opening-Hours-App

YAOHA is an Android Application that lets you view and edit opening hours in OpenStreetMap
GNU General Public License v3.0
3 stars 1 forks source link

Replace black overlay rectangles by circles #15

Closed hellfyre closed 12 years ago

hellfyre commented 12 years ago

Green circles, if shop is open, red otherwise. Or red/green arrows. Or...

lurtz commented 12 years ago

the overlay only displays simple strings like name and the opening_hours string we got from OSM. this is ugly and it likes to overlap.

display a red, green or blue circle instead of the text. when a circle is tapped, something should open to view more information like name, website, opening hours. If data is missing we should be able to enter this either in this overlay directly or open a new Activity, where new values can be given and uploaded to OSM. This should also habe sanity checks.

lurtz commented 12 years ago

maybe you are not satisfied with the artistic style, but I consider this done