summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix for NPE in TextView." into gingerbreadGilles Debunne2010-08-261-0/+5
|\
| * Fix for NPE in TextView.Gilles Debunne2010-08-251-0/+5
| | | | | | | | | | | | Bug http://b/issue?id=2941549 Change-Id: Id5cbf0a3b2b68f450a9271333b96d41b01aa9f5c
* | Merge "Fix issue #2951784: Launcher crashes on startup" into gingerbreadDianne Hackborn2010-08-261-4/+5
|\ \
| * | Fix issue #2951784: Launcher crashes on startupDianne Hackborn2010-08-261-4/+5
| | | | | | | | | | | | Change-Id: I98aedacce9a7d6b8bc168f39ea5489b40dc0ec8d
* | | Merge "Don't retain global ref to last inflated context." into gingerbreadDianne Hackborn2010-08-253-5/+104
|\ \ \ | |/ /
| * | Don't retain global ref to last inflated context.Dianne Hackborn2010-08-253-5/+104
| | | | | | | | | | | | | | | | | | | | | Also rework URI permission granting to support upcoming clipboard use. Change-Id: I9842920350955531c5a511c2ecc5215e8c783343
* | | Merge "Preventing the hierarchy viewer from getting stuck, once when trying ↵Konstantin Lopyrev2010-08-251-15/+17
|\ \ \ | |/ / |/| | | | | to load the window data for SurfaceView and the Wallpaper, and in the case the captured node has disappeared." into gingerbread
| * | Preventing the hierarchy viewer from getting stuck, once when trying to load ↵Konstantin Lopyrev2010-08-251-15/+17
| | | | | | | | | | | | | | | | | | the window data for SurfaceView and the Wallpaper, and in the case the captured node has disappeared. Change-Id: Iaff6bd501a2bb3faa7a394fff740479f6a95e899
* | | Merge "Improve Sensors documentation a bit" into gingerbreadMathias Agopian2010-08-251-1/+18
|\ \ \
| * | | Improve Sensors documentation a bitMathias Agopian2010-08-251-1/+18
| | |/ | |/| | | | | | | Change-Id: I6f4f9ebfaf1e7f461a795f717b9913e3a021e9d4
* | | Merge "Start of SharedPreferences$Editor.startCommit()" into gingerbreadBrad Fitzpatrick2010-08-252-3/+41
|\ \ \
| * | | Start of SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-252-3/+41
| | |/ | |/| | | | | | | | | | | | | No implementation yet, just the interface. Change-Id: Idf9934b445da1fb72b79f0192218b47c0a7f5a34
* | | DO NOT MERGE fix null checkCary Clark2010-08-251-2/+4
|/ / | | | | | | | | | | | | | | | | Check to see if the WebChromeClient is null. Checked into master in change 63008 Change-Id: If2ef1889ce3633c0b35c078a46bde84982dd1eb3 http://b/2945171
* | Merge "Update AndroidRuntime with dalvik-dev changes" into gingerbreadBrian Carlstrom2010-08-251-52/+28
|\ \
| * | Update AndroidRuntime with dalvik-dev changesBrian Carlstrom2010-08-241-52/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is the result of three cherry-picks: - Add dalvik.vm.gc.preverify dalvik.vm.gc.postverify properties. git cherry-pick --no-commit 0ef82fcf - Add the property dalvik.vm.gc.verifycardtable to set the -Xgc:-Xgc:verifycardtable option for the vm. git cherry-pick --no-commit 8b4faf54 - Eliminate short JIT debugging properties git cherry-pick --no-commit 57a673fc3db9d84908467ae6d245fd60d4637b2f Change-Id: I5f8002ed1e431344570add02f58e2641c8fae549
* | | Avoid allocating buffer every time getThumbnail is called.Chih-Chung Chang2010-08-251-10/+20
|/ / | | | | | | Change-Id: Ia088539463e26a1242064ed7e79b0b2c12d64ced
* | Merge "Fix the test breakage in vCard tests." into gingerbreadDaisuke Miyakawa2010-08-245-107/+45
|\ \ | |/ |/|
| * Fix the test breakage in vCard tests.Daisuke Miyakawa2010-08-245-107/+45
| | | | | | | | | | | | | | | | | | - Make custom resolvers use official MockContentProvider instead of relying on its own. - Fix a test which is found to be broken after the fix above. Bug: 2945326 Change-Id: Ifb14f61771215c103d8825240989eecee73d585a
* | Merge "Verify that onPause() calls its superclass." into gingerbreadDianne Hackborn2010-08-241-0/+7
|\ \ | |/ |/|
| * Verify that onPause() calls its superclass.Dianne Hackborn2010-08-241-0/+7
| | | | | | | | Change-Id: Ibf48992b4445bfc726ade307aad26f3e9577c5fb
* | Merge "Fix for an NPE in TextView." into gingerbreadGilles Debunne2010-08-241-4/+6
|\ \
| * | Fix for an NPE in TextView.Gilles Debunne2010-08-241-4/+6
| |/ | | | | | | Change-Id: I0fca8f839cd444d9b70174078063efff5be499a3
* | Merge "Some StrictMode API changes." into gingerbreadBrad Fitzpatrick2010-08-242-7/+39
|\ \
| * | Some StrictMode API changes.Brad Fitzpatrick2010-08-242-7/+39
| |/ | | | | | | | | | | | | | | | | | | | | | | * rename setThreadBlockingPolicy to setThreadPolicy (opens the way to using StrictMode for non-blocking-related things in the future?) * add allowThreadDiskWrites() and allowThreadDiskReads() to modify the current policy mask and return the old one. this will allow turning off part of StrictMode during certain regions of code. (for instance, writing to disk in Activity onPause...) Change-Id: Ia1878153713f79299971fdab567fa15b3cb9d56c
* | Merge "Fix vCard so that it looks at IM correctly." into gingerbreadDaisuke Miyakawa2010-08-241-1/+3
|\ \
| * | Fix vCard so that it looks at IM correctly.Daisuke Miyakawa2010-08-241-1/+3
| | | | | | | | | | | | Change-Id: I3afc01e2e5f55c254606379f353b030ea297ee36
* | | Merge "Make VCardTestsBase public." into gingerbreadDaisuke Miyakawa2010-08-241-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Make VCardTestsBase public.Daisuke Miyakawa2010-08-231-1/+1
| | | | | | | | Change-Id: I9f1adc6f0b4263424897609b3cc0855e83906407
* | When an EditText gains focus by tapping, move the insertion point where tapped.Gilles Debunne2010-08-242-20/+10
| | | | | | | | | | | | | | The previous behavior was to move cursor at the end of the first line, which feels weird. Change-Id: I5a72f9871ed79ee2c521698ea642ba126537f4f9
* | Don't touch the VFS during window relayout.Brad Fitzpatrick2010-08-231-30/+35
| | | | | | | | | | | | | | | | | | | | yaffs2 is single-threaded and any disk access during window drawing (or animation in this case) can cause UI stutters / unresponsiveness for hundreds of milliseconds. BUG=2941119 Change-Id: Ifdce8337027ab25d1ea844934fa787ffe68263c4
* | Hysteresis effect in Text selection.Gilles Debunne2010-08-232-39/+63
|/ | | | | | | | Vertical movement requires going over a given threshold to change line. Makes it easier to move down without changing line, so that one can see the cursor better. Also simplifies long line selection. Change-Id: I791da500232c6e510af64c637ed994c5da9a4fea
* Merge "add new sensor types for handling gyro data and device orientation ↵Mathias Agopian2010-08-233-0/+230
|\ | | | | | | more efficiently." into gingerbread
| * add new sensor types for handling gyro data and device orientationKevin Powell2010-08-203-0/+230
| | | | | | | | | | | | more efficiently. Change-Id: Ifbcf2caae0865eccf1c9b8060342185c22145a30
* | Merge "Make ProgressBar.setVisibility() remotable." into gingerbreadSteve Howard2010-08-201-5/+7
|\ \ | |/ |/|
| * Make ProgressBar.setVisibility() remotable.Steve Howard2010-08-201-5/+7
| | | | | | | | | | | | | | | | ProgressBar overrides setVisibilty(), causing it to lose the RemotableViewMethod annotation and making it impossible to hide a ProgressBar in a RemoteViews. This change adds the annotation. Change-Id: Ic1212b99fd52f8c36bef4805bfef5e170b28f0a6
* | Merge changes I8a257579,I82d16312 into gingerbreadKenny Root2010-08-208-294/+1476
|\ \ | | | | | | | | | | | | | | | * changes: Add AStorageManager API to NDK Reorganize MountService IPC
| * | Reorganize MountService IPCKenny Root2010-08-208-294/+1476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove auto-generated AIDL files and replace them with manually edited .java and .cpp/.h files so that binder calls can be made from either Java or C++. Update the makefiles to not attempt to generate the AIDL files and also remove the old auto-generated .java files. Put all the storage-related C++ things in libstorage so that we don't pollute other libraries. Change-Id: I82d1631295452709f12ff1270f36c3100e652806
* | | Merge "Fix a few small battery stats problems:" into gingerbreadDianne Hackborn2010-08-202-2/+3
|\ \ \
| * | | Fix a few small battery stats problems:Dianne Hackborn2010-08-202-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Actually aggregate discharge amounts. - Actually print the unplugged battery info when currently plugged in. Change-Id: I22dd6feb73ac1364eb169d3239ce403b0755bb6c
* | | | Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-201-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | git cherry-pick --no-commit 353ab63e412dd15029143de238e9590ab35eb583) make update-api Change-Id: I9e61616828a3a5745421350b9a2fc78ba181d388
* | | Merge "DO NOT MERGE 2928156 Accessibility event's parcelableData property ↵Dianne Hackborn2010-08-201-0/+1
|\ \ \ | | | | | | | | | | | | not nullified during recycling (GINGERBREAD)" into gingerbread
| * | | DO NOT MERGE 2928156 Accessibility event's parcelableData property not ↵Svetoslav Ganov2010-08-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | nullified during recycling (GINGERBREAD) Change-Id: I18437d98032487329b6b9b579ed12abbfb77501f
* | | | Merge "DO NOT MERGE Fixing Connectivity" into gingerbreadRobert Greenwalt2010-08-202-0/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | DO NOT MERGE Fixing ConnectivityRobert Greenwalt2010-08-202-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passing Gateway addr info from telephony into ConnectivityService so it can add/remove the default route as needed. Fixed differently on master. bug:2927822 Change-Id: I9a3ee7cd23c4717e7c60098f0595aa3f77c44b15
* | | | Fix bugs with granting permissions through onNewIntent().Dianne Hackborn2010-08-201-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would grant the permission to the temporary ActivityRecord, not the real one, so it never got cleaned up. Also allow granting of permissions to services because... well, it would be really really useful. And it introduces some refactoring that we'll need to support cut/paste. Change-Id: If521f509042e7baad7f5dc9bec84b6ba0d90ba09
* | | | Merge "Add camera fps range API." into gingerbreadWu-cheng Li2010-08-201-11/+116
|\ \ \ \
| * | | | Add camera fps range API.Wu-cheng Li2010-08-201-11/+116
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Original preview frame rate API assumes the frame rate is fixed. It does not not work with auto frame rate camera. Change-Id: I38f7122ac8ec844ffd63558dc0763ffa17b0926a
* | | | DO NOT MERGE Refactor find and select dialogsCary Clark2010-08-202-95/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Merged by hand from master, based on https://android-git.corp.google.com/g/#change,53490 ) In WebView: - Remove the select mode, so that while text is selected, the view may respond to scroll or zoom gestures. - Remove the getFindIsUp() method -- let the host application track if the dialog is visible. - Map long press to select text if the host application does not already intercept it. - Draw find 'extras' during zoom animation. - Draw select 'extras' during animation and scrolling as well. - Distinguish between selecting text and pressing a shift key (the shift key is still a possible select text shortcut) - Add more public (but hidden) interfaces: setUpSelect, selectAll, etc. In WebChromeClient, add interfaces to allow WebView to tell the host application that selection has started or finished. A long press on a part of the view that does not trigger a host context menu may start the selection (if text is underneath the press), and clicking the trackball or tapping away from the current selection may end the selection. Companion changes in external/webkit and packages/apps/Browser Change-Id: I2d41662acbdb8bdaa8219b35f18a9276e34636a7 http://b/262451
* | | | Minor MotionEvent optimization.Jeff Brown2010-08-191-29/+34
| | | | | | | | | | | | | | | | Change-Id: I862e934e8dae80f394ffd4ab4b4697037805022c
* | | | Merge "Use getMinFrameCount() instead of querying AudioSystem directly." ↵Chia-chi Yeh2010-08-192-43/+20
|\ \ \ \ | | | | | | | | | | | | | | | into gingerbread