-
Notifications
You must be signed in to change notification settings - Fork 711
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
Fixed: #2395 Added SDK Checks for Deprecated Parcelable and Serializable Functions #2396
Fixed: #2395 Added SDK Checks for Deprecated Parcelable and Serializable Functions #2396
Conversation
…lizable functions
04192d5
to
aba69f7
Compare
@PratyushSingh07 can you please review my PR |
I don't think of it as a priority as we are in the midst of migration. We can avoid this easily if we use navigation graph ( safe args should be enough imo). And in the future we are looking to entirely migrate the project to compose and it such a case we wouldn't really have to worry about this warning |
Hi @SekhGulamMainuddin can you resolve the conflicts, I see scope meanwhile we are migrating the PR but I want to put focus on migration. You are most welcome to send PR for migration to jetpack compose. |
Sure sir I will resolve the conflicts. |
fix openMF#1075: ui layout for loan application fragment
fix openMF#1665: Filter error in AccountsFragment.kt fixed fix openMF#1665: Filter error in AccountsFragment.kt fixed fix openMF#1665: Filter error in AccountsFragment.kt fixed fix openMF#1665: Filter error in AccountsFragment.kt fixed
…anguage Option
…lizable functions
…lizable functions
…ations' into fixSerializableAndParcebleDeprecations
Fixes: #2395
Added SDK Checks for the Deprecated Parcelable and Serializable Functions.
Made an Object Class ParcelableAndSerializableUtils to do all the work so as to reduce redundancy in the code and refactored the activities and fragments containing the deprecated Parcelable and Serializable Functions.