2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix link to javadoc. More... over 14 years ago
GitHub is case-sensitive on pages link. More... over 14 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... over 14 years ago
Add artifact info to pom.xml. More... over 14 years ago
Update README to include link to documentation. More... over 14 years ago
Clean up some javadoc references to use full package names. More... over 14 years ago
Add pom.xml to generate javadoc site for the library. More... over 14 years ago
Fix wording in class description. More... over 14 years ago
Update samples a bit for new handler APIs. More... over 14 years ago
Add missing comments. Remove unneeded ones. More... over 14 years ago
Add messages to all assertions. Put all messages into private static final Strings. More... over 14 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... over 14 years ago
Move attachment logic when no appropriate handler is present to its own method. More... over 14 years ago
Simplify menu usage and remove its logic rom the attach() method. More... over 14 years ago
Reorder activity base class list so the phrase 'the latter of which' actually refers to the right class. More... over 14 years ago
Simplify logo usage and remove its logic from the attach() method. More... over 14 years ago
Add more assertions during the build process. Actually set attached to true when attach() is called. More... over 14 years ago
Add drop-down support. Closes #4. More... over 14 years ago
Port the Shakespeare fragments demo from the ApiDemos to use the library. More... over 14 years ago
Add fragment layout support to the API and native handler. Update Android-ActionBar and GreenDroid handlers in the samples to support. More... over 14 years ago
Update sample to reflect new interface names. More... over 14 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... over 14 years ago
Correctly name API method... idiot. More... over 14 years ago
Organize imports. More... over 14 years ago
Simplfy activity logo reflection thanks to smith324. Add useLogo method to change log. More... over 14 years ago
Add support for logos. Closes #3. More... over 14 years ago
Update interface names. More... over 14 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... over 14 years ago
Change log wording change. More... over 14 years ago
Update change log to reflect our progress so far. More... over 14 years ago