public class ServerPickerActivity
extends AppCompatActivity
Constructor and Description |
---|
ServerPickerActivity() |
Modifier and Type | Method and Description |
---|---|
CustomServerUrlEditor |
getCustomServerUrlEditor()
Returns the custom URL editor dialog.
|
protected int |
getServerListGroupId()
Returns the server list group ID.
|
void |
onAuthConfigFetched() |
void |
onCheckedChanged(RadioGroup group,
int checkedId) |
void |
onCreate(Bundle savedInstanceState) |
boolean |
onCreateOptionsMenu(Menu menu) |
void |
onDestroy() |
boolean |
onOptionsItemSelected(MenuItem item) |
void |
onResetClick(View v)
Deprecated.
Unused. Will be modified or removed in 13.0.
|
void |
onResume() |
void |
rebuildDisplay()
Rebuilds the display.
|
protected void |
setupRadioButtons()
Controls the elements in the layout based on past user choices.
|
void |
showCustomUrlDialog(View v)
Shows the custom URL dialog.
|
public void onCheckedChanged(RadioGroup group, int checkedId)
@Deprecated public void onResetClick(View v)
v
- View that was clicked.protected int getServerListGroupId()
public void onCreate(Bundle savedInstanceState)
public void onResume()
public void onDestroy()
public boolean onCreateOptionsMenu(Menu menu)
public boolean onOptionsItemSelected(MenuItem item)
public void showCustomUrlDialog(View v)
v
- View.public CustomServerUrlEditor getCustomServerUrlEditor()
protected void setupRadioButtons()
public void rebuildDisplay()
public void onAuthConfigFetched()