- 308596e Merge "Make vCard importer support lower case params." by Daisuke Miyakawa · 16 years ago
- 50c6668 Make vCard importer support lower case params. by Daisuke Miyakawa · 16 years ago
- d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 16 years ago
- ec83718 Added a method for spatial sampling. by Yang Li · 16 years ago
- e99f41f @hide the individual members instead of the whole class by Jean-Baptiste Queru · 16 years ago
- fe86b04 Merge "Added clone to these three classes and added more comments." by Romain Guy · 16 years ago
- 6fc1f15 Added clone to these three classes and added more comments. by Yang Li · 16 years ago
- dded644 Merge "Added non-uniform scaling for spatial sampling." by Romain Guy · 16 years ago
- 55732c5 Added non-uniform scaling for spatial sampling. by Yang Li · 16 years ago
- f5dba88 Detect if the current network is wifi or not and update webkit. by Andrei Popescu · 16 years ago
- 843e897 Remove the BaseColumns inheritance by Jean-Baptiste Queru · 16 years ago
- 130a8b7 Add Dialog.setOnShowListener() to the public API. by Ficus Kirkpatrick · 16 years ago
- 3084a6f rename testHasFeatures to hasFeatures by Fred Quintana · 16 years ago
- 013b9c2 Merge "Change Log.wtf() call to Log.w()" by Vasu Nori · 16 years ago
- bee5b9d Change Log.wtf() call to Log.w() by Vasu Nori · 16 years ago
- b8a2aaf New method to return the last dialed number Bug:2227429 by Nicolas Catania · 16 years ago
- c5dfa70 Revert "New method to return the last dialed number" by Nicolas Catania · 16 years ago
- 633feac Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 16 years ago
- 7d92d5a Revert a couple of deprecations to fix broken build by Tom O'Neill · 16 years ago
- ac835c9 New method to return the last dialed number Bug:2227429 by Nicolas Catania · 16 years ago
- 0f26ec1 Merge "Improve ContractsContract.RawContacts documentation" by Tom O'Neill · 16 years ago
- ba7eb9a Merge "Added non-uniform scaling for spatial sampling and converted double to float." by Romain Guy · 16 years ago
- d6f9cd2 Improve ContractsContract.RawContacts documentation by Tom O'Neill · 16 years ago
- 5c79dee Added non-uniform scaling for spatial sampling and converted double to float. by Yang Li · 16 years ago
- 8d528c8 Fix build error by Suchi Amalapurapu · 16 years ago
- 32d80bf Introduce a non-SDK class to hold the implementation details by Jean-Baptiste Queru · 16 years ago
- e495d1f fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize by Vasu Nori · 16 years ago
- 3908e3c Merge "Remove some settings we are no longer using." by Ficus Kirkpatrick · 16 years ago
- 6e8c730 Merge "allow + in usernames" by Fred Quintana · 16 years ago
- 30d2030 allow + in usernames by Fred Quintana · 16 years ago
- 0e25caf Remove some settings we are no longer using. by Ficus Kirkpatrick · 16 years ago
- 3c5f6dd Merge "app install on sdcard. provide skeleton implementation to install an app on sdcard, just resources. Add new install path for /asec in installd. ignore . when checking for apk path since the sdcard packages id'ed by package name. Add new -s option to adb shell pm Refactor fwd locked from scanMode to ApplicationInfo. Add new flag for sd install Add new parse flags for fwd locking and installing on sdcard New mock api's in PackageManagerService to invoke MountService api's. These will be refactored again and so have been wrapped internally. Some error codes in PackageManager Changes in PackageManagerService to use mPath and mScanPath during installation and switch to using PackageParser.Package.applicationInfo attributes for source and public resource directories. Some known issues that will be addressed later using system_uid for now. needs some tinkering with uid and packagesetting creation to use the actual app uid error handling from vold not very robust. ignoring lot of things for now sending a delayed destroy to delete packages. will revisit later revisit temp file creation later. just copy for now" by Suchi Amalapurapu · 16 years ago
- af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 16 years ago
- 1061a4d am 0123101a: am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 16 years ago
- 0123101 am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 16 years ago
- f6fff20 Merge "Expose SearchManager constants for global search" by Bjorn Bringert · 16 years ago
- 55f3ac5 Expose SearchManager constants for global search by Bjorn Bringert · 16 years ago
- 66ef01e Revert "New method to return the last dialed number" by Nicolas Catania · 16 years ago
- 52e2ef8 Update ListView's children when the drawing cache color hint changes. by Romain Guy · 16 years ago
- e414f32 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 16 years ago
- 439b7b3 New method to return the last dialed number Bug:2227429 by Nicolas Catania · 16 years ago
- 5d3c9c10 Merge "constants for search" by Mark Wagner · 16 years ago
- bb68a4f add AccountManager.testHasFeatures() to make it easy to check if a given account has a set of features by Fred Quintana · 16 years ago
- 8178753 Merge "bugfix endfling case (bug 2300534)" by Mark Wagner · 16 years ago
- af2af4e5 Add proper support for fixed position elements by Nicolas Roard · 16 years ago
- 80d3091 Merge "Remove Intent.ACTION_GLOBAL_SEARCH" by Bjorn Bringert · 16 years ago
- 7f65281 Merge "Add QSB's GoogleSearch as the preferred web search provider" by Bjorn Bringert · 16 years ago
- 670dd81 bugfix endfling case (bug 2300534) by Mark Wagner · 16 years ago
- a94e7af Remove Intent.ACTION_GLOBAL_SEARCH by Bjorn Bringert · 16 years ago
- 139f6f3 am 70c4f6cf: am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
- 1bc3c37 Fix Javadoc errors so the sdk can build. by Robert Greenwalt · 16 years ago
- 70c4f6c am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
- 021b7b4 Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
- 53f1c34 constants for search by Mark Wagner · 16 years ago
- c849cdf Unhide some CM constants to support unbundling. by Robert Greenwalt · 16 years ago
- a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
- ace8add am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
- 4a5bff9 Add QSB's GoogleSearch as the preferred web search provider by Bjorn Bringert · 16 years ago
- 4a4b6e0 Merge "Handle null correctly." by Daisuke Miyakawa · 16 years ago
- 9030dd1 Handle null correctly. by Daisuke Miyakawa · 16 years ago
- 908c485 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
- 202a673 am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
- 8acdb20 Added TransformGestureDetector (still in progress) by Adam Powell · 16 years ago
- 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
- 22dd86e MountService: Refactor to use NativeDaemonConnector and clean-up by San Mehat · 16 years ago
- bfd2df21 Merge "Fix calendar sync_account / type constants to be consistent." by Ken Shirriff · 16 years ago
- 1c993bf Merge "resolved conflicts for merge of d26707da to master" by Jean-Baptiste Queru · 16 years ago
- fa10153 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 16 years ago
- 32db57b Merge "Add and expose SearchManager.getSearchableInfo()" by Bjorn Bringert · 16 years ago
- 8f028a9 Moved DomainNameChecker to android common. by Makoto Onuki · 16 years ago
- ba5220f am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
- d26707d am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
- ce63c63 Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
- c93c70c Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
- e67d5ce DO NOT MERGE. by Grace Kloba · 16 years ago
- 93aea69 Merge "Implement timeupdate events for video tag." by Andrei Popescu · 16 years ago
- 048eb3b Implement timeupdate events for video tag. by Andrei Popescu · 16 years ago
- 7ebf017 framework: storage: Ensure that filesystems are unmounted before shutdown/reboot by San Mehat · 16 years ago
- 0408675 Add and expose SearchManager.getSearchableInfo() by Bjorn Bringert · 16 years ago
- bad0c54 rebuild the nav cache if the clicked on node is invalid by Cary Clark · 16 years ago
- 58f2468 Merge "Fix 2332563: Add password-lock support to lockscreen" by Jim Miller · 16 years ago
- 53becd9 Fix calendar sync_account / type constants to be consistent. by Ken Shirriff · 16 years ago
- 5c7a5d0 Merge "Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. Bug: #2194109." by Romain Guy · 16 years ago
- 42460ac Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. by Romain Guy · 16 years ago
- bb4ad6a Merge "As setNewZoomScale is called asynchronously, the WebView can be destroyed. If it is, skip scaling." by Grace Kloba · 16 years ago
- 69aa4a9 Fix 2332563: Add password-lock support to lockscreen by Jim Miller · 16 years ago
- 244327e2 Improve ContactsContract documentation, esp. of Data inner class by Tom O'Neill · 16 years ago
- 4c7ec8d As setNewZoomScale is called asynchronously, the by Grace Kloba · 16 years ago
- 6ee6991 Merge "Simplify & update ANR logging; report ANR data into the dropbox. Eliminate the per-process 200ms timeout during ANR thread-dumping. Dump all the threads at once, then wait for the file to stabilize. Seems to work great and is much, much, much faster." by Dan Egnor · 16 years ago
- 42471dd Simplify & update ANR logging; report ANR data into the dropbox. by Dan Egnor · 16 years ago
- 1f3856c am 495d820c: am ccaebfc9: Don\'t set priority in Bonding state. This was causing A2DP get connected for Car Docks, when user didn\'t select it. by Jaikumar Ganesh · 16 years ago
- 6e106ff am 2bb1f870: am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
- 495d820 am ccaebfc9: Don\'t set priority in Bonding state. This was causing A2DP get connected for Car Docks, when user didn\'t select it. by Jaikumar Ganesh · 16 years ago
- ccaebfc Don't set priority in Bonding state. by Jaikumar Ganesh · 16 years ago
- 2bb1f87 am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
- c408d5c am 1fed31aa: am fef4874a: fixing build break by removing unused imports. by Derek Sollenberger · 16 years ago
- 1edd827 Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
- 44641d3 Bug 2321983 by Paul Westbrook · 16 years ago
- 1fed31a am fef4874a: fixing build break by removing unused imports. by Derek Sollenberger · 16 years ago
- fef4874a fixing build break by removing unused imports. by Derek Sollenberger · 16 years ago