implemented GamePlayerActivity clicks onn webview.
Implemented clicks events for common PlayerActivity.kt
Implemented clicks for mylist and view all fragments of all modules.
Integrated Firebase analytics.
Tested by enabling debugger view.
Integrated Firebase performance monitoring.
Integrated Onesignal, initiated and tested.
Sent onesignal id to backend from endpoints: guest_login, login, login_proceed and guest_login.
Integrated v2/favorite_listing api with new data structure of show_data with split data for english and hindi category.
Made the changes according at all places in mylist module.
Started implementing flow for item being from fav view all activity for web shows:
1. reloading the whole list by resetting the pagination.
2. removing locally when user has loaded all the data already.
Image loading in Home1Fragment, Home2Fragment and HomeActivity.
Created and shared build with testers.
Integrated navigation component for web series.
Research for problem related to save state of WebSeriesFragment of collapsing toolbar.
Solved it.
Integrated room database dependency with ksp and started working on on creating database for click events.
Created models, dao, database (singleton).
Issue related to app-inspection.
Integrated product view api for viewing product.
Added removing cart item functionality from product view fragment.
Added callback to listen removal changes when gone to cart from product view fragment.
Debugged crash with configuration changes with multiple fragments in an activity with no public constructor.
And issue with no saved state when configuration is changed.
Understood and integrated navigation-safe-args in ShopActivity.
Worked on getting callbacks for url change in PaymentActivity.
Integrated sub-category api and its ui with tablyout
Integrated product listing api and cached data in ShopViewModel for every super-category, category and sub-category.
Created ProductFragment to showcase product details: Added viewpager and its adapter to show all images of a product in a sliding manner.
updating to media player 3 in MoreHomeActivity SongAdapter and Player on HomeFragment 1 and 2
Error handing in PlayerActivity.kt and LiveStreamPlayerActivity.kt
Integrated Episode Api listing and caching
PlayerActivity created for playing any listed passed
Created and cached playlist for episodes for every season of show
Updated jwplayer to latest v4.17.0
Integrated teasers api and cached data
Created and cached playlist for teasers for every season of show
continue watching data showing in recyclerview
clearing cached data when user logs out and logs in with new account
custom spinner for category in web series
started making ui for Show details page and episode listing