posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

Select Multiple Tag Value Feature #118

Closed hallahan closed 8 years ago

hallahan commented 8 years ago

If you check out tag 0.15, you can use check boxes instead of radio buttons for your selection questions. Rather than being able to select one single tag value, you can select multiple, and they will be semi-colon delimited.

This is enabled only on tag 0.15 and the select-multiple-tag-value branch. You can turn on and off this functionality in the code here:

https://github.com/AmericanRedCross/OpenMapKitAndroid/blob/f280d73d94d6bd4f5dfda58e936a63d51f4fb609/app/src/main/java/org/redcross/openmapkit/tagswipe/TagSwipeActivity.java#L182

Once we get the whole constraint workflow figured out, we will be able to specify if we want to select one or multiple tag values. There's a bit to sort out with that, so this is why we have the temporary v0.15 APK.