- 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
Internal helper class.
- 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
Internal helper class.
- 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 .
- configureFeedbackView(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
-
Configures the content view by initializing the input EditText
s
and the listener for the Send Feedback Button
- configureView() - Method in class net.hockeyapp.android.UpdateActivity
-
Configures the content view by setting app name, the current version
and the listener for the download button.
- ConnectionTask<Params,Progress,Result> - Class in net.hockeyapp.android.tasks
-
Description
Base class for asynchronous HTTP connections.
- ConnectionTask() - Constructor for class net.hockeyapp.android.tasks.ConnectionTask
-
- Constants - Class in net.hockeyapp.android
-
Description
Various constants and meta information loaded from the context.
- Constants() - Constructor for class net.hockeyapp.android.Constants
-
- context - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
-
- CRASH_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message of the dialog when a new crash was found.
- CRASH_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the negative button label of the dialog when a new crash was found.
- CRASH_DIALOG_NEUTRAL_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the neutral button label of the dialog when a new crash was found.
- CRASH_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the positive button label of the dialog when a new crash was found.
- CRASH_DIALOG_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the dialog when a new crash was found.
- CRASH_IDENTIFIER - Static variable in class net.hockeyapp.android.Constants
-
Unique identifier for crash reports.
- CrashManager - Class in net.hockeyapp.android
-
Description
The crash manager sets an exception handler to catch all unhandled
exceptions.
- CrashManager() - Constructor for class net.hockeyapp.android.CrashManager
-
- CrashManagerListener - Class in net.hockeyapp.android
-
Description
Abstract class for callbacks to be invoked from the CrashManager.
- 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(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.
- createDownloadTask(String, DownloadFileListener) - Method in class net.hockeyapp.android.UpdateActivity
-
- createNotification(Context, PendingIntent, String, String, int) - 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.
- DATE_TEXT_VIEW_ID - Static variable in class net.hockeyapp.android.views.FeedbackMessageView
-
- 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.
- 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.
- determineOrientation(ContentResolver, Uri) - Static method in class net.hockeyapp.android.views.PaintView
-
Determines the orientation of the image based on its ratio and returns the orientation the activity
should have.
- DeviceUtils - Class in net.hockeyapp.android.utils
-
Description
Device helper class.
- DIALOG_ERROR_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message of an error dialog.
- DIALOG_ERROR_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of an error dialog.
- DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the negative button of generic dialogs.
- DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the positive button of generic dialogs.
- dismissLoading(WeakReference<Activity>, ProgressDialog) - Method in class net.hockeyapp.android.utils.UiThreadUtil
-
- dismissLoadingDialogAndDisplayError(WeakReference<Activity>, ProgressDialog, int) - Method in class net.hockeyapp.android.utils.UiThreadUtil
-
- displayToastMessage(WeakReference<Activity>, String, int) - Method in class net.hockeyapp.android.utils.UiThreadUtil
-
- 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
-
- download(FeedbackAttachment, AttachmentView) - Method in class net.hockeyapp.android.tasks.AttachmentDownloader
-
- DOWNLOAD_FAILED_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message of the dialog when the apk download failed.
- DOWNLOAD_FAILED_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the label on the negative button of the dialog when the apk download failed.
- DOWNLOAD_FAILED_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the label on the positive button of the dialog when the apk download failed.
- DOWNLOAD_FAILED_DIALOG_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the dialog when the apk download failed.
- downloadFailed(DownloadFileTask, Boolean) - Method in class net.hockeyapp.android.listeners.DownloadFileListener
-
- DownloadFileListener - Class in net.hockeyapp.android.listeners
-
Description
Abstract class for callbacks to be invoked from the DownloadFileTask.
- DownloadFileListener() - Constructor for class net.hockeyapp.android.listeners.DownloadFileListener
-
- DownloadFileTask - Class in net.hockeyapp.android.tasks
-
Description
Internal helper class.
- DownloadFileTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.tasks.DownloadFileTask
-
- downloadSuccessful(DownloadFileTask) - Method in class net.hockeyapp.android.listeners.DownloadFileListener
-
- downloadTask - Variable in class net.hockeyapp.android.UpdateActivity
-
Task to download the .apk file.
- EMAIL_EDIT_TEXT_ID - Static variable in class net.hockeyapp.android.views.FeedbackView
-
- EMAIL_INPUT_ID - Static variable in class net.hockeyapp.android.views.LoginView
-
- enableDisableSendFeedbackButton(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
-
Enables/Disables the Send Feedback button.
- enableUpdateButton() - Method in class net.hockeyapp.android.UpdateActivity
-
Enables the download button.
- 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.
- ERROR_NO_NETWORK_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the generic no network error message.
- ErrorObject - Class in net.hockeyapp.android.objects
-
Description
Error helper object
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- ErrorObject() - Constructor for class net.hockeyapp.android.objects.ErrorObject
-
- ExceptionHandler - Class in net.hockeyapp.android
-
Description
Helper class to catch exceptions.
- 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
-
- EXPIRY_INFO_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the text of the expiry info view.
- EXPIRY_INFO_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the expiry info view.
- ExpiryInfoActivity - Class in net.hockeyapp.android
-
Description
The expiry activity is shown when the build is expired.
- ExpiryInfoActivity() - Constructor for class net.hockeyapp.android.ExpiryInfoActivity
-
- ExpiryInfoView - Class in net.hockeyapp.android.views
-
Description
Internal helper class to draw the content view of ExpiryInfoActivity.
- ExpiryInfoView(Context) - Constructor for class net.hockeyapp.android.views.ExpiryInfoView
-
- ExpiryInfoView(Context, String) - Constructor for class net.hockeyapp.android.views.ExpiryInfoView
-
- Feedback - Class in net.hockeyapp.android.objects
-
Description
Model for feedback threads.
- Feedback() - Constructor for class net.hockeyapp.android.objects.Feedback
-
- FEEDBACK_ATTACH_FILE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the button to attach a file to the feedback.
- FEEDBACK_ATTACH_PICTURE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the button to attach a picture to the feedback.
- FEEDBACK_ATTACHMENT_BUTTON_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView attachment button text.
- FEEDBACK_EMAIL_INPUT_HINT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView email input hint text.
- FEEDBACK_FAILED_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the text of the Feedback Failed info view.
- FEEDBACK_FAILED_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the Feedback Failed info view.
- FEEDBACK_GENERIC_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when a generic error has occurred.
- FEEDBACK_LAST_UPDATED_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView last updated text.
- FEEDBACK_MAX_ATTACHMENTS_ALLOWED - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the warning toast of the maximum number of attachments allowed per feedback.
- FEEDBACK_MESSAGE_INPUT_HINT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView message input hint text.
- FEEDBACK_NAME_INPUT_HINT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView name input hint text.
- FEEDBACK_REFRESH_BUTTON_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView refresh button text.
- FEEDBACK_RESPONSE_BUTTON_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView response button text.
- FEEDBACK_SCROLLVIEW_ID - Static variable in class net.hockeyapp.android.views.FeedbackView
-
- FEEDBACK_SELECT_FILE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the chooser dialog to select an attachment file.
- FEEDBACK_SELECT_PICTURE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the chooser dialog to select an attachment picture.
- FEEDBACK_SEND_BUTTON_TEXT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView send button text.
- FEEDBACK_SEND_GENERIC_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when feedback could not be sent (generic).
- FEEDBACK_SEND_NETWORK_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when feedback could not be sent (network error).
- FEEDBACK_SUBJECT_INPUT_HINT_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the FeedbackView subject input hint text.
- FEEDBACK_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the FeedbackActivity.
- FEEDBACK_VALIDATE_EMAIL_EMPTY_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when the email field is not filled out.
- FEEDBACK_VALIDATE_EMAIL_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when the entered email is invalid.
- FEEDBACK_VALIDATE_NAME_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when the name field is not filled out.
- FEEDBACK_VALIDATE_SUBJECT_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when the subject field is not filled out.
- FEEDBACK_VALIDATE_TEXT_ERROR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message when the text field is not filled out.
- FeedbackActivity - Class in net.hockeyapp.android
-
Description
Activity to show the feedback form.
- FeedbackActivity() - Constructor for class net.hockeyapp.android.FeedbackActivity
-
- FeedbackActivityInterface - Interface in net.hockeyapp.android
-
Description
Interface definition for callbacks to be invoked from the
FeedbackActivity
.
- 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
Model for feedback attachments.
- FeedbackAttachment() - Constructor for class net.hockeyapp.android.objects.FeedbackAttachment
-
- feedbackFailed(SendFeedbackTask, Boolean) - Method in class net.hockeyapp.android.listeners.SendFeedbackListener
-
- FeedbackManager - Class in net.hockeyapp.android
-
Description
The FeedbackManager displays the feedback currentActivity.
- FeedbackManager() - Constructor for class net.hockeyapp.android.FeedbackManager
-
- FeedbackManagerListener - Class in net.hockeyapp.android
-
Description
Abstract class for callbacks to be invoked from the
FeedbackManager
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- FeedbackManagerListener() - Constructor for class net.hockeyapp.android.FeedbackManagerListener
-
- FeedbackMessage - Class in net.hockeyapp.android.objects
-
Description
Model for feedback messages.
- FeedbackMessage() - Constructor for class net.hockeyapp.android.objects.FeedbackMessage
-
- FeedbackMessageView - Class in net.hockeyapp.android.views
-
Description
Internal helper class to draw the content view of a Feedback message row
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- FeedbackMessageView(Context) - Constructor for class net.hockeyapp.android.views.FeedbackMessageView
-
- FeedbackMessageView(Context, boolean) - Constructor for class net.hockeyapp.android.views.FeedbackMessageView
-
- FeedbackParser - Class in net.hockeyapp.android.utils
-
Description
JSON parser helper class
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- FeedbackResponse - Class in net.hockeyapp.android.objects
-
Description
Model for feedback responses.
- FeedbackResponse() - Constructor for class net.hockeyapp.android.objects.FeedbackResponse
-
- feedbackSuccessful(SendFeedbackTask) - Method in class net.hockeyapp.android.listeners.SendFeedbackListener
-
- FeedbackUserDataElement - Enum in net.hockeyapp.android.objects
-
Description
Activity to show the feedback form.
- FeedbackView - Class in net.hockeyapp.android.views
-
Description
Internal helper class to draw the content view of FeedbackActivity
and FeedbackFragement.
- FeedbackView(Context) - Constructor for class net.hockeyapp.android.views.FeedbackView
-
- filename - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
-
- filePath - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
-
- FILES_PATH - Static variable in class net.hockeyapp.android.Constants
-
Path where crash logs and temporary files are stored.
- fragmentsSupported() - Static method in class net.hockeyapp.android.utils.Util
-
Returns true if the Fragment API is supported (should be on Android 3.0+).
- generateDefaultLayoutParams() - Method in class net.hockeyapp.android.views.AttachmentListView
-
- get(int) - Static method in class net.hockeyapp.android.Strings
-
Returns the default string for the given resource ID.
- get(StringListener, int) - Static method in class net.hockeyapp.android.Strings
-
Returns a string for the given resource ID.
- getAppId() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getAppName() - Method in class net.hockeyapp.android.UpdateActivity
-
Returns the app's name.
- getAppName() - Method in class net.hockeyapp.android.UpdateFragment
-
Returns the app's name.
- getAppName(Context) - Method in class net.hockeyapp.android.utils.DeviceUtils
-
Returns the app's name.
- 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
-
- getBoundary() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- getCacheId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
Returns the attachment's filename that identifies it in the cache.
- getCachingEnabled() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- 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!
- 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
-
- 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.UpdateActivity
-
Returns the current version of the app.
- getCurrentVersionCode() - Method in class net.hockeyapp.android.UpdateFragment
-
Returns the current version of the app.
- getCurrentVersionCode() - Method in interface net.hockeyapp.android.UpdateInfoListener
-
Implement to return the app's current version code.
- getCurrentVersionCode(Context) - Method in class net.hockeyapp.android.utils.DeviceUtils
-
Returns the current version of the app.
- getDescription() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return additional data, i.e. parts of the system log, the last server
response or similar.
- getEffectiveMaxHeight() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getEmail() - Method in class net.hockeyapp.android.objects.Feedback
-
- getExpiryDate() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Return an expiry date for this build or null.
- 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
Internal helper class.
- GetFileSizeTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.tasks.GetFileSizeTask
-
- 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
-
- getGradient() - Static method in class net.hockeyapp.android.utils.ViewHelper
-
- getHockeyAppStorageDir() - 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.objects.Feedback
-
- getId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getId() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getInstance() - Static method in class net.hockeyapp.android.tasks.AttachmentDownloader
-
- getInstance() - Static method in class net.hockeyapp.android.utils.DeviceUtils
-
- getInstance() - Static method in class net.hockeyapp.android.utils.FeedbackParser
-
- getInstance() - Static method in class net.hockeyapp.android.utils.PrefsUtil
-
Return the singleton.
- getInstance() - Static method in class net.hockeyapp.android.utils.UiThreadUtil
-
- getItem(int) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
-
- getItemId(int) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
-
- getLastListener() - Static method in class net.hockeyapp.android.FeedbackManager
-
Returns the last listener which has been registered with any Feedback manager.
- getLastListener() - Static method in class net.hockeyapp.android.UpdateManager
-
Returns the last listener which has been registered with any update manager.
- getLayoutView() - Method in class net.hockeyapp.android.ExpiryInfoActivity
-
Creates and returns a new instance of UpdateView.
- 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.UpdateActivity
-
Creates and returns a new instance of UpdateView.
- getLayoutView() - Method in interface net.hockeyapp.android.UpdateActivityInterface
-
Return an instance of View to show the update information.
- getLayoutView() - Method in class net.hockeyapp.android.UpdateFragment
-
Creates and returns a new instance of UpdateView.
- 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.
- 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.objects.FeedbackMessage
-
- 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
- getOem() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getOsVersion() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getOutputStream() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- getReleaseNotes() - Method in class net.hockeyapp.android.UpdateActivity
-
Returns the release notes as HTML.
- getReleaseNotes(boolean) - Method in class net.hockeyapp.android.utils.VersionHelper
-
- 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.
- getSize() - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
-
- getStatus() - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- getStringForResource(int) - Method in class net.hockeyapp.android.StringListener
-
Return a localized string for the specified resource ID.
- getStringFromConnection(HttpURLConnection) - Static method in class net.hockeyapp.android.tasks.ConnectionTask
-
- getStringResource(int) - Method in class net.hockeyapp.android.ExpiryInfoActivity
-
Returns the string for a given resource ID.
- getSubjec() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getText() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getToken() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getToken() - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- getUpdateActivityClass() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Return your own subclass of UpdateActivity for customization.
- 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(String) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- 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.
- 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!
- 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.objects.CrashManagerUserInput
-
- getValue() - Method in enum net.hockeyapp.android.objects.FeedbackUserDataElement
-
- getVersionCode() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- getVersionInfo(Context) - Static method in class net.hockeyapp.android.utils.VersionCache
-
- 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
-
- getWidthLandscape() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getWidthPortrait() - Method in class net.hockeyapp.android.views.AttachmentView
-
- 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. the user will not
get the alert dialog with the "Force Close" button.
- ImageUtils - Class in net.hockeyapp.android.utils
-
Description
Various functions related to image loading and bitmap scaling.
- 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. if some of your testers are using unreleased
devices.
- includeDeviceIdentifier() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return false to remove the stable device identifier from the
crash log, e.g. if there are privacy concerns.
- 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.
- initialize(Context) - Static method in class net.hockeyapp.android.LocaleManager
-
Replaces all statically defined strings with the strings defined in XML resources by its specific key.
- INTENT_EXTRA_JSON - Static variable in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- INTENT_EXTRA_URL - Static variable in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- isAvailableInCache() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
Checks if attachment has already been downloaded.
- isClear() - Method in class net.hockeyapp.android.views.PaintView
-
- isConnectedToNetwork(Context) - Static method in class net.hockeyapp.android.utils.Util
-
- isDialogRequired - Variable in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
-
- 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.
- isNotificationBuilderSupported() - Static method in class net.hockeyapp.android.utils.Util
-
Checks if the Notification.Builder API is supported.
- isValidEmail(String) - Static method in class net.hockeyapp.android.utils.Util
-
Returns true if value is a valid email.
- 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.LoginActivity
-
- onClick(View) - Method in class net.hockeyapp.android.UpdateActivity
-
Called when the download button is tapped.
- onClick(View) - Method in class net.hockeyapp.android.UpdateFragment
-
Called when the download button is tapped.
- 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. in case of a network failure.
- onContextItemSelected(MenuItem) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when user clicked on context menu item.
- onCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
-
- 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
-
Called when the activity is starting.
- 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).
- onCreateDialog(int) - Method in class net.hockeyapp.android.FeedbackActivity
-
- onCreateDialog(int) - Method in class net.hockeyapp.android.UpdateActivity
-
- onCreateDialog(int, Bundle) - Method in class net.hockeyapp.android.UpdateActivity
-
- 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 fragement, set title, the version number and
the listener for the download button.
- onDraw(Canvas) - Method in class net.hockeyapp.android.views.PaintView
-
- onHandleAlertView() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when dialog should be displayed to inform the user about crash.
- 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.
- 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
-
- onPrepareDialog(int, Dialog) - Method in class net.hockeyapp.android.FeedbackActivity
-
- onPrepareDialog(int, Dialog) - Method in class net.hockeyapp.android.UpdateActivity
-
- 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
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class net.hockeyapp.android.UpdateActivity
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class net.hockeyapp.android.UpdateFragment
-
- 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.
- onRetainNonConfigurationInstance() - Method in class net.hockeyapp.android.UpdateActivity
-
Detaches the activity from the download task 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.
- 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
-
- 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
-
Called when the update permissions had not been granted.
- 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
-
- PAINT_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the dialog message when activity is exited with changes.
- PAINT_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the negative button label of the dialog when activity is exited with changes.
- PAINT_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the positive button label of the dialog when activity is exited with changes.
- PAINT_INDICATOR_TOAST_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the PaintActivity indicator toast.
- PAINT_MENU_CLEAR_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the PaintActivity menu clear button.
- PAINT_MENU_SAVE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the PaintActivity menu save button.
- PAINT_MENU_UNDO_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the PaintActivity menu undo button.
- PaintActivity - Class in net.hockeyapp.android
-
- PaintActivity() - Constructor for class net.hockeyapp.android.PaintActivity
-
- PaintView - Class in net.hockeyapp.android.views
-
Description
The PaintView for showing the image and drawing on it.
- 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
AsyncTask
that parses the Feedback JSON response
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- ParseFeedbackTask(Context, String, Handler, String) - Constructor for class net.hockeyapp.android.tasks.ParseFeedbackTask
-
- PASSWORD_INPUT_ID - Static variable in class net.hockeyapp.android.views.LoginView
-
- PERMISSION_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the cancel button in the dialog.
- PERMISSION_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the retry button in the dialog.
- PERMISSION_UPDATE_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message of the dialog explaining why permission is necessary
- PERMISSION_UPDATE_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the dialog explaining why permission is necessary.
- 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
-
- PREFS_FEEDBACK_TOKEN - Static variable in class net.hockeyapp.android.utils.Util
-
- PREFS_KEY_FEEDBACK_TOKEN - Static variable in class net.hockeyapp.android.utils.Util
-
- PREFS_KEY_NAME_EMAIL_SUBJECT - Static variable in class net.hockeyapp.android.utils.Util
-
- PREFS_NAME_EMAIL_SUBJECT - Static variable in class net.hockeyapp.android.utils.Util
-
- PrefsUtil - Class in net.hockeyapp.android.utils
-
Description
SharedPreferences
helper class
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- prepareDownload() - Method in class net.hockeyapp.android.UpdateActivity
-
- prepareDownload() - Method in class net.hockeyapp.android.UpdateFragment
-
- progressDialog - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
-
- REFRESH_BUTTON_ID - Static variable in class net.hockeyapp.android.views.FeedbackView
-
- 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, 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, 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(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
-
- resetAlwaysSend(WeakReference<Context>) - Static method in class net.hockeyapp.android.CrashManager
-
Clears the preference to always send crashes.
- runsOnTablet(WeakReference<Activity>) - Static method in class net.hockeyapp.android.utils.Util
-
Returns true if the app runs on large or very large screens (i.e. tablets).
- 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, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
-
- saveFeedbackTokenToPrefs(Context, String) - Method in class net.hockeyapp.android.utils.PrefsUtil
-
Save feedback token to SharedPreferences
- saveNameEmailSubjectToPrefs(Context, String, String, String) - Method in class net.hockeyapp.android.utils.PrefsUtil
-
Save name and email to SharedPreferences
- SDK_NAME - Static variable in class net.hockeyapp.android.Constants
-
Name of this SDK.
- SDK_VERSION - Static variable in class net.hockeyapp.android.Constants
-
Version of this SDK.
- SEND_FEEDBACK_BUTTON_ID - Static variable in class net.hockeyapp.android.views.FeedbackView
-
- SendFeedbackListener - Class in net.hockeyapp.android.listeners
-
Description
Abstract class for callbacks to be invoked from the
SendFeedbackTask
.
- SendFeedbackListener() - Constructor for class net.hockeyapp.android.listeners.SendFeedbackListener
-
- SendFeedbackTask - Class in net.hockeyapp.android.tasks
-
Description
Internal helper class.
- SendFeedbackTask(Context, String, String, String, String, String, List<Uri>, String, Handler, boolean) - Constructor for class net.hockeyapp.android.tasks.SendFeedbackTask
-
Send feedback AsyncTask
.
- set(int, String) - Static method in class net.hockeyapp.android.Strings
-
Sets the default string for the given resource ID.
- 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.
- setAppId(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setAuthorLabelText(String) - Method in class net.hockeyapp.android.views.FeedbackMessageView
-
Sets the author name for the Author TextView
- setBasicAuthorization(String, String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- 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
-
- setDateLabelText(String) - Method in class net.hockeyapp.android.views.FeedbackMessageView
-
Sets the date text for the Date TextView
- setEmail(String) - Method in class net.hockeyapp.android.objects.Feedback
-
- setFeedback(Feedback) - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- setFeedbackAttachments(List<FeedbackAttachment>) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setFeedbackMessageViewBgAndTextColor(int) - Method in class net.hockeyapp.android.views.FeedbackMessageView
-
- setFilename(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setHeader(String, String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- 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
-
- setImage(Bitmap, int) - Method in class net.hockeyapp.android.views.AttachmentView
-
- setLastMessageId(int) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- setListener(CrashManagerListener) - Method in class net.hockeyapp.android.ExceptionHandler
-
- setMessage(String) - Method in class net.hockeyapp.android.objects.ErrorObject
-
- setMessageId(int) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setMessageLabelText(String) - Method in class net.hockeyapp.android.views.FeedbackMessageView
-
- setMessages(ArrayList<FeedbackMessage>) - Method in class net.hockeyapp.android.objects.Feedback
-
- setModel(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setName(String) - Method in class net.hockeyapp.android.objects.Feedback
-
- setName(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setOem(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setOsVersion(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setRequestBody(String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- setRequestMethod(String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- 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
- setShowProgressDialog(boolean) - Method in class net.hockeyapp.android.tasks.LoginTask
-
- setShowProgressDialog(boolean) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- setStatus(String) - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- setSubjec(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setText(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- 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
-
- 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
-
- setUserDescription(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- setUserEmail(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- setUserID(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- setUserString(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setVersionInfo(Context, String) - Static method in class net.hockeyapp.android.utils.VersionCache
-
- setVia(int) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- shouldAutoUploadCrashes() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return true if you want to auto-send crashes.
- showFeedbackActivity(Context, Uri...) - Static method in class net.hockeyapp.android.FeedbackManager
-
- showFeedbackActivity(Context, Bundle, Uri...) - Static method in class net.hockeyapp.android.FeedbackManager
-
- signalImageLoadingError() - Method in class net.hockeyapp.android.views.AttachmentView
-
- SimpleMultipartEntity - Class in net.hockeyapp.android.utils
-
Description
To avoid external apache library "httpmime" this is a simple implementation for a MultipartEntity.
- SimpleMultipartEntity() - Constructor for class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- startDownloadTask() - Method in class net.hockeyapp.android.UpdateActivity
-
Starts the download task for the app and sets the listener
for a successful download, a failed download, and configuration
strings.
- startDownloadTask(String) - Method in class net.hockeyapp.android.UpdateActivity
-
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.
- StringListener - Class in net.hockeyapp.android
-
Description
Abstract class for callbacks to be invoked with regard to string resources.
- StringListener() - Constructor for class net.hockeyapp.android.StringListener
-
- Strings - Class in net.hockeyapp.android
-
Description
Helper class to hold strings constants and defaults values.
- Strings() - Constructor for class net.hockeyapp.android.Strings
-
- SUBJECT_EDIT_TEXT_ID - Static variable in class net.hockeyapp.android.views.FeedbackView
-
- 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.
- UiThreadUtil - Class in net.hockeyapp.android.utils
-
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- 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_BUTTON_ID - Static variable in class net.hockeyapp.android.views.UpdateView
-
- UPDATE_DIALOG_MESSAGE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the message of the dialog when a new update was found.
- UPDATE_DIALOG_NEGATIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the label on the negative button of the dialog when a new update was found.
- UPDATE_DIALOG_POSITIVE_BUTTON_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the label on the positive button of the dialog when a new update was found.
- UPDATE_DIALOG_TITLE_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the title of the dialog when a new update was found.
- UPDATE_MANDATORY_TOAST_ID - Static variable in class net.hockeyapp.android.Strings
-
Resource ID for the text of the toast when an update is mandatory.
- UPDATE_PERMISSIONS_REQUEST - Static variable in class net.hockeyapp.android.Constants
-
Permissions request for the update task.
- UpdateActivity - Class in net.hockeyapp.android
-
Description
Activity to show update information and start the download
process if the user taps the corresponding button.
- UpdateActivity() - Constructor for class net.hockeyapp.android.UpdateActivity
-
- UpdateActivityInterface - Interface in net.hockeyapp.android
-
Description
Interface definition for callbacks to be invoked from the UpdateActivity.
- UpdateFragment - Class in net.hockeyapp.android
-
Description
Fragment to show update information and start the download
process if the user taps the corresponding button.
- UpdateFragment() - Constructor for class net.hockeyapp.android.UpdateFragment
-
- UpdateInfoListener - Interface in net.hockeyapp.android
-
Description
Abstract class for callbacks to be invoked from UpdateActivity
and UpdateFragment.
- UpdateManager - Class in net.hockeyapp.android
-
Description
The update manager sends version information to HockeyApp and
shows an alert dialog if a new version was found.
- UpdateManager() - Constructor for class net.hockeyapp.android.UpdateManager
-
- UpdateManagerListener - Class in net.hockeyapp.android
-
Description
Abstract class for callbacks to be invoked from the UpdateManager.
- UpdateManagerListener() - Constructor for class net.hockeyapp.android.UpdateManagerListener
-
- UpdateView - Class in net.hockeyapp.android.views
-
Description
Internal helper class to draw the content view of UpdateActivity
and UpdateFragement.
- UpdateView(Context) - Constructor for class net.hockeyapp.android.views.UpdateView
-
- UpdateView(Context, AttributeSet) - Constructor for class net.hockeyapp.android.views.UpdateView
-
- UpdateView(Context, boolean) - Constructor for class net.hockeyapp.android.views.UpdateView
-
- UpdateView(Context, boolean, boolean) - Constructor for class net.hockeyapp.android.views.UpdateView
-
- 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
-
- urlString - Variable in class net.hockeyapp.android.tasks.DownloadFileTask
-
- Util - Class in net.hockeyapp.android.utils
-
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- Util() - Constructor for class net.hockeyapp.android.utils.Util
-
- 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.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.
- verifyLogin(Activity, Intent) - Static method in class net.hockeyapp.android.LoginManager
-
Checks the authentication status.
- VERSION_LABEL_ID - Static variable in class net.hockeyapp.android.views.UpdateView
-
- VERSION_MAX - Static variable in class net.hockeyapp.android.utils.VersionHelper
-
- VersionCache - Class in net.hockeyapp.android.utils
-
Description
Internal helper class to cache version data.
- VersionCache() - Constructor for class net.hockeyapp.android.utils.VersionCache
-
- versionHelper - Variable in class net.hockeyapp.android.UpdateActivity
-
Helper for version management.
- VersionHelper - Class in net.hockeyapp.android.utils
-
Description
Internal helper class.
- VersionHelper(Context, String, UpdateInfoListener) - Constructor for class net.hockeyapp.android.utils.VersionHelper
-
- ViewHelper - Class in net.hockeyapp.android.utils
-
License
Copyright (c) 2011-2014 Bit Stadium GmbH
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- ViewHelper() - Constructor for class net.hockeyapp.android.utils.ViewHelper
-