summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Workspace: Landscape paged view indicatorsNebojsa Cvetkovic2013-05-291-1/+16
| | | | Change-Id: I491a5cbb851db85ac2f9a06ff5e40947ad66623a
* 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: I5863ba4120d1e27773a58be2c336c266c05b838f
* Trebuchet: EL translationsMichael Bestas2013-05-261-0/+3
| | | | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> cm-10.1-staging: I2b243fcd464961e6c37cf9237607db2189e01625 Change-Id: I67a35ba57e1a36096877d8ae0353b2fb20cc38f3
* Trebuchet: Update italian translationrheeze2013-05-261-1/+1
| | | | | | | | Correct a typo. cm-10.1-staging Change-Id: I49379fd59187062644e2f67188fb0214a50c8d18 Change-Id: I263dbef572f66d575d156297705eb0cc7f15ecdf
* 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: I061303ce2ac78f3e7f7b13c4a25602b14e991e99 JIRA: CYAN-502 Issue: https://jira.cyanogenmod.org/browse/CYAN-502 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Merge "Trebuchet: Fix double tab on home button" into cm-10.1Ricardo Cerqueira2013-05-241-8/+55
|\
| * Trebuchet: Fix double tab on home buttonJorge Ruesga2013-05-231-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: I5358f05fa256ea47ab93028c9386ec0f547674f9
* | Trebuchet: SK translationsprescott662013-05-231-0/+132
|/ | | | Change-Id: I9d023cde37b9387b7f5f12944b8a89aab4b687d4
* German: Refine translationelektroschmock2013-05-221-22/+22
| | | | Change-Id: Ie0ee79d458b9883bea84c74f5c3a809649733621
* Update German translation.Danny Baumann2013-05-171-0/+2
| | | | Change-Id: Ief1604321063a4b7f9630b3c0d4c70edf465d289
* Merge "Trebuchet: DA translation" into cm-10.1Marco Brohet2013-05-161-0/+2
|\
| * Trebuchet: DA translationJacob Overgaard Madsen2013-05-141-0/+2
| | | | | | | | | | | | | | | | From staging branch PS2: Triggering Cid Change-Id: I80c0a7a43e0ed2d8f2edbd81c20ff54d3d8a4695
* | Trebuchet: Update Polish translationTomasz Popielarczyk2013-05-151-8/+16
|/ | | | Change-Id: Idec66228b6544f9b4b832ee4231bb0da6843f8ee
* Merge "Revert "Reload launcher on expanded desktop"" into cm-10.1Danny 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: NB translation" into cm-10.1Marco Brohet2013-05-111-0/+2
|\ \
| * | Trebuchet: NB translationOdin Ugedal2013-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PS2: Trying to make Cid happy! Commit for staging: http://review.cyanogenmod.org/#/c/37275/ Change-Id: Ieb0f9490a30c6da61f7aee559e99b5c02f14fbb4
* | | Trebuchet: Fix workspaceTabletGrid checkJorge Ruesga2013-05-111-4/+1
| | | | | | | | | | | | | | | Change-Id: I35f7ff911778077adbef87c9b6e9aa78af717e19 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | | Trebuchet: HU update translationTamás Tóth2013-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | PS2: Trigger Cid PS3: Typos Change-Id: Iaaca16690d6bace286fd6d981cd451c2b7c1ebbe
* | | Update German translationDanny Baumann2013-05-111-0/+2
|/ / | | | | | | Change-Id: I831dd99efc88d497ce01890d2627009f774b2bd0
* | Merge "Trebuchet: Centers horizontally the drawer on vertical orientation" ↵Jorge Ruesga2013-05-101-2/+2
|\ \ | | | | | | | | | into cm-10.1
| * | Trebuchet: Centers horizontally the drawer on vertical orientationJorge 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: I20a996c60dd5d89b004ceee216ce5aea18b0466f 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: I0a37e953140b748ff03d6018166c004bcb4907fa Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Update German translation.Yannik Ehlert2013-05-101-0/+4
| | | | Change-Id: I10d1b91951d9964ae89cb3158b9ee79f28f92946
* Merge "Trebuchet: Simplified Chinese Translations" into cm-10.1Jorge Ruesga2013-05-091-1/+10
|\
| * Trebuchet: Simplified Chinese TranslationsAndrew Jiang2013-05-091-1/+10
| | | | | | | | Change-Id: I9d4a5a6b872674caaf504907bd179ba48e442c30
* | Merge "Trebuchet : FR translation" into cm-10.1Jorge Ruesga2013-05-091-10/+12
|\ \
| * | Trebuchet : FR translationDelPETER2013-05-091-10/+12
| |/ | | | | | | | | | | | | Add cm-10.1-staging translation http://review.cyanogenmod.org/37112 Change-Id: I7abf4ed1225f46a7a8bc9640cb6fd42f30f7d552
* | Merge "Trebuchet: NL translation" into cm-10.1Jorge Ruesga2013-05-091-1/+3
|\ \ | |/ |/|
| * Trebuchet: NL translationEddy Witkamp2013-05-091-1/+3
| | | | | | | | | | | | | | | | | | | | translation for Trebuchet: Labels on dock items ps2: make translations consistent ps3: suggestions ps4/5/6/7: trigger CID Change-Id: Iea2d95aed90095e0480b0b801e181b2de4b64c81
* | Trebuchet: Update italian translationrheeze2013-05-091-0/+2
| | | | | | | | | | | | Add strings for "Labels on dock icons" Change-Id: I3a60fa22ce769f3474ca2578a008c9c7be8c223b
* | Merge "Trebuchet: CS translation" into cm-10.1Jorge Ruesga2013-05-081-0/+2
|\ \
| * | Trebuchet: CS translationOndrej Zima2013-05-071-0/+2
| |/ | | | | | | | | | | | | - added hide icon labels - fixed typo Change-Id: If7104d13e6d5ea6057e2a6dc4964b9fdf5655a6d
* | Merge "Trebuchet: PT-BR translations" into cm-10.1Jorge Ruesga2013-05-081-0/+2
|\ \
| * | Trebuchet: PT-BR translationsGustavo2013-05-041-0/+2
| | | | | | | | | | | | Change-Id: Ic0c2b9fdad608cc4d52c254dd39f2f90938eb575
* | | Merge "Trebuchet: ES translations" into cm-10.1Jorge Ruesga2013-05-081-0/+2
|\ \ \
| * | | Trebuchet: ES translationsdjMesias2013-05-081-0/+2
| |/ / | | | | | | | | | | | | | | | - labels on dock items Change-Id: I1538cae76a8a733b271a44f5dbc6aaaefcc06b09
* | | Trebuchet: RU translationpvolkov2013-05-081-0/+2
|/ /
* | 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: CS translation" into cm-10.1Jorge Ruesga2013-05-053-47/+162
|\
| * Trebuchet: CS translationOndrej Zima2013-05-033-47/+162
| | | | | | | | | | | | | | | | - ordered translation, added missing CM strings - rebased, incorporated new arrays references - fixed typos - added missing for locked homescreen Change-Id: I17283951028e9d52c6b7f7616e1433bbff2b6eb4
* | Trebuchet: Refactor RU translationpvolkov2013-05-063-140/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trebuchet: Refactor RU translation Patch Set 3: Update translation Patch Set 4: Revert PS3 Patch Set 5: Update translation Patch Set 6: Update translation Patch Set 7: Update translation Patch Set 8: Update translation Patch Set 9: Update translation Patch Set 10: Update translation Patch Set 11: Update translation Patchset 12: Rebased Change-Id: I919ee241785fad5a6de67e70d006e2f5856d4c77
* | Merge "Trebuchet: NB translation" into cm-10.1Marco Brohet2013-05-041-0/+5
|\ \
| * | Trebuchet: NB translationOdin Ugedal2013-05-031-0/+5
| |/ | | | | | | | | | | Translated the strings for the new Lock homescreen function. Change-Id: I59cb7434a1efc09f3ecf6fc9d080158ce12b6b79
* | Trebuchet: EL translationMichael Bestas2013-05-041-0/+5
|/ | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ib8aef86dde781519109fa6424e656a4ba07d28c3
* Merge "Trebuchet: Update italian translation" into cm-10.1Marco Brohet2013-05-021-0/+5
|\
| * Trebuchet: Update italian translationFrancesco2013-05-011-0/+5
| | | | | | | | Change-Id: Iab60044646c68494bd301bbac32ec8a046d8087d