| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I89c6a233e3480362db004d361914083223f3cb72
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
|
| |
Change-Id: Id5c1f7a105d4140747a9f841b210cd7a7d1825df
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove the shortcut and widget associated to an app when this become hidden
for user setting.
Change-Id: I4ce8f545ef879d711fbbd8ab8572dcd7386dfa75
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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: I7c607eee29fbd82542b49d2c6bd50d7554e6d673
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|/
|
|
|
|
|
| |
Change-Id: I5906ee6af855d9ed17f51e9ee94d53058c67812e
JIRA: CYAN-1246
Issue: https://jira.cyanogenmod.org/browse/CYAN-1246
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
|
| |
Change-Id: If6f70d75a9a2e5ea044e68dcaf906748bd09a53e
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
|
|
|
|
| |
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: I3838a02d7afc4a40343c593ea743d1773bbc3cfd
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Iad464bb7dfd05fe26df6d0ff510524b9b47e99ec
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I8d1e05a6941522f4fa654f5ca3029f7917a58dd2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change-Id: I3bda2eeddc49495c5e7c6ce11e23aa01729cfa23
JIRA: CYAN-1131
Issue: https://jira.cyanogenmod.org/browse/CYAN-1131
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
| |/
|/|
| |
| | |
Change-Id: I3c0ef9b6378c10b3e7d92643abd7ececc4431cb0
|
| |
| |
| |
| | |
Change-Id: Ic7a0c98b937dc5fc8d429ab38303865dae9c7686
|
| |
| |
| |
| | |
Change-Id: I9fed548754c96d9a81f3aac142edf1cdd8a1b4f5
|
| |
| |
| |
| | |
Change-Id: I4a7082c524729ce6439991b81ee3de3a91ff151c
|
| |
| |
| |
| | |
This reverts commit 6a198e07c88224bfbbed4db41e2e664554903c2b.
|
|/
|
|
| |
Change-Id: I4a01bfd137fcff9b2c422b09d87fabf56a8dcce0
|
|
|
|
| |
Change-Id: I2e41e0fbae85df31bc6d7bc05b027143446f4d80
|
|
|
|
| |
Change-Id: I491a5cbb851db85ac2f9a06ff5e40947ad66623a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
cm-10.1-staging: I2b243fcd464961e6c37cf9237607db2189e01625
Change-Id: I67a35ba57e1a36096877d8ae0353b2fb20cc38f3
|
|
|
|
|
|
|
|
| |
Correct a typo.
cm-10.1-staging Change-Id: I49379fd59187062644e2f67188fb0214a50c8d18
Change-Id: I263dbef572f66d575d156297705eb0cc7f15ecdf
|
|
|
|
|
|
|
|
|
| |
Better layout for isScreenLarge devices breaks compile due to
an errant parenthesis.
See: http://review.cyanogenmod.org/42994
Change-Id: I0fd8cb74a9977bee8c2dc08d3d271e1cf800713d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Change-Id: I5358f05fa256ea47ab93028c9386ec0f547674f9
|
|/
|
|
| |
Change-Id: I9d023cde37b9387b7f5f12944b8a89aab4b687d4
|
|
|
|
| |
Change-Id: Ie0ee79d458b9883bea84c74f5c3a809649733621
|
|
|
|
| |
Change-Id: Ief1604321063a4b7f9630b3c0d4c70edf465d289
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
From staging branch
PS2: Triggering Cid
Change-Id: I80c0a7a43e0ed2d8f2edbd81c20ff54d3d8a4695
|
|/
|
|
| |
Change-Id: Idec66228b6544f9b4b832ee4231bb0da6843f8ee
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PS2: Trying to make Cid happy!
Commit for staging: http://review.cyanogenmod.org/#/c/37275/
Change-Id: Ieb0f9490a30c6da61f7aee559e99b5c02f14fbb4
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I35f7ff911778077adbef87c9b6e9aa78af717e19
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PS2: Trigger Cid
PS3: Typos
Change-Id: Iaaca16690d6bace286fd6d981cd451c2b7c1ebbe
|
|/ /
| |
| |
| | |
Change-Id: I831dd99efc88d497ce01890d2627009f774b2bd0
|
|\ \
| | |
| | |
| | | |
into cm-10.1
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
|
| |
Actually, the preference is not been removed.
Change-Id: I0a37e953140b748ff03d6018166c004bcb4907fa
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
| |
Change-Id: I10d1b91951d9964ae89cb3158b9ee79f28f92946
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9d4a5a6b872674caaf504907bd179ba48e442c30
|
|\ \ |
|