Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

add(FeedbackMessage) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
 
addEventListener(PrivateEventManager.HockeyEventListener) - Static method in class net.hockeyapp.android.PrivateEventManager
 
addPart(String, String) - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
addPart(String, File, boolean) - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
addPart(String, String, InputStream, boolean) - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
addPart(String, String, InputStream, String, boolean) - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
addToHashMap(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.Application
Adds all members of this class to a map
addToHashMap(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.Device
Adds all members of this class to a map
addToHashMap(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.Internal
Adds all members of this class to a map
addToHashMap(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.Session
Adds all members of this class to a map
addToHashMap(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.User
Adds all members of this class to a map
ANDROID_BUILD - Static variable in class net.hockeyapp.android.Constants
The device's OS build.
ANDROID_VERSION - Static variable in class net.hockeyapp.android.Constants
The device's OS version.
announceForAccessibility(View, CharSequence) - Static method in class net.hockeyapp.android.utils.Util
 
apkUrlString - Variable in class net.hockeyapp.android.tasks.CheckUpdateTask
 
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.
APP_VERSION_NAME - Static variable in class net.hockeyapp.android.Constants
The app's version name.
appIdentifier - Variable in class net.hockeyapp.android.tasks.CheckUpdateTask
 
Application - Class in net.hockeyapp.android.metrics.model
Data contract class Application.
Application() - Constructor for class net.hockeyapp.android.metrics.model.Application
Initializes a new instance of the Application class.
AsyncTaskUtils - Class in net.hockeyapp.android.utils
Description
AsyncTaskUtils() - Constructor for class net.hockeyapp.android.utils.AsyncTaskUtils
 
attach(WeakReference<? extends Context>) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
attach(Context) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
attach(Context, Handler) - Method in class net.hockeyapp.android.tasks.LoginTask
 
attach(Context) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
AttachmentDownloader - Class in net.hockeyapp.android.tasks
Description
AttachmentListView - Class in net.hockeyapp.android.views
Description
AttachmentListView(Context) - Constructor for class net.hockeyapp.android.views.AttachmentListView
 
AttachmentListView(Context, AttributeSet) - Constructor for class net.hockeyapp.android.views.AttachmentListView
 
AttachmentView - Class in net.hockeyapp.android.views
Description
AttachmentView(Context, ViewGroup, Uri, boolean) - Constructor for class net.hockeyapp.android.views.AttachmentView
 
AttachmentView(Context, ViewGroup, FeedbackAttachment, boolean) - Constructor for class net.hockeyapp.android.views.AttachmentView
 
Attributes - Variable in class net.hockeyapp.android.metrics.model.Base
A map for holding event attributes.
Attributes - Variable in class net.hockeyapp.android.metrics.model.Domain
A map for holding event attributes.

B

Base - Class in net.hockeyapp.android.metrics.model
Data contract class Base.
Base() - Constructor for class net.hockeyapp.android.metrics.model.Base
Initializes a new instance of the Base class.
Base64 - Class in net.hockeyapp.android.utils
Description
BASE_URL - Static variable in class net.hockeyapp.android.Constants
HockeyApp API URL.
build() - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
BUNDLE_FEEDBACK_RESPONSE - Static variable in class net.hockeyapp.android.tasks.SendFeedbackTask
 
BUNDLE_FEEDBACK_STATUS - Static variable in class net.hockeyapp.android.tasks.SendFeedbackTask
 
BUNDLE_PARSE_FEEDBACK_RESPONSE - Static variable in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
BUNDLE_REQUEST_TYPE - Static variable in class net.hockeyapp.android.tasks.SendFeedbackTask
 
BUNDLE_SUCCESS - Static variable in class net.hockeyapp.android.tasks.LoginTask
Key for login success in the returned bundle
bytesToHex(byte[]) - Static method in class net.hockeyapp.android.utils.Util
Helper method to convert a byte array to the hex string.

C

cancel(boolean) - Method in class net.hockeyapp.android.utils.CompletedFuture
 
cancelNotification(Context, int) - Static method in class net.hockeyapp.android.utils.Util
 
canUpdateInMarket() - Method in class net.hockeyapp.android.UpdateManagerListener
To allow updates even if installed from a market, override this to return true.
checkForAnswersAndNotify(Context) - Static method in class net.hockeyapp.android.FeedbackManager
Checks if an answer to the feedback is available and if yes notifies the listener or creates a system notification.
checkLayoutParams(ViewGroup.LayoutParams) - Method in class net.hockeyapp.android.views.AttachmentListView
 
CheckUpdateTask - Class in net.hockeyapp.android.tasks
Description
CheckUpdateTask(WeakReference<? extends Context>, String) - Constructor for class net.hockeyapp.android.tasks.CheckUpdateTask
 
CheckUpdateTask(WeakReference<? extends Context>, String, String) - Constructor for class net.hockeyapp.android.tasks.CheckUpdateTask
 
CheckUpdateTask(WeakReference<? extends Context>, String, String, UpdateManagerListener) - Constructor for class net.hockeyapp.android.tasks.CheckUpdateTask
 
CheckUpdateTaskWithUI - Class in net.hockeyapp.android.tasks
Description
CheckUpdateTaskWithUI(WeakReference<Activity>, String, String, UpdateManagerListener, boolean) - Constructor for class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
 
classExists(String) - Static method in class net.hockeyapp.android.utils.Util
Helper method to safely check whether a class exists at runtime.
cleanUp() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
cleanUp() - Method in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
 
clear() - Method in class net.hockeyapp.android.adapters.MessagesAdapter
 
clearImage() - Method in class net.hockeyapp.android.views.PaintView
 
compareVersionStrings(String, String) - Static method in class net.hockeyapp.android.utils.VersionHelper
Compare two versions strings with each other by splitting at the .
CompletedFuture<T> - Class in net.hockeyapp.android.utils
 
CompletedFuture(T) - Constructor for class net.hockeyapp.android.utils.CompletedFuture
 
configureFeedbackView(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
Configures the content view by initializing the input EditTexts and the listener for the Send Feedback Button
ConnectionTask<Params,Progress,Result> - Class in net.hockeyapp.android.tasks
Description
ConnectionTask() - Constructor for class net.hockeyapp.android.tasks.ConnectionTask
 
Constants - Class in net.hockeyapp.android
Description
Constants() - Constructor for class net.hockeyapp.android.Constants
 
convert(Integer) - Static method in class net.hockeyapp.android.metrics.JsonHelper
integer to string.
convert(Long) - Static method in class net.hockeyapp.android.metrics.JsonHelper
long to string.
convert(char) - Static method in class net.hockeyapp.android.metrics.JsonHelper
character to string.
convert(Float) - Static method in class net.hockeyapp.android.metrics.JsonHelper
float to string.
convert(Double) - Static method in class net.hockeyapp.android.metrics.JsonHelper
double to string.
convert(boolean) - Static method in class net.hockeyapp.android.metrics.JsonHelper
boolean to string.
convert(String) - Static method in class net.hockeyapp.android.metrics.JsonHelper
String to JSON String
convertAppIdentifierToGuid(String) - Static method in class net.hockeyapp.android.utils.Util
Sanitizes an app identifier and adds dashes to it so that it conforms to the instrumentation key format of Application Insights.
convertStreamToString(InputStream) - Static method in class net.hockeyapp.android.utils.Util
 
CrashDetails - Class in net.hockeyapp.android.objects
 
CrashDetails(String) - Constructor for class net.hockeyapp.android.objects.CrashDetails
 
CrashDetails(String, Throwable) - Constructor for class net.hockeyapp.android.objects.CrashDetails
 
CrashDetails(String, Throwable, String, Boolean) - Constructor for class net.hockeyapp.android.objects.CrashDetails
 
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
 
CrashManagerUserInput - Enum in net.hockeyapp.android.objects
Crash Manager user input
CrashMetaData - Class in net.hockeyapp.android.objects
This class provides properties that can be attached to a crash report via a custom alert view flow
CrashMetaData() - Constructor for class net.hockeyapp.android.objects.CrashMetaData
 
createConnection() - Method in class net.hockeyapp.android.metrics.Sender
Create a connection to the default or user defined server endpoint.
createConnection(URL) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
createConnection(URL, int) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
Recursive method for resolving redirects.
createNotification(Context, PendingIntent, String, String, int, String) - Static method in class net.hockeyapp.android.utils.Util
Creates a notification on API levels from 9 to 23
CRLF - Static variable in class net.hockeyapp.android.utils.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.

D

Data<TDomain extends Domain> - Class in net.hockeyapp.android.metrics.model
Data contract class Data.
Data() - Constructor for class net.hockeyapp.android.metrics.model.Data
Initializes a new instance of the Data{TDomain} class.
dateToISO8601(Date) - Static method in class net.hockeyapp.android.utils.Util
Convert a date object to an ISO 8601 formatted string
debug(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level DEBUG with the default tag
debug(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level DEBUG
debug(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level DEBUG with the default tag
debug(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level DEBUG
decode(String, int) - Static method in class net.hockeyapp.android.utils.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class net.hockeyapp.android.utils.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class net.hockeyapp.android.utils.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decodeSampledBitmap(File, int, int) - Static method in class net.hockeyapp.android.utils.ImageUtils
Decodes the image as a bitmap with a size as small as possible but with a minimum size of given reqWidth and reqHeight.
decodeSampledBitmap(Context, Uri, int, int) - Static method in class net.hockeyapp.android.utils.ImageUtils
Decodes the image as a bitmap with a size as small as possible but with a minimum size of given reqWidth and reqHeight.
DEFAULT - Static variable in class net.hockeyapp.android.utils.Base64
Default values for encoder/decoder flags.
DEFAULT_CHARSET - Static variable in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
deleteStackTraces(WeakReference<Context>) - Static method in class net.hockeyapp.android.CrashManager
Deletes all stack traces and meta files from files dir.
deniedPermissions(String[], int[]) - Static method in class net.hockeyapp.android.utils.PermissionsUtil
 
detach() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
detach() - Method in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
 
detach() - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
detach() - Method in class net.hockeyapp.android.tasks.LoginTask
 
detach() - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
determineOrientation(File) - Static method in class net.hockeyapp.android.utils.ImageUtils
Determines the orientation of the image based on its ratio.
determineOrientation(Context, Uri) - Static method in class net.hockeyapp.android.utils.ImageUtils
Determines the orientation of the image based on its ratio.
determineOrientation(InputStream) - Static method in class net.hockeyapp.android.utils.ImageUtils
Determines the orientation of the image based on its ratio.
Device - Class in net.hockeyapp.android.metrics.model
Data contract class Device.
Device() - Constructor for class net.hockeyapp.android.metrics.model.Device
Initializes a new instance of the Device class.
didCrashInLastSession() - Static method in class net.hockeyapp.android.CrashManager
 
disableUserMetrics() - Static method in class net.hockeyapp.android.metrics.MetricsManager
Disables User Metrics collection and transmission.
doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
 
doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.LoginTask
 
doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
Domain - Class in net.hockeyapp.android.metrics.model
Data contract class Domain.
Domain() - Constructor for class net.hockeyapp.android.metrics.model.Domain
Initializes a new instance of the Domain class.
download(FeedbackAttachment, AttachmentView) - Method in class net.hockeyapp.android.tasks.AttachmentDownloader
 
downloadFailed(DownloadFileTask, Boolean) - Method in class net.hockeyapp.android.listeners.DownloadFileListener
 
DownloadFileListener - Class in net.hockeyapp.android.listeners
Description
DownloadFileListener() - Constructor for class net.hockeyapp.android.listeners.DownloadFileListener
 
DownloadFileTask - Class in net.hockeyapp.android.tasks
Description
DownloadFileTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.tasks.DownloadFileTask
 
downloadSuccessful(DownloadFileTask) - Method in class net.hockeyapp.android.listeners.DownloadFileListener
 

E

enableDisableSendFeedbackButton(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
Enables/Disables the Send Feedback button.
enableUserMetrics() - Static method in class net.hockeyapp.android.metrics.MetricsManager
Re-enables User Metrics collection and transmission.
encode(byte[], int) - Static method in class net.hockeyapp.android.utils.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class net.hockeyapp.android.utils.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeParam(String) - Static method in class net.hockeyapp.android.utils.Util
Returns the given param URL-encoded.
encodeToString(byte[], int) - Static method in class net.hockeyapp.android.utils.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class net.hockeyapp.android.utils.Base64
Base64-encode the given data and return a newly allocated String with the result.
Envelope - Class in net.hockeyapp.android.metrics.model
Data contract class Envelope.
Envelope() - Constructor for class net.hockeyapp.android.metrics.model.Envelope
Initializes a new instance of the Envelope class.
error(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level ERROR with the default tag
error(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level ERROR
error(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level ERROR with the default tag
error(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level ERROR
ErrorObject - Class in net.hockeyapp.android.objects
Description
ErrorObject() - Constructor for class net.hockeyapp.android.objects.ErrorObject
 
Event(int) - Constructor for class net.hockeyapp.android.PrivateEventManager.Event
 
EVENT_TYPE_UNCAUGHT_EXCEPTION - Static variable in class net.hockeyapp.android.PrivateEventManager
 
EventData - Class in net.hockeyapp.android.metrics.model
Data contract class EventData.
EventData() - Constructor for class net.hockeyapp.android.metrics.model.EventData
Initializes a new instance of the EventData class.
ExceptionHandler - Class in net.hockeyapp.android
Description
ExceptionHandler(Thread.UncaughtExceptionHandler, CrashManagerListener, boolean) - Constructor for class net.hockeyapp.android.ExceptionHandler
 
execute(Context, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Executes the crash manager.
execute(AsyncTask<Void, ?, ?>) - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
 
execute(Callable<T>) - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
 
ExpiryInfoActivity - Class in net.hockeyapp.android
Description
ExpiryInfoActivity() - Constructor for class net.hockeyapp.android.ExpiryInfoActivity
 
Extension - Class in net.hockeyapp.android.metrics.model
Data contract class Extension.
Extension() - Constructor for class net.hockeyapp.android.metrics.model.Extension
Initializes a new instance of the Extension class.
EXTRA_FORCE_NEW_THREAD - Static variable in class net.hockeyapp.android.FeedbackActivity
Optional extra that can be passed as true to force a new feedback message thread.
EXTRA_IMAGE_URI - Static variable in class net.hockeyapp.android.PaintActivity
URI of the image to annotate
EXTRA_INITIAL_ATTACHMENTS - Static variable in class net.hockeyapp.android.FeedbackActivity
Extra for any initial attachments to add to the feedback message.
EXTRA_INITIAL_USER_EMAIL - Static variable in class net.hockeyapp.android.FeedbackActivity
Extra for initial email address to set for the feedback message.
EXTRA_INITIAL_USER_NAME - Static variable in class net.hockeyapp.android.FeedbackActivity
Extra for initial username to set for the feedback message.
EXTRA_INITIAL_USER_SUBJECT - Static variable in class net.hockeyapp.android.FeedbackActivity
Extra for initial email address to set for the feedback message.
EXTRA_MODE - Static variable in class net.hockeyapp.android.LoginActivity
Parameter to define the verification mode for the login API
EXTRA_SECRET - Static variable in class net.hockeyapp.android.LoginActivity
Parameter to supply the app secret for the login API
EXTRA_TOKEN - Static variable in class net.hockeyapp.android.FeedbackActivity
Token of the message feed.
EXTRA_URL - Static variable in class net.hockeyapp.android.FeedbackActivity
The URL of the feedback endpoint for this app.
EXTRA_URL - Static variable in class net.hockeyapp.android.LoginActivity
Parameter to supply login endpoint URL

F

Feedback - Class in net.hockeyapp.android.objects
Description
Feedback() - Constructor for class net.hockeyapp.android.objects.Feedback
 
FeedbackActivity - Class in net.hockeyapp.android
Description
FeedbackActivity() - Constructor for class net.hockeyapp.android.FeedbackActivity
 
FeedbackActivityInterface - Interface in net.hockeyapp.android
Description
feedbackAnswered(FeedbackMessage) - Method in class net.hockeyapp.android.FeedbackManagerListener
Called when an answer to a feedback is available.
FeedbackAttachment - Class in net.hockeyapp.android.objects
Description
FeedbackAttachment() - Constructor for class net.hockeyapp.android.objects.FeedbackAttachment
 
FeedbackManager - Class in net.hockeyapp.android
Description
FeedbackManager() - Constructor for class net.hockeyapp.android.FeedbackManager
 
FeedbackManagerListener - Class in net.hockeyapp.android
Description
FeedbackManagerListener() - Constructor for class net.hockeyapp.android.FeedbackManagerListener
 
FeedbackMessage - Class in net.hockeyapp.android.objects
Description
FeedbackMessage() - Constructor for class net.hockeyapp.android.objects.FeedbackMessage
 
FeedbackMessageView - Class in net.hockeyapp.android.views
Description
FeedbackMessageView(Context, AttributeSet) - Constructor for class net.hockeyapp.android.views.FeedbackMessageView
 
FeedbackParser - Class in net.hockeyapp.android.utils
Description
FeedbackResponse - Class in net.hockeyapp.android.objects
Description
FeedbackResponse() - Constructor for class net.hockeyapp.android.objects.FeedbackResponse
 
FeedbackUserDataElement - Enum in net.hockeyapp.android.objects
Description
FIELDS_LIMIT - Static variable in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
FILES_DIRECTORY_NAME - Static variable in class net.hockeyapp.android.Constants
 
FORM_FIELD_LIMIT - Static variable in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
FRAGMENT_CLASS - Static variable in class net.hockeyapp.android.UpdateActivity
 
FRAGMENT_DIALOG - Static variable in class net.hockeyapp.android.UpdateFragment
Show as dialog
FRAGMENT_TAG - Static variable in class net.hockeyapp.android.UpdateFragment
 
FRAGMENT_URL - Static variable in class net.hockeyapp.android.UpdateFragment
The URL of the APK to offer as download
FRAGMENT_VERSION_INFO - Static variable in class net.hockeyapp.android.UpdateFragment
Metadata about the update
fromFile(File) - Static method in class net.hockeyapp.android.objects.CrashDetails
 
fromReader(String, Reader) - Static method in class net.hockeyapp.android.objects.CrashDetails
 

G

generateDefaultLayoutParams() - Method in class net.hockeyapp.android.views.AttachmentListView
 
get() - Method in class net.hockeyapp.android.utils.CompletedFuture
 
get(long, TimeUnit) - Method in class net.hockeyapp.android.utils.CompletedFuture
 
getAccountAcquisitionDate() - Method in class net.hockeyapp.android.metrics.model.User
Gets the AccountAcquisitionDate property.
getAccountId() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the AccountId property.
getAccountId() - Method in class net.hockeyapp.android.metrics.model.User
Gets the AccountId property.
getAgentVersion() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the AgentVersion property.
getAnonUserAcquisitionDate() - Method in class net.hockeyapp.android.metrics.model.User
Gets the AnonUserAcquisitionDate property.
getAppCrashDate() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getAppId() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the AppId property.
getAppId() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getAppIdentifier(Context) - Static method in class net.hockeyapp.android.utils.Util
Retrieve the HockeyApp AppIdentifier from the Manifest
getApplicationName() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the ApplicationName property.
getApplicationType() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the ApplicationType property.
getAppName(Context) - Static method in class net.hockeyapp.android.utils.Util
 
getAppPackage() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getAppSecret(Context) - Static method in class net.hockeyapp.android.utils.Util
Retrieve the HockeyApp appSecret from the Manifest
getAppStartDate() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getAppVer() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the AppVer property.
getAppVersionCode() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getAppVersionName() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getAttachment() - Method in class net.hockeyapp.android.views.AttachmentView
 
getAttachments() - Method in class net.hockeyapp.android.views.AttachmentListView
Returns a list of Uris of its AttachmentView children.
getAttachmentUri() - Method in class net.hockeyapp.android.views.AttachmentView
 
getAuthUserAcquisitionDate() - Method in class net.hockeyapp.android.metrics.model.User
Gets the AuthUserAcquisitionDate property.
getAuthUserId() - Method in class net.hockeyapp.android.metrics.model.User
Gets the AuthUserId property.
getBaseData() - Method in class net.hockeyapp.android.metrics.model.Data
Gets the BaseData property.
getBaseType() - Method in class net.hockeyapp.android.metrics.ITelemetry
Gets the base type for this telemetry object.
getBaseType() - Method in class net.hockeyapp.android.metrics.model.Base
Gets the BaseType property.
getBaseType() - Method in class net.hockeyapp.android.metrics.model.EventData
Base Type for this telemetry.
getBaseType() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Base Type for this telemetry.
getBoundary() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
getBuild() - Method in class net.hockeyapp.android.metrics.model.Application
Gets the Build property.
getCacheId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
Returns the attachment's filename that identifies it in the cache.
getChannel() - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
getCleanText() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getCode() - Method in class net.hockeyapp.android.objects.ErrorObject
 
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.
getContentLength() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
getContentType() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
getCount() - Method in class net.hockeyapp.android.adapters.MessagesAdapter
 
getCrashIdentifier() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getCreatedAt() - Method in class net.hockeyapp.android.objects.Feedback
 
getCreatedAt() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
getCreatedAt() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
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.
getCustomExecutor() - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
 
getCustomServerURL() - Method in class net.hockeyapp.android.metrics.Sender
 
getCV() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the CV property.
getData() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Data property.
getDataCollectorReceivedTime() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the DataCollectorReceivedTime property.
getDescription() - Method in class net.hockeyapp.android.CrashManagerListener
Return additional data, i.e.
getDeviceIdentifier() - Static method in class net.hockeyapp.android.Constants
 
getDeviceManufacturer() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getDeviceModel() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getEffectiveMaxHeight() - Method in class net.hockeyapp.android.views.AttachmentView
 
getEmail() - Method in class net.hockeyapp.android.objects.Feedback
 
getEnvelopeName() - Method in class net.hockeyapp.android.metrics.ITelemetry
Gets the envelope name for this telemetry object.
getEnvelopeName() - Method in class net.hockeyapp.android.metrics.model.EventData
Envelope Name for this telemetry.
getEnvelopeName() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Envelope Name for this telemetry.
getEpoch() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Epoch property.
getExpiryDate() - Method in class net.hockeyapp.android.UpdateManagerListener
Return an expiry date for this build or null.
getExt() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Ext property.
getFeedback() - Method in class net.hockeyapp.android.objects.FeedbackResponse
 
getFeedbackActivityClass() - Method in class net.hockeyapp.android.FeedbackManagerListener
Return your own subclass of FeedbackActivity for customization.
getFeedbackAttachments() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getFeedbackTokenFromPrefs(Context) - Method in class net.hockeyapp.android.utils.PrefsUtil
Retrieves the feedback token from SharedPreferences
getFileDateString() - Method in class net.hockeyapp.android.utils.VersionHelper
 
getFilename() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
getFileSizeBytes() - Method in class net.hockeyapp.android.utils.VersionHelper
 
GetFileSizeTask - Class in net.hockeyapp.android.tasks
Description
GetFileSizeTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.tasks.GetFileSizeTask
 
getFlags() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Flags property.
getFlowType() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the FlowType property.
getFormat() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getFormString(Map<String, String>) - Static method in class net.hockeyapp.android.utils.Util
Converts a map of parameters to a HTML form entity.
getGap() - Method in class net.hockeyapp.android.views.AttachmentView
 
getHockeyAppStorageDir(Context) - Static method in class net.hockeyapp.android.Constants
Returns a file representing the folder in which screenshots are stored.
getId() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Id property.
getId() - Method in class net.hockeyapp.android.metrics.model.Session
Gets the Id property.
getId() - Method in class net.hockeyapp.android.metrics.model.User
Gets the Id property.
getId() - Method in class net.hockeyapp.android.objects.Feedback
 
getId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
getId() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getIKey() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the IKey property.
getInitializeTimestamp() - Static method in class net.hockeyapp.android.CrashManager
 
getInstance() - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
getInstance() - Static method in class net.hockeyapp.android.tasks.AttachmentDownloader
 
getInstance() - Static method in class net.hockeyapp.android.utils.FeedbackParser
 
getInstance() - Static method in class net.hockeyapp.android.utils.PrefsUtil
Return the singleton.
getInstrumentationKey() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the InstrumentationKey property.
getIp() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Ip property.
getIsAudit() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the IsAudit property.
getIsFirst() - Method in class net.hockeyapp.android.metrics.model.Session
Gets the IsFirst property.
getIsNew() - Method in class net.hockeyapp.android.metrics.model.Session
Gets the IsNew property.
getIsXamarinException() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getItem(int) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
 
getItemId(int) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
 
getLanguage() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Language property.
getLastCrashDetails(Context) - Static method in class net.hockeyapp.android.CrashManager
 
getLastListener() - Static method in class net.hockeyapp.android.FeedbackManager
Returns the last listener which has been registered with any Feedback manager.
getLayoutView() - Method in class net.hockeyapp.android.FeedbackActivity
 
getLayoutView() - Method in interface net.hockeyapp.android.FeedbackActivityInterface
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 the update view.
getLocale() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Locale property.
getLoginEmail(Context) - Static method in class net.hockeyapp.android.LoginManager
Retrieves the email address that was used for logging in.
getLogLevel() - Static method in class net.hockeyapp.android.utils.HockeyLog
Get the log level to find out how much data the HockeySDK spews into LogCat.
getMachineName() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the MachineName property.
getManifestString(Context, String) - Static method in class net.hockeyapp.android.utils.Util
 
getMaxHeightLandscape() - Method in class net.hockeyapp.android.views.AttachmentView
 
getMaxHeightPortrait() - Method in class net.hockeyapp.android.views.AttachmentView
 
getMaxRetryAttempts() - Method in class net.hockeyapp.android.CrashManagerListener
Get the number of max retry attempts to send crashes to HockeyApp.
getMeasurements() - Method in class net.hockeyapp.android.metrics.model.EventData
Gets the Measurements property.
getMessage() - Method in class net.hockeyapp.android.objects.ErrorObject
 
getMessageId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
getMessages() - Method in class net.hockeyapp.android.objects.Feedback
 
getModel() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Model property.
getModel() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getName() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Name property.
getName() - Method in class net.hockeyapp.android.metrics.model.EventData
Gets the Name property.
getName() - Method in class net.hockeyapp.android.objects.Feedback
 
getName() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getNameEmailFromPrefs(Context) - Method in class net.hockeyapp.android.utils.PrefsUtil
Retrieves the name and email from SharedPreferences
getNetwork() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Network property.
getNetworkName() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the NetworkName property.
getOem() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getOemName() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the OemName property.
getOs() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Os property.
getOs() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Os property.
getOsBuild() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getOsVer() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the OsVer property.
getOsVersion() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the OsVersion property.
getOsVersion() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getOsVersion() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getPersistence() - Method in class net.hockeyapp.android.metrics.Sender
 
getPreferences(Context) - Static method in class net.hockeyapp.android.Tracking
Helper method to return an instance of SharedPreferences.
getProfileClassId() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the ProfileClassId property.
getProfileId() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the ProfileId property.
getProperties() - Method in class net.hockeyapp.android.metrics.ITelemetry
Gets the properties.
getProperties() - Method in class net.hockeyapp.android.metrics.model.EventData
Gets the Properties property.
getProperties() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Gets the Properties property.
getReleaseNotes(boolean) - Method in class net.hockeyapp.android.utils.VersionHelper
 
getReporterKey() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getRequestSource() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the RequestSource property.
getRequireUserEmail() - Static method in class net.hockeyapp.android.FeedbackManager
Returns the required setting for the user email property.
getRequireUserName() - Static method in class net.hockeyapp.android.FeedbackManager
Returns the required setting for the user name property.
getRoleInstance() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the RoleInstance property.
getRoleName() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the RoleName property.
getSampleRate() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the PopSample property.
getScreenResolution() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the ScreenResolution property.
getSdkVersion() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the SdkVersion property.
getSender() - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
getSeqNum() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the SeqNum property.
getSize() - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
 
getState() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Gets the State property.
getStatus() - Method in class net.hockeyapp.android.objects.FeedbackResponse
 
getStoreRegion() - Method in class net.hockeyapp.android.metrics.model.User
Gets the StoreRegion property.
getStringFromConnection(HttpURLConnection) - Static method in class net.hockeyapp.android.tasks.ConnectionTask
 
getSubject() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getTags() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Tags property.
getTelemetryItemId() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the TelemetryItemId property.
getText() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getThreadName() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getThrowableStackTrace() - Method in class net.hockeyapp.android.objects.CrashDetails
 
getTime() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Time property.
getToken() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getToken() - Method in class net.hockeyapp.android.objects.FeedbackResponse
 
getTrackingSourceId() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the TrackingSourceId property.
getTrackingType() - Method in class net.hockeyapp.android.metrics.model.Internal
Gets the TrackingType property.
getType() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the Type property.
getType() - Method in class net.hockeyapp.android.PrivateEventManager.Event
 
getTypeId() - Method in class net.hockeyapp.android.metrics.model.Application
Gets the TypeId property.
getUpdateActivityClass() - Method in class net.hockeyapp.android.UpdateManagerListener
Deprecated.
getUpdatedAt() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
getUpdateFragmentClass() - Method in class net.hockeyapp.android.UpdateManagerListener
Return your own subclass of UpdateFragment for customization.
getUrl() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
getURLString() - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
getUsageTime(Context) - Static method in class net.hockeyapp.android.Tracking
Returns the usage time of the current version in seconds.
getUserAgent() - Method in class net.hockeyapp.android.metrics.model.User
Gets the UserAgent property.
getUserDescription() - Method in class net.hockeyapp.android.objects.CrashMetaData
 
getUserEmail() - Method in class net.hockeyapp.android.objects.CrashMetaData
 
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.
getUserID() - Method in class net.hockeyapp.android.objects.CrashMetaData
 
getUserString() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getValue() - Method in enum net.hockeyapp.android.metrics.model.SessionState
 
getValue() - Method in enum net.hockeyapp.android.objects.CrashManagerUserInput
 
getValue() - Method in enum net.hockeyapp.android.objects.FeedbackUserDataElement
 
getVer() - Method in class net.hockeyapp.android.metrics.model.Application
Gets the Ver property.
getVer() - Method in class net.hockeyapp.android.metrics.model.Envelope
Gets the Ver property.
getVer() - Method in class net.hockeyapp.android.metrics.model.EventData
Gets the Ver property.
getVer() - Method in class net.hockeyapp.android.metrics.model.Extension
Gets the Ver property.
getVer() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Gets the Ver property.
getVersionCode() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
getVersionString() - Method in class net.hockeyapp.android.utils.VersionHelper
 
getVia() - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
getView(int, View, ViewGroup) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
 
getVmName() - Method in class net.hockeyapp.android.metrics.model.Device
Gets the VmName property.
getWidthLandscape() - Method in class net.hockeyapp.android.views.AttachmentView
 
getWidthPortrait() - Method in class net.hockeyapp.android.views.AttachmentView
 
getWriter(HttpURLConnection) - Method in class net.hockeyapp.android.metrics.Sender
Gets a writer from the connection stream (allows for test hooks into the write stream)

H

handleUserInput(CrashManagerUserInput, CrashMetaData, CrashManagerListener, WeakReference<Context>, boolean) - Static method in class net.hockeyapp.android.CrashManager
Provides an interface to pass user input from a custom alert to a crash report
hash(byte[], String) - Static method in class net.hockeyapp.android.utils.Util
 
hasStackTraces(WeakReference<Context>) - Static method in class net.hockeyapp.android.CrashManager
Checks if there are any saved stack traces in the files dir.
HOCKEY_TAG - Static variable in class net.hockeyapp.android.utils.HockeyLog
 
HockeyLog - Class in net.hockeyapp.android.utils
Description
HockeyLog() - Constructor for class net.hockeyapp.android.utils.HockeyLog
 
HttpURLConnectionBuilder - Class in net.hockeyapp.android.utils
Description
HttpURLConnectionBuilder(String) - Constructor for class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 

I

ID_LAST_MESSAGE_PROCESSED - Static variable in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
ID_LAST_MESSAGE_SEND - Static variable in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
ignoreDefaultHandler() - Method in class net.hockeyapp.android.CrashManagerListener
Return true to ignore the default exception handler, i.e.
IJsonSerializable - Interface in net.hockeyapp.android.metrics.model
this is the interface for all the data contract objects.
ImageUtils - Class in net.hockeyapp.android.utils
Description
ImageUtils() - Constructor for class net.hockeyapp.android.utils.ImageUtils
 
includeDeviceData() - Method in class net.hockeyapp.android.CrashManagerListener
Return false to remove the device data (OS version, manufacturer, model) from the crash log, e.g.
includeDeviceIdentifier() - Method in class net.hockeyapp.android.CrashManagerListener
Return false to remove the stable device identifier from the crash log, e.g.
includeThreadDetails() - Method in class net.hockeyapp.android.CrashManagerListener
Return true to include information about the crashed thread if available.
info(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level INFO with the default tag
info(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level INFO
info(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level INFO with the default tag
info(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level INFO
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.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Application
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Base
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Data
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Device
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Domain
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Envelope
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.EventData
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Extension
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Internal
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Session
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Optionally initializes fields for the current context.
InitializeFields() - Method in class net.hockeyapp.android.metrics.model.User
Optionally initializes fields for the current context.
installedFromMarket(WeakReference<? extends Context>) - Static method in class net.hockeyapp.android.UpdateManager
Returns true if the build was installed through a market.
INSTALLER_ADB - Static variable in class net.hockeyapp.android.UpdateManager
 
INSTALLER_PACKAGE_INSTALLER_NOUGAT - Static variable in class net.hockeyapp.android.UpdateManager
 
INSTALLER_PACKAGE_INSTALLER_NOUGAT2 - Static variable in class net.hockeyapp.android.UpdateManager
 
Internal - Class in net.hockeyapp.android.metrics.model
Data contract class Internal.
Internal() - Constructor for class net.hockeyapp.android.metrics.model.Internal
Initializes a new instance of the Internal class.
isCancelled() - Method in class net.hockeyapp.android.utils.CompletedFuture
 
isClear() - Method in class net.hockeyapp.android.views.PaintView
 
isConnectedToNetwork(Context) - Static method in class net.hockeyapp.android.utils.Util
 
isDebuggerConnected() - Static method in class net.hockeyapp.android.utils.Util
Determines if a debugger is currently attached.
isDone() - Method in class net.hockeyapp.android.utils.CompletedFuture
 
isEmulator() - Static method in class net.hockeyapp.android.utils.Util
Determines whether the app is running on aan emulator or on a real device.
isExpected(int) - Method in class net.hockeyapp.android.metrics.Sender
Determines if an HTTP response code denotes a status which we regard as successful completion.
isNewerThanLastUpdateTime(Context, long) - Static method in class net.hockeyapp.android.utils.VersionHelper
Returns true of the given timestamp is larger / newer than the last modified timestamp of the APK file of the app.
isRecoverableError(int) - Method in class net.hockeyapp.android.metrics.Sender
Determines if an HTTP response code denotes an error from which we can recover by sending the data again.
isUnknownSourcesEnabled(Context) - Static method in class net.hockeyapp.android.utils.PermissionsUtil
Checks if Unknown Sources is enabled
isUserMetricsEnabled() - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
isValidEmail(String) - Static method in class net.hockeyapp.android.utils.Util
Returns true if value is a valid email.
ITelemetry - Class in net.hockeyapp.android.metrics
 
ITelemetry() - Constructor for class net.hockeyapp.android.metrics.ITelemetry
 
ITelemetryData - Interface in net.hockeyapp.android.metrics.model
 

J

JSONDateUtils - Class in net.hockeyapp.android.utils
Utility to convert date to string and vice versa to use in JSON payloads.
JSONDateUtils() - Constructor for class net.hockeyapp.android.utils.JSONDateUtils
 
JsonHelper - Class in net.hockeyapp.android.metrics
This is the helper class to have the json to integer/double/string and ext converting.

L

listener - Variable in class net.hockeyapp.android.tasks.CheckUpdateTask
 
loadData(File) - Method in class net.hockeyapp.android.metrics.Sender
Read the contents of a file from the persistence layer.
loadFromContext(Context) - Static method in class net.hockeyapp.android.Constants
Initializes constants from the given context.
LOGIN_MODE_ANONYMOUS - Static variable in class net.hockeyapp.android.LoginManager
The default mode for authorization.
LOGIN_MODE_EMAIL_ONLY - Static variable in class net.hockeyapp.android.LoginManager
Testers/users need a HockeyApp account and have to provide their email address to use the app.
LOGIN_MODE_EMAIL_PASSWORD - Static variable in class net.hockeyapp.android.LoginManager
Testers/users need a HockeyApp account and have to provide their email address and password to use the app.
LOGIN_MODE_VALIDATE - Static variable in class net.hockeyapp.android.LoginManager
Same as LOGIN_MODE_EMAIL_PASSWORD and HockeySDK will check if the user has access to the app.
LoginActivity - Class in net.hockeyapp.android
Description
LoginActivity() - Constructor for class net.hockeyapp.android.LoginActivity
 
LoginManager - Class in net.hockeyapp.android
Description
LoginManager() - Constructor for class net.hockeyapp.android.LoginManager
 
LoginManagerListener - Class in net.hockeyapp.android
Description
LoginManagerListener() - Constructor for class net.hockeyapp.android.LoginManagerListener
 
LoginTask - Class in net.hockeyapp.android.tasks
Description
LoginTask(Context, Handler, String, int, Map<String, String>) - Constructor for class net.hockeyapp.android.tasks.LoginTask
Send feedback AsyncTask.

M

mandatory - Variable in class net.hockeyapp.android.tasks.CheckUpdateTask
 
mapGoogleVersion(String) - Static method in class net.hockeyapp.android.utils.VersionHelper
Map internal Google version letter to a semantic version (currently L to 5.0, M to 6.0).
MAX_REDIRECTS - Static variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
mContext - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
md5(String) - Method in class net.hockeyapp.android.LoginActivity
 
mDirectory - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
MessagesAdapter - Class in net.hockeyapp.android.adapters
 
MessagesAdapter(Context, ArrayList<FeedbackMessage>) - Constructor for class net.hockeyapp.android.adapters.MessagesAdapter
 
MetricsManager - Class in net.hockeyapp.android.metrics
Description
mFilename - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
mIsDialogRequired - Variable in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
 
mNotifier - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
mProgressDialog - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
mUrlString - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
 
mWeakPersistence - Variable in class net.hockeyapp.android.metrics.Sender
Persistence object used to reserve, free, or delete files.

N

net.hockeyapp.android - package net.hockeyapp.android
 
net.hockeyapp.android.adapters - package net.hockeyapp.android.adapters
 
net.hockeyapp.android.listeners - package net.hockeyapp.android.listeners
 
net.hockeyapp.android.metrics - package net.hockeyapp.android.metrics
 
net.hockeyapp.android.metrics.model - package net.hockeyapp.android.metrics.model
 
net.hockeyapp.android.objects - package net.hockeyapp.android.objects
 
net.hockeyapp.android.tasks - package net.hockeyapp.android.tasks
 
net.hockeyapp.android.utils - package net.hockeyapp.android.utils
 
net.hockeyapp.android.views - package net.hockeyapp.android.views
 
NEW_ANSWER_NOTIFICATION_ID - Static variable in class net.hockeyapp.android.FeedbackManager
The id of the new feedback answer notification.
newInstance(String, String, boolean) - Static method in class net.hockeyapp.android.UpdateFragment
Creates a new instance of the fragment.
NO_PADDING - Static variable in class net.hockeyapp.android.utils.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class net.hockeyapp.android.utils.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
NOTIFICATION_CHANNEL_ID - Static variable in class net.hockeyapp.android.FeedbackManager
Notification channel id.

O

onActivityResult(int, int, Intent) - Method in class net.hockeyapp.android.FeedbackActivity
Called when picture or file was chosen.
onBack() - Method in class net.hockeyapp.android.LoginManagerListener
Called when the user press the back key.
onBuildExpired() - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the build is expired.
onCancel() - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the user dismisses the update dialog.
onClick(View) - Method in class net.hockeyapp.android.FeedbackActivity
Called when the Send Feedback Button is tapped.
onClick(View) - Method in class net.hockeyapp.android.UpdateFragment
Called when the download button is tapped.
onConfirmedCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the crash manager has found crash logs that were already confirmed by the user or should have been auto uploaded, but the upload failed, e.g.
onContextItemSelected(MenuItem) - Method in class net.hockeyapp.android.FeedbackActivity
Called when user clicked on context menu item.
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.ExpiryInfoActivity
Called when the activity is starting.
onCreate(Bundle) - Method in class net.hockeyapp.android.FeedbackActivity
Called when the activity is starting.
onCreate(Bundle) - Method in class net.hockeyapp.android.LoginActivity
 
onCreate(Bundle) - Method in class net.hockeyapp.android.PaintActivity
 
onCreate(Bundle) - Method in class net.hockeyapp.android.UpdateActivity
 
onCreate(Bundle) - Method in class net.hockeyapp.android.UpdateFragment
Called when the fragment is starting.
onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo) - Method in class net.hockeyapp.android.FeedbackActivity
Called when context menu is needed (on add attachment button).
onCreateOptionsMenu(Menu) - Method in class net.hockeyapp.android.PaintActivity
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.hockeyapp.android.UpdateFragment
Creates the root view of the fragment, set title, the version number and the listener for the download button.
onDestroyView() - Method in class net.hockeyapp.android.UpdateFragment
 
onDraw(Canvas) - Method in class net.hockeyapp.android.views.PaintView
 
onFocusChange(View, boolean) - Method in class net.hockeyapp.android.FeedbackActivity
 
onHandleAlertView() - Method in class net.hockeyapp.android.CrashManagerListener
Called when dialog should be displayed to inform the user about crash.
onHockeyEvent(PrivateEventManager.Event) - Method in interface net.hockeyapp.android.PrivateEventManager.HockeyEventListener
 
onKeyDown(int, KeyEvent) - Method in class net.hockeyapp.android.FeedbackActivity
 
onKeyDown(int, KeyEvent) - Method in class net.hockeyapp.android.LoginActivity
 
onKeyDown(int, KeyEvent) - Method in class net.hockeyapp.android.PaintActivity
 
onLayout(boolean, int, int, int, int) - Method in class net.hockeyapp.android.views.AttachmentListView
 
onMeasure(int, int) - Method in class net.hockeyapp.android.views.AttachmentListView
 
onNewCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the crash manager has found new crash logs.
onNoCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the crash manager didn't find any crash logs.
onNoUpdateAvailable() - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the update manager found no update.
onOptionsItemSelected(MenuItem) - Method in class net.hockeyapp.android.PaintActivity
 
onPostExecute(JSONArray) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
 
onPostExecute(JSONArray) - Method in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
 
onPostExecute(Long) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
onPostExecute(Long) - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
 
onPostExecute(Boolean) - Method in class net.hockeyapp.android.tasks.LoginTask
 
onPostExecute(FeedbackResponse) - Method in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
onPostExecute(HashMap<String, String>) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
onPreExecute() - Method in class net.hockeyapp.android.tasks.LoginTask
 
onPreExecute() - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
onPrepareOptionsMenu(Menu) - Method in class net.hockeyapp.android.PaintActivity
 
onProgressUpdate(Integer...) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
onProgressUpdate(Integer...) - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
 
onResponse(HttpURLConnection, int, String, File) - Method in class net.hockeyapp.android.metrics.Sender
Callback for the http response from the sender.
onRestoreInstanceState(Bundle) - Method in class net.hockeyapp.android.FeedbackActivity
Restore all attachments.
onRetainNonConfigurationInstance() - Method in class net.hockeyapp.android.FeedbackActivity
Detaches the activity from the send feedback task and returns the task as last instance.
onRetainNonConfigurationInstance() - Method in class net.hockeyapp.android.LoginActivity
Detaches the activity from the LoginTask and returns the task as last instance.
onSaveInstanceState(Bundle) - Method in class net.hockeyapp.android.FeedbackActivity
Save all attachments.
onSendFeedbackResult(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
Called when the request for sending the feedback has finished.
onStart() - Method in class net.hockeyapp.android.FeedbackActivity
 
onStart() - Method in class net.hockeyapp.android.UpdateFragment
 
onStop() - Method in class net.hockeyapp.android.FeedbackActivity
 
onSuccess() - Method in class net.hockeyapp.android.LoginManagerListener
Called when user authentication was successful.
onTouchEvent(MotionEvent) - Method in class net.hockeyapp.android.views.PaintView
 
onUnexpected(HttpURLConnection, int, StringBuilder) - Method in class net.hockeyapp.android.metrics.Sender
Handler to be called if an unexpected response was returned from the ingestion endpoint.
onUpdateAvailable() - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the update manager found an update.
onUpdateAvailable(JSONArray, String) - Method in class net.hockeyapp.android.UpdateManagerListener
Called when the update manager found an update.
onUpdatePermissionsNotGranted() - Method in class net.hockeyapp.android.UpdateManagerListener
Deprecated.
as of 5.0.0.
onUserDeniedCrashes() - Method in class net.hockeyapp.android.CrashManagerListener
Called when the user denied to send crashes to HockeyApp.
ORIENTATION_LANDSCAPE - Static variable in class net.hockeyapp.android.utils.ImageUtils
 
ORIENTATION_PORTRAIT - Static variable in class net.hockeyapp.android.utils.ImageUtils
 

P

PaintActivity - Class in net.hockeyapp.android
 
PaintActivity() - Constructor for class net.hockeyapp.android.PaintActivity
 
PaintView - Class in net.hockeyapp.android.views
Description
PaintView(Context, Uri, int, int) - Constructor for class net.hockeyapp.android.views.PaintView
 
parseFeedbackResponse(String) - Method in class net.hockeyapp.android.utils.FeedbackParser
Parses JSON string
ParseFeedbackTask - Class in net.hockeyapp.android.tasks
Description
ParseFeedbackTask(Context, String, Handler, String) - Constructor for class net.hockeyapp.android.tasks.ParseFeedbackTask
 
permissionsAreGranted(int[]) - Static method in class net.hockeyapp.android.utils.PermissionsUtil
 
permissionsState(Context, String...) - Static method in class net.hockeyapp.android.utils.PermissionsUtil
 
PermissionsUtil - Class in net.hockeyapp.android.utils
 
PermissionsUtil() - Constructor for class net.hockeyapp.android.utils.PermissionsUtil
 
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.
PREFERENCES_NAME - Static variable in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
PrefsUtil - Class in net.hockeyapp.android.utils
Description
prepareDownload() - Method in class net.hockeyapp.android.UpdateFragment
 
PrivateEventManager - Class in net.hockeyapp.android
 
PrivateEventManager() - Constructor for class net.hockeyapp.android.PrivateEventManager
 
PrivateEventManager.Event - Class in net.hockeyapp.android
 
PrivateEventManager.HockeyEventListener - Interface in net.hockeyapp.android
 

Q

QualifiedName - Variable in class net.hockeyapp.android.metrics.model.Base
The name for this type
QualifiedName - Variable in class net.hockeyapp.android.metrics.model.Domain
The name for this type

R

readResponse(HttpURLConnection, StringBuilder) - Method in class net.hockeyapp.android.metrics.Sender
Reads the response from a connection.
register(Context) - Static method in class net.hockeyapp.android.CrashManager
Registers new crash manager and handles existing crash logs.
register(Context, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Registers new crash manager and handles existing crash logs.
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(Context) - Static method in class net.hockeyapp.android.FeedbackManager
Registers new Feedback manager.
register(Context, FeedbackManagerListener) - Static method in class net.hockeyapp.android.FeedbackManager
Registers new Feedback manager.
register(Context, String) - Static method in class net.hockeyapp.android.FeedbackManager
Registers new Feedback manager.
register(Context, String, FeedbackManagerListener) - Static method in class net.hockeyapp.android.FeedbackManager
Registers new Feedback manager.
register(Context, String, String, FeedbackManagerListener) - Static method in class net.hockeyapp.android.FeedbackManager
Registers new Feedback manager.
register(Context, String, int) - Static method in class net.hockeyapp.android.LoginManager
Registers new login manager.
register(Context, String, int, LoginManagerListener) - Static method in class net.hockeyapp.android.LoginManager
Registers new login manager.
register(Context, String, String, int, LoginManagerListener) - Static method in class net.hockeyapp.android.LoginManager
Registers new LoginManager.
register(Context, String, String, int, Class<?>) - Static method in class net.hockeyapp.android.LoginManager
Registers new LoginManager.
register(Context, String, String, String, int, Class<?>) - Static method in class net.hockeyapp.android.LoginManager
Registers new LoginManager.
register(Application) - Static method in class net.hockeyapp.android.metrics.MetricsManager
Register a new MetricsManager and collect metrics about user and session.
register(Application, String) - Static method in class net.hockeyapp.android.metrics.MetricsManager
Register a new MetricsManager and collect metrics about user and session, while explicitly providing your HockeyApp app identifier.
register(Activity) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
register(Activity, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
register(Activity, String) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
register(Activity, String, boolean) - 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, UpdateManagerListener, boolean) - 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.
register(Activity, String, String, UpdateManagerListener, boolean) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
registerForBackground(Context, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
registerForBackground(Context, String, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
Registers new update manager.
remove() - Method in class net.hockeyapp.android.views.AttachmentView
 
requestCount() - Method in class net.hockeyapp.android.metrics.Sender
Getter for requestCount.
resetAlwaysSend(WeakReference<Context>) - Static method in class net.hockeyapp.android.CrashManager
Clears the preference to always send crashes.
runsOnTablet(Context) - Static method in class net.hockeyapp.android.utils.Util
Returns true if the app runs on large or very large screens (i.e.

S

sanitizeAppIdentifier(String) - Static method in class net.hockeyapp.android.utils.Util
Sanitizes an app identifier or throws an exception if it can't be sanitized.
saveException(Throwable, Thread, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
Save a caught exception to disk.
saveFeedbackTokenToPrefs(Context, String) - Method in class net.hockeyapp.android.utils.PrefsUtil
Save feedback token to SharedPreferences
saveManagedException(Throwable, Thread, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
Save managed exception(s) caught by HockeySDK-Xamarin to disk.
saveNameEmailSubjectToPrefs(Context, String, String, String) - Method in class net.hockeyapp.android.utils.PrefsUtil
Save name and email to SharedPreferences
saveNativeException(Throwable, String, Thread, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
Save java exception(s) caught by HockeySDK-Xamarin to disk.
SCREENSHOT_NOTIFICATION_ID - Static variable in class net.hockeyapp.android.FeedbackManager
The id of the notification to take a screenshot.
SDK_NAME - Static variable in class net.hockeyapp.android.Constants
Name of this SDK.
SDK_USER_AGENT - Static variable in class net.hockeyapp.android.Constants
The user agent string the SDK will send with every HockeyApp API request.
SDK_VERSION - Static variable in class net.hockeyapp.android.Constants
Version of the SDK - retrieved from the build configuration.
send(HttpURLConnection, File, String) - Method in class net.hockeyapp.android.metrics.Sender
Send a file to the ingestion endpoint.
sendAvailableFiles() - Method in class net.hockeyapp.android.metrics.Sender
Checks the persistence for available files and sends them.
Sender - Class in net.hockeyapp.android.metrics
Description
Sender() - Constructor for class net.hockeyapp.android.metrics.Sender
Creates and initializes a new instance.
SendFeedbackTask - Class in net.hockeyapp.android.tasks
Description
SendFeedbackTask(Context, String, String, String, String, String, List<Uri>, String, Handler, boolean) - Constructor for class net.hockeyapp.android.tasks.SendFeedbackTask
Send feedback AsyncTask.
sendNotification(Context, int, Notification, String, CharSequence) - Static method in class net.hockeyapp.android.utils.Util
 
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Application
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Base
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Device
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Domain
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Envelope
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Extension
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in interface net.hockeyapp.android.metrics.model.IJsonSerializable
Serialize the contract objects with writer
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Internal
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Session
Serializes the beginning of this object to the passed in writer.
serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.User
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Application
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Base
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Data
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Device
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Domain
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Envelope
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.EventData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Extension
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Internal
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Session
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Serializes the beginning of this object to the passed in writer.
serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.User
Serializes the beginning of this object to the passed in writer.
Session - Class in net.hockeyapp.android.metrics.model
Data contract class Session.
Session() - Constructor for class net.hockeyapp.android.metrics.model.Session
Initializes a new instance of the Session class.
SessionState - Enum in net.hockeyapp.android.metrics.model
Enum SessionState.
SessionStateData - Class in net.hockeyapp.android.metrics.model
Data contract class SessionStateData.
SessionStateData() - Constructor for class net.hockeyapp.android.metrics.model.SessionStateData
Initializes a new instance of the SessionStateData class.
sessionTrackingEnabled() - Static method in class net.hockeyapp.android.metrics.MetricsManager
Deprecated.
setAccountAcquisitionDate(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the AccountAcquisitionDate property.
setAccountId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the AccountId property.
setAccountId(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the AccountId property.
setActivityForScreenshot(Activity) - Static method in class net.hockeyapp.android.FeedbackManager
Stores a reference to the given activity to be used for taking a screenshot of it.
setAgentVersion(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the AgentVersion property.
setAnonUserAcquisitionDate(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the AnonUserAcquisitionDate property.
setAppCrashDate(Date) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setAppId(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the AppId property.
setAppId(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setApplicationName(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the ApplicationName property.
setApplicationType(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the ApplicationType property.
setAppPackage(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setAppStartDate(Date) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setAppVer(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the AppVer property.
setAppVersionCode(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setAppVersionName(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setAuthUserAcquisitionDate(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the AuthUserAcquisitionDate property.
setAuthUserId(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the AuthUserId property.
setBaseData(TDomain) - Method in class net.hockeyapp.android.metrics.model.Data
Sets the BaseData property.
setBaseType(String) - Method in class net.hockeyapp.android.metrics.model.Base
Sets the BaseType property.
setBasicAuthorization(String, String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
setBuild(String) - Method in class net.hockeyapp.android.metrics.model.Application
Sets the Build property.
setChannel(Channel) - Method in class net.hockeyapp.android.metrics.MetricsManager
 
setCleanText(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setCode(int) - Method in class net.hockeyapp.android.objects.ErrorObject
 
setConnectionProperties(HttpURLConnection) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
 
setCreatedAt(String) - Method in class net.hockeyapp.android.objects.Feedback
 
setCreatedAt(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
setCreatedAt(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setCustomExecutor(Executor) - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
 
setCustomServerURL(String) - Static method in class net.hockeyapp.android.metrics.MetricsManager
Set the server url if you want metrics to be sent to a custom server
setCustomServerURL(String) - Method in class net.hockeyapp.android.metrics.Sender
Set a custom server URL that will be used to send data to it.
setCV(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the CV property.
setData(Base) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Data property.
setDataCollectorReceivedTime(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the DataCollectorReceivedTime property.
setDeviceManufacturer(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setDeviceModel(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setEmail(String) - Method in class net.hockeyapp.android.objects.Feedback
 
setEpoch(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Epoch property.
setExt(Map<String, Extension>) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Ext property.
setFeedback(Feedback) - Method in class net.hockeyapp.android.objects.FeedbackResponse
 
setFeedbackAttachments(List<FeedbackAttachment>) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setFeedbackMessage(FeedbackMessage) - Method in class net.hockeyapp.android.views.FeedbackMessageView
 
setFilename(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
setFlags(long) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Flags property.
setFlowType(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the FlowType property.
setFormat(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setHandler(Handler) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
setHeader(String, String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
setId(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Id property.
setId(String) - Method in class net.hockeyapp.android.metrics.model.Session
Sets the Id property.
setId(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the Id property.
setId(int) - Method in class net.hockeyapp.android.objects.Feedback
 
setId(int) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
setId(int) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setIKey(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the IKey property.
setImage(Bitmap, int) - Method in class net.hockeyapp.android.views.AttachmentView
 
setIndex(int) - Method in class net.hockeyapp.android.views.FeedbackMessageView
Sets the background for the entire FeedbackMessageView and for the text colors used
setInstrumentationKey(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the InstrumentationKey property.
setIp(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Ip property.
setIsAudit(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the IsAudit property.
setIsFirst(String) - Method in class net.hockeyapp.android.metrics.model.Session
Sets the IsFirst property.
setIsNew(String) - Method in class net.hockeyapp.android.metrics.model.Session
Sets the IsNew property.
setIsXamarinException(Boolean) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setLanguage(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Language property.
setLastMessageId(int) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
setListener(CrashManagerListener) - Method in class net.hockeyapp.android.ExceptionHandler
 
setLocale(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Locale property.
setLogLevel(int) - Static method in class net.hockeyapp.android.utils.HockeyLog
Set the log level to determine the amount of info the HockeySDK spews info into LogCat.
setMachineName(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the MachineName property.
setMeasurements(Map<String, Double>) - Method in class net.hockeyapp.android.metrics.model.EventData
Sets the Measurements property.
setMessage(String) - Method in class net.hockeyapp.android.objects.ErrorObject
 
setMessageId(int) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
setMessages(ArrayList<FeedbackMessage>) - Method in class net.hockeyapp.android.objects.Feedback
 
setModel(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Model property.
setModel(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setName(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Name property.
setName(String) - Method in class net.hockeyapp.android.metrics.model.EventData
Sets the Name property.
setName(String) - Method in class net.hockeyapp.android.objects.Feedback
 
setName(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setNetwork(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Network property.
setNetworkName(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the NetworkName property.
setOem(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setOemName(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the OemName property.
setOs(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Os property.
setOs(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Os property.
setOsBuild(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setOsVer(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the OsVer property.
setOsVersion(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the OsVersion property.
setOsVersion(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setOsVersion(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setPersistence(Persistence) - Method in class net.hockeyapp.android.metrics.Sender
Set persistence used to reserve, free, or delete files (enables dependency injection).
setProfileClassId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the ProfileClassId property.
setProfileId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the ProfileId property.
setProperties(Map<String, String>) - Method in class net.hockeyapp.android.metrics.ITelemetry
Sets the properties.
setProperties(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.EventData
Sets the Properties property.
setProperties(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Sets the Properties property.
setReporterKey(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setRequestBody(String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
setRequestMethod(String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
setRequestSource(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the RequestSource property.
setRequireUserEmail(FeedbackUserDataElement) - Static method in class net.hockeyapp.android.FeedbackManager
Sets the required setting for the user email property
setRequireUserName(FeedbackUserDataElement) - Static method in class net.hockeyapp.android.FeedbackManager
Sets the required setting for the user name property
setRoleInstance(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the RoleInstance property.
setRoleName(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the RoleName property.
setSampleRate(int) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the PopSample property.
setScreenResolution(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the ScreenResolution property.
setSdkVersion(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the SdkVersion property.
setSender(Sender) - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
setSeqNum(long) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the SeqNum property.
setSessionTrackingDisabled(Boolean) - Static method in class net.hockeyapp.android.metrics.MetricsManager
setShowProgressDialog(boolean) - Method in class net.hockeyapp.android.tasks.LoginTask
 
setShowProgressDialog(boolean) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
 
setState(SessionState) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Sets the State property.
setStatus(String) - Method in class net.hockeyapp.android.objects.FeedbackResponse
 
setStoreRegion(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the StoreRegion property.
setSubject(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setTags(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Tags property.
setTelemetryItemId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the TelemetryItemId property.
setText(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setThreadName(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setThrowableStackTrace(String) - Method in class net.hockeyapp.android.objects.CrashDetails
 
setTime(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Time property.
setTimeout(int) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
setToken(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setToken(String) - Method in class net.hockeyapp.android.objects.FeedbackResponse
 
setTrackingSourceId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the TrackingSourceId property.
setTrackingType(String) - Method in class net.hockeyapp.android.metrics.model.Internal
Sets the TrackingType property.
setType(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the Type property.
setTypeId(String) - Method in class net.hockeyapp.android.metrics.model.Application
Sets the TypeId property.
SetupAttributes() - Method in class net.hockeyapp.android.metrics.model.Data
Sets up the events attributes
SetupAttributes() - Method in class net.hockeyapp.android.metrics.model.EventData
Sets up the events attributes
SetupAttributes() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Sets up the events attributes
setUpdatedAt(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
setUrl(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
setUrlString(String) - Method in class net.hockeyapp.android.tasks.ParseFeedbackTask
 
setUserAgent(String) - Method in class net.hockeyapp.android.metrics.model.User
Sets the UserAgent property.
setUserDescription(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
 
setUserEmail(String) - Static method in class net.hockeyapp.android.FeedbackManager
Sets the user's e-mail to pre-fill the feedback form with
setUserEmail(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
 
setUserID(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
 
setUserName(String) - Static method in class net.hockeyapp.android.FeedbackManager
Sets the user's name to pre-fill the feedback form with
setUserString(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setVer(int) - Method in class net.hockeyapp.android.metrics.ITelemetry
Sets the version
setVer(String) - Method in class net.hockeyapp.android.metrics.model.Application
Sets the Ver property.
setVer(int) - Method in class net.hockeyapp.android.metrics.model.Envelope
Sets the Ver property.
setVer(int) - Method in class net.hockeyapp.android.metrics.model.EventData
Sets the Ver property.
setVer(String) - Method in class net.hockeyapp.android.metrics.model.Extension
Sets the Ver property.
setVer(int) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
Sets the Ver property.
setVia(int) - Method in class net.hockeyapp.android.objects.FeedbackMessage
 
setVmName(String) - Method in class net.hockeyapp.android.metrics.model.Device
Sets the VmName property.
shouldAutoUploadCrashes() - Method in class net.hockeyapp.android.CrashManagerListener
Return true if you want to auto-send crashes.
shouldCreateNewFeedbackThread() - Method in class net.hockeyapp.android.FeedbackManagerListener
Called when posting a new feedback message.
showFeedbackActivity(Context, Uri...) - Static method in class net.hockeyapp.android.FeedbackManager
Starts the FeedbackActivity
showFeedbackActivity(Context, Bundle, Uri...) - Static method in class net.hockeyapp.android.FeedbackManager
Starts the FeedbackActivity
signalImageLoadingError() - Method in class net.hockeyapp.android.views.AttachmentView
 
SimpleMultipartEntity - Class in net.hockeyapp.android.utils
Description
SimpleMultipartEntity(File) - Constructor for class net.hockeyapp.android.utils.SimpleMultipartEntity
 
START_TIME_KEY - Static variable in class net.hockeyapp.android.Tracking
Key for shared preferences to store a start time.
startDownloadTask() - Method in class net.hockeyapp.android.UpdateFragment
Starts the download task and sets the listener for a successful download, a failed download, and configuration strings.
startUsage(Activity) - Static method in class net.hockeyapp.android.Tracking
Starts tracking of the usage time for the given activity.
stopUsage(Activity) - Static method in class net.hockeyapp.android.Tracking
Stops tracking of the usage time for the given activity.
submitStackTraces(WeakReference<Context>, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
Submits all stack traces in the files dir to HockeyApp.
submitStackTraces(WeakReference<Context>, CrashManagerListener, CrashMetaData) - Static method in class net.hockeyapp.android.CrashManager
Submits all stack traces in the files dir to HockeyApp.

T

takeScreenshot(Context) - Static method in class net.hockeyapp.android.FeedbackManager
Takes a screenshot of the currently set activity and stores it in the HockeyApp folder on the external storage.
TelemetryData - Class in net.hockeyapp.android.metrics.model
 
TelemetryData() - Constructor for class net.hockeyapp.android.metrics.model.TelemetryData
 
toDate(String) - Static method in class net.hockeyapp.android.utils.JSONDateUtils
Convert string to date.
toString() - Method in class net.hockeyapp.android.objects.CrashMetaData
 
toString() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
 
toString(Date) - Static method in class net.hockeyapp.android.utils.JSONDateUtils
Convert date to string.
trackEvent(String) - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
trackEvent(String, Map<String, String>) - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
trackEvent(String, Map<String, String>, Map<String, Double>) - Static method in class net.hockeyapp.android.metrics.MetricsManager
 
Tracking - Class in net.hockeyapp.android
Description
Tracking() - Constructor for class net.hockeyapp.android.Tracking
 
triggerSending() - Method in class net.hockeyapp.android.metrics.Sender
Triggers sending of available telemetry data in an AsyncTask.
triggerSendingForTesting(HttpURLConnection, File, String) - Method in class net.hockeyapp.android.metrics.Sender
 

U

uncaughtException(Thread, Throwable) - Method in class net.hockeyapp.android.ExceptionHandler
 
undo() - Method in class net.hockeyapp.android.views.PaintView
 
unregister() - Static method in class net.hockeyapp.android.FeedbackManager
Unregisters the update manager
unregister() - Static method in class net.hockeyapp.android.UpdateManager
Unregisters the update manager
unsetCurrentActivityForScreenshot(Activity) - Static method in class net.hockeyapp.android.FeedbackManager
Clears the reference to the activity that was set before by setActivityForScreenshot.
UPDATE_PERMISSIONS_REQUEST - Static variable in class net.hockeyapp.android.Constants
Permissions request for the update task.
UpdateActivity - Class in net.hockeyapp.android
Description
UpdateActivity() - Constructor for class net.hockeyapp.android.UpdateActivity
 
UpdateFragment - Class in net.hockeyapp.android
Description
UpdateFragment() - Constructor for class net.hockeyapp.android.UpdateFragment
 
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
 
URL_SAFE - Static variable in class net.hockeyapp.android.utils.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
urlString - Variable in class net.hockeyapp.android.tasks.CheckUpdateTask
 
USAGE_TIME_KEY - Static variable in class net.hockeyapp.android.Tracking
Key for shared preferences to store a usage time.
User - Class in net.hockeyapp.android.metrics.model
Data contract class User.
User() - Constructor for class net.hockeyapp.android.metrics.model.User
Initializes a new instance of the User class.
useUpdateDialog(Context) - Method in class net.hockeyapp.android.UpdateManagerListener
Determines how update fragment will be presented: as dialog or activity.
Util - Class in net.hockeyapp.android.utils
 
Util() - Constructor for class net.hockeyapp.android.utils.Util
 

V

valueOf(String) - Static method in enum net.hockeyapp.android.metrics.model.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.hockeyapp.android.objects.CrashManagerUserInput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.hockeyapp.android.objects.FeedbackUserDataElement
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.hockeyapp.android.metrics.model.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.hockeyapp.android.objects.CrashManagerUserInput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.hockeyapp.android.objects.FeedbackUserDataElement
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level VERBOSE with the default tag
verbose(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level VERBOSE
verbose(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level VERBOSE with the default tag
verbose(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level VERBOSE
verifyLogin(Activity, Intent) - Static method in class net.hockeyapp.android.LoginManager
Checks the authentication status.
VERSION_MAX - Static variable in class net.hockeyapp.android.utils.VersionHelper
 
VersionHelper - Class in net.hockeyapp.android.utils
Description
VersionHelper(Context, String, UpdateInfoListener) - Constructor for class net.hockeyapp.android.utils.VersionHelper
 

W

warn(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level WARN with the default tag
warn(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level WARN
warn(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level WARN with the default tag
warn(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
Log a message with level WARN
writeCrashReport(Context) - Method in class net.hockeyapp.android.objects.CrashDetails
 
writeCrashReport(File) - Method in class net.hockeyapp.android.objects.CrashDetails
 
writeDictionary(Writer, Map<String, T>) - Static method in class net.hockeyapp.android.metrics.JsonHelper
serialize the map object to writer
writeFirstBoundaryIfNeeds() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
writeFormFields(Map<String, String>) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
writeJsonSerializable(Writer, IJsonSerializable) - Static method in class net.hockeyapp.android.metrics.JsonHelper
serialize the IJsonSerializable to writer
writeLastBoundaryIfNeeds() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
writeList(Writer, List<T>) - Static method in class net.hockeyapp.android.metrics.JsonHelper
serialize the List object to writer
writeMultipartData(Map<String, String>, Context, List<Uri>) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
 
writeTo(OutputStream) - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links