forked from mateor/OpenPDroidPatches
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hey guys,
I would like to start the work on merging PD2.0 features into OPD.
Before I will describe some things:
PD2.0 is completely ported by my self and not a fork of OPD
Therefore I think it is a good way to review and compare the whole code and merging the best solutions together. Who would like to help??!
I haven't had a "deep" look at OPD yet, but that is what I can say now:
- Port contains several "normal" and "heavy" porting failures, just like the one in the TelephonyRegistry (I believe it was the cellInfo method)
- We can fix all known bugs with the review, because I can tell you what to do and how to fix or which code you have to copy
- purgeSettings method was never intended to delete the whole database. Please insert a new method to the interface just like "deleteDatabase" and change the code!
- Until now the database is never being closed the whole time (OPD), don't do that! You can fix it with AtomicInteger by increment/decrement for every dataccess and after that automatically close it
- The delete recursively method is more than deprecated and have to change
- ..... I haven't enough time to write down my mind about the framework :-D, I will update this post from time to time.
Hopefully there is someone out there who would like to start with merging.
Furthermore: I will talk with matoe about how to handle it on github.
Cheers
Metadata
Metadata
Assignees
Labels
No labels