azavea / cac-tripplanner-android

GoPhillyGo Android app
https://gophillygo.org
Apache License 2.0
3 stars 3 forks source link

Bugfix/fix search marshmallow#146 #149

Closed flibbertigibbet closed 6 years ago

flibbertigibbet commented 6 years ago

Overview

Fix search results not showing on API 23 (6.0, Marshmallow).

Issue was with _id column aliases needing to be dereferenced from table aliases in the UNION query for destinations and events. Also bumps database version, although it is probably not necessary for the changes here.

Also fixes reference to place icon used in results list, which must have changed.

Testing

Fixes #146.