public class Winds
extends java.lang.Object
Winds - 'Winds of Change'
Created by r0adkll on 3/11/15.| Constructor and Description |
|---|
Winds() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkChangelogActivity(android.content.Context ctx)
Check to open the changelog activity with the default configuration file
R.xml#changelog |
static void |
checkChangelogActivity(android.content.Context ctx,
int configId)
Check to see if we should show the changelog activity if there are any new changes
to the configuration file.
|
static void |
checkChangelogDialog(android.app.Activity ctx)
Check to open the changelog activity with the default configuration file
R.xml#changelog |
static void |
checkChangelogDialog(android.app.Activity ctx,
int configId)
Check to see if we should show the changelog activity if there are any new changes
to the configuration file.
|
static RecyclerView |
draft(android.content.Context ctx,
int configId)
Draft a changelog recycler view ready to be displayed
|
static void |
openChangelogActivity(android.content.Context ctx)
Open the changelog activity with the default configuration file
R.xml#changelog |
static void |
openChangelogActivity(android.content.Context ctx,
int configId)
Open the changelog activity
|
static void |
openChangelogDialog(android.app.Activity ctx)
Open the changelog dialog
|
static void |
openChangelogDialog(android.app.Activity ctx,
int configId)
Open the changelog dialog
|
public static RecyclerView draft(android.content.Context ctx,
int configId)
ctx - the context to construct the view withconfigId - the xml configuration resource idpublic static void openChangelogActivity(android.content.Context ctx,
int configId)
ctx - the context to launch the activity withconfigId - the changelog xml configurationpublic static void openChangelogActivity(android.content.Context ctx)
R.xml#changelogctx - the context to open withpublic static void openChangelogDialog(android.app.Activity ctx,
int configId)
ctx - the activity to launch the dialog fragment withconfigId - the changelog configuration resource idpublic static void openChangelogDialog(android.app.Activity ctx)
ctx - public static void checkChangelogActivity(android.content.Context ctx,
int configId)
ctx - the context to launch the activity withconfigId - the changelog configuration xml resource idpublic static void checkChangelogActivity(android.content.Context ctx)
R.xml#changelogctx - the context to launch withpublic static void checkChangelogDialog(android.app.Activity ctx,
int configId)
ctx - the context to launch the activity withconfigId - the changelog configuration xml resource idpublic static void checkChangelogDialog(android.app.Activity ctx)
R.xml#changelogctx - the context to launch with