summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #13366. Take account of stackFromBottom inPieter-Jan Vandormael2012-06-161-1/+6
| | | | | | | computeVerticalScrollOffset(). Change-Id: I743708ef1ac05e358840f37010de36b7d0c6a346 Signed-off-by: Pieter-Jan Vandormael <ezelspinguin@gmail.com>
* Merge "Adding test cases for getInstalledPackages"Kenny Root2012-06-157-0/+322
|\
| * Adding test cases for getInstalledPackagesMartin Wallgren2012-06-077-0/+322
| | | | | | | | | | | | | | | | | | | | | | There was an earlier fix for a case where the binder heap would run out of space when calling the getInstalledPackages. This could happen when there were a lot of installed packages. This change adds some test cases to verify that fix. Change-Id: I8e0c5f674bf2098adcff6d40893f94162961031f
* | Merge "DO NOT MERGE Add API for file origin policy."Geremy Condra2012-06-111-0/+70
|\ \
| * | DO NOT MERGE Add API for file origin policy.Selim Gurun2012-06-061-0/+70
| |/ | | | | | | | | | | | | | | Bug: 6212665 Add hidden websettings api for configuring file origin policy. Change-Id: I261ba6369fe606ca76f87c6a00d1168b44bcf1ab
* | Merge "Improved documentation (clarify on issue 8727)"Dianne Hackborn2012-06-111-5/+6
|\ \
| * | Improved documentation (clarify on issue 8727)Jacob Nordfalk2012-02-011-5/+6
| | | | | | | | | | | | | | | Signed-off-by: Jacob Nordfalk <jacob.nordfalk@gmail.com> Change-Id: I2bea866542c95eb0558004a64c9a2fd74aeff35b
* | | Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"Dianne Hackborn2012-06-111-0/+1
|\ \ \
| * | | ApplicationThread: Check interface before invoking scheduleLowMemoryVairavan Srinivasan2012-02-011-0/+1
| |/ / | | | | | | | | | Change-Id: I51317386e1729366d19f7e3a1747b05170b9305a
* | | Merge "Avoid memory leak in the Shutdown confirmation dialog."Jean-Baptiste Queru2012-06-111-5/+10
|\ \ \
| * | | Avoid memory leak in the Shutdown confirmation dialog.Mattias Petersson2012-06-111-5/+10
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How to reproduce: 1) Lock the screen. 2) Open the Phone options menu by long pressing the power button. 3) Tap "Power off" to display the confirmation dialog. 4) Repeat step 2 and 3 a few times (without closing the confirmation dialog. Each time the confirmation dialog is displayed, a new instance is created. A stack of confirmation dialogs are created on the screen. This is fixed by making sure the previous dialog is dismissed before launching a new dialog. Change-Id: I6b6c61ccc56364b66eed3528019f761e75bbe268
* | | Merge "Add JNI bindings for some of the libselinux interfaces."Kenny Root2012-06-085-1/+662
|\ \ \ | |/ / |/| |
| * | Add JNI bindings for some of the libselinux interfaces.Stephen Smalley2012-03-305-1/+662
| | | | | | | | | | | | Change-Id: Ifcc68cb06f9f56a04f3bc64dd9906a9436fabc88
* | | Merge "Wipe the user data out in any case."Jean-Baptiste Queru2012-05-251-2/+4
|\ \ \
| * | | Wipe the user data out in any case.Masanori Ogino2012-02-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the external storage is not mounted, the android system won't wipe out the user data (i.e. "/data") if wipeData() is called with the flag WIPE_EXTERNAL_STORAGE. We think that the user data should be wiped out in any options and also wipeData(int) method currently supports also for a external storage. So we will also change the API reference comment. If we should care about backward compatibility of this method behavior with the option WIPE_EXTERNAL_STORAGE, then we would add an another bitmask something like a ALWAYS_RESET. Change-Id: Id7bf673c722bacc0480d32e46553b9a348513879
* | | | String on Toast notification does not aligned to centerTaeho Kim2012-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If length of the string being showed on Toast is short (less than 8 chars), it is aligned to left rather than to center. Added attribute android:layout_gravity="center_horizontal" on the TextView where Toast's message are shown to fix issue. Change-Id: I77669fd8a11d1ec8f6b082348eb818671ce158bb Signed-off-by: Taeho Kim <jyte82@gmail.com>
* | | | Merge "Improve robustness of resource overlay test suite."Jean-Baptiste Queru2012-05-012-2/+42
|\ \ \ \
| * | | | Improve robustness of resource overlay test suite.Mårten Kongstad2012-02-162-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test runner will now create directory /vendor/overlay/framework, if missing. Also, move wallpaper from drawable to drawable-nodpi for it to actually take effect on ICS code. Change-Id: I7615345e847c5fca91aedc459f6aa3316a45aab5
* | | | | Merge "Build overlay packages just like regular packages."Jean-Baptiste Queru2012-05-011-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Build overlay packages just like regular packages.Mårten Kongstad2012-02-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, building overlay packages required passing aapt its -o flag. This commit decouples the idmap generation code from the effects of the -o flag. Since this commit renders the -o flag obsolete, support for the flag was removed from aapt as well. Change-Id: Ied2e0ab8cb800e49623f0a2044b06cd4935473d5
* | | | | Merge "Fixed group and child view caching in SimpleExpandableListAdapter."Jean-Baptiste Queru2012-05-011-0/+52
|\ \ \ \ \
| * | | | | Fixed group and child view caching in SimpleExpandableListAdapter.Georg Hofmann2012-03-191-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the adapter reports the correct type count and type for group and child views by overriding the respective methods from the base class. Each group view has two types, one for expanded views, one for collapsed views. Each child view has two types, one for the last view within a group, one for the other views within a group. Change-Id: I117b2c0f7e98fb7fe2fdd35c15f7d1f9dc06674f Signed-off-by: Georg Hofmann <georg.hofmann@gmail.com>
* | | | | | Merge "Fixes an issue that occured unexpected exception "pointerIndex out of ↵Jean-Baptiste Queru2012-05-011-9/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | range"."
| * | | | | | Fixes an issue that occured unexpected exception "pointerIndex out of range".Keiji Ariyama2012-03-161-9/+29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The findNewActiveIndex method may return -1. So, the code should check case of -1 before event.getPointerId and if index0 is -1, gesture should be ended immediately. Change-Id: I4aae5c84e3db61d10b0bfcfa7bfa6b9115231a52
* | | | | | Merge "Avoiding horizontal keypad navigation trapping within gallery."Jean-Baptiste Queru2012-05-011-4/+4
|\ \ \ \ \ \
| * | | | | | Avoiding horizontal keypad navigation trapping within gallery.David Sobreira Marques2012-03-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non touchscreen devices such as Google TV require the keypad navigation to properly move the focus among widgets. The Gallery is misshandling the keypress event and avoiding the focus from going to other widgets on it's sides upon keypress even after the user has reached it's first and last items. Change-Id: If32ee57e8513cac692deb161e1941d6cc85e3188 Signed-off-by: David Sobreira Marques <dpsmarques@gmail.com>
* | | | | | | Merge "Prevent empty overflow popup when there are no overflow items."Jean-Baptiste Queru2012-05-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Prevent empty overflow popup when there are no overflow items.Jake Wharton2012-03-291-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On a device with a hardware menu key, an empty overflow window can be displayed if there are no items in said overflow menu. This leads to the next user touch being swallowed in the action of dismissing the invisible window. Change-Id: I9191e4b2e1ed4888e4bc7261e8b3f095a272a9b5
* | | | | | | Merge "statistics from some cpus don't fit"Jean-Baptiste Queru2012-05-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | statistics from some cpus don't fitMartin Wallgren2012-03-291-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cpu statistics from time_in_state does not fit in the data structures in ProcessState.java. The time_in_state file eventually becomes larger than the buffer of 256 bytes witch cause missing data in the result or a NoMoreElementsException when parsing the data. The numger of cpu speeds can be larger than the MAX_SPEEDS limit. Solution Make sure that the whole file gets read and increase the MAX_SPEEDS that the system can handle. Change-Id: I6dfc127b2934988006649cce321d58750a946017
* | | | | | | Do not dispatch context selection events to non-visible fragments.Jake Wharton2012-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When used in a `ViewPager`, fragments that are present on the adjacent, cached pages will receive context selection dispatches which, depending on your fragment contents, can be difficult to determine whether or not the event truly originated from your view. By using the visible hint we restrict dispatching to only those fragments which are marked as being visible. Since the fragment pager adapter updates this setting properly most implementations will be afforded this fix without any change required. If the user is implementing their own adapter they likely already understand the implications of these cached fragments and the reponsibility for updating the boolean falls to them. Mirrors support library change Ie6a72c1c82c2784774373670007b6f5948fe16da Change-Id: I1bc6f74e26660ef4a3c20419c077e37992412e94
* | | | | | | Fix potential NPE when saving fragment state.Jake Wharton2012-04-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a fragment's saved view state is null and the user visible hint is true then the `result` bundle will have never been initialized to a value resulting in a `NullPointerException`. Mirrors support library change I8ba585bc6b9298841490d64bc22a8219cd261adb. Change-Id: Iabd5ac293d2ece3771da9ef257479eca0dcd523c
* | | | | | | Merge "Remove deprecation on android:enabled attribute."Dianne Hackborn2012-04-181-2/+6
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecation on android:enabled attribute.Yuku on yuku42012-04-161-2/+6
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The android:enabled was never deprecated and replaced by android:state_enabled as it was mentioned in the documentation. The attribute android:enabled when applied to a TextView (or its descendants) still works until now. In fact that's the way to disable widgets from layout XMLs. The deprecation made ADT and lint suggest users not to use this attribute. Change-Id: I5e7d7060d9e79a04342ebc723d7937b9bc12a018 Signed-off-by: Yuku on yuku4 <yukuku@gmail.com>
* | | | | | | Volume Overlay Bug When swapping streamsSteven Harper2012-04-181-1/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged in http://review.cyanogenmod.com/#change,14109 Fixing a bug that when an app is dismissed or loaded that changes the current active audio stream, if the volume overlay is visible during the swap, if you adjust the volume (with hard keys) after the stream has changed while the panel is still visible, the wrong panel (view) is still visible on-top of the one that is being adjusted. A good way to replicate this is to Open the Phone APP Go to the Keypad Screen Adjust the volume (not the icon on the overlay) While the volume is visible Hit the HOME hard key Before the volume dissapears, adjust the volume with hard keys You will hear and feel the volume adjusting, but the overlay will not update. Change-Id: Ied50ed83b153234cff82c282e3fd76ed671b420b
* | | | | | am 972d12aa: Merge "DO NOT MERGE Revert "Increase line limit for summary ↵Justin Ho2012-03-193-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text"" into ics-mr1 * commit '972d12aa1e6fba69094c0a9270df645b7db74f3a': DO NOT MERGE Revert "Increase line limit for summary text"
| * | | | | | DO NOT MERGE Revert "Increase line limit for summary text"Justin Ho2012-03-173-3/+3
| | | | | | | | | | | | | | | | | | | | | This reverts commit 90e3bcae6771df767c3377ca3bd6c08d99062ca3
* | | | | | | am 90e3bcae: Increase line limit for summary textAmith Yamasani2012-03-163-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '90e3bcae6771df767c3377ca3bd6c08d99062ca3': Increase line limit for summary text
| * | | | | | Increase line limit for summary textAmith Yamasani2012-03-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing this to accomodate some really long warning text in a checkbox widget. Needs 5 lines for English. Probably a lot more for German, etc., so increasing it to 10 lines. Please don't abuse that. 4 lines is still a reasonable max. Change-Id: Ife5858f2165cb2bc046ce606f29d31010d26ecc2
* | | | | | | am eb1d42e4: Merge "docs: Fix a bunch of misc doc issues from external ↵Scott Main2012-03-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracker" into ics-mr1 * commit 'eb1d42e4faa34c2acf76200913920fd5ca46a39e': docs: Fix a bunch of misc doc issues from external tracker
| * | | | | | Merge "docs: Fix a bunch of misc doc issues from external tracker" into ics-mr1Scott Main2012-03-151-1/+1
| |\ \ \ \ \ \
| | * | | | | | docs: Fix a bunch of misc doc issues from external trackerScott Main2012-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I03cae5bdb7b806e81cc6c983a014de212cb80c73
* | | | | | | | am 33ace979: Merge "Remove fade animations from framework drawables." into ↵Dianne Hackborn2012-03-1513-26/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit '33ace979a452301796694ffd64506f082de42f0d': Remove fade animations from framework drawables.
| * | | | | | | Remove fade animations from framework drawables.Dianne Hackborn2012-03-1413-26/+13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic4115ba779e88a405b5d2cd927db99c43def3704
* | | | | | | am 4d7bc655: Doc change: String changes for Android MarketDirk Dougherty2012-03-055-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219': Doc change: String changes for Android Market
| * | | | | | Doc change: String changes for Android MarketDirk Dougherty2012-03-055-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I823812a4fd24021bec906ad856479c92a8d2a759
* | | | | | | am 93dc642e: docs: fix misc bugs from external trackerScott Main2012-03-052-26/+27
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '93dc642eaf48e3db58c4929df26283fbc5fd663f': docs: fix misc bugs from external tracker
| * | | | | | docs: fix misc bugs from external trackerScott Main2012-03-022-26/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2be617be23d0ac50baabac561d510633fa9f162a
* | | | | | | am 0dd9ec14: Merge "Make ResolverActivity update dynamically." into ics-mr1Dianne Hackborn2012-03-021-15/+57
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '0dd9ec144b0da8df9d8900d78c8177e761de458d': Make ResolverActivity update dynamically.
| * | | | | | Merge "Make ResolverActivity update dynamically." into ics-mr1Dianne Hackborn2012-03-021-15/+57
| |\ \ \ \ \ \