theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

feat(sorted-by-name): apps and libraries are sorted by name #86

Closed carotkut94 closed 2 years ago

carotkut94 commented 2 years ago

we all find it very easy to lookup apps or libraries by name, thus sorting the list of apps and libraries makes sense, a lot to me. thus the PR.

carotkut94 commented 2 years ago

@theapache64 is it good to merge?

theapache64 commented 2 years ago

Hi @carotkut94, Thanks for this PR, but this is already planned for 1.2.0. The ideal solution would be to ask the server to sort it. Will implement this as part of #87. Next time please discuss before raising a PR.

theapache64 commented 2 years ago

@carotkut94 Just FYI : https://github.com/theapache64/stackzy/commit/f5e0a458ae7d8262e22bfcca33f0fab94d85b977 Thanks for the feedback :)