Go to file
Android (Google) Code Review 7cd5339b11 Merge change 2397 into donut
* changes:
  Fixes NPE in ListViews with non-selectable items. This was caused by a weird initialization issue in ListView and AbsListView: a private final field instanciated in the declaration in ListView was used in AbsListView<init> via an overriden method and that field was somehow null at this time. This fix moves the instanciation at a later point.
2009-05-23 13:27:18 -07:00
awt auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
camera/libcameraservice Merge commit '7b7225c8fdbead25235c74811b30ff4ee690dc58' into manual_merge 2009-05-21 10:17:23 -07:00
cmds runtime: Add CAP_SYS_NICE to the system server capabilities list so it 2009-05-21 15:34:56 -07:00
im/java/android/im auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
include Add header declaring the interface for TTS engines to implement. 2009-05-21 15:32:11 -07:00
libs Merge change 2351 into donut 2009-05-22 14:51:22 -07:00
opengl make sure to fail to software when the h/w renderer cannot be initialized 2009-05-20 17:58:36 -07:00
tts/java/android/tts Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion). 2009-05-22 11:45:26 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
NOTICE Start using CLDR for some date-and-time strings and formats. 2009-05-15 10:15:50 -07:00