Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-arrange android-common so framework no longer links with it. | Dianne Hackborn | 2010-02-25 | 1 | -1/+1 |
| | | | | | | | This is the framework part, moving classes around so the framework no longer needs to link to android-common. Makes some APIs public, others that didn't need to be public are private in the framework, some small things are copied. | ||||
* | Phase 2 of test cleanup: moving test files from AndroidTests closer to their ↵ | Neal Nguyen | 2010-01-29 | 5 | -0/+2568 |
sources. Most of these are file moves; a couple notable exceptions are the changes due to the move, and fixing up test code: - database/DatabaseCursorTest.java - database/DatabaseStatementTest.java - net/UriTest.java |