- e25539f reduce locking when using SQLiteStatement by Vasu Nori · 16 years ago
- c801768 Integrate Loader support in to Activity/Fragment. by Dianne Hackborn · 16 years ago
- 2951c6d Merge "MTP: Use media provider database to implement MTP device support." by Mike Lockwood · 16 years ago
- 07e1b1d Merge "reduce java locking on SQLiteDatabase if sql is already compiled" by Vasu Nori · 16 years ago
- d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 16 years ago
- 26be805 Merge "Do not draw the fade areas when it's not necessary." by Romain Guy · 16 years ago
- b2d2ddc reduce java locking on SQLiteDatabase if sql is already compiled by Vasu Nori · 16 years ago
- dac5f9f Do not draw the fade areas when it's not necessary. by Romain Guy · 16 years ago
- a3dcc4c Merge "STOPSHIP CL in master - make sqlite WAL default for all apps" by Vasu Nori · 16 years ago
- 57feb5d STOPSHIP CL in master - make sqlite WAL default for all apps by Vasu Nori · 16 years ago
- 661c908 ActionBar tab mode using fragments; needs styles. by Adam Powell · 16 years ago
- 31a4dbf Fix NPE in the webruntime after the splash screen has been dismissed. by Ben Murdoch · 16 years ago
- 768d98e am 7017e0d5: am f3f25bf8: Added some javadoc to Camera.takePicture() by Dan Tasse · 16 years ago
- 07b236e Merge "Fix bug #2779582 (Columns cleanup for the Calendars table)" by Fabrice Di Meglio · 16 years ago
- 132f225 Merge "Add support to draw 9patches in OpenGL." by Romain Guy · 16 years ago
- deba785 Add support to draw 9patches in OpenGL. by Romain Guy · 16 years ago
- 36f7784 Fix bug #2779582 (Columns cleanup for the Calendars table) by Fabrice Di Meglio · 16 years ago
- 7017e0d am f3f25bf8: Added some javadoc to Camera.takePicture() by Dan Tasse · 16 years ago
- f3f25bf Added some javadoc to Camera.takePicture() by Dan Tasse · 16 years ago
- 9bf225e documentation about not using journal_mode if using WAL by Vasu Nori · 16 years ago
- 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 16 years ago
- 7fbee2f7 Merge "unittests for DatabaseConnectionPool (and fix bugs)" by Vasu Nori · 16 years ago
- 6ac21d3 unittests for DatabaseConnectionPool (and fix bugs) by Vasu Nori · 16 years ago
- 3038f47 am 3b09d64a: am ef52b568: Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 16 years ago
- 3b09d64 am ef52b568: Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 16 years ago
- ef52b568 Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 16 years ago
- 0bad0c4 Merge "Fixed bug in getTextRunCursor." by Gilles Debunne · 16 years ago
- 97250d5c am e24901d3: am 68267415: Add new native Looper API. by Dianne Hackborn · 16 years ago
- e24901d am 68267415: Add new native Looper API. by Dianne Hackborn · 16 years ago
- 59d6042 deprecate method returning prepared sql statement id by Vasu Nori · 16 years ago
- 312cd58 Fixed bug in getTextRunCursor. by Gilles Debunne · 16 years ago
- 6826741 Add new native Looper API. by Dianne Hackborn · 16 years ago
- 0f791a7 More improvements to the SensorManager documentation by Mathias Agopian · 16 years ago
- def4e4d Merge "Defer to ICU's knowledge of language-specific grammatical quantity rules." by Elliott Hughes · 16 years ago
- cd81515 Merge "some refactoring and multi-threading fixes" by Vasu Nori · 16 years ago
- 7501010 some refactoring and multi-threading fixes by Vasu Nori · 16 years ago
- 372dfc8b If no touch icon is specified by a <link> tag, return <host>/apple-touch-icon.png as by Ben Murdoch · 16 years ago
- cc08bb8 fix broken-build by Vasu Nori · 16 years ago
- 72b4f93 Merge "Fix zoom overview logic." by Shimeng (Simon) Wang · 16 years ago
- d5c6a16 Fix zoom overview logic. by Shimeng (Simon) Wang · 16 years ago
- 1ad636c Defer to ICU's knowledge of language-specific grammatical quantity rules. by Elliott Hughes · 16 years ago
- 738639c am 58f35ff4: am 54a181b1: Make real API for native code to get its window. by Dianne Hackborn · 16 years ago
- 58f35ff am 54a181b1: Make real API for native code to get its window. by Dianne Hackborn · 16 years ago
- 37f4473 Merge "Don't use full screen FBOs, this dramatically increase performance." by Romain Guy · 16 years ago
- f86ef57 Don't use full screen FBOs, this dramatically increase performance. by Romain Guy · 16 years ago
- 54a181b Make real API for native code to get its window. by Dianne Hackborn · 16 years ago
- 2cc2c75 am c7dacb73: Merge "DO NOT MERGE: Add a battery capacity value to the power profile." into gingerbread by Amith Yamasani · 16 years ago
- c7dacb7 Merge "DO NOT MERGE: Add a battery capacity value to the power profile." into gingerbread by Amith Yamasani · 16 years ago
- 85e39f6 Merge "Add AbsListView#smoothScrollToPositionFromTop" by Adam Powell · 16 years ago
- 169741b DO NOT MERGE: Add a battery capacity value to the power profile. by Amith Yamasani · 16 years ago
- 2ed26c4 Merge "Change CursorTreeAdapter to close the cursors rather than deactivating them. Fix SimpleCursorTreeAdapter to allow a null cursor as an argument." by Jason Parks · 16 years ago
- adfb599 Merge "Remove EditStyledText from the framekwork" by satok · 16 years ago
- e44afae Add AbsListView#smoothScrollToPositionFromTop by Adam Powell · 16 years ago
- 4b08d3e Change CursorTreeAdapter to close the cursors rather than deactivating them. Fix SimpleCursorTreeAdapter to allow a null cursor as an argument. by Jason Parks · 16 years ago
- 8dfabd9 resolved conflicts for merge of d3233ae9 to master by Christopher Tate · 16 years ago
- 9a9fd64 Remove the TODO as it has been fixed with changes for http://b/issue?id=2666473. by Grace Kloba · 16 years ago
- 8b53429 Merge "More cleanup after removing the Cursor update logic." by Jeff Hamilton · 16 years ago
- a378fa2 Merge "Add a class to represent the set of sensitive features of a web application" by Steve Block · 16 years ago
- a08491a Add a class to represent the set of sensitive features of a web application by Steve Block · 16 years ago
- f96d23a Merge "Pass the WebView context to the GeolocationService from WebKit" by Steve Block · 16 years ago
- fa57523 Remove EditStyledText from the framekwork by satok · 16 years ago
- c18a9f2 Merge "Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)" by Romain Guy · 16 years ago
- 8ba548f Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) by Romain Guy · 16 years ago
- d3233ae am 160edb36: Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 16 years ago
- 160edb3 Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 16 years ago
- 7940e84 Merge "Fix the initial reflow width when switch between basic pages." by Shimeng (Simon) Wang · 16 years ago
- 0a4a70d Fix the initial reflow width when switch between basic pages. by Shimeng (Simon) Wang · 16 years ago
- 2ae5a4d Merge "Define measuring behavior for action bar/context mode custom views" by Adam Powell · 16 years ago
- a7db037 Define measuring behavior for action bar/context mode custom views by Adam Powell · 16 years ago
- 68e9a49 Merge "Add hooks for drawBitmap()." by Romain Guy · 16 years ago
- 45886e6 am 705a2df9: am c8525edc: Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 16 years ago
- 9ae3f66 am 6db0ef09: am 24c737cc: am d581484e: Merge "Verify hostname where possible, and clarify where not." into froyo by Doug Zongker · 16 years ago
- 0aa6467 Merge "resolved conflicts for merge of 7f6c6e8f to master" by Dianne Hackborn · 16 years ago
- 25a98b8 resolved conflicts for merge of 7f6c6e8f to master by Dianne Hackborn · 16 years ago
- d62775b Merge "user agent string change: remove "Mobile" for large screen configuration" by Michael Kolb · 16 years ago
- 705a2df am c8525edc: Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 16 years ago
- 6db0ef0 am 24c737cc: am d581484e: Merge "Verify hostname where possible, and clarify where not." into froyo by Doug Zongker · 16 years ago
- 7f6c6e8 am 3c80a4a0: Implement default key handling for native code. by Dianne Hackborn · 16 years ago
- cbf42ec Merge "Initial checkin of new animation system. package, APIs, functionality all subject to change. package is hidden for now." by Chet Haase · 16 years ago
- ce0537b Add hooks for drawBitmap(). by Romain Guy · 16 years ago
- f1a4a0a More cleanup after removing the Cursor update logic. by Jeff Hamilton · 16 years ago
- c8525ed Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 16 years ago
- c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 16 years ago
- a172e7d user agent string change: remove "Mobile" for large screen configuration by Michael Kolb · 16 years ago
- 17fb4b0 Initial checkin of new animation system. package, APIs, functionality all subject to change. package is hidden for now. by Chet Haase · 16 years ago
- 24c737c am d581484e: Merge "Verify hostname where possible, and clarify where not." into froyo by Doug Zongker · 16 years ago
- 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 16 years ago
- 08968fa Merge "Receive notification from native webcore that the page being viewed has marked itself as being an installable web app. Default implementation in the WebChromeClient does nothing." by Ben Murdoch · 16 years ago
- 7fc93c3 Verify hostname where possible, and clarify where not. by Dan Egnor · 16 years ago
- 0e94b51 Add subtitles for action bars and context modes. by Adam Powell · 16 years ago
- 89e0645 Added context modes to ActionBar API. by Adam Powell · 16 years ago
- 6312de2 Receive notification from native webcore that the page being viewed by Ben Murdoch · 16 years ago
- f0785a6 set maximum image size by Cary Clark · 16 years ago
- 1eb86d8 am 9be487ce: am 606d591a: Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state" into gingerbread by Mike Lockwood · 16 years ago
- 9be487c am 606d591a: Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state" into gingerbread by Mike Lockwood · 16 years ago
- 606d591 Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state" into gingerbread by Mike Lockwood · 16 years ago
- 074c08c Pass the WebView context to the GeolocationService from WebKit by Steve Block · 16 years ago
- 9593b2a Merge "Fix SDK build." by Dianne Hackborn · 16 years ago
- b0c56b24 Fix SDK build. by Dianne Hackborn · 16 years ago
- f40e492 am 96725326: am 31e0ffe8: Merge "Native input event dispatching." into gingerbread by Chris Tate · 16 years ago