0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
filling G.FILES_PATH depended on succesfully finding the package but that is not needed and no stacktrace will be saved when the package is not found - fixxed that possible bug More... almost 14 years ago
the "build" target is not in build.xml - using target package here More... almost 14 years ago
So, the last commit was quite obviously broken. This should be better. More... about 14 years ago
Work around a problem in old lighty versions. More... about 14 years ago
This is a superior way to set the timeout, since we're not replacing the default set of params, including the user agent. More... about 14 years ago
Considerable refactoring. Traces are now read into memory, then the handler is installed, then we start the submission process. As a result, it's no longer necessary to wait until submission is done before proceeding with your application's setup. More... about 14 years ago
I don't really care much for tracing the build number... More... about 14 years ago
Makes github displace this more nicely. More... about 14 years ago
Ignore more stuff. More... about 14 years ago
Added some TODOs. More... about 14 years ago
We've just converted this from mercurial, now we need a .gitignore file. More... about 14 years ago
Don't include the example project in the build. More... about 14 years ago
Explain how to build. More... about 14 years ago
Do a new build. More... about 14 years ago
Make sure we don't rely on the user calling notifyContextGone(). More... about 14 years ago
Fixed readme grammar. More... about 14 years ago
Explain the new mechanism that allows us to properly deal with orientation changes in the README. More... about 14 years ago
Wrapping the callback object rather than the context makes for so much of a nicer API. More... about 14 years ago
Make it possible that the callbacks are properly processed even if a new activity has taken over after an orientation change. Also, make sure that handlerInstalled() is always called. More... about 14 years ago
Be even more silent by default. More... about 14 years ago
Make sure that only one thread will be started to submit the traces, i.e. for example when the activity is restarted due to an orientation change. More... about 14 years ago
Explain how the user can be asked for send permission. More... about 14 years ago
Replace various printStackTrace() calls with Log.e(), which will output a proper log tag. More... about 14 years ago
Support setting a HTTP timeout value. More... about 14 years ago
Allow to set a minimum delay that the thread is going to be active. More... about 14 years ago
Some debug log output was a bit too much for my taste, so I made it dependend on an option being set. More... about 14 years ago
Allow for using a custom log tag. More... about 14 years ago
Added Readme explaining the basic usage. More... about 14 years ago
Added example project. More... about 14 years ago
Considerably changed the API. Customizations like a custom URL now need to be set through method calls before the initial setup call; You can now pass a callback to customize the process. This allows for example showing a dialog to the user while we are submitting the bug reports, and it allows delaying the application setup until after the exception hook is installed. More... about 14 years ago