summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Fix stack effectcm-10.1.2cm-10.1.1cm-10.1.0Jorge Ruesga2013-06-221-2/+19
| | | | | | | | | | Actually stack effect is broken. Dragging an item from the current page to other fails, because the page has an alpha value of 0, and the dragged icon falls into a hidden state. Patchset 2: Fixed the overlap of views of stack effect on tablets Change-Id: Ia18b29b95e77d92a2d1602cd77b027aa56047962 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Fix Landscape/TransposeLayoutWithOrientation move to default pageJorge Ruesga2013-06-221-7/+9
| | | | | | | Change-Id: I0945923dde54b1c2f744b59645eeb7a6e795c4a1 JIRA: CYAN-1246 Issue: https://jira.cyanogenmod.org/browse/CYAN-1246 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Sync "maxExternal" preferences and its defaults valuesJorge Ruesga2013-06-224-4/+8
| | | | | Change-Id: I41f801689267c24b66d29e716a7dc899613483e2 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Revert animation endJorge Ruesga2013-06-212-11/+1
| | | | | | | | Since moveToDefaultScreen is protected by mIsSwitchingState, no animation is triggered when the home screen is double tapped. Now, cancel the animation is causing icons to disappear. Change-Id: I12fd3a8b0b71139b5744e462e97774d4c13e6466 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Fix fadein adjacent screens for stack transitionJorge Ruesga2013-06-161-0/+3
| | | | | | | Change-Id: I398eb3289741c798a1fa4da8e94845aa03559566 JIRA: CYAN-1131 Issue: https://jira.cyanogenmod.org/browse/CYAN-1131 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Workspace: Change state animation cleanupNebojsa Cvetkovic2013-06-151-60/+60
| | | | Change-Id: I7703deed7c652ae562df819f6e6ba3d6b941d3a4
* LauncherViewPropertyAnimator: Implement end()Nebojsa Cvetkovic2013-06-153-2/+15
| | | | Change-Id: Ifc15994ee64514e9e799285313d74dbc8fa134bd
* Workspace: Landscape paged view indicatorsNebojsa Cvetkovic2013-06-151-1/+16
| | | | Change-Id: I1cc6632eb25c37480d684d43354b224b0ad7fbc9
* Trebuchet: Simplified Chinese Translationscm-10.1.0-RC5Andrew Jiang2013-05-311-4/+5
| | | | Change-Id: I2e41e0fbae85df31bc6d7bc05b027143446f4d80
* Trebuchet: Update German translationcm-10.1.0-RC4cm-10.1.0-RC3jackmu952013-05-281-0/+1
| | | | Change-Id: I4a01bfd137fcff9b2c422b09d87fabf56a8dcce0
* Fix for low aspect ratio (4x3) tablets.David Marble2013-05-272-6/+7
| | | | | | | | | | | | | | | | The recent changes (http://review.cyanogenmod.org/#/c/42991/) cause problems for tablets with a 4x3 screen such as Tenderloin. The icon spacing is not calculated correctly. This is stated in the code for Workspace.java at line 441: "//TODO: This code currently fails on tablets with an aspect ratio < 1.3." This change fixes that failure for such tablets. Besides setting the grid size, stretching is required to get useable screens. This reenables stretching as well as grid size setting if the maintainer has specified <bool name="config_workspaceTabletGrid">true</bool> in an overlay. There is no change to the default behavior. Change-Id: I71b51a5ffe9911f1bb2da0b33930f73950efc782
* German: Refine translationelektroschmock2013-05-261-22/+22
| | | | | | cm-10.1 Change-Id: Ie0ee79d458b9883bea84c74f5c3a809649733621 Change-Id: Ifbfc099b4c0819f24217d8db88fa659292225a80
* Trebuchet: Update Polish translationTomasz Popielarczyk2013-05-261-8/+16
| | | | | | cm-10.1 Change-Id: Idec66228b6544f9b4b832ee4231bb0da6843f8ee Change-Id: If45b08c522e301d3f33017ba63e17e52e0c1c27e
* Trebuchet: NL translationEddy Witkamp2013-05-251-1/+3
| | | | | | | | | | | | translation for Trebuchet: Labels on dock items ps2: make translations consistent ps3: suggestions ps4/5/6/7: trigger CID cm-10.1 Change-Id: Iea2d95aed90095e0480b0b801e181b2de4b64c81 Change-Id: I20c3c61baac91afe1f71cfbec6c21807f03ab1b3
* Trebuchet: fix broken compilation due to commit 42994Matt Mower2013-05-251-1/+1
| | | | | | | | | Better layout for isScreenLarge devices breaks compile due to an errant parenthesis. See: http://review.cyanogenmod.org/42994 Change-Id: I0fd8cb74a9977bee8c2dc08d3d271e1cf800713d
* Trebuchet: Better layout for isScreenLarge devicesJorge Ruesga2013-05-256-14/+28
| | | | | | | | | | | | | | | | | | | | This change increase the space for the shortcuts at hotseat to fit the workspace on isScreenLarge devices. Also deactivate and remove the stretch screen setting, because the dimensions are always calculated on these devices. Also this change configures the space between hotseat pages to avoid to display icons for other pages in the current hotseat page. Patchset 2: Added nebkat suggestions Screenshots from TF700T: Landscape -> https://sharecloud.ruesga.com/public.php?service=files&t=efede324ade05db79878eac13e637301 Portrait -> https://sharecloud.ruesga.com/public.php?service=files&t=79a7002a73e167eed08a195c4cf3d05c Change-Id: I44e417ac42cec63ceb358977176ab536c8128f2b JIRA: CYAN-502 Issue: https://jira.cyanogenmod.org/browse/CYAN-502 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Fix double tab on home buttonJorge Ruesga2013-05-241-8/+55
| | | | | | | | | | Ensure that all transitions are complete while processing new intents, creating a queue of pending intents. This way every transition is executed properly. JIRA: CYAN-1115 Issue: https://jira.cyanogenmod.org/browse/CYAN-1115 Change-Id: I74e5e2e14cc7515acd1eeef0cfddf7161992b11b Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: TR translationsokrt2013-05-232-28/+127
| | | | Change-Id: Ifa2bd311287f2714127c280aa0b9406c8b4c0523
* Trebuchet: SK translationsprescott662013-05-231-0/+132
| | | | Change-Id: I79de02ab73d743255c7603efb60f01d70625a34e
* Update German translation.Danny Baumann2013-05-171-0/+2
| | | | Change-Id: Ief1604321063a4b7f9630b3c0d4c70edf465d289
* Trebuchet: EL translationsMichael Bestas2013-05-121-0/+3
| | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I2b243fcd464961e6c37cf9237607db2189e01625
* Merge "Revert "Reload launcher on expanded desktop"" into cm-10.1-stagingDanny Baumann2013-05-121-11/+0
|\
| * Revert "Reload launcher on expanded desktop"Danny Baumann2013-05-101-11/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 125ab5aa2a51fb04e1d127e87551533465c14c53. Changes apps to accomodate is the wrong solution, the correct fix needs to be done in framework. Change-Id: I10e9751e89a6e30f3f4db2d3199fe8e9513fd554 JIRA:CYAN-1016
* | Merge "Trebuchet: Update italian translation" into cm-10.1-stagingMarco Brohet2013-05-111-1/+1
|\ \
| * | Trebuchet: Update italian translationrheeze2013-05-111-1/+1
| | | | | | | | | | | | | | | | | | Correct a typo. Change-Id: I49379fd59187062644e2f67188fb0214a50c8d18
* | | Merge "Trebuchet: NB translation" into cm-10.1-stagingMarco Brohet2013-05-111-0/+2
|\ \ \
| * | | Trebuchet: NB translationOdin Ugedal2013-05-091-0/+2
| | | | | | | | | | | | | | | | Change-Id: Ieb0f9490a30c6da61f7aee559e99b5c02f14fbb4
* | | | Trebuchet: Fix workspaceTabletGrid checkJorge Ruesga2013-05-111-4/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I5d1061970b10acf2a9a564ebed0c81dc61d816f9 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | | Merge "Trebuchet: HU update translation" into cm-10.1-stagingMarco Brohet2013-05-111-0/+2
|\ \ \ \
| * | | | Trebuchet: HU update translationTamás Tóth2013-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I4d39c507b654c879c64044cc6ab7a715be5176a9
* | | | | Merge "Update German translation." into cm-10.1-stagingDanny Baumann2013-05-111-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update German translation.Yannik Ehlert2013-05-101-0/+6
| | |_|/ | |/| | | | | | | | | | Change-Id: I10d1b91951d9964ae89cb3158b9ee79f28f92946
* | | | Trebuchet: Centers horizontally the drawer on vertical orientationcm-10.1.0-RC2Jorge Ruesga2013-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The drawer (AppsCustomizePagedView) disable the use of centers horizontally && vertical every page. There is no problem with that on device with fixed grid, and on devices with isLargeScreen on horizontal orientation aligning the cellpagedview the top looks good. But when orientation is vertical, the cellpagedview is aligned to the left. In this case, this change forces the cellpagedview to center horizontally, which give to the cellpagedview the same good look than horizontal orientation. [before] https://sharecloud.ruesga.com/public.php?service=files&t=5fee1bd3e68fd28eafcaff13357956db [after] https://sharecloud.ruesga.com/public.php?service=files&t=0beb9a41d6ad86fef089fb9f643ff51c Change-Id: Ib5c123ce4e978500fc30cc039a62c590d75b09f7 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | | Trebuchet: Properly remove grid preference on isLargeScreen devicesJorge Ruesga2013-05-112-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually, the preference is not been removed. Change-Id: Icdb94526f120501c6e5faa22bd912b0bd0f00f4f Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | | Merge "Trebuchet: ES translations" into cm-10.1-stagingJorge Ruesga2013-05-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Trebuchet: ES translationsdjMesias2013-05-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | - labels on dock items Change-Id: Ia85fb08802d2fd3ad6789164fd1c73ab47476960
| * | | Trebuchet: Fix drawer vertical orientation bugsJorge Ruesga2013-05-081-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6c76830c944be85b62c043991c36ba5bd18f036e JIRA: CYAN-901 Issue: https://jira.cyanogenmod.org/browse/CYAN-901 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
| * | | Trebuchet: Labels on dock itemsJorge Ruesga2013-05-0714-32/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patchset 4: Discard item scale and use paddings to adjust the workspace Patchset 5: mHideDockIconLabels = false on vertical hotseat Patchset 6: Fixed FolderIcon typo Fixed inline style Remove Workspace injection on Launcher class Use isLargeScreen to show text in vertical hotseat Change-Id: I00c57a28b4c7110b66ec6f856df8865006a76699 JIRA: CYAN-523 Issue: https://jira.cyanogenmod.org/browse/CYAN-523 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | | Merge "Trebuchet: Simplified Chinese Translations" into cm-10.1-stagingJorge Ruesga2013-05-091-1/+10
|\ \ \ \
| * | | | Trebuchet: Simplified Chinese TranslationsAndrew Jiang2013-05-091-1/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I8b6bd037c5b343666f2fba91446d4d4f8292babe
* | | | | Merge "Trebuchet: CS translation" into cm-10.1-stagingJorge Ruesga2013-05-091-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Trebuchet: CS translationOndrej Zima2013-05-081-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | - added hide icon labels Change-Id: I2a39fc7c7153aee4367f78081af230731ffe783e
* | | | Merge "Trebuchet : FR translation" into cm-10.1-stagingMarco Brohet2013-05-091-10/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Trebuchet : FR translationDelPETER2013-05-091-10/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Better translation Patch set 2 : correction Patch set 3 : add missing translation Patch set 4 : correction Change-Id: Idbc98d04b8f1d77d02aa596fe9348d4ef0f2297f
* | | Merge "Trebuchet: Update italian translation" into cm-10.1-stagingMarco Brohet2013-05-091-0/+2
|\ \ \
| * | | Trebuchet: Update italian translationrheeze2013-05-091-0/+2
| |/ / | | | | | | | | | | | | | | | Add strings for "Labels on dock icons" Change-Id: Ice6c09dfaa986bd12aab5e1afffe90a7eda381aa
* | | Trebuchet: PT-BR translationsGustavo2013-05-091-0/+2
| | | | | | | | | | | | Change-Id: I551d7ee713a78c2ac2bb1239a80e6cdfb5c38b7a
* | | Trebuchet: DA translationJacob Overgaard Madsen2013-05-081-0/+2
|/ / | | | | | | | | | | Final staging merge Change-Id: I437de373f956e04df9f136a34a1352223eccd2d8
* | Trebuchet: RU translationcm-10.1.0-RC1pvolkov2013-05-071-0/+2
| |
* | Trebuchet: Fix drawer vertical orientation bugsJorge Ruesga2013-05-081-4/+9
| | | | | | | | | | | | | | Change-Id: If5b8b133bd4ed51270e1d8c05b1f976e0db18aaf JIRA: CYAN-901 Issue: https://jira.cyanogenmod.org/browse/CYAN-901 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>