iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Guide and Category Search #153

Closed timothyasp closed 11 years ago

timothyasp commented 11 years ago

This pull implements search throughout the app. Finally.

RIght now we just have search for categories (Topics, devices, whateverwecallthem) and guides. There is a search item in the menu drawer which takes you to the default search activity and allows you to perform a search there. Also, in TopicActivity and TopicViewActivity, there are search icons in the action bar.

These changes are deployed to both beta groups.

danielbeardsley commented 11 years ago

This is exciting!

marczych commented 11 years ago

Some issues I found during testing:

Clicking search from the menu drawer

Search Activity

marczych commented 11 years ago

I'm really happy with the code on the whole. There is still at least one minor comment that hasn't been addressed yet, though.

I'm good to merge it after we fix/decide to not fix the issues I brought up earlier.

timothyasp commented 11 years ago

Hardware search works (albeit a bit ugly on 2.2).

marczych commented 11 years ago

Would it be possible to move App/res/xml/searchable.xml to App/sites/ifixit/res/xml/searchable.xml so every site has to specify one? This would also make it so we don't forget to make one for new sites since the ifixit directory is copied and modified.

Also, you need to merge in master and resolve the conflicts.