azavea / cac-tripplanner-android

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

Stop using AsyncTask #218

Closed ddohler closed 1 year ago

ddohler commented 1 year ago

Overview

AsyncTask has been deprecated, so this stops using it.

Demo

Here we are running on a Nexus 4 (2012) on Android SDK 22 Screenshot from 2023-08-18 15-01-19

And on a Pixel 5 (2020) running Android SDK 33 Screenshot from 2023-08-18 15-05-00

Notes

Testing Instructions

Closes #213

ddohler commented 1 year ago

Thanks for reviewing, @rachelekm ! I'm going to go ahead and merge now.