Changeset View
Changeset View
Standalone View
Standalone View
src/it/reyboz/bustorino/backend/FiveTAPIFetcher.java
| Show All 12 Lines | BusTO - Backend components | ||||
| GNU General Public License for more details. | GNU General Public License for more details. | ||||
| You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | ||||
| along with this program. If not, see <http://www.gnu.org/licenses/>. | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||||
| */ | */ | ||||
| package it.reyboz.bustorino.backend; | package it.reyboz.bustorino.backend; | ||||
| import androidx.annotation.Nullable; | import androidx.annotation.Nullable; | ||||
| import android.util.Log; | import android.util.Log; | ||||
| import it.reyboz.bustorino.data.GTTInfoInject; | import it.reyboz.bustorino.data.GTTInfoInject; | ||||
| import org.json.JSONArray; | import org.json.JSONArray; | ||||
| import org.json.JSONException; | import org.json.JSONException; | ||||
| import org.json.JSONObject; | import org.json.JSONObject; | ||||
| import java.io.UnsupportedEncodingException; | import java.io.UnsupportedEncodingException; | ||||
| import java.net.MalformedURLException; | import java.net.MalformedURLException; | ||||
| ▲ Show 20 Lines • Show All 401 Lines • Show Last 20 Lines | |||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register