onaio / kujaku

Mapping and check-in library for Android using MapBox SDK
https://ona.io
BSD 2-Clause "Simplified" License
18 stars 11 forks source link

Allow for sorting by any of the valid sortType fields rather than just the date field #332

Closed shubham1g5 closed 4 years ago

shubham1g5 commented 4 years ago

MapActivity only seems to support the SortFieldConfig.FieldType.DATE field for sorting. This PR extend the functionality to support all the valid types.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 1607


Changes Missing Coverage Covered Lines Changed/Added Lines %
library/src/main/java/io/ona/kujaku/activities/MapActivity.java 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 1606: 0.0%
Covered Lines: 3059
Relevant Lines: 5802

💛 - Coveralls