| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bitmask in aapt's StringPool length construction | Kenny Root | 2009-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | The StringPool indicates the length of a string with a 16-bit integer. If the length of the string is greater than 0x7FFF, it splits it into two 16-bit integers with the first one having the high bit set. The length calculation has a small bug that masks off the 19 bits instead of the first 15 bits as intended. | ||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+369 |
