stanipintjuk / Silverfish

A simple and lightweight launcher for Android.
GNU General Public License v3.0
44 stars 17 forks source link

Fixes #68 #71

Closed thefzsalam closed 6 years ago

thefzsalam commented 6 years ago

AppTable is updated to store activity name in addition to package name. Updated code to load labels and icons based on activity name instead of package name Add to homescreen popup now appears as expected.

Todo: Homescreen shortcuts added by other apps, like file managers are not loaded until Silverfish is restarted. The labels and icons of those shortcuts are the same as those of the main app. For example, it is 'File Explorer' instead of 'My Folder', when I add a shortcut to My Folder through the File Explorer app.

Lonami commented 6 years ago

Nice work, so many changes but it looks good. And it works. Can't see why we shouldn't merge. Thanks!