- 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 16 years ago
- b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 16 years ago
- 64e6a45 StorageNotification: Add general storage notification for UMS/Storage events by San Mehat · 16 years ago
- c8da710 Merge changes I1aabef01,I8dbd0f83 by San Mehat · 16 years ago
- ace5a3f Hide resourceDirs from public API by Kenny Root · 16 years ago
- d5ff5db Handle the Tab key by moving to the next textfield. And ensure by Leon Scroggins · 16 years ago
- a90cee8 Merge "Fixes to DeviceAdmin & DevicePolicyManager Javadoc" by Andy Stadler · 16 years ago
- 88209d1 Fixes to DeviceAdmin & DevicePolicyManager Javadoc by Andrew Stadler · 16 years ago
- 0b31970 Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView by Jim Miller · 16 years ago
- 17da5a6 StorageManager: Check for a null MountService by San Mehat · 16 years ago
- 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 16 years ago
- ec5df83 Fix to enable having a primary index that's not the closest match. by Amith Yamasani · 16 years ago
- 1fa2d46 Merge "Always remember the last touch mode state when touch mode changes." by Romain Guy · 16 years ago
- 498b296 Always remember the last touch mode state when touch mode changes. by Romain Guy · 16 years ago
- a229279 Merge "Rename media resource broadcasts Add checks for fwdlocked and updated system apps add more tests remove duplicate adds" by Suchi Amalapurapu · 16 years ago
- b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
- c9532609 animated the return to normal of mr-stretchy by Mike Reed · 16 years ago
- e8d898f Merge "Make ComponentName cloneable." by Joe Onorato · 16 years ago
- 43d5e65 Merge "Prevent crash in KeyboardView when the view is 0x0." by Romain Guy · 16 years ago
- edc649a Make ComponentName cloneable. by Joe Onorato · 16 years ago
- 870d81d remove android.os.Base64Utils by Doug Zongker · 16 years ago
- 46a61bb Prevent crash in KeyboardView when the view is 0x0. by Romain Guy · 16 years ago
- 8d45e4e changes after review by API council by Vasu Nori · 16 years ago
- 3ef94e2 use sqlite 3.6.22 to print and profile the sql statetements by Vasu Nori · 16 years ago
- 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 16 years ago
- 7406e53 Merge "Fixing a bug when installing VoiceSearch cause error" by Bjorn Bringert · 16 years ago
- 7a3c9d3 Fixing a bug when installing VoiceSearch cause error by Valentin Kravtsov · 16 years ago
- 0bce138 Merge "fix a warning message that is confusing people." by Vasu Nori · 16 years ago
- 7e64962 Merge "ListView updates. Fixed several overscrolling bugs. Added programmatic scrolling to ListView. Added auto-scrolling to show expanded content for ExpandableListView. Fixed an AbsListView recycler bug where offscreen views would stick around in the view hierarchy." by Adam Powell · 16 years ago
- 4580347 ListView updates. Fixed several overscrolling bugs. Added programmatic by Adam Powell · 16 years ago
- f6a5c09 Groundwork for new lock icon in the status bar. by Daniel Sandler · 16 years ago
- 8186ae5 Merge "Do not let negative margins reduce the size of the LinearLayout." by Romain Guy · 16 years ago
- 053b480 Do not let negative margins reduce the size of the LinearLayout. by Romain Guy · 16 years ago
- c5d1c6d add sync polling by Fred Quintana · 16 years ago
- adf1c58 fix a warning message that is confusing people. by Vasu Nori · 16 years ago
- ad9bcb2 merge from open-source master by The Android Open Source Project · 16 years ago
- b74a84d Merge "Fix dialogs to occupy more space." by Romain Guy · 16 years ago
- d60d374 Fix dialogs to occupy more space. by Romain Guy · 16 years ago
- 2cd2374 Merge "Make ACCOUNT_NAME/ACCOUNT_TYPE consistent." by Ken Shirriff · 16 years ago
- 15049e4 Make ACCOUNT_NAME/ACCOUNT_TYPE consistent. by Ken Shirriff · 16 years ago
- 97e4494 Add an AlarmManager API to set the system time (with the proper permissions). by Dan Egnor · 16 years ago
- 7722abe Bug 2420366 by Paul Westbrook · 16 years ago
- 744d902 Add a new permission and remove createTitleFromFilename. by Leon Scroggins · 16 years ago
- 3da3cad Adding speech recognition service public API by Valentin Kravtsov · 16 years ago
- 4766def Fixed Android animation framework, for using interpolators that do not start at 0.0f by Andreas Agvard · 16 years ago
- 50929f0 Merge "Rename ApplicationContext to ContextImpl." by Dianne Hackborn · 16 years ago
- 2155637 Rename ApplicationContext to ContextImpl. by Dianne Hackborn · 16 years ago
- 5c1779b Merge "Add single-package restore from an app's most-recent data" by Chris Tate · 16 years ago
- 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 16 years ago
- 64226a4 Merge "Add support in StatusBarManager for disabling ticker text." by Daniel Sandler · 16 years ago
- 91e1d0c Add support in StatusBarManager for disabling ticker text. by Daniel Sandler · 16 years ago
- ac72cb9 Merge "fix [2313526] sensor enable race condition" by Mathias Agopian · 16 years ago
- b3dc5eb fix [2313526] sensor enable race condition by Mathias Agopian · 16 years ago
- a969dc4 Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out) by Michael Chan · 16 years ago
- 5c19aec API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 16 years ago
- 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 16 years ago
- 8f3ff09 Merge "resolved conflicts for merge of dd24f599 to master" by Kenny Root · 16 years ago
- 2cce626 resolved conflicts for merge of dd24f599 to master by Kenny Root · 16 years ago
- 7b4030d Merge "Framework part of issue #2391576: Add method to start the Jit and call it" by Dianne Hackborn · 16 years ago
- fb06c59 Merge "Remove source selector from SearchDialog" by Bjorn Bringert · 16 years ago
- 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 16 years ago
- 1ec608d Sharper mdpi transfers of usb_android{,_connected}.png. by Daniel Sandler · 16 years ago
- da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 16 years ago
- 09922d8 Merge "Stop scaring the kids when USB is connected." by Daniel Sandler · 16 years ago
- fb37dc8 Stop scaring the kids when USB is connected. by Daniel Sandler · 16 years ago
- 5c33c62 Merge "Enable StreamLoader to be loaded in a separate thread." by Grace Kloba · 16 years ago
- dd24f59 am aead64de: Fix issue: 2413494: [Passion-c] Add TTY support. by Eric Laurent · 16 years ago
- d0e18ff First pass at USB Tethering. by Robert Greenwalt · 16 years ago
- ac75f56 Enable StreamLoader to be loaded in a separate thread. by Grace Kloba · 16 years ago
- 3141e0a Add new ConsoleMessage class that adds more information (such as the Message Log Level from WebCore) and a new overload of onConsoleMessage that takes this as a parameter. by Ben Murdoch · 16 years ago
- aead64d Fix issue: 2413494: [Passion-c] Add TTY support. by Eric Laurent · 16 years ago
- fa6bc84 Merge "Implement system data migration support." by Dianne Hackborn · 16 years ago
- eb6b1fa Fixed an overscrolling bug in AbsListView with a root in OverScroller. by Adam Powell · 16 years ago
- 75e15985 Merge "Fix Czech lock screen date format." by Eric Fischer · 16 years ago
- b858dfd Implement system data migration support. by Dianne Hackborn · 16 years ago
- 348f7b9 Merge "Add auto-restore setting and Backup Manager awareness thereof" by Chris Tate · 16 years ago
- cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 16 years ago
- 574ee39 Fix Czech lock screen date format. by Eric Fischer · 16 years ago
- 45a9a14 remove android.webkit.HttpDateTime, again by Doug Zongker · 16 years ago
- 3c4a1eb Merge "undo "move HttpDateTime from android.webkit to android-common jar"" by Doug Zongker · 16 years ago
- e4a74ea undo "move HttpDateTime from android.webkit to android-common jar" by Doug Zongker · 16 years ago
- daea589 Merge "Copy ic_menu_search.png to ic_search_category_default.png" by Bjorn Bringert · 16 years ago
- 8f198c4 Merge "Honor '+' in phone export in vCard." by Daisuke Miyakawa · 16 years ago
- 900731de Honor '+' in phone export in vCard. by Daisuke Miyakawa · 16 years ago
- 8321eb3 Merge "BatteryStatsImpl: initalize audio timer" by Mike Chan · 16 years ago
- 732ebb1 Fixed a regression in View.cancelLongPress by Adam Powell · 16 years ago
- 1fdaab2 Merge "move HttpDateTime from android.webkit to android-common jar" by Doug Zongker · 16 years ago
- 7ad12a5 move HttpDateTime from android.webkit to android-common jar by Doug Zongker · 16 years ago
- 378a148 Merge "Javadoc fixes to ScaleGestureDetector for SDK builds" by Adam Powell · 16 years ago
- 499cc17 Merge "Fix fastscroll thumb" by Marco Nelissen · 16 years ago
- cd3e4ad Fix fastscroll thumb by Marco Nelissen · 16 years ago
- ab905c87 Javadoc fixes to ScaleGestureDetector for SDK builds by Adam Powell · 16 years ago
- 6511fe9 Merge "Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the VM will be given the "-Xgc:overwritefree" flag, and the GC will clobber the memory of freed objects." by Barry Hayes · 16 years ago
- d5bb7ef Merge "Make the fastscroll thumb tell the parent to not intercept touch events, to keep the list from moving sideways in a "workspace" environment. Fixes one of the issues listed in bug 2374212" by Marco Nelissen · 16 years ago
- d43fe07 Make the fastscroll thumb tell the parent to not intercept touch events, by Marco Nelissen · 16 years ago
- 2c355e2 Merge "expose bootloader & radio versions, hardware string in API" by Doug Zongker · 16 years ago
- f81f9ef Merge "Add missing contentDescription to focusable controls." by Romain Guy · 16 years ago
- 74885ef expose bootloader & radio versions, hardware string in API by Doug Zongker · 16 years ago
- 33cea41 Merge "Apps on sdcard: Add new broadcasts" by Suchi Amalapurapu · 16 years ago
- a61b67a Pass touch event time from Java to WebKit by Grace Kloba · 16 years ago