summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* am 0a1988b6: Merge "Make wallpaper cropper more robust " into klp-devMichael Jurka2013-10-303-87/+240
|\ | | | | | | | | * commit '0a1988b6477f012768f53f7e216b7defa45c8e51': Make wallpaper cropper more robust
| * Make wallpaper cropper more robust Michael Jurka2013-10-303-87/+240
| | | | | | | | | | | | | | | | | | - don't crash if image passed to wallpaper picker is invalid - close input streams correctly Bug: 11413915 Bug: 11380658 Bug: 11362731
* | am ae47d826: Merge "Add an intermediate dimens resource for 540dp device." ↵Jim Miller2013-10-291-0/+24
|\ \ | |/ | | | | | | | | | | into klp-dev * commit 'ae47d826d883657a4332f549c165ae85124bd1cf': Add an intermediate dimens resource for 540dp device.
| * Add an intermediate dimens resource for 540dp device.Jim Miller2013-10-291-0/+24
| | | | | | | | | | | | | | | | | | | | | | A 540dp device causes keyguard to select SlidingChallengeLayout and a height of 400dp which isn't enough space for the security area. This fix adds an intermediate value to grow the security area slightly. Fixes bug 11344424 Change-Id: I35c979f619c593b604e4bf45afd3e591329229e4
* | am 927d854f: Merge "Optimize sysui ui queue during keyguard unlock." into ↵John Spurlock2013-10-291-0/+5
|\ \ | |/ | | | | | | | | | | klp-dev * commit '927d854ff4dc66edd22c109400233eb2d76dfce6': Optimize sysui ui queue during keyguard unlock.
| * Merge "Optimize sysui ui queue during keyguard unlock." into klp-devJohn Spurlock2013-10-291-0/+5
| |\
| | * Optimize sysui ui queue during keyguard unlock.John Spurlock2013-10-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Target the two biggest offenders: - Coalesce keyguard setHidden(false) calls during unlock. - Make sysui->WM call async. Found during investigation into b/11221659. Bug: 11221659 Change-Id: Icab48376bc356a933e0f9940bc2f924e2e77ab22
* | | am 7fbba162: Merge "Suppress OperationCanceledException logging." into klp-devJeff Sharkey2013-10-291-1/+4
|\ \ \ | |/ / | | | | | | | | | * commit '7fbba1622a975782fddb9a7c5d9dd733dd4e425d': Suppress OperationCanceledException logging.
| * | Merge "Suppress OperationCanceledException logging." into klp-devJeff Sharkey2013-10-291-1/+4
| |\ \
| | * | Suppress OperationCanceledException logging.Jeff Sharkey2013-10-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These exceptions are normal when an app has cancelled an outstanding thumbnail request. Bug: 11385378 Change-Id: I8aed5721b447cda5baf447ac7afd627aa1062863
* | | | am 1b5bd6b6: Merge "Update QS settings icon, remove unused location icon." ↵John Spurlock2013-10-298-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '1b5bd6b68af0f26dc0f42e442a9ffa8e1f30e3e5': Update QS settings icon, remove unused location icon.
| * | | Merge "Update QS settings icon, remove unused location icon." into klp-devJohn Spurlock2013-10-298-0/+0
| |\ \ \
| | * | | Update QS settings icon, remove unused location icon.John Spurlock2013-10-288-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug:11412369 Change-Id: Icdd34a1cffe438e5e9d3ffe268578abb57200525
* | | | | am 19949b9d: Merge "Guard against missing document columns." into klp-devJeff Sharkey2013-10-293-11/+16
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '19949b9d3de584b283fa9d1ef2489d3e97a3b41a': Guard against missing document columns.
| * | | | Merge "Guard against missing document columns." into klp-devJeff Sharkey2013-10-293-11/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Guard against missing document columns.Jeff Sharkey2013-10-293-11/+16
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | When filtering and sorting, guard against missing columns to avoid crashing entire app. Bug: 11377065 Change-Id: I04f035c918d743bcc84592f05e3ef9ad0ebfadce
* | | | am 64742f84: Merge "show duration instead of remaining time." into klp-devChris Wren2013-10-291-8/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '64742f8469ce270b6ecf437a624b69dde7a5a056': show duration instead of remaining time.
| * | | show duration instead of remaining time.Chris Wren2013-10-291-8/+8
| | | | | | | | | | | | | | | | | | | | Bug: 11351406 Change-Id: I1238408c439f9cd12382d9a0889321bbb75618d3
* | | | am 5ab93d87: Merge "reduce garbage generation in ↵Chris Wren2013-10-291-8/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | KeyguardTransportControlView." into klp-dev * commit '5ab93d873f95256fdcddb8a78fa3c4a6697ec01a': reduce garbage generation in KeyguardTransportControlView.
| * | | reduce garbage generation in KeyguardTransportControlView.Chris Wren2013-10-291-8/+15
| |/ / | | | | | | | | | | | | Bug: 11243508 Change-Id: I8315c27faf935d2465b3ce9e958e6edee00a4d4d
* | | am 2b5297a4: Merge "Load wallpaper images on a bg thread" into klp-devMichael Jurka2013-10-292-60/+222
|\ \ \ | |/ / | | | | | | | | | * commit '2b5297a40024e9cf136919d3ea0e88cb4ccfa27c': Load wallpaper images on a bg thread
| * | Merge "Load wallpaper images on a bg thread" into klp-devMichael Jurka2013-10-292-60/+222
| |\ \
| | * | Load wallpaper images on a bg threadMichael Jurka2013-10-282-60/+222
| | |/ | | | | | | | | | Bug: 11134758
* | | am 714ba345: Merge "Complete implementation of the advanced print options." ↵Svetoslav2013-10-288-76/+406
|\ \ \ | |/ / | | | | | | | | | | | | | | | into klp-dev * commit '714ba34556572d36b1f9f8d9b860c4da24da6361': Complete implementation of the advanced print options.
| * | Merge "Complete implementation of the advanced print options." into klp-devSvetoslav2013-10-288-76/+406
| |\ \
| | * | Complete implementation of the advanced print options.Svetoslav2013-10-288-76/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Implemented the advanced printer options integration. Now a print service may declare an advanced print options activity which may be launched by the user if the current printer supports advanced print options. These options are visible only to the print service that added them and it is the only party that will interpret the options. 2. Fixed a couple of bugs in the saved print jobs parsing. One was that if there are more than one page range, a half of the print job properties was not properly parsed. The other was that the media size constructor was using incorrect argument order, thus creating a media size with wring width. 3. Fixed and edge case where old print jobs and their docs can get stuck in the spooler. If the app did not write the requested pages we were not showing an error message, rather just finish the activity without canceling the print job and this print job is stuck in the spooler. Now we show an error message and the user may retry, cancel. If the user cancels the print job is also cancelled, thus no leftover in the spooler. 4. Fixed the background color of the print dialog to meet UX spec. bug:11241800 Change-Id: I352440bc86aec824a805883fc9579d96a06d11e6
| * | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-2855-110/+55
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2013-10-2855-110/+55
| | | |/ | | |/| | | | | | | | | | | | | Change-Id: I1ef363e676ff75e85aece9789cdb7c86b55281d3 Auto-generated-cl: translation import
| * | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-2857-229/+1001
| |\ \ \ | | |_|/ | |/| |
| | * | Import translations. DO NOT MERGEBaligh Uddin2013-10-2857-229/+1001
| | |/ | | | | | | | | | | | | Change-Id: I74c7510762c6c2591784ea2997695449f8aa2e53 Auto-generated-cl: translation import
* | | am 10e509dc: Merge "Use inotify to update DocumentsUI." into klp-devJeff Sharkey2013-10-282-5/+93
|\ \ \ | |/ / | | | | | | | | | * commit '10e509dcc20da34b79bc4616cc795a3720ddad49': Use inotify to update DocumentsUI.
| * | Use inotify to update DocumentsUI.Jeff Sharkey2013-10-252-5/+93
| |/ | | | | | | | | | | | | | | | | | | | | | | | | While user is actively looking at a directory, subscribe to inotify events and notify of content changes to trigger requeries. Reference count the observers, since multiple cursors are regularly open during requeries. Fix leaking cursors on activity rotation; crazy loader ID generation is no longer needed. Bug: 10999396 Change-Id: Iddeb08a056fee80c93df8499874705bcd213a1e2
* | am 80f103ae: Merge "Extra to always show advanced devices." into klp-devJeff Sharkey2013-10-253-4/+10
|\ \ | |/ | | | | | | * commit '80f103ae12c4eb90fc2e06a6921dde2f092a181b': Extra to always show advanced devices.
| * Extra to always show advanced devices.Jeff Sharkey2013-10-253-4/+10
| | | | | | | | | | | | | | | | Also always lower-case extension to extract MIME type correctly, we may want to fix in MimeUtils at some point. Bug: 11354402 Change-Id: I77d0c06a663cd0c4320c41553ff1980b6f9a7778
* | am 2a40da55: Merge "Update the documentaton of the android.print package." ↵Svetoslav Ganov2013-10-251-1/+1
|\ \ | |/ | | | | | | | | | | into klp-dev * commit '2a40da558b267b91ed0b0c9090656bdc02db2833': Update the documentaton of the android.print package.
| * Merge "Update the documentaton of the android.print package." into klp-devSvetoslav Ganov2013-10-251-1/+1
| |\
| | * Update the documentaton of the android.print package.Svetoslav Ganov2013-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:10551786 bug:10551697 bug:10705082 bug:10741641 bug:11318976 bug:10550979 bug:10551761 Change-Id: I46ceb66a69b6d32d6b417356178f67f2e25e891a
* | | am 4a7f3ada: Merge "Optimize system bar background drawable." into klp-devJohn Spurlock2013-10-252-81/+141
|\ \ \ | |/ / | | | | | | | | | * commit '4a7f3adaf08e65eceaad0e69f8edcdbcb897011a': Optimize system bar background drawable.
| * | Merge "Optimize system bar background drawable." into klp-devJohn Spurlock2013-10-252-81/+141
| |\ \
| | * | Optimize system bar background drawable.John Spurlock2013-10-222-81/+141
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Out with TransitionDrawable. The new background drawable knows about all possible background styles, and optimizes the transitions between them - including picking up from the current state, force finishing on screen off, and using SystemClock.elapsedRealtime() for timing. Bug:11254317 Change-Id: Ice83dc966f6674ef97f7008f2a1b62d67ec59e7d
* | | am f3b5b37b: Merge "Reset our status bar window fade color on screen off." ↵John Spurlock2013-10-251-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | into klp-dev * commit 'f3b5b37b14c49cfe9a74abd25afa5e071ec55b51': Reset our status bar window fade color on screen off.
| * | Merge "Reset our status bar window fade color on screen off." into klp-devJohn Spurlock2013-10-251-0/+3
| |\ \
| | * | Reset our status bar window fade color on screen off.John Spurlock2013-10-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, turning the screen off with the panel expanded would run one time through panelExpansionChanged, leaving the background in an intermediate state. This has probably been around for a while, only uncovered now that we can see it (if the status bar is translucent). Bug:11357145 Change-Id: I55b768696c8791f82265a61d2c0f665503ad8bb0
* | | | am 5357f8fd: Merge "Remove \'?\' icon in layout for "Forgot pattern" button" ↵Jim Miller2013-10-2510-24/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '5357f8fd24bc578a1a584cac9c1943227816ea05': Remove '?' icon in layout for "Forgot pattern" button
| * | | Merge "Remove '?' icon in layout for "Forgot pattern" button" into klp-devJim Miller2013-10-2510-24/+8
| |\ \ \
| | * | | Remove '?' icon in layout for "Forgot pattern" buttonJim Miller2013-10-2210-24/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 11234297 Change-Id: I5fbb54997b7a2bcf29b3a98b10a2ba4e908283ef
* | | | | am 604cfc2d: Merge "Enhance pin/puk support" into klp-devWink Saville2013-10-253-30/+170
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '604cfc2de963c17ed53fef745b93e3afcfd5a5f8': Enhance pin/puk support
| * | | | Merge "Enhance pin/puk support" into klp-devWink Saville2013-10-253-30/+170
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Enhance pin/puk supportWink Saville2013-10-233-30/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add supplyPinReportResult & supplyPukReportResult that returns the result code and attempts remaining. Display "Attempts remaining" in Keyguard Bug: 9928717 Change-Id: Ibad0635dd1375fabce11ba2b7b9f95f8868489e6
* | | | | am be416248: Merge "Remove persisted stacks when app removed/cleared." into ↵Jeff Sharkey2013-10-243-1/+186
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit 'be416248631c001b846297597b25be9bccc960eb': Remove persisted stacks when app removed/cleared.