| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The application was trapping the key up event on the back key. It
worked on Donut because the framework implemented the "back" behavior
on the key down. The fix consists in sending the key up event on the
back button to the Activity class.
|
| |
|
|
|
|
|
|
|
|
| |
instance in the initialization of JetBoy instead of destroying it.
Original author: jmtrivi
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147304
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
JET demo code:
Fixed JetPlayer initialization code and pause when the app loses focus.
Removed mute mask hack.
Cleaned up event ID declaration and check (event value is a byte, not a String).
Add extensive comments for the JetPlayer code.
Original author: jmtrivi
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146646
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- use theme instead of window feature to remove titlebar
- remove useless Layouts
- Make custom view works in layout editor.
- remove some warnings
Original author: xav
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 144568
|
| |
|
|
|
|
|
|
|
|
| |
style.
Original author: xav
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 144542
|
|
|
sample. The java code still has a FIXME for cleanup and review to be done before final SDK build.
Original author: jmtrivi
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 144511
|