-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecate objects from LibraryNetworkEntitiy
#3092
Comments
TestUtils
LibraryNetworkEntitiy
I am interested in doing it can help me out. |
@gouri-panda Honestly I don’t understand this ticket. Who deprecated what exactly? For which reason? This File stuff seems deprecated but at the same time it should be replaced, this is contradictory? How to fix the problem? We have here again a ticket which is not understable for anybody except the developers. An effort should be made to avoid this because nothing can be done as long as the ticket is not understandable. |
@MohitMaliDeveloper Would that be complicated to fix? |
@kelson42 Sorry for the late reply! I don't know why it has been deprecated. I think it's for good reasons Sean deprecated it. The purpose of this ticket is the replace with the good alternatives. |
Hey @gouri-panda can I work on this? |
@rishujam @gouri-panda @MohitMaliDeveloper What is exactly the plan here? If we don’t understand why this is deprecated, the I would do nothing. What woukd be an alternative and why it should be better? |
I guess it does not literally mean that the File object is deprecated instead we should stop using these attributes from LibraryNetworkEntitiy class. Also, remoteUrl attribute is not being used anywhere in the project. Is it right @gouri-panda ? |
@MohitMaliFtechiz Please clarify what has to be done, then it could be reassign to so eone else to do the real fix |
@kelson42 , I have research about it an found below points.
this PR fixed many tickets and i have checked many of them, I have not find any good reason to deprecated these objects on PR discussion as well as on ticket dicussion. But i have checked |
@MohitMaliFtechiz Please then domthe bit which is then necessar to close this ticket. |
We deprecated the
File
object inLibraryNetworkEntitiy
. Perhaps it's time to remove deprecated objects/methods.kiwix-android/core/src/main/java/org/kiwix/kiwixmobile/core/entity/LibraryNetworkEntity.java
Lines 94 to 97 in 2ab7a55
Originally posted by @gouri-panda in #3051 (comment)
Solution
We have to find alternative methods for this. We should refactor other classes' dependencies as well.
The text was updated successfully, but these errors were encountered: