abranson / rockpool

Pebble client application for Sailfish OS
41 stars 19 forks source link

Appstore UI and engine fixes and improvements #27

Closed rufferson closed 8 years ago

rufferson commented 8 years ago

Here are fixes for several UI glitches in the appstore. In addition two commits are touching appstoreclient and appsmodel/appsmodelfilter. That is to make client pure JSON API engine while moving UI logic off to the model and model filter. That allows more flexibility while building UI.

abranson commented 8 years ago

Thanks! Will try it out then get it built with my recent changes. Seems a much cleaner design.

abranson commented 8 years ago

The app store layout is much better, but I get no results shown for search. Logs shows lots of: [D] ApplicationsFilterModel::filterAcceptsRow:98 - Skipping item "Tiny Bird" because it has no group

rufferson commented 8 years ago

Oh right, one sec, one line should suffice I hope