2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix link to javadoc. More... about 13 years ago
GitHub is case-sensitive on pages link. More... about 13 years ago
Change homeAsUp() to require handler implementation of an interface to match the other optional features. Update change log to reflect this as well as expand on the implementation requirements. More... about 13 years ago
Add artifact info to pom.xml. More... about 13 years ago
Update README to include link to documentation. More... about 13 years ago
Clean up some javadoc references to use full package names. More... about 13 years ago
Add pom.xml to generate javadoc site for the library. More... about 13 years ago
Fix wording in class description. More... about 13 years ago
Update samples a bit for new handler APIs. More... about 13 years ago
Add missing comments. Remove unneeded ones. More... about 13 years ago
Add messages to all assertions. Put all messages into private static final Strings. More... about 13 years ago
Remove description of activity extending from our fragment activity base class when using fragments. All that is required is that it at least extend from the fragment activity class in the compatibility method itself. More... about 13 years ago
Move attachment logic when no appropriate handler is present to its own method. More... about 13 years ago
Simplify menu usage and remove its logic rom the attach() method. More... about 13 years ago
Reorder activity base class list so the phrase 'the latter of which' actually refers to the right class. More... about 13 years ago
Simplify logo usage and remove its logic from the attach() method. More... about 13 years ago
Add more assertions during the build process. Actually set attached to true when attach() is called. More... about 13 years ago
Add drop-down support. Closes #4. More... about 13 years ago
Port the Shakespeare fragments demo from the ApiDemos to use the library. More... about 13 years ago
Add fragment layout support to the API and native handler. Update Android-ActionBar and GreenDroid handlers in the samples to support. More... about 13 years ago
Update sample to reflect new interface names. More... about 13 years ago
Add wrapper for a fragments activity which uses the compatibility library. At ~101KB, the effect should be minimal. The vast majority implementors will likely be using fragments so its added filesize would have been incured anyway. More... about 13 years ago
Correctly name API method... idiot. More... about 13 years ago
Organize imports. More... about 13 years ago
Simplfy activity logo reflection thanks to smith324. Add useLogo method to change log. More... about 13 years ago
Add support for logos. Closes #3. More... about 13 years ago
Update interface names. More... about 13 years ago
* Implement a deprected ListActivity helper class. Fragments should be used when dealing with lists rather than using a ListActivity directly, but this might help for porting purposes as an intermediate step. * Move third-party menu XML inflation to the attach() method which greatly reduces the amount of code needed in the helper classes. * Require activity classes extend from our Activity or ListActivity helpers when adding a menu XML resource. * Throw an exception if neither the handler nor third-party action bar itself are capable of receiving an inflated menu XML. More... about 13 years ago
Change log wording change. More... about 13 years ago
Update change log to reflect our progress so far. More... about 13 years ago