openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
196 stars 581 forks source link

Remove com.mifos.objects.db dependency #317

Open therajanmaurya opened 8 years ago

therajanmaurya commented 8 years ago

com.mifos.objects.db dependency was written for Sugar Orm. But now Sugar Orm is replaced by DBFlow and com.mifos.objects.db have the dependency in many files. Removed com.mifos.objects.db dependency as working in features.

For resolving this issue, look to models of db package if that are already exist in any other package then replace with that model. and if does not exist then shift db model to another package where that belong.

mayank-kgp commented 8 years ago

I am taking this issue. But I need guidance for this. I have found in project. Dependencies are - com.mifos.object.db.MifosGroup, com.mifos.object.db.CollectionSheet, com.mifos.object.db.Client, com.mifos.object.db.Loan, com.mifos.object.db.OfflineCenter and Do I need to delete db package after replacing?

therajanmaurya commented 8 years ago

@mayank-kgp wait. in this issue, we need to just shift the Pojo to object directory. and this will create conflicts, So that I am stopped. Wait till the open PR merge.

mayank-kgp commented 8 years ago

@therajanmaurya ok

luckyman20 commented 6 years ago

@therajanmaurya Is this issue still exists?