CMPUT301F23T01 / Sigma-Blue

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

Yunyang/feature/image delete #216

Closed Yunyang-Lu closed 10 months ago

Yunyang-Lu commented 10 months ago

image deletion function is up, delete an image is enabled when adding or editing an item. delete by holding on an image, then decide delete or not.

ArrayAdaptor failed to do this; (because of misplacement between bitmap and its path string) So reimplemented the imageListAdaptor(FromPath) using RecyclerView, sorry @lizard-52 : )

lizard-52 commented 10 months ago

Looks like we aren't using imageListAdapter anymore, I'll delete it. I also changed 'image' to 'Image'

waridh commented 10 months ago

sorry, what was included in this latest commit?

Yunyang-Lu commented 10 months ago

sorry, what was included in this latest commit?

Image.java class is removed, it is not needed but I forget to delete it

waridh commented 10 months ago

I can confirm from my quick test that Image features work without Image.java