A C D G I L M N R S U V 

A

ATTRIBUTE_VERSION - Static variable in interface de.cketti.library.changelog.ChangeLog.ReleaseTag
 
ATTRIBUTE_VERSION_CODE - Static variable in interface de.cketti.library.changelog.ChangeLog.ReleaseTag
 

C

ChangeLog - Class in de.cketti.library.changelog
Display a dialog showing a full or partial (What's New) change log.
ChangeLog(Context) - Constructor for class de.cketti.library.changelog.ChangeLog
Create a ChangeLog instance using the default SharedPreferences file.
ChangeLog(Context, String) - Constructor for class de.cketti.library.changelog.ChangeLog
Create a ChangeLog instance using the default SharedPreferences file.
ChangeLog(Context, SharedPreferences, String) - Constructor for class de.cketti.library.changelog.ChangeLog
Create a ChangeLog instance using the supplied SharedPreferences instance.
ChangeLog.ChangeLogTag - Interface in de.cketti.library.changelog
Contains constants for the root element of changelog.xml.
ChangeLog.ChangeTag - Interface in de.cketti.library.changelog
Contains constants for the change element of changelog.xml.
ChangeLog.ReleaseItem - Class in de.cketti.library.changelog
Container used to store information about a release/version.
ChangeLog.ReleaseTag - Interface in de.cketti.library.changelog
Contains constants for the release element of changelog.xml.
changes - Variable in class de.cketti.library.changelog.ChangeLog.ReleaseItem
List of changes introduced with that release.

D

de.cketti.library.changelog - package de.cketti.library.changelog
 
DEFAULT_CSS - Static variable in class de.cketti.library.changelog.ChangeLog
Default CSS styles used to format the change log.

G

getChangeLog(boolean) - Method in class de.cketti.library.changelog.ChangeLog
Returns the merged change log.
getChangeLogComparator() - Method in class de.cketti.library.changelog.ChangeLog
Returns a Comparator that specifies the sort order of the ChangeLog.ReleaseItems.
getCurrentVersionCode() - Method in class de.cketti.library.changelog.ChangeLog
Get version code of current installation.
getCurrentVersionName() - Method in class de.cketti.library.changelog.ChangeLog
Get version name of current installation.
getDialog(boolean) - Method in class de.cketti.library.changelog.ChangeLog
Create a dialog containing (parts of the) change log.
getFullLog() - Method in class de.cketti.library.changelog.ChangeLog
Get full change log as HTML string.
getFullLogDialog() - Method in class de.cketti.library.changelog.ChangeLog
Get a dialog with the full change log.
getLastVersionCode() - Method in class de.cketti.library.changelog.ChangeLog
Get version code of last installation.
getLocalizedChangeLog(boolean) - Method in class de.cketti.library.changelog.ChangeLog
Read localized change log from xml[-lang]/changelog.xml
getLog() - Method in class de.cketti.library.changelog.ChangeLog
Get changes since last version as HTML string.
getLog(boolean) - Method in class de.cketti.library.changelog.ChangeLog
Get (partial) change log as HTML string.
getLogDialog() - Method in class de.cketti.library.changelog.ChangeLog
Get the "What's New" dialog.
getMasterChangeLog(boolean) - Method in class de.cketti.library.changelog.ChangeLog
Read master change log from xml/changelog_master.xml

I

isFirstRun() - Method in class de.cketti.library.changelog.ChangeLog
Check if this is the first execution of this app version.
isFirstRunEver() - Method in class de.cketti.library.changelog.ChangeLog
Check if this is a new installation.

L

LOG_TAG - Static variable in class de.cketti.library.changelog.ChangeLog
Tag that is used when sending error/debug messages to the log.

M

mContext - Variable in class de.cketti.library.changelog.ChangeLog
Context that is used to access the resources and to create the ChangeLog dialogs.
mCss - Variable in class de.cketti.library.changelog.ChangeLog
Contains the CSS rules used to format the change log.

N

NAME - Static variable in interface de.cketti.library.changelog.ChangeLog.ChangeLogTag
 
NAME - Static variable in interface de.cketti.library.changelog.ChangeLog.ChangeTag
 
NAME - Static variable in interface de.cketti.library.changelog.ChangeLog.ReleaseTag
 
NO_VERSION - Static variable in class de.cketti.library.changelog.ChangeLog
Constant that used when no version code is available.

R

readChangeLog(XmlPullParser, boolean) - Method in class de.cketti.library.changelog.ChangeLog
Read the change log from an XML file.
readChangeLogFromResource(int, boolean) - Method in class de.cketti.library.changelog.ChangeLog
Read change log from XML resource file.

S

skipLogDialog() - Method in class de.cketti.library.changelog.ChangeLog
Skip the "What's new" dialog for this app version.

U

updateVersionInPreferences() - Method in class de.cketti.library.changelog.ChangeLog
Write current version code to the preferences.

V

VERSION_KEY - Static variable in class de.cketti.library.changelog.ChangeLog
This is the key used when storing the version code in SharedPreferences.
versionCode - Variable in class de.cketti.library.changelog.ChangeLog.ReleaseItem
Version code of the release.
versionName - Variable in class de.cketti.library.changelog.ChangeLog.ReleaseItem
Version name of the release.
A C D G I L M N R S U V