cc-archive / list

The List powered by Creative Commons allows people to contribute to the public commons by taking photographs of the world around them and sharing these images with the world.
GNU General Public License v3.0
48 stars 29 forks source link

Remove unnecessary libraries now that we’re using design lib + supporting api 14+ #327

Closed perpetuatingcuriosity closed 9 years ago

perpetuatingcuriosity commented 9 years ago

To remove nineoldandroids lib we need to review swipe to dismiss + current method of handling item clicks in recyclerview. This will make everything a lot cleaner.

Also remove 3rd party material design libs for edit texts and dialog libs (this means getting layouts using these libs functioning with the new support lib versions) We should also be removing volley once requests can be handled by retrofit #325

perpetuatingcuriosity commented 9 years ago

Still need to remove volley after #325 has been completed. That will likely be an ongoing task. Closing this as all other unnecessary libs have been removed