ukanth / micopacks

Manage Icon packs with Tasker Plugin
Apache License 2.0
35 stars 5 forks source link

Added a favroite section that displays your list of fav Icon packs #13

Closed MansiBhayade closed 1 year ago

MansiBhayade commented 1 year ago

Changes made

1. Adding of Favourites section

Favourite section is added in the collapseactionview which then opens favorite.xml which contains recyclerview that displays the entire list of Iconpacks which are marked as favourite by the user.

2. Created favorites class

The class takes input in the form of list that is list of Iconpacks marked as Favroite by the user and displays them in xml

3. Updated IconAdapter

Added the Iconpacks which are marked as Favorite to the FavoriteIconPackList

MansiBhayade commented 1 year ago

Please review

MansiBhayade commented 1 year ago

Fixed code errors and added layout to display list of favorite items