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

Turn analytics tracker into invisible fragment #454

Closed konklone closed 13 years ago

konklone commented 13 years ago

See if we can change this into an invisible fragment that manages its own state, and lessen the footprint that each activity has to deal with it. Right now, we have to track a boolean "tracked" so that the tracker doesn't send another hit when the screen is flipped. Can we remove that?

konklone commented 13 years ago

Can't convert the analytics code in NotificationSettings, not until they either support PreferenceFragments in the compatibility library (which Dianne Hackborn indicates is unlikely), or we start targeting only 3.0 and up (not likely for a long time).