A B C D E F G H I L N O P R S T U V

A

ANDROID_VERSION - Static variable in class net.hockeyapp.android.Constants
The device's OS version.
APP_PACKAGE - Static variable in class net.hockeyapp.android.Constants
The app's package name.
APP_VERSION - Static variable in class net.hockeyapp.android.Constants
The app's version code.
appIdentifier - Variable in class net.hockeyapp.android.internal.CheckUpdateTask
 
attach(Activity) - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
attach(Context) - Method in class net.hockeyapp.android.internal.DownloadFileTask
 

B

BASE_URL - Static variable in class net.hockeyapp.android.Constants
HockeyApp API URL.

C

CheckUpdateTask - Class in net.hockeyapp.android.internal
Description
CheckUpdateTask(Activity, String) - Constructor for class net.hockeyapp.android.internal.CheckUpdateTask
 
CheckUpdateTask(Activity, String, String) - Constructor for class net.hockeyapp.android.internal.CheckUpdateTask
 
CheckUpdateTask(Activity, String, String, UpdateManagerListener) - Constructor for class net.hockeyapp.android.internal.CheckUpdateTask
 
configureView() - Method in class net.hockeyapp.android.UpdateActivity
Configures the content view by setting app name, the current version and the listener for the download button.
Constants - Class in net.hockeyapp.android
Description
Constants() - Constructor for class net.hockeyapp.android.Constants
 
CRASH_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the message of the dialog when a new crash was found.
CRASH_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the label on the negative button of the dialog when a new crash was found.
CRASH_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the label on the positive button of the dialog when a new crash was found.
CRASH_DIALOG_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the title of the dialog when a new crash was found.
CrashManager - Class in net.hockeyapp.android
Description
CrashManager() - Constructor for class net.hockeyapp.android.CrashManager
 
CrashManagerListener - Class in net.hockeyapp.android
Description
CrashManagerListener() - Constructor for class net.hockeyapp.android.CrashManagerListener
 

D

deleteStackTraces(Context) - Static method in class net.hockeyapp.android.CrashManager
Deletes all stack traces and meta files from files dir.
detach() - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
detach() - Method in class net.hockeyapp.android.internal.DownloadFileTask
 
doInBackground(String...) - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
doInBackground(String...) - Method in class net.hockeyapp.android.internal.DownloadFileTask
 
DOWNLOAD_FAILED_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the message of the dialog when the apk download failed.
DOWNLOAD_FAILED_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the label on the negative button of the dialog when the apk download failed.
DOWNLOAD_FAILED_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the label on the positive button of the dialog when the apk download failed.
DOWNLOAD_FAILED_DIALOG_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the title of the dialog when the apk download failed.
downloadFailed(DownloadFileTask, Boolean) - Method in class net.hockeyapp.android.internal.DownloadFileListener
 
DownloadFileListener - Class in net.hockeyapp.android.internal
Description
DownloadFileListener() - Constructor for class net.hockeyapp.android.internal.DownloadFileListener
 
DownloadFileTask - Class in net.hockeyapp.android.internal
Description
DownloadFileTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.internal.DownloadFileTask
 
downloadSuccessful(DownloadFileTask) - Method in class net.hockeyapp.android.internal.DownloadFileListener
 

E

enableUpdateButton() - Method in class net.hockeyapp.android.UpdateActivity
Enables the download button.
ENGLISH - Static variable in class net.hockeyapp.android.Strings
Default strings.
ExceptionHandler - Class in net.hockeyapp.android.internal
Description
ExceptionHandler(Thread.UncaughtExceptionHandler, CrashManagerListener, boolean) - Constructor for class net.hockeyapp.android.internal.ExceptionHandler
 
execute(Context, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Executes the crash manager.

F

FILES_PATH - Static variable in class net.hockeyapp.android.Constants
Path where crash logs and temporary files are stored.
fragmentsSupported() - Static method in class net.hockeyapp.android.UpdateManager
Returns true if the Fragment API is supported (should be on Android 3.0+).

G

get(int) - Static method in class net.hockeyapp.android.Strings
Returns the default string for the given resource ID.
get(StringListener, int) - Static method in class net.hockeyapp.android.Strings
Returns a string for the given resource ID.
getAppName() - Method in class net.hockeyapp.android.UpdateActivity
Returns the app's name.
getAppName() - Method in class net.hockeyapp.android.UpdateFragment
Returns the app's name.
getCachingEnabled() - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
getContact() - Method in class net.hockeyapp.android.CrashManagerListener
Return contact data or similar; note that this has privacy implications, so you might want to return nil for release builds! The string will be limited to 255 characters.
getCount() - Method in class net.hockeyapp.android.internal.UpdateInfoAdapter
 
getCurrentVersionCode() - Method in class net.hockeyapp.android.UpdateActivity
Returns the current version of the app.
getCurrentVersionCode() - Method in class net.hockeyapp.android.UpdateFragment
Returns the current version of the app.
getCurrentVersionCode() - Method in interface net.hockeyapp.android.UpdateInfoListener
Implement to return the app's current version code.
getDescription() - Method in class net.hockeyapp.android.CrashManagerListener
Return additional data, i.e.
getFileInfoString() - Method in class net.hockeyapp.android.internal.UpdateInfoAdapter
 
getItem(int) - Method in class net.hockeyapp.android.internal.UpdateInfoAdapter
 
getItemId(int) - Method in class net.hockeyapp.android.internal.UpdateInfoAdapter
 
getLastListener() - Static method in class net.hockeyapp.android.UpdateManager
Returns the last listener which has been registered with any update manager.
getLayoutView() - Method in class net.hockeyapp.android.UpdateActivity
Creates and returns a new instance of UpdateView.
getLayoutView() - Method in interface net.hockeyapp.android.UpdateActivityInterface
Return an instance of View to show the update information.
getLayoutView() - Method in class net.hockeyapp.android.UpdateFragment
Creates and returns a new instance of UpdateView.
getStringForResource(int) - Method in class net.hockeyapp.android.StringListener
Return a custom string for the specified resource ID.
getUpdateActivityClass() - Method in class net.hockeyapp.android.UpdateManagerListener
Return your own subclass of UpdateActivity for customization.
getUpdateFragmentClass() - Method in class net.hockeyapp.android.UpdateManagerListener
Return your own subclass of UpdateFragment for customization.
getURLString(String) - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
getUserID() - Method in class net.hockeyapp.android.CrashManagerListener
Return a user ID or similar; note that this has privacy implications, so you might want to return nil for release builds! The string will be limited to 255 characters.
getVersionCode() - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
getVersionInfo(Context) - Static method in class net.hockeyapp.android.internal.VersionCache
 
getVersionString() - Method in class net.hockeyapp.android.internal.UpdateInfoAdapter
 
getView(int, View, ViewGroup) - Method in class net.hockeyapp.android.internal.UpdateInfoAdapter
 

H

hasStackTraces(Context) - Static method in class net.hockeyapp.android.CrashManager
Checks if there are any saved stack traces in the files dir.
HEADER_VIEW_ID - Static variable in class net.hockeyapp.android.internal.UpdateView
 

I

ignoreDefaultHandler() - Method in class net.hockeyapp.android.CrashManagerListener
Return true to ignore the default exception handler, i.e.
initialize(Context, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Initializes the crash manager, but does not handle crash log.
initialize(Context, String, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Initializes the crash manager, but does not handle crash log.

L

loadFromContext(Context) - Static method in class net.hockeyapp.android.Constants
Initializes constants from the given context.

N

NAME_LABEL_ID - Static variable in class net.hockeyapp.android.internal.UpdateView
 
net.hockeyapp.android - package net.hockeyapp.android
 
net.hockeyapp.android.internal - package net.hockeyapp.android.internal
 
newInstance(JSONArray, String) - Static method in class net.hockeyapp.android.UpdateFragment
Creates a new instance of the fragment.

O

onClick(View) - Method in class net.hockeyapp.android.UpdateActivity
Called when the download button is tapped.
onClick(View) - Method in class net.hockeyapp.android.UpdateFragment
Called when the download button is tapped.
onCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the crash manager found one or more crashes.
onCrashesNotSent() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the crash manager failed to send crashes to HockeyApp, e.g.
onCrashesSent() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the crash manager has sent crashes to HockeyApp.
onCreate(Bundle) - Method in class net.hockeyapp.android.UpdateActivity
Called when the activity is starting.
onCreate(Bundle) - Method in class net.hockeyapp.android.UpdateFragment
Called when the fragment is starting.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.hockeyapp.android.UpdateFragment
Creates the root view of the fragement, set title, the version number and the listener for the download button.
onNoUpdateAvailable() - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the update manager found no update.
onPostExecute(JSONArray) - Method in class net.hockeyapp.android.internal.CheckUpdateTask
 
onPostExecute(Boolean) - Method in class net.hockeyapp.android.internal.DownloadFileTask
 
onProgressUpdate(Integer...) - Method in class net.hockeyapp.android.internal.DownloadFileTask
 
onRetainNonConfigurationInstance() - Method in class net.hockeyapp.android.UpdateActivity
Detaches the activity from the download task and returns the task as last instance.
onUpdateAvailable() - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the update manager found an update.

P

PHONE_MANUFACTURER - Static variable in class net.hockeyapp.android.Constants
The device's model manufacturer name.
PHONE_MODEL - Static variable in class net.hockeyapp.android.Constants
The device's model name.

R

register(Context, String) - Static method in class net.hockeyapp.android.CrashManager
Registers new crash manager and handles existing crash logs.
register(Context, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Registers new crash manager and handles existing crash logs.
register(Context, String, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Registers new crash manager and handles existing crash logs.
register(Activity, String) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
register(Activity, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
register(Activity, String, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
runsOnTablet(Activity) - Static method in class net.hockeyapp.android.UpdateManager
Returns true if the app runs on large or very large screens (i.e.

S

saveException(Throwable, CrashManagerListener) - Static method in class net.hockeyapp.android.internal.ExceptionHandler
 
SDK_NAME - Static variable in class net.hockeyapp.android.Constants
Name of this SDK.
SDK_VERSION - Static variable in class net.hockeyapp.android.Constants
Version of this SDK.
setVersionInfo(Context, String) - Static method in class net.hockeyapp.android.internal.VersionCache
 
StringListener - Class in net.hockeyapp.android
Description
StringListener() - Constructor for class net.hockeyapp.android.StringListener
 
Strings - Class in net.hockeyapp.android
Description
Strings() - Constructor for class net.hockeyapp.android.Strings
 
submitStackTraces(Context, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Submits all stack traces in the files dir to HockeyApp.

T

TAG - Static variable in class net.hockeyapp.android.Constants
Tag for internal logging statements.

U

uncaughtException(Thread, Throwable) - Method in class net.hockeyapp.android.internal.ExceptionHandler
 
UPDATE_BUTTON_ID - Static variable in class net.hockeyapp.android.internal.UpdateView
 
UPDATE_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the message of the dialog when a new update was found.
UPDATE_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the label on the negative button of the dialog when a new update was found.
UPDATE_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the label on the positive button of the dialog when a new update was found.
UPDATE_DIALOG_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the title of the dialog when a new update was found.
UPDATE_MANDATORY_TOAST_ID - Static variable in class net.hockeyapp.android.Strings
Resource ID for the text of the toast when an update is mandatory.
UpdateActivity - Class in net.hockeyapp.android
Description
UpdateActivity() - Constructor for class net.hockeyapp.android.UpdateActivity
 
UpdateActivityInterface - Interface in net.hockeyapp.android
Description
UpdateFragment - Class in net.hockeyapp.android
Description
UpdateFragment() - Constructor for class net.hockeyapp.android.UpdateFragment
 
UpdateInfoAdapter - Class in net.hockeyapp.android.internal
Description
UpdateInfoAdapter(Activity, String, UpdateInfoListener) - Constructor for class net.hockeyapp.android.internal.UpdateInfoAdapter
 
UpdateInfoListener - Interface in net.hockeyapp.android
Description
UpdateManager - Class in net.hockeyapp.android
Description
UpdateManager() - Constructor for class net.hockeyapp.android.UpdateManager
 
UpdateManagerListener - Class in net.hockeyapp.android
Description
UpdateManagerListener() - Constructor for class net.hockeyapp.android.UpdateManagerListener
 
UpdateView - Class in net.hockeyapp.android.internal
Description
UpdateView(Context) - Constructor for class net.hockeyapp.android.internal.UpdateView
 
UpdateView(Context, boolean) - Constructor for class net.hockeyapp.android.internal.UpdateView
 
UpdateView(Context, boolean, boolean) - Constructor for class net.hockeyapp.android.internal.UpdateView
 
urlString - Variable in class net.hockeyapp.android.internal.CheckUpdateTask
 

V

VERSION_LABEL_ID - Static variable in class net.hockeyapp.android.internal.UpdateView
 
VersionCache - Class in net.hockeyapp.android.internal
Description
VersionCache() - Constructor for class net.hockeyapp.android.internal.VersionCache
 

A B C D E F G H I L N O P R S T U V