parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Proposal for split ParseLoginUI moudle #66

Closed wangmengyan95 closed 8 years ago

wangmengyan95 commented 9 years ago

Since we add ParseImageView and ParseQueryAdapter to the repo, it make no sense to still keep them all in one login module.

We propose to split the ParseLoginUI into two modules. ParseUI-Login module for all login related classes. ParseUI-Widget module for ParseImageView, ParseQueryAdapter and future widgets.

For packaging, in ParseUI-Login, all classes are still under package com.parse.ui for backward compatibility. In ParseUI-Widget, ParseImageView and ParseQueryAdapter are in com.parse, the future widgets will be in com.parse.widget.

Check PR #65 for details.

Please leave you opinions, suggestions or any thoughts under this issue.

Thanks.

AlbertVilaCalvo commented 8 years ago

It makes sense. I just want to use ParseQueryAdapater, and I don't have any interest on the Login part. Regarding the breaking change, I don't care changing my imports from com.parse to com.parse.widget: it's just an small change (Find and Replace).

We are a bunch of people waiting for ParseUI to be published to maven and this is the last issue to fix so please take a decision and act now. It's a pain to move jars and folders up and down.

wangmengyan95 commented 8 years ago

65