android-iconify icon indicating copy to clipboard operation
android-iconify copied to clipboard

Support search icons and find similar icons

Open baurine opened this issue 8 years ago • 10 comments

support search icons

the result screenshot:

1 pic_hd

2 pic_hd

baurine avatar Apr 09 '16 16:04 baurine

Cool :) Does it only search on the icon name, or can it also (be extendable and) search on 'tags'? If tags or sth aren't supported, it's hard to find all possibly relevant icons (eg would one find 'md-tap-and-play' if on searched for 'stream'?)

keunes avatar Apr 10 '16 08:04 keunes

@keunes now it just support search by icon name. I also want to support search by tags, but it seems not very easy and can quick implement.

baurine avatar Apr 10 '16 13:04 baurine

now support find similar icons when you click any icon.

the final screenshot:

00_search_fab

01_search

02_similar_icons

baurine avatar Apr 10 '16 15:04 baurine

@baurine Can you provide APK for easy test?

MarcinOrlowski avatar Apr 10 '16 23:04 MarcinOrlowski

@MarcinOrlowski of course, here it is:

android-iconify-sample-debug.apk.zip

baurine avatar Apr 11 '16 02:04 baurine

Thanks. Aside from odd "X" clear button location it seems to work.

search

MarcinOrlowski avatar May 18 '16 20:05 MarcinOrlowski

There's small bug though - activity is not resized when IME opens, therefore some icons remain invisible. Yet is shall be sufficient to add

android:windowSoftInputMode="adjustResize"

to fix that.

MarcinOrlowski avatar May 18 '16 20:05 MarcinOrlowski

@MarcinOrlowski what's your phone model and android version? in my phone has no this problem.

baurine avatar May 20 '16 08:05 baurine

It's on emulator, running Android 6.0

MarcinOrlowski avatar May 20 '16 08:05 MarcinOrlowski

@MarcinOrlowski I tried in Android 6.0 emulator, it is true like what you said, but I don't know whether it works normal in Android 6.0 physical device. maybe we can fix it after this pr is merged.

baurine avatar May 22 '16 03:05 baurine