summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "More UX updates around picking images." into klp-devJeff Sharkey2013-09-139-42/+109
|\
| * More UX updates around picking images.Jeff Sharkey2013-09-139-42/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When picking images or videos, hide the titles in recents, since the thumbnails should speak for themselves. Also respect new flag that allows a directory to request their titles be hidden. Show directory icon hint in grid mode when showing a thumbnail, to remind user it's a directory. Filter directories out of recents. Hide most action bar icons on phones, even when room. Only show drawer on first launch. Hide most drawer headers to match spec. Bug: 10710331 Change-Id: I0ef1973ddd62750f57345336388366eda1449720
* | Merge "When launching home activity, make sure it is top." into klp-devCraig Mautner2013-09-131-1/+0
|\ \
| * | When launching home activity, make sure it is top.Craig Mautner2013-09-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because recents sits on the same stack as launcher it can sometimes be above launcher. When we were launching home activity because the flag told us to we would sometimes launch recents instead. This fix makes sure that the home activity is on the top when it is supposed to be launched next. Previously this was fixed by having recents move itself to the back of the stack after it launched an activity (b/9750207 and ag/336019). But that solution caused the AppTransition to be set to TRANSIT_TASK_TO_BACK which left the SOFT_INPUT_IS_FORWARD_NAVIGATION flag unset. This in turn caused IMEs to remain unlaunched when returning from recents (b/10240567). Fixes bug 10240567. Change-Id: I35c6619af0e68d0e6d9ab87cad06ea7c27e11e27
* | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-1318-20/+319
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-09-1318-20/+319
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic199dafb31a9f2245f771d8a39c39c152338cf71 Auto-generated-cl: translation import
* | | | Merge "Guarantee that PAC Local Proxy owns Port" into klp-devJason Monk2013-09-134-12/+109
|\ \ \ \
| * | | | Guarantee that PAC Local Proxy owns PortJason Monk2013-09-134-12/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the PAC support to not broadcast the Proxy information until the Local Proxy has started up and successfully bound to a port so that the local proxy information can be guaranteed to be owned by the proxy. Bug: 10459877 Change-Id: I175cd3388c758c55e341115e4a8241884b90d633
* | | | | Merge "Move search to roots; Documents root; hide empty." into klp-devJeff Sharkey2013-09-138-25/+73
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Move search to roots; Documents root; hide empty.Jeff Sharkey2013-09-138-25/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documents searches now happen root-wide, instead of only under a subdirectory. Updates abstract class and flags to match. Add flag for a root to indicate it's empty, and hide empty roots in UI unless creating. Define "Documents" public directory and storage backend to contain files. Bug: 10712057, 10710865, 10710758 Change-Id: I8716367568969f9cb1d83927b2bf5a7013809350
* | | | Merge "SystemUI status bar/quick settings updates." into klp-devJohn Spurlock2013-09-13268-98/+125
|\ \ \ \ | |/ / / |/| | |
| * | | SystemUI status bar/quick settings updates.John Spurlock2013-09-13268-98/+125
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status bar: - Update remaining mute/speakerphone icons. - Remove orange versions of wifi/signal icons. - Use only full versions of data type overlays. - Remove obsolete light versions of data type overlays. - Low battery color back to red. Quick settings: - Update to indicate problem (orange) status. - Update to new battery style. And a few remaining xx assets. Bug:10680149 Bug:10502089 Bug:10729729 Bug:10316062 Change-Id: Iccd936d90271e4ec5c48e688917225136e7d45aa
* | | Merge "Remove unneeded print APIs and update the min margins APIs." into klp-devSvetoslav2013-09-133-33/+30
|\ \ \
| * | | Remove unneeded print APIs and update the min margins APIs.Svetoslav2013-09-123-33/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Removed unneeded code in Resolution that was storing its label as resource and package name. We do not have predefined resolutions, therefore we always persist the label. 2. Renamed the print attribute margins to minMargins to reflect that these are the minimal margins the printer support. Updated the docs as well. 3. Renamed the create method of all builder to build. bug:10727487 Change-Id: Ie72ab8aaa5215b8bd2853885011b3b4efa4deb2e
* | | | Merge "DocumentsUI tablet support." into klp-devJeff Sharkey2013-09-1315-91/+449
|\ \ \ \ | |/ / / |/| | |
| * | | DocumentsUI tablet support.Jeff Sharkey2013-09-1215-91/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shows as a faux dialog on larger tablets, since the normal dialog themes from framework don't support action bars. Instead, this hacks itself to look like a dialog with an InsetDrawable. Detects touches in dim area to dismiss dialog. Show all action bar icons on tablets, and roots panel is always visible with a different shadow. Show settings in dialog. Allow mode switches in recents. Bug: 10329832 Change-Id: Id02982ce7b0d4694962d32f8d5286fdfcc207208
* | | | Not change the print options on printer change if possible.Svetoslav2013-09-121-115/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user selects some print options from the dialog and then changes the printer to one that has the same capabilities the selections in the UI should not change. bug:10631856 Change-Id: Ia76ce58c446815e3498d2f4b4739dee62d11d96a
* | | | Merge "Handle print serivce crashes." into klp-devSvetoslav2013-09-123-22/+7
|\ \ \ \
| * | | | Handle print serivce crashes.Svetoslav2013-09-123-22/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Now after a print service crashes we are bringing it to the same state of its lifecycle. For example, if a service does a discovery and crashes we recreate the discovery session call the start discovery method and so on. 2. Turned off debugging logs since we have fully fledged state dump. bug:10697779 Change-Id: Id790537461428e96b197eef12258996bda2bd1ce
* | | | Merge "Don't restore EAP-TLS networks from backup" into klp-devVinit Deshapnde2013-09-121-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Don't restore EAP-TLS networks from backupVinit Deshapnde2013-09-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since they need certificates that are not backed up/restored; restoring them is not that useful. Bug: 6544151 Change-Id: Ida1a98dc4f01ec1883ce7f76e52f87a27cc814cc
* | | | Merge "Status bar interaction veto revoked on ups/cancels." into klp-devJohn Spurlock2013-09-121-1/+8
|\ \ \ \
| * | | | Status bar interaction veto revoked on ups/cancels.John Spurlock2013-09-121-1/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we get an ACTION_UP or ACTION_CANCEL and the shade is not expanded, treat this as a signal of !interacting, revoking the interaction veto. Bug:10711758 Change-Id: Ia69ff24880193fa8d99ece79053eeb95dfa9ba71
* | | | Merge "Handle pipe thumbnails, acquire unstable refs." into klp-devJeff Sharkey2013-09-121-14/+66
|\ \ \ \
| * | | | Handle pipe thumbnails, acquire unstable refs.Jeff Sharkey2013-09-111-14/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support decoding thumbnails delivered over pipes by wrapping in a buffered stream. Also switch to using unstable provider references to avoid crashing DocumentsUI. Bug: 10516148, 10510851 Change-Id: I85f6eeaca70c97742bf79656d1d0c6da381fdd47
* | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-121-9/+9
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I92fdf6e34e65d70e813b5f3f5139659fb0eab2ce Auto-generated-cl: translation import
* | | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-1259-264/+118
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-1159-264/+118
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I00a9521d0ac1e2463268295d1ea09f2894b1618c Auto-generated-cl: translation import
* | | | | | Merge changes Ib1274847,I2eb2a1bf into klp-devJeff Sharkey2013-09-111-8/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * changes: Fix SDK build. Request all tethering interfaces, fix corruption.
| * | | | | Fix SDK build.Jeff Sharkey2013-09-111-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib12748478cb1b42621454ab2035fb8f3163b6ac8
* | | | | | Merge "Remove HotwordRecognition APIs" into klp-devSandeep Siddhartha2013-09-112-179/+0
|\ \ \ \ \ \
| * | | | | | Remove HotwordRecognition APIsSandeep Siddhartha2013-09-112-179/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - and its usage from Keyguard Bug: 10708010 Change-Id: Ic4a695a1d0e9312706a3b4ff01e59e2567b6ad9c
* | | | | | | Handle the case where the restore environment doesn't have the ringtoneAmith Yamasani2013-09-111-0/+4
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10130785 uncanonicalize() can return a null now, so abort restoring the ringtone in that case. Change-Id: I28765818c8d3e1fb3f271afdfe66ebc955cfcefe
* | | | | | Merge "Add activity indicator icons to quick settings tiles." into klp-devJohn Spurlock2013-09-1141-26/+156
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add activity indicator icons to quick settings tiles.John Spurlock2013-09-1141-26/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wifi + RSSI now have activity in / activity out indicators wired up to information coming from NetworkController. Bug: 10634208 Change-Id: I3cf29dc905eeaeb4aea8e7df4fe46e70645e0013
* | | | | | Merge "New orange color for status bar + qs assets." into klp-devDaniel Sandler2013-09-1188-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | New orange color for status bar + qs assets.John Spurlock2013-09-1188-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Bug:10502089 Change-Id: I7b43fe260ceccba29f896009ce467fe29ec67f64
* | | | | Don't rely on window state when disabling the panel.John Spurlock2013-09-111-2/+1
|/ / / / | | | | | | | | | | | | | | | | Bug:10488453 Change-Id: I09ffbf166dd34489064cf0d73fe7ae4dd356c6c9
* | | | Merge "More tweaks to match UX spec." into klp-devJeff Sharkey2013-09-1114-66/+162
|\ \ \ \ | | |/ / | |/| |
| * | | More tweaks to match UX spec.Jeff Sharkey2013-09-1014-66/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed text colors to match spec. Behold The Greyening! Centered loader spinner in grid mode. Show multiple lines in status messages. Add string descriptions. Fix bug where toggling size setting didn't kick a UI rebind. Bug: 10510022 Change-Id: Icb41ebeb4de0fed8c04fc6cf5213af1587b72641
* | | | Merge "Backup and restore ringtone and notification ringtone" into klp-devAmith Yamasani2013-09-112-1/+52
|\ \ \ \
| * | | | Backup and restore ringtone and notification ringtoneAmith Yamasani2013-09-102-1/+52
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new content provider API to canonicalize Uris. If the provider doesn't support it, don't save the value, unless it's a silent ringtone. Bug: 10130785 Change-Id: Id08bb2812b9b2a7036a25801d1997661b0017629
* | | | Merge "More UX work for thumbnails, search, management." into klp-devJeff Sharkey2013-09-1014-66/+245
|\ \ \ \ | | |/ / | |/| |
| * | | More UX work for thumbnails, search, management.Jeff Sharkey2013-09-1014-66/+245
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide non-finished downloads from normal picker UI, but keep them around in management mode. Uses a Uri query parameter and a hidden API on DocumentsProvider. Scale thumbnails to fit viewport, always show MIME icon while waiting on thumbnails, and crossfade between them. Cancel thumbnail tasks when views are recycled. Filter directories out of search results for now. Also leave sort ordering from backend intact, since it's custom ranking. Fix SearchView interaction to dismiss properly and restore across orientation and drawer state changes. Hide most actions when drawer is open. Invalidate RootInfo cache when locale changes. Apply sort ordering when showing recent create directories. Hide recent summary string when icon is enough for user to disambiguate. Bug: 10667184, 10665663 Change-Id: I331d3272a08c497f88dc659d9e112231cb35aa69
* | | Merge "Verify inputs to PAC resolving." into klp-devJason Monk2013-09-101-1/+15
|\ \ \ | |/ / |/| |
| * | Verify inputs to PAC resolving.Jason Monk2013-08-221-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | This verifies both the URL and host are valid before they are passed to the javascript for PAC. This is to protect against injection attacks. Bug: 10230771 Change-Id: Ib1996181971a49ccd390f181ec3848124801e4d5
* | | Merge "Use correct timescale for "date taken" field" into klp-devMarco Nelissen2013-09-101-2/+3
|\ \ \
| * | | Use correct timescale for "date taken" fieldMarco Nelissen2013-08-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Images.DATE_TAKEN is in milliseconds, not seconds. b/10424911 Change-Id: I7b6231715ee3945bbd473039fb204881b8de3dc0
* | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-104-4/+4
|\ \ \ \