summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* am bb93ee73: am d479396d: am ed887bff: Merge "Replace searchlight asset with ↵Jim Miller2013-10-044-0/+0
|\ | | | | | | | | | | | | new new asset" into klp-dev * commit 'bb93ee731c7056769b10371caf0be7a12c6db78c': Replace searchlight asset with new new asset
| * am d479396d: am ed887bff: Merge "Replace searchlight asset with new new ↵Jim Miller2013-10-044-0/+0
| |\ | | | | | | | | | | | | | | | | | | asset" into klp-dev * commit 'd479396d2d3cc6470c5774863827ccc9cb3133e1': Replace searchlight asset with new new asset
| | * Merge "Replace searchlight asset with new new asset" into klp-devJim Miller2013-10-044-0/+0
| | |\
| | | * Replace searchlight asset with new new assetJim Miller2013-10-044-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 11030712 Change-Id: I8361c74e344ec3f9c7176635face84af2d754973
* | | | am 5c44b36b: am 3980ae47: am 845d9192: Merge "Enable transitions in ↵Chet Haase2013-10-041-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | lockscreen media controller" into klp-dev * commit '5c44b36b2a5f44bdba53244ee423aeeea14c485e': Enable transitions in lockscreen media controller
| * | | am 3980ae47: am 845d9192: Merge "Enable transitions in lockscreen media ↵Chet Haase2013-10-041-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | controller" into klp-dev * commit '3980ae478b290bc472f20289b67b6719439b12fa': Enable transitions in lockscreen media controller
| | * | Merge "Enable transitions in lockscreen media controller" into klp-devChet Haase2013-10-041-1/+1
| | |\ \
| | | * | Enable transitions in lockscreen media controllerChet Haase2013-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Media controller now fades between different states. The code for doing this was already there, but this CL enables them and changes the behavior of transition's OnPreDrawListener to do the right thing. Also, this CL fixes a bug in ChangeText found while testing this change. Issue #11083563 ChangeText transition crashes when KEEP transition type used Change-Id: I5e04c28e1b5faac017b0a4e49734d9faa7fe79cd
| | * | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-045-10/+10
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2013-10-045-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I17e711092eecfea0af5f133185672b729f8d4bf1 Auto-generated-cl: translation import
| | * | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-0427-54/+28
| | |\ \ \ \
| | | * | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0427-54/+28
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id6fb45a4be5a4e32cd673127862ff413526dcc7b Auto-generated-cl: translation import
* | | | | | am 0d9ff161: am 538df343: am 331f9e79: Merge "Print attributes hint not ↵Svetoslav Ganov2013-10-0416-90/+678
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honored." into klp-dev * commit '0d9ff1613a290a0c9b197a099c898ccc9cc5f60c': Print attributes hint not honored.
| * | | | | am 538df343: am 331f9e79: Merge "Print attributes hint not honored." into ↵Svetoslav Ganov2013-10-0416-90/+678
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '538df3437b80d15b07cda2464b2ae4e5bae8219b': Print attributes hint not honored.
| | * \ \ \ \ am 331f9e79: Merge "Print attributes hint not honored." into klp-devSvetoslav Ganov2013-10-0416-90/+678
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | * commit '331f9e79ad16e7d9d51e8481e6bc21642a51c340': Print attributes hint not honored.
| | | * | | | Merge "Print attributes hint not honored." into klp-devSvetoslav Ganov2013-10-0416-90/+678
| | | |\ \ \ \
| | | | * | | | Print attributes hint not honored.Svetoslav Ganov2013-10-0416-90/+678
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Initially we have a single printer, the fake PDF printer, and wait for printers to be discovered. This printer was handling only a couple of media sizes. Hence, if the app provides a media size hint and the PDF printer does not support it, we were essentially ignoring the suggested media size since it was not supported by the selected printer and we fell back to the default paper size for that printer. The fake PDF printer should support all predefined media sizes. 2. The list of available paper sizes was shown in the order they are added ignoring the current locale. It is much better user experience if the media sizes used in the current locale are shown at the top and all others after that. Also the media sizes for the current locale should be alphabetically ordered so the user can quickly find the desired one. 3. The orientation was reset on media size or printer change. bug:10564537 Change-Id: Iaa0d42242730ce69cea3effd4d0f4bc087068804
* | | | | | | | am 402401e6: am 2dcba613: am 5b491d63: Merge "Custom pressed states, fixed ↵Jeff Sharkey2013-10-043-15/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | column sizes." into klp-dev * commit '402401e666b0b5068ebcb0e45d0ed9c06dd4674e': Custom pressed states, fixed column sizes.
| * | | | | | | am 2dcba613: am 5b491d63: Merge "Custom pressed states, fixed column sizes." ↵Jeff Sharkey2013-10-043-15/+15
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '2dcba613a736b1c0ba2f9c18c32f171f7bbb1a23': Custom pressed states, fixed column sizes.
| | * | | | | | am 5b491d63: Merge "Custom pressed states, fixed column sizes." into klp-devJeff Sharkey2013-10-043-15/+15
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '5b491d630b6628a3558cb1135ac1bc242eab3381': Custom pressed states, fixed column sizes.
| | | * | | | | Merge "Custom pressed states, fixed column sizes." into klp-devJeff Sharkey2013-10-043-15/+15
| | | |\ \ \ \ \
| | | | * | | | | Custom pressed states, fixed column sizes.Jeff Sharkey2013-10-043-15/+15
| | | | | |/ / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use custom pressed state assets. Use fixed column sizes to prevent truncating of long dates on small screens. Also tear down any active CAB when switching fragments. Bug: 11032418, 11028212 Change-Id: I2bf3dc3f693319b4b55cc901ed460f60faceba35
| | | * | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-0457-0/+288
| | | |\ \ \ \ \
| | | | * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0457-0/+288
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1227decae162536bf90ffb753308cb4018e0538e Auto-generated-cl: translation import
| | | * | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-042-3/+3
| | | |\ \ \ \ \
| | | | * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-042-3/+3
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0774c814f839f7a06aaa3cb023782e8eb0adf305 Auto-generated-cl: translation import
| | | * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0455-109/+112
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id91951dbb1084dd04fd93aa1cd26b6b558ff33ef Auto-generated-cl: translation import
| | * | | | | Merge "Import translations. DO NOT MERGE" into klp-ub-devBaligh Uddin2013-10-0457-0/+524
| | |\ \ \ \ \
| | | * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0457-0/+524
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84ed52b8fa9c8f3e4a22f5b972bf719cc8a5ae1b Auto-generated-cl: translation import
| | * | | | | | Merge "Import translations. DO NOT MERGE" into klp-ub-devBaligh Uddin2013-10-042-3/+3
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-042-3/+3
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I161f98685fc14784a937b2df20da1b2480dc9434 Auto-generated-cl: translation import
| | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0455-245/+318
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib4c73d8383110d55f2bec06058b7f8d9a01d05ce Auto-generated-cl: translation import
* | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-10-045-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-045-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3530c584e8597199bccf03abb98f25feaa1101ba Auto-generated-cl: translation import
* | | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-10-0455-2/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0455-2/+57
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I45d02518d9cc8094fe3877c1d906ac14522a8635 Auto-generated-cl: translation import
* | | | | | | | Merge "Add accessibility display adjustments to Quick Settings"Alan Viverette2013-10-043-0/+348
|\ \ \ \ \ \ \ \
| * | | | | | | | Add accessibility display adjustments to Quick SettingsAlan Viverette2013-09-303-0/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 9057596 Change-Id: I5bb4513c3b3c59d1948ff5e8df2416ec6448534b
* | | | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-10-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-041-1/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6c7d77c2386deb10eeec9eb5e277114e8e90db7b Auto-generated-cl: translation import
* | | | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-10-0455-57/+112
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-0455-57/+112
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia6e68f8160731c8366dc09eba214343ef204bb1b Auto-generated-cl: translation import
* | | | | | | | | am 57f1c60f: am 2658f35a: am 6bf10299: Merge "Deleting print job files when ↵Svetoslav Ganov2013-10-041-2/+3
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we do not have to." into klp-dev * commit '57f1c60f41404b3fe1c7f10e9e81576a027c2c38': Deleting print job files when we do not have to.
| * | | | | | | | am 2658f35a: am 6bf10299: Merge "Deleting print job files when we do not ↵Svetoslav Ganov2013-10-041-2/+3
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have to." into klp-dev * commit '2658f35a5e58c65b9d5ff063f16a22dae4472669': Deleting print job files when we do not have to.
| | * | | | | | | am 6bf10299: Merge "Deleting print job files when we do not have to." into ↵Svetoslav Ganov2013-10-041-2/+3
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '6bf1029900d09d0432fb82f8c076bdb3eefc1f6c': Deleting print job files when we do not have to.
| | | * | | | | | Merge "Deleting print job files when we do not have to." into klp-devSvetoslav Ganov2013-10-041-2/+3
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | | * | | | | Deleting print job files when we do not have to.Svetoslav Ganov2013-10-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The print job file name was not properly parsed. This resulted in incorrect mapping from file to print job, thus deleting the file when we do not have to. bug:11069354 Change-Id: I7b8a7a7f98dd77b34119f2a9cd16a6ec3c22b63b
* | | | | | | | | am 6077037a: am 2f6aabd7: am 5c126892: Merge "Print UI tweaks as per UX ↵Svetoslav2013-10-044-9/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request." into klp-dev * commit '6077037abf6f44390e762e7f302373d435db71f8': Print UI tweaks as per UX request.
| * | | | | | | | am 2f6aabd7: am 5c126892: Merge "Print UI tweaks as per UX request." into ↵Svetoslav2013-10-044-9/+28
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '2f6aabd7c399377e4ea033e5882b71420737017c': Print UI tweaks as per UX request.
| | * | | | | | | am 5c126892: Merge "Print UI tweaks as per UX request." into klp-devSvetoslav2013-10-044-9/+28
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5c126892ec53772d784fcf9cef9165acf1d92ce3': Print UI tweaks as per UX request.