summaryrefslogtreecommitdiff
path: root/samples/JetBoy/src/com/example/android/jetboy
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 2142296 where the user couldn't back out of the JetBoy demo.Jean-Michel Trivi2009-09-281-8/+11
| | | | | | | 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.
* AI 147304: am: CL 147301 am: CL 147296 Reuse the JetPlayer singleton ↵Jean-Michel Trivi2009-04-211-8/+2
| | | | | | | | | | 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
* AI 146646: am: CL 146645 am: CL 146643 Clean up and commenting of the JetBoy ↵Jean-Michel Trivi2009-04-182-155/+119
| | | | | | | | | | | | | | 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
* AI 144568: am: CL 144567 am: CL 144565 Improve the JetBoy samplesXavier Ducrohet2009-04-032-40/+36
| | | | | | | | | | | | - 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
* AI 144542: am: CL 144539 am: CL 144533 Reformat JetBoy samples to match code ↵Xavier Ducrohet2009-04-034-1149/+862
| | | | | | | | | | style. Original author: xav Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144542
* AI 144511: am: CL 144510 am: CL 144509 Checking in Sonivox' JetBoy code ↵Jean-Michel Trivi2009-04-034-0/+1971
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