summaryrefslogtreecommitdiff
path: root/samples/JetBoy/src/com/example/android/jetboy/JetBoyView.java
Commit message (Collapse)AuthorAgeFilesLines
* 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-181-154/+116
| | | | | | | | | | | | | | 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-031-32/+34
| | | | | | | | | | | | - 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-031-1090/+813
| | | | | | | | | | 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-031-0/+1753
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