public class FtcAboutActivity
extends ThemedActivity
Modifier and Type | Class and Description |
---|---|
static class |
FtcAboutActivity.AboutFragment |
Modifier and Type | Field and Description |
---|---|
protected FtcAboutActivity.AboutFragment |
aboutFragment |
protected android.content.Context |
context |
protected java.util.concurrent.Future |
refreshFuture |
protected boolean |
remoteConfigure |
static java.lang.String |
TAG |
Constructor and Description |
---|
FtcAboutActivity() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
getAppVersion() |
protected static java.lang.String |
getBuildTime()
https://code.google.com/p/android/issues/detail?id=220039
|
static com.qualcomm.ftccommon.CommandList.AboutInfo |
getLocalAboutInfo() |
java.lang.String |
getTag() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
protected void |
onDestroy() |
protected void |
onPause() |
protected void |
onResume() |
protected void |
refresh() |
protected void |
refreshRemote(RobotCoreCommandList.AboutInfo aboutInfo) |
protected void |
startRefreshing() |
protected void |
stopRefreshing() |
public static final java.lang.String TAG
protected final android.content.Context context
protected final boolean remoteConfigure
protected FtcAboutActivity.AboutFragment aboutFragment
protected java.util.concurrent.Future refreshFuture
public java.lang.String getTag()
public static com.qualcomm.ftccommon.CommandList.AboutInfo getLocalAboutInfo()
protected static java.lang.String getAppVersion()
protected static java.lang.String getBuildTime()
protected void startRefreshing()
protected void stopRefreshing()
protected void refreshRemote(RobotCoreCommandList.AboutInfo aboutInfo)
protected void refresh()
protected void onCreate(android.os.Bundle savedInstanceState)
protected void onResume()
protected void onPause()
protected void onDestroy()