Skip to content

Commit

Permalink
+License, Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Feb 21, 2012
1 parent f1642d1 commit 7ed6f6c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LICENSE.MIT
@@ -0,0 +1,7 @@
Copyright (c) 2012 – Conrad Irwin <conrad.irwin@gmail.com>

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.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39 changes: 39 additions & 0 deletions README.md
@@ -0,0 +1,39 @@
Airpad is an iPad app to work with the awesome http://airbrake.io/ service.

It's not quite ready to be packaged into the app store yet, but feel free to fork and build your own copy; double points if you send patches back to me :).

NOTE: I'm not affiliated with Airbrake in any way, I just use their service.

FEATURES
========

* Listing all exceptions.
* Resolving exceptions (uses the same delightful slider as the main website).
* Per-exception occurance infographic (represents the first and last time an exception happens, along with its expected frequency, to easily allow seeing which problems are now resolved).
* Regexp searching on exception title.
* Filtering by "project".
* Showing the backtrace.
* Showing the exception parameters.
* Opening the airbrake page for an exception.


NOTE: if you want to clear out old "resolved" exceptions, you'll have to kill the App using the iPad task pane, and start it up again. (see TODOs).

TODO
====

* Currently AirPad's syncing logic is waay-overblown, and has terrible UX. (I used this app as an excuse to learn CoreData, I guess it shows :p).
* I want to somehow create a way to compare different occurances of the same exception.
* NEEDS MOAR TEXTURED BACKGROUNDS.

BUGS
====

* Sometimes the "resolved" tick mark doesn't appear in the sidebar, I think this happens more reliably if you switch to a different exception while the previous one is still being resolved.
* I'm sure there's still some invalid XML that the heuristic-fixer isn't catching.
* Sometimes a parameter field will appear empty, though large (implying that it's measured out space for a lot of text, but just isn't showing it).

Meta-Foo
========
Licensed under the MIT license, contributions and bug reports welcome :).

0 comments on commit 7ed6f6c

Please sign in to comment.