summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Would you like a dessert?" into klp-devDaniel Sandler2013-09-2723-7/+560
|\
| * Would you like a dessert?Daniel Sandler2013-09-2623-7/+560
| | | | | | | | | | | | | | | | | | Feel free to browse our lovely dessert case. You're sure to find something to your liking; we have many familiar favorites, as well as some rather rare and exotic pastries. Bug: 10240151 Change-Id: I0f423e5993c049409d89b6be304f57a86974f15a
* | Merge "Make directories always enabled, for realz." into klp-devJeff Sharkey2013-09-271-5/+5
|\ \
| * | Make directories always enabled, for realz.Jeff Sharkey2013-09-261-5/+5
| | | | | | | | | | | | | | | Bug: 10946731 Change-Id: I3eb132c53e47f31d1d1723ed2262823b54b1fce0
* | | Printers in the list of printers change position.Svetoslav2013-09-263-6/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The printers in the printers list of settings change position if they are updated. The settings app is using hidden platform APIs the this change fixes. 2. Enable ProGuard for the PrintSpooler. 3. Added icons on the list of printers so the user knows which print service used the printer. Now the user can know when he is using cloud print and maybe incurring data costs vs local printer discovered by a vendor plug in. bug:10955751 Change-Id: I292f48b424cb561218fdb424d0388f4d786d8339
* | | Merge "Update navbar camera icon and widget background assets in keyguard." ↵Jim Miller2013-09-268-0/+0
|\ \ \ | | | | | | | | | | | | into klp-dev
| * | | Update navbar camera icon and widget background assets in keyguard.Jim Miller2013-09-258-0/+0
| | | | | | | | | | | | | | | | Change-Id: Ia3c2bcaa67b6f901c823bebf2cb54e592d6eecb3
* | | | Choosing default paper size for the "Save to PDF" fake printerSvetoslav Ganov2013-09-261-2/+32
| | | | | | | | | | | | | | | | Change-Id: I1e2eb73fd1eb3b1e9812155b69b94cba261243c2
* | | | Merge "Tighten flags enforcement, API to test Uris." into klp-devJeff Sharkey2013-09-261-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Tighten flags enforcement, API to test Uris.Jeff Sharkey2013-09-261-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check and throw if callers request invalid grant flags. Add API to test if a Uri is backend by a DocumentsProvider. Bug: 10919391, 10935608 Change-Id: Ifa6afefb95983558c8c64dc15ddf650e9fe07080
* | | | Merge "New battery meter view bolt shape + color." into klp-devJohn Spurlock2013-09-2636-22/+38
|\ \ \ \
| * | | | New battery meter view bolt shape + color.John Spurlock2013-09-2536-22/+38
| | | | | | | | | | | | | | | | | | | | | | | | | Bug:10785785 Change-Id: Ia122bcaec1137ba45648ab3c97d8ec832fd26c85
* | | | | Merge "Add RTL versions of wimax status bar icons." into klp-devJohn Spurlock2013-09-2640-0/+0
|\ \ \ \ \
| * | | | | Add RTL versions of wimax status bar icons.John Spurlock2013-09-2640-0/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | Bug:7968781 Change-Id: I9f03d92f7682416ad4b99ecfb18317842b85163d
* | | | | Merge "Adding hidden APIs for observing the print jobs state." into klp-devSvetoslav Ganov2013-09-266-47/+102
|\ \ \ \ \
| * | | | | Adding hidden APIs for observing the print jobs state.Svetoslav Ganov2013-09-256-47/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for implementing the print job settigns UI. bug:10935736 Change-Id: I63b42cbf4ce6a259fa1af47fa368b148ca5621c1
* | | | | | Merge "Disallow range selection if the document has unknown page count." ↵Svetoslav Ganov2013-09-261-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into klp-dev
| * | | | | | Disallow range selection if the document has unknown page count.Svetoslav Ganov2013-09-251-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:10741878 Change-Id: Ibf2272125e81f14ede3fdfec86aee10b908ade01
* | | | | | | Merge "Missed signal in FusedPrintersLoader." into klp-devSvetoslav Ganov2013-09-261-21/+40
|\ \ \ \ \ \ \
| * | | | | | | Missed signal in FusedPrintersLoader.Svetoslav Ganov2013-09-261-21/+40
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. In the FusedPrintersLoader we start observing the printers on the device and if they change we send the result. If however, the printers are already loaded in our session (because it joined an ongoing printer discovery) and the pritners do not change, the loader never sends its result. Now we are registring the callback only after historical printers are loaded. We also immediately check after starting discovery whether the there are printers in the discovery session and if so deliver them. 2. Improved logging in the FusedPrintersLoader. bug:10940712 Change-Id: Ieb9b897d64780742125b29309462dea3eda170a6
* | | | | | | Merge "Page range validation edge case handling." into klp-devSvetoslav Ganov2013-09-261-6/+14
|\ \ \ \ \ \ \
| * | | | | | | Page range validation edge case handling.Svetoslav Ganov2013-09-261-6/+14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The regular expression for validating range input was missing a coupe of edge cases. bug:10906805 Change-Id: Ie793588ecb6697aff3d8d85124a8faeda58c69e5
* | | | | | | Merge "Directories are always enabled; update assets." into klp-devJeff Sharkey2013-09-2610-25/+30
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Directories are always enabled; update assets.Jeff Sharkey2013-09-2610-25/+30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where item enabled state depended on FLAG_SUPPORTS_WRITE; directories are now always enabled. Also unifies enabled testing. Bug: 10903210, 10946731 Change-Id: I241533d273dfe4a2146bb322a8bd93066bf4ef55
* | | | | | Merge "Add QuickSettings all-caps override for certain locales. (Bug ↵Winson Chung2013-09-263-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 10518893)" into klp-dev
| * | | | | | Add QuickSettings all-caps override for certain locales. (Bug 10518893)Winson Chung2013-09-243-0/+30
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: Ic7a00a4f044016f6360ddabd56c44881d7b7f69a
* | | | | | Merge "Updated quick settings assets." into klp-devDaniel Sandler2013-09-2612-0/+0
|\ \ \ \ \ \
| * | | | | | Updated quick settings assets.Daniel Sandler2013-09-2512-0/+0
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 10825585 Change-Id: Idc312960fa4b6fcb350c256fee3a503c0c40e6f3
* | | | | | De-blue the add lock screen widget pressed stateMindy Pereira2013-09-253-0/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | Change-Id: Ie823a20be0a6f78e11cfdc2b2458351957aaec70
* | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-263-6/+3
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-253-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8d908dee86b15624d846ab335337b88b371ed5d5 Auto-generated-cl: translation import
* | | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-2632-233/+129
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-2532-233/+129
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4842b7afb76ee393c19a39d0818f3f2066616803 Auto-generated-cl: translation import
* | | | | | Fix keyguard widget pager accessibilityJim Miller2013-09-253-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - announce when widget hovers over drop target - announce when widget leaves drop target Fixes bug 10151121 Change-Id: Ia36400f4e8651149590e004b82f66d43c9deaa08
* | | | | | Merge "Replace blue pressed feedback with gray." into klp-devRob Tsuk2013-09-264-0/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Replace blue pressed feedback with gray.Rob Tsuk2013-09-254-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I72070411fedd2883417310197ee86e0ad958a899
* | | | | | Merge "Require that persistable Uri permissions be taken." into klp-devJeff Sharkey2013-09-252-1/+5
|\ \ \ \ \ \
| * | | | | | Require that persistable Uri permissions be taken.Jeff Sharkey2013-09-252-1/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change our Intent flag to indicate that a Uri permission grant is persistable, but don't actually persist it until explicitly taken by the receiving app. This prevents apps from spamming each other if persisted permissions aren't really required. Remember the last time a persisted grant was taken by an app, and use this to prune away the oldest grants when the number of grants grows too large. Allow apps to query persisted grants they are holding, and allow them to release previously persisted grants. Add public UriPermission class to return grant details and timestamp. Track various permission strengths separately, and combine together after each mutation pass. Persistable grants are currently treated like global grants, but they could be moved to have owners in the future. Require that grant holders trying to extend a persistable permission actually hold a persistable permission themselves. Bug: 10835779 Change-Id: I95b2f797c04ce7fd2612f9a644685dbd44e03759
* | | | | | Merge "Accessibility improvements in keyguard - add accessibility ↵Jim Miller2013-09-2512-13/+127
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | descriptions to camera and search light - add new onClick handler to simplify launching search and camera - plumb camera launch through KeyguardService interface" into klp-dev
| * | | | | Accessibility improvements in keyguardJim Miller2013-09-2512-13/+127
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add accessibility descriptions to camera and search light - add new onClick handler to simplify launching search and camera - plumb camera launch through KeyguardService interface Fixes bug 10914360 Change-Id: Ic85eda9afadba7381be78b477180f7204030cd17
* | | | | Merge "Fit and finish for navbar camera affordance" into klp-devJim Miller2013-09-252-4/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fit and finish for navbar camera affordanceJim Miller2013-09-242-4/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix potential event dispatch bug where camera events weren't always propagated - fix DelegateViewHelper to always propagate events, even when disabled Bug 10332383 Change-Id: Ie082d3074fc6497ee3633dcc0a51a6b08bcf0037
* | | | Merge "Fix accessibility for all-caps items in keyguard" into klp-devJim Miller2013-09-257-20/+15
|\ \ \ \
| * | | | Fix accessibility for all-caps items in keyguardJim Miller2013-09-247-20/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where TTS on all-caps items doesn't work for Buttons. The fix is to use translation (ala. TextView.setAllCaps()), which just affects rendering and not the original text string. Fix bug 10912259 Change-Id: Id8cba927819c979fe699353219d45f8b0f9f5aac
* | | | Handle null stacks gracefully.Jeff Sharkey2013-09-253-3/+5
| |/ / |/| | | | | | | | | | | Bug: 10928395 Change-Id: Ie7c3f7e0eb068ece0cf678a5d6346f18a413856b
* | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-2520-38/+20
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-09-2520-38/+20
| | |/ | |/| | | | | | | | | | Change-Id: Id86ce8166f481fa6a360ebb479f2e420ead1ee15 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-251-2/+2
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-09-251-2/+2
| |/ / | | | | | | | | | | | | Change-Id: Iea99a461037b5ef6dc3cd573b594b483692222ef Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-2555-0/+81
|\ \ \