JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
I
N
O
P
R
S
T
A
AcraDialog
- Annotation Type in
org.acra.annotation
CrashReportDialog configuration
addViewToDialog(View)
- Method in class org.acra.dialog.
CrashReportDialog
adds a view to the end of the dialog
B
BaseCrashReportDialog
- Class in
org.acra.dialog
Activity which implements the base functionality for a CrashReportDialog.
BaseCrashReportDialog()
- Constructor for class org.acra.dialog.
BaseCrashReportDialog
buildAndShowDialog(Bundle)
- Method in class org.acra.dialog.
CrashReportDialog
Build the dialog from the values in config
buildCustomView(Bundle)
- Method in class org.acra.dialog.
CrashReportDialog
C
cancelReports()
- Method in class org.acra.dialog.
BaseCrashReportDialog
Cancel any pending crash reports.
commentPrompt()
- Method in class org.acra.config.
DialogConfiguration
CrashReportDialog
- Class in
org.acra.dialog
This is the dialog Activity used by ACRA to get authorization from the user to send reports.
CrashReportDialog()
- Constructor for class org.acra.dialog.
CrashReportDialog
create(Context)
- Method in class org.acra.config.
DialogConfigurationBuilderFactory
D
DialogConfiguration
- Class in
org.acra.config
Class generated based on
AcraDialog
(13.03.2019 00:15:58)
DialogConfiguration(DialogConfigurationBuilderImpl)
- Constructor for class org.acra.config.
DialogConfiguration
DialogConfigurationBuilder
- Interface in
org.acra.config
Class generated based on
AcraDialog
(13.03.2019 00:15:58)
DialogConfigurationBuilderFactory
- Class in
org.acra.config
DialogConfigurationBuilderFactory()
- Constructor for class org.acra.config.
DialogConfigurationBuilderFactory
DialogInteraction
- Class in
org.acra.interaction
DialogInteraction()
- Constructor for class org.acra.interaction.
DialogInteraction
E
emailPrompt()
- Method in class org.acra.config.
DialogConfiguration
enabled()
- Method in class org.acra.config.
DialogConfiguration
EXTRA_REPORT_CONFIG
- Static variable in class org.acra.interaction.
DialogInteraction
Used in the intent starting CrashReportDialog to provide the AcraConfig to use when gathering the crash info.
EXTRA_REPORT_FILE
- Static variable in class org.acra.interaction.
DialogInteraction
Used in the intent starting CrashReportDialog to provide the name of the latest generated report file in order to be able to associate the user comment.
G
getCommentLabel()
- Method in class org.acra.dialog.
CrashReportDialog
creates a comment label view with resCommentPrompt as text
getCommentPrompt(CharSequence)
- Method in class org.acra.dialog.
CrashReportDialog
creates a comment prompt
getConfig()
- Method in class org.acra.dialog.
BaseCrashReportDialog
Provides the config to subclasses
getDialog()
- Method in class org.acra.dialog.
CrashReportDialog
getEmailLabel()
- Method in class org.acra.dialog.
CrashReportDialog
creates a email label view with resEmailPrompt as text
getEmailPrompt(CharSequence)
- Method in class org.acra.dialog.
CrashReportDialog
creates an email prompt
getMainView()
- Method in class org.acra.dialog.
CrashReportDialog
Creates a main view containing text of resText, or nothing if not found
I
init(Bundle)
- Method in class org.acra.dialog.
BaseCrashReportDialog
Responsible for creating and showing the crash report dialog.
init(Bundle)
- Method in class org.acra.dialog.
CrashReportDialog
N
negativeButtonText()
- Method in class org.acra.config.
DialogConfiguration
O
onClick(DialogInterface, int)
- Method in class org.acra.dialog.
CrashReportDialog
onCreate(Bundle)
- Method in class org.acra.dialog.
BaseCrashReportDialog
NB if you were previously creating and showing your dialog in this method, you should move that code to
BaseCrashReportDialog.init(Bundle)
.
onSaveInstanceState(Bundle)
- Method in class org.acra.dialog.
CrashReportDialog
org.acra.annotation
- package org.acra.annotation
org.acra.config
- package org.acra.config
org.acra.dialog
- package org.acra.dialog
org.acra.interaction
- package org.acra.interaction
P
performInteraction(Context, CoreConfiguration, File)
- Method in class org.acra.interaction.
DialogInteraction
positiveButtonText()
- Method in class org.acra.config.
DialogConfiguration
preInit(Bundle)
- Method in class org.acra.dialog.
BaseCrashReportDialog
Handle any necessary pre-onCreate() setup here.
R
reportDialogClass()
- Method in class org.acra.config.
DialogConfiguration
resIcon()
- Method in class org.acra.config.
DialogConfiguration
resTheme()
- Method in class org.acra.config.
DialogConfiguration
S
sendCrash(String, String)
- Method in class org.acra.dialog.
BaseCrashReportDialog
Send crash report given user's comment and email address.
setCommentPrompt(String)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the comment input prompt.
setEmailPrompt(String)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the email input prompt.
setEnabled(boolean)
- Method in interface org.acra.config.
DialogConfigurationBuilder
setNegativeButtonText(String)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the negative button
setPositiveButtonText(String)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the positive button
setReportDialogClass(Class<? extends BaseCrashReportDialog>)
- Method in interface org.acra.config.
DialogConfigurationBuilder
Custom CrashReportDialog class
setResCommentPrompt(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the comment input prompt.
setResEmailPrompt(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the email input prompt.
setResIcon(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
icon of the dialog
setResNegativeButtonText(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the negative button
setResPositiveButtonText(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
label of the positive button
setResText(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
text in the dialog
setResTheme(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
theme of the dialog
setResTitle(int)
- Method in interface org.acra.config.
DialogConfigurationBuilder
title of the dialog
setText(String)
- Method in interface org.acra.config.
DialogConfigurationBuilder
text in the dialog
setTitle(String)
- Method in interface org.acra.config.
DialogConfigurationBuilder
title of the dialog
T
text()
- Method in class org.acra.config.
DialogConfiguration
title()
- Method in class org.acra.config.
DialogConfiguration
A
B
C
D
E
G
I
N
O
P
R
S
T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes