summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-devFabrice Di Meglio2012-09-301-2/+1
|\ \ \ | |/ /
| * | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-281-2/+1
| | | | | | | | | | | | | | | | | | - remove onPaddingChanged(int) and fold it into onRtlPropertiesChanged(int) Change-Id: I1d7f02d2b4538c6c991bd4285501bbc73e6aa5c3
* | | Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-281-5/+5
|/ / | | | | | | Change-Id: I89ecf2c3ec4fef09c0495aa68de11576f9cfd872
* | Merge "Fix bug # 7172247 API REVIEW: ↵Fabrice Di Meglio2012-09-281-1/+0
|\ \ | | | | | | | | | android.view.ViewGroup.MarginLayoutParams" into jb-mr1-dev
| * | Fix bug # 7172247 API REVIEW: android.view.ViewGroup.MarginLayoutParamsFabrice Di Meglio2012-09-271-1/+0
| | | | | | | | | | | | | | | | | | - remove isLayoutRtl() from public API Change-Id: If700e3f5f30e3c98403b48dbcdd892535d929e2d
* | | Merge "Other improvements for bug #6427629 Clean up layout direction APIs" ↵Fabrice Di Meglio2012-09-281-1/+0
|\ \ \ | | | | | | | | | | | | into jb-mr1-dev
| * | | Other improvements for bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-271-1/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - hide isLayoutRtl() from public API - canResolveXXX() is now smarter: use recursion to get its returned value - in ViewGroup, if resolution cannot be done then dont ask resolution for its children - in ViewGroup, addViewInner() needs to ask to resolve the child. This is needed for example by ListView which is using the same measurespec before and after its childs being attached. It also take care of the general case where a measure pass is done when not attached to a parent (and thus asking for resolution that will "fail" if we are using IHNERIT) and never done again. That would lead to never do a resolution. - some code refactoring Change-Id: I120dd2fef7397944f5ba8deff0686b108dc827d2
* | | Add wireless display selection support to MediaRouter.Adam Powell2012-09-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds the new route type LIVE_VIDEO * Wireless displays support both LIVE_VIDEO and LIVE_AUDIO, making wireless display routes valid selections in when apps make selecting live audio routes available. * MediaRouter will only report/manipulate wireless displays that have already been paired at the system level. Bug 7177920 Change-Id: Ic221b8687d77b4c0df9801c396b74870e86206e9
* | | Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-7/+8
| |/ |/| | | | | | | | | | | | | Migrate networking, storage, battery, DropBox, and PackageManager related Secure settings to Global table. Bug: 7232014, 7231331, 7231198 Change-Id: I772c2a9586a2f708c9db95622477f235064b8f4d
* | Merge "Fixing AppWidgetService / AppWidgetHost to work in system process" ↵Adam Cohen2012-09-271-0/+1
|\ \ | | | | | | | | | into jb-mr1-dev
| * | Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen2012-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | -> Fixes issue 7208464 -> Fixed issue with partial update as well, should address issue 7214731 Change-Id: Ib8d9d5bee68b4fa7d6b4fbbc2f6609c287689958
* | | Merge "First step towards cleaning up Global settings." into jb-mr1-devJeff Sharkey2012-09-261-1/+1
|\ \ \ | |_|/ |/| |
| * | First step towards cleaning up Global settings.Jeff Sharkey2012-09-261-1/+1
| |/ | | | | | | | | | | | | Remove all @Deprecated @hide settings, and clean up any stragglers. Bug: 7232125 Change-Id: Ibf67093c728d4a28565129b923edb1701d3b2789
* | Merge "Fix for bug: #7173350. elapsedRealtimeNano() -> ↵Philip Milne2012-09-261-3/+3
|\ \ | | | | | | | | | elapsedRealtimeNanos()" into jb-mr1-dev
| * | Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()Philip Milne2012-09-261-3/+3
| | | | | | | | | | | | Change-Id: Ie38952bbaace080e81e41e61350cda172951d548
* | | Merge "Reverting public setSoWriteTimeout" into jb-mr1-devBrian Carlstrom2012-09-261-2/+0
|\ \ \ | |_|/ |/| |
| * | Reverting public setSoWriteTimeoutBrian Carlstrom2012-09-261-2/+0
| |/ | | | | | | | | | | | | | | This reverts fd901f735c858af8ec8884b2e7ab71a46a9639e6 and 5e21bf934b2a71b595deb9856a2044eea4dbce86 Bug: 7237764 Bug: 6693087 Change-Id: I7cc9657e4df219481eb33de803081a01b13ee0f2
* | Dream metadata now specified using an xml-resource.John Spurlock2012-09-261-2/+1
|/ | | | | | | | | | Removed old metadata key for dream settings activity, now defined in attrs.xml. Also took this opportunity to remove Dream#lightsOut. Bug:7172816 Bug:7211867 Change-Id: Ied18a527d2dc2aacc19d7a9543f090653232f0ed
* Merge changes I332f020f,I632648ac into jb-mr1-devJeff Brown2012-09-251-1/+1
|\ | | | | | | | | | | * changes: Update references to migrated global settings. Handle user switched for settings changes.
| * Update references to migrated global settings.Jeff Brown2012-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | Fixed one setting that was migrated but not marked deprecated. Removed a hidden setting that is no longer used by the new power manager service. Bug: 7231172 Change-Id: I332f020f876a18d519a1a20598a172f1c98036f7
* | Merge "Adding a global accessibility action to open quick settings." into ↵Svetoslav Ganov2012-09-251-0/+1
|\ \ | | | | | | | | | jb-mr1-dev
| * | Adding a global accessibility action to open quick settings.Svetoslav Ganov2012-09-251-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added APIs for opening the quick settings to the StatusBarManagerService and the local StatausBarManager. The new APIs are protected by the old EXPAND_STATUS_BAR permission. Renamed the expand* and collapse* non-public APIs that are expanding the notifications to expandNotifications* collapseNotifications* to better convey what they do given that this change adds expandQuickSettings* and collapseQuickSettings*. Added a global action to the accessibility layer to expand the quick settings which is calling into the new status bar manager APIs. bug:7030487 Change-Id: Ic7b46e1a132f1c0d71355f18e7c5a9a2424171c3
* | Add a static generator that takes a Socket Write Timeout ArgumanetAlon Albert2012-09-251-0/+1
|/ | | | | | | Use it from AndroidHttpClient Bug: 6693087 Change-Id: I08648e441a6431d0944caaec0db516a26671f2a5
* Unhide SSLCertificateSocketFactory.setSoWriteTimeoutBrian Carlstrom2012-09-251-0/+1
| | | | | Bug: 6693087 Change-Id: I585c2a61226da58077fd7cd7826695ce17380248
* Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-1/+0
|\ | | | | | | Change-Id: I4696f4336d79ca199f2358bfb3ed5fc7e6c51732
| * Hiding a method for JB-MR1Kristian Monsen2012-09-241-1/+0
| | | | | | | | | | | | | | | | This one got left out in the last round of method hiding. This got lost in the last round of method hiding. Change-Id: I3c6aa234dd29933cb32d0cd91830d47289e7e639
* | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-0/+1
|\ \ | | | | | | | | | Change-Id: Ie68309c7525b59f12b7bd22beb06ab5e5e4f05f5
| * | Adding support for new 'uid2445' column in Calendar's Events table.Sara Ting2012-09-241-0/+1
| | | | | | | | | | | | | | | Bug:7029852 Change-Id: I4fdf86ba44f5c7bdcc55e8c2bdf664dddbe671f5
* | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-3/+3
|\ \ \ | | | | | | | | | | | | Change-Id: I1baab28b12364213673ed7992207ad198491f286
| * | | Fix issue #7215984: java.lang.RuntimeException: Unable to create...Dianne Hackborn2012-09-241-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...service com.android.systemui.SystemUIService: java.lang.NullPointerException - Don't acquire the activity manager lock in handleIncomingUser(), there is really no need to do so. - Rework the settings provider client side cache code to not hold locks while calling into the provider. I also changed the way the settings provider uses system properties so that there is one property for all users. We can't do one per user, since the system property name space is limited with a fixed size. And we don't really need to do that; the worse that happens by combining all users is that if one running user changes one of its settings, all other running users will think they need to reload settings when they go to fetch them next. Change-Id: I13b90b832310d117eb6d721aacd122cfba7d749a
* | | Add NfcBarcode technology API.Martijn Coenen2012-09-251-0/+8
|/ / | | | | | | | | | | | | Supporting only Kovio barcode technology for now. Bug: 7222958 Change-Id: I63976da2db16b0a5d9ec746f1a0e83833e74e5a9
* | Merge "Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> ↵Philip Milne2012-09-241-1/+1
|\ \ | | | | | | | | | elapsedRealtimeNanos()"" into jb-mr1-dev
| * | Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()"Philip Milne2012-09-241-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 2f6d8829524dfca3a77e9a57c3b9c3862209877d Change-Id: Id5af767a09fc319127c4ebef837c5b7a7f75cb01
* | | Merge "Fix issue #6926562: Ensure all multi-user cache files are managed ↵Dianne Hackborn2012-09-241-2/+2
|\ \ \ | | | | | | | | | | | | correctly" into jb-mr1-dev
| * | | Fix issue #6926562: Ensure all multi-user cache files are managed correctlyDianne Hackborn2012-09-241-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Now we correctly iterate through the different user cache dirs. Also update documentation to describe the new cache pruning behavior, and deprecate the file modes for making files world readable/writable which we really don't want people using any more. Change-Id: I3708df3ddc697b1f5c511143cce7cc40a5a3d0bd
* | | Merge "Fix for bug: #7173350. elapsedRealtimeNano() -> ↵Philip Milne2012-09-241-1/+1
|\ \ \ | | |/ | |/| | | | elapsedRealtimeNanos()" into jb-mr1-dev
| * | Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()Philip Milne2012-09-211-1/+1
| | | | | | | | | | | | Change-Id: I71c24ea10093ece07a0780e97bc641ff548c1a44
* | | Merge "Add columns to CalendarContract" into jb-mr1-devAlon Albert2012-09-241-0/+2
|\ \ \ | |_|/ |/| |
| * | Add columns to CalendarContractAlon Albert2012-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isPrimary to Calendars /** * Is this the primary calendar for this account. If this column is not explicitly set, the * provider will return 1 if {@link Calendars#ACCOUNT_NAME} is equal to * {@link Calendars#OWNER_ACCOUNT}. */ isOrganizer to Events /** * Are we the organizer of this event. If this column is not explicitly set, the provider * will return 1 if {@link #ORGANIZER} is equal to {@link Calendars#OWNER_ACCOUNT}. * Column name. * <P>Type: STRING</P> */ Bug: 6888477 Change-Id: Ibc2b3903bc4a18fc1f0d52c1f8c897e2bac0c0d4
* | | Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-devFabrice Di Meglio2012-09-231-1/+0
|\ \ \
| * | | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - rename getResolvedTextAlignment() to getTextAlignment() Change-Id: I6a2b6c9ec4f5cea1adde46e35d5f3c49880791ee
* | | | Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-devFabrice Di Meglio2012-09-231-1/+0
|\ \ \ \ | |/ / /
| * | | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - rename getResolvedTextDirection() to getTextDirection() Change-Id: Id2a6025daf5521dcd676e454fc6bb9955fdccf2d
* | | | Merge "Refactor Cell Location public API." into jb-mr1-devWink Saville2012-09-231-21/+20
|\ \ \ \
| * | | | Refactor Cell Location public API.Wink Saville2012-09-211-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7189651 Change-Id: I173412095a5f7ae6116ee65b5315782f1c0c7688
* | | | | Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-devFabrice Di Meglio2012-09-231-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename getResolvedLayoutDirection() to getLayoutDirection() Change-Id: I3afe56c0db0751952f5056c23893cb7455531d29
* | | | | Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-devFabrice Di Meglio2012-09-232-21/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-232-21/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - canResolveXxx() should be hidden - resetResolvedXxx() should be hidden - resolveDrawables(), resolveLayoutDirection(), resolvePadding(), resolveTextAlignment(), resolveTextDirection() should be hidden - onResolvedXxx() should be merged into one callback - fix also an issue with setting the layout direction of the drawable in ImageView - fix also an issue with checking if TextAlignment can be resolved Change-Id: I1402269ddf8632525f5550f80e5610e1a7b4034d
* | | | Merge "Fix issue #7209355, #7214271." into jb-mr1-devDianne Hackborn2012-09-231-0/+1
|\ \ \ \