5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using an intermediate launcher activity to test crashes on a sub-activity. More... over 14 years ago
- Issue 4: Provide a way to override the preferences name for storing 'acra.disable' * new method CrashReportingApplication.getACRASharedPreferences() to be overridden * alternative setting 'acra.enable' to allow developers make their users check the setting to enable instead of disable crash reports. - Issue 6: Relaunching crashed app from home key recent app shortcut displays crash report dialog again * Setting android:excludeFromRecents and android:finishOnTaskLaunch to true in the CrashReportDialog activity declaration in the manifest should solve the issue - Issue 7: Silent notification not sent silently if pending * Added a prefix for silent reports stored in files to help detect silent notifications on application restart. This should now avoid throwing notifications when working on pending silent reports. More... over 14 years ago
Publishing v2.0.3 as stable release More... over 14 years ago
Publishing a new test version More... over 14 years ago
Javadoc update More... over 14 years ago
Making ReportingInteractionMode public was not a good idea as handling Exception with any other mode than SILENT would require additional resource ids. Offering a handleSilentException should be enough to fulfill developers requirements. More... over 14 years ago
Javadoc update More... over 14 years ago
Make ReportingInteractionMode public More... over 14 years ago
Javadoc update More... over 14 years ago
Publishing a new test version More... over 14 years ago
Fixed issue #2 : NPE if versionName is not set in the AndroidManifest.xml More... over 14 years ago
Publishing a new test version More... over 14 years ago
Get application package name from Context.getPackageName() instead of PackageInfo. Safer More... over 14 years ago
Give ErrorReporter a reference to the application Context instead of Application object. This might be safer. More... over 14 years ago
Test a case where application info could not be retrieved. More... over 14 years ago
Allow to override the reporting interaction mode when using a direct call to ErrorReporter.handleException(). More... over 14 years ago
javadoc update More... over 14 years ago
Preparing 2.0.0-test release More... over 14 years ago
Preparing 2.0.0-test release More... over 14 years ago
Better association between user comment and report file. More... over 14 years ago
javadoc More... over 14 years ago
delete javadoc More... over 14 years ago
javadoc More... over 14 years ago
delete javadoc More... over 14 years ago
javadoc More... over 14 years ago
[no comment] More... over 14 years ago
Code cleaning More... over 14 years ago
Code cleaning More... over 14 years ago
Crash dialog OK toast More... over 14 years ago
Disable/enable ACRA with default SharedPreference "acra.disable". More... over 14 years ago