CMPUT301F23T01 / Sigma-Blue

Introduction to Software engineering project repository
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Improve the current method of selecting multiple tags #135

Closed echeng-git closed 10 months ago

echeng-git commented 10 months ago

Currently, multiple tag selection requires checkboxes, and it currently is impossible to select each item by tapping; arrow key navigation is required. We can reuse the long item click for each list item in ViewListActivity.

echeng-git commented 10 months ago

After copying over the multiple item selection from ViewListActivity to TagManagerFragment, we can look into utilising a superclass that handles the two to clean things up.

echeng-git commented 10 months ago

Closed as a duplicate of #118.