konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 42 forks source link

Moves to Android API 16 (4.1) #658

Closed konklone closed 7 years ago

konklone commented 7 years ago

This makes the minimum supported Android version 4.1, API level 16.

It drops use of the Android support-v4 fragment. The v4 and v13 support libraries are used only to support PagerAdapter, which remains a helpful utils function from these support libraries. They use the native Fragment classes, meaning we're off of android.support.v4.app.Fragment and its supporting classes altogether.

Fixes #651.