klinker41 / article-android

Android library for displaying web articles in a readable format
Other
153 stars 26 forks source link

Support ordered and unordered lists #12

Closed klinker41 closed 7 years ago

klinker41 commented 7 years ago

Right now I believe we are grabbing the ul and ol tags in an article but then we're stripping them out on the client because we don't support them there (need to confirm this). If we are grabbing them, then we should display them appropriately as another item in the adapter. If we aren't, then we should modify the server so that we do get them and then support them properly.

Lists add a bit of info to articles and shouldn't be too difficult to implement.

klinker41 commented 7 years ago

done with https://github.com/klinker41/article-android/commit/fc89850d1e593a3da3014715680a34fe34adf9f8