Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore 7.xml. | Andy McFadden | 2009-12-04 | 1 | -0/+286 |
| | | | | | Deletion of "unused" opcode constants should only have happened in 8.xml. | ||||
* | Remove "unused" opcodes from API. | Andy McFadden | 2009-12-04 | 1 | -286/+0 |
| | | | | | | | | | There's no need to have constants like OP_UNUSED_FF in the API. They serve no purpose, and it makes life confusing when an opcode is defined (does the "unused" one go away, breaking the API? do we have the real definition and the "unused" definition simultaneously?). Discussed / approved by API council. | ||||
* | Add API level 7. | Dianne Hackborn | 2009-12-03 | 1 | -0/+371697 |
Change-Id: Id87dc724f0758ce0faee9c00621d4af6cb9f5bd9 |