Skip to content

Commit

Permalink
Remove V2 API and related tests (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbst authored Dec 3, 2024
1 parent 043562e commit b6a40ef
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 222 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package com.thebluealliance.androidclient.subscribers;

import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
import androidx.annotation.VisibleForTesting;
import androidx.annotation.WorkerThread;

import com.google.android.gms.analytics.Tracker;
import com.thebluealliance.androidclient.TbaLogger;
import com.thebluealliance.androidclient.datafeed.APISubscriber;
Expand All @@ -16,6 +11,10 @@

import org.greenrobot.eventbus.EventBus;

import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
import androidx.annotation.VisibleForTesting;
import androidx.annotation.WorkerThread;
import rx.Observer;
import rx.android.schedulers.AndroidSchedulers;

Expand All @@ -30,7 +29,7 @@
* is accessed before {@link #parseData()} is called
*
* @param <APIType> Datatype to be returned from the API (one from
* {@link com.thebluealliance.androidclient.api.rx.TbaApiV2}
* {@link com.thebluealliance.androidclient.api.rx.TbaApiV3}
* @param <BindType> Datatype to be returned for binding to views
*/
public abstract class BaseAPISubscriber<APIType, BindType>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b6a40ef

Please sign in to comment.