summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Trebuchet : Fix dynamic padding"Danesh M2013-10-241-0/+4
| | | | | | This reverts commit efa4b8d18459243abf379bb0135ee0a89165a50a. Change-Id: Ibc3857b7cb94cce395cbaa2671b34cced3a538b9
* Trebuchet : Fix dynamic paddingDanesh Mondegarian2013-10-161-4/+0
| | | | | | Improves dynamic padding based on cellcount / screen size. Change-Id: Ib1c9419a39ea2b3a62be9564373a713a411cb1cf
* Trebuchet : Icon pack themeDanesh Mondegarian2013-08-251-0/+3
| | | | | | | This patchset allows the user to set an icon pack for the entire launcher. Change-Id: I3dc8311f7e0a7a4f174fd568aa1d74b5ceb8471a
* Update dialtacts shortcut for the new packageRicardo Cerqueira2013-07-262-4/+4
| | | | Change-Id: I7211ac85db9caef0fcf35dc8e0d23e20a0c76c94
* Trebuchet: Make remove workspace items of hidden apps optionalJorge Ruesga2013-06-251-7/+17
| | | | | Change-Id: Id5c1f7a105d4140747a9f841b210cd7a7d1825df Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Sync "maxExternal" preferences and its defaults valuesJorge Ruesga2013-06-222-2/+2
| | | | | Change-Id: If6f70d75a9a2e5ea044e68dcaf906748bd09a53e Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Properly remove grid preference on isLargeScreen devicesJorge Ruesga2013-05-111-1/+3
| | | | | | | Actually, the preference is not been removed. Change-Id: I0a37e953140b748ff03d6018166c004bcb4907fa Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Labels on dock itemsJorge Ruesga2013-05-071-0/+5
| | | | | | | | | | | | | | 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>
* Trebuchet: Lock homescreenJorge Ruesga2013-04-291-1/+5
| | | | | | | | | | | | | Allow lock shortcuts and folders positions in the workspace, hotseat and apps and widgets drawer. When is enabled the system avoids to move any shortcut or folder, change its names and access to widgets. Patchset 2: Fixed typo Change-Id: I832da526cf1eb32752218656a7c2dafc53010236 JIRA: CYAN-686 Issue: https://jira.cyanogenmod.org/browse/CYAN-686 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Enable screen stretch by defaultSteve Kondik2013-04-251-1/+2
| | | | | | * I don't know anyone who doesn't want this. Change-Id: I2b5091a79d9ec32841d5f9b93a7c6c11357b9d04
* Trebuchet: Fix Camera favoriteJorge Ruesga2013-04-132-4/+4
| | | | | | | Change from LegacyCamera to Gallery3d Camera. Fix favorite position on large screens Change-Id: Ib8233405fb749319150d077ae15c674b2565acfc Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Trebuchet: Fix default cLock widget size on home screencm-10.1-M3DvTonder2013-04-102-10/+10
| | | | | | Patchset 2: Replaced PowerWidget by Apollo Change-Id: I847be86e5488732512c26e6495322272a18f75b5
* Trebuchet: Default workspace fixesJorge Ruesga2013-04-073-4/+153
| | | | | | | | | | | | | | * Replace AnalogClockWidget by cLock Widget * Add "no telephony" workspaces files. New favorites: - Phone -> Email - Contacts -> Calendar - Mms -> Contacts - Browser -> Browser * Add sw600dp and sw700dp update workspaces files Patchset 2-4: CleanUp Change-Id: If21559c59995326b93689f89291446a9962274cb
* Trebuchet: Add overlayable config for tablet workspace grid sizeDavid Marble2013-03-241-2/+2
| | | | | | | | | | | | | | | | | | | Tablets with a 4x3 screen such as the HP Touchpad do not work well with automatic grid size setting. This problem is described in CyanogenMod Issue 5798: Trebuchet Tablet. This fixes that issue. This creates a flag in config that can be overlayed at build time to allow user settings to adjust grid size. The maximum settable row and column counts are also overlayable. This is a port of: http://review.cyanogenmod.org/#/c/21067/ which was merged into jellybean. The default behavior is unchanged. Rebased. Change-Id: I3d7cf5e121a423a0033310eee88e498bc080af3c
* Workspace: Default wallpaper hacknebkat2013-01-061-2/+2
| | | | | | | Some devices have slow GPUs and to not work well with normal wallpaper rendering. Allow this to be overlayed by devices. Change-Id: Id8ba50b2542d38abbbdc635105860281ad3e09f5
* Workspace: Remove resize any widget preferencenebkat2013-01-061-3/+0
| | | | Change-Id: Ia8876584e008d359bfecc85412ea03f8d7bb450f
* CellLayout: Use default and target cell countsnebkat2013-01-061-2/+2
| | | | Change-Id: I586a9ca0c5272a85f03bfe7d58f1b4371aba9034
* LauncherModel: Fixesnebkat2012-12-301-0/+9
| | | | Change-Id: Ibc2cd7e30309380ac95467467df8d831ca12a183
* Launcher: Remove long-press menunebkat2012-12-292-6/+4
| | | | Change-Id: Ie513c0c815fcfa0daa2d5503d3c060ae8e2109c0
* Hotseat: Icon scalenebkat2012-12-271-0/+6
| | | | Change-Id: I6cae71283c164fe576dfd8338097f74d5d025b4a
* LauncherActions: Don't use magic intentsnebkat2012-12-262-8/+4
| | | | Change-Id: I5ee3fbc9b1cdc63407def751bb7639cb54bdb7c3
* Hotseat: Number Iconsnebkat2012-12-241-0/+6
| | | | | | | | | | Conflicts: res/values/strings.xml res/xml/preferences.xml src/com/beansoft/launcher/preference/PreferencesProvider.java src/com/cyanogenmod/trebuchet/Hotseat.java Change-Id: I839171c99f4050ad9dc03fbe82c8ed7be41cb4c0
* Hotseat: Default Pagenebkat2012-12-241-0/+7
| | | | | | | | | Conflicts: res/values/strings.xml res/xml/preferences.xml src/com/beansoft/launcher/preference/PreferencesProvider.java Change-Id: I0ba21f27fe6ba703450d5072d922cd52dbf86dff
* Hotseat: Multiple Pagesnebkat2012-12-243-6/+40
| | | | | | | | | | | | | | | Conflicts: res/layout-land/hotseat.xml res/layout-port/hotseat.xml res/values/strings.xml res/xml/default_workspace.xml res/xml/preferences.xml src/com/beansoft/launcher/preference/PreferencesProvider.java src/com/cyanogenmod/trebuchet/Hotseat.java src/com/cyanogenmod/trebuchet/PagedView.java src/com/cyanogenmod/trebuchet/Workspace.java Change-Id: I958b105451160841d5d7d345164dcb2dec4f9404
* Launcher actionsnebkat2012-12-242-29/+16
| | | | Change-Id: Ica0699f99d68b9f89d6f103eaadc56e632d87101
* AppsCustomizePagedView: Filteringnebkat2012-12-221-0/+7
| | | | Change-Id: I829fc4b1a54e348d3c13da602d133dc20d315cca
* AppsCustomizePagedView: Indicator Positionnebkat2012-12-211-0/+7
| | | | Change-Id: I84a92eeffd54a0e07ddc494af1defe0e65e1d676
* Preferences: Fix XML whitespacenebkat2012-12-211-7/+7
| | | | Change-Id: I79c86f3524111e18a2d1eff9b7317e66893acd0c
* Workspace: Wallpaper Sizenebkat2012-12-191-0/+6
| | | | Change-Id: I5bb894de9647e6acd8a82fae508bd251d9263137
* Launcher: Fullscreen Modenebkat2012-12-191-0/+3
| | | | Change-Id: Id79577b5d67f9ad64b5131b72f49356c52183f3e
* Preferences: Cleanupnebkat2012-12-196-177/+248
| | | | Change-Id: I8973c8c043755ed01e1bb6107b09bb0eb734e66a
* Workspace: Indicator Positionnebkat2012-12-191-0/+7
| | | | Change-Id: I0b297fc8b34df9995deed889ca065e83e4e49725
* Workspace: Stretch screensnebkat2012-12-161-12/+3
| | | | Change-Id: I5b587ec8e90a45e5e1df6112299ab298c0f907be
* Preferences: Use correct default padding valuesnebkat2012-12-161-2/+2
| | | | Change-Id: I2340d3b043fc4e80a49ec1623241c9bbc6b62dbe
* AppsCustomizePagedView: Orientationnebkat2012-12-161-0/+6
| | | | | | | | | Conflicts: res/values/arrays.xml src/com/beansoft/launcher/preference/PreferencesProvider.java src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java Change-Id: I21070fb3688ba436b3ca88f1caee8a6cfbdbf31d
* Transition Effectsnebkat2012-12-151-0/+17
| | | | Change-Id: I9191cad9ad9950144fffd75e5140ae11759eecc8
* Preferences: Use default grid size paramsnebkat2012-12-151-2/+2
| | | | Change-Id: I965132939eea1d97f6ca02d4152bfab2e4b436f4
* Workspace: Fade in adjacent screensnebkat2012-12-141-0/+4
| | | | Change-Id: Ifeb3bc1e7e75782de2cb20b646defd599cc55406
* Workspace: Show outlinesnebkat2012-12-141-0/+4
| | | | Change-Id: I7345092146583906a0e597774d84790e0c471268
* Fix workspace padding preferencenebkat2012-12-121-2/+2
| | | | Change-Id: If10000284142bac54d22a58daa2e4f7fd0135a90
* This is causing a lot of weirdness on tablets' hotseats, + mild weirdness ↵Ricardo Cerqueira2012-12-041-8/+3
| | | | | | | (such as roaming AllApps icon) on phones Revert "Trebuchet : Add a pref to set hotseat icon's number" This reverts commit e74a54343ce7896b5005154e8bcbc7d5f06c7808
* Wallpaper Hack: Default to falsenebkat2012-12-021-1/+1
| | | | Change-Id: I777fa2b8b6d4f0bc496b618977dfe4bea43ad211
* Wallpaper Hacknebkat2012-12-011-0/+4
| | | | | | | | | | Normally the wallpaper is drawn by the system in a separate window. This means that the wallpaper can often be drawn out of sync with the launcher. This hack gets the wallpaper bitmap and draws it manually (in sync with the rest of the launcher). This increases performance greatly. Change-Id: I6aaf9c574cabcf2ee0bfeef1076140421108331d
* Trebuchet : Add a pref to set hotseat icon's numberAntonin Fouques2012-12-011-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a preference for the hotseat (Launcher main bar/dock) - Choose the number of icons on the hotseat - Choose the place of the applications drawer button by drag'n'drop - Translations in English + French This is usefull for big screen devices. You can set from 1 to 9 buttons on the hotseat. You can set the app button where you want by drag'n'drop. Default values are keeped unchanged so there is no pb with first screen tuto + no pb with default shortcuts. Demo video : https://www.dropbox.com/s/2wamj9yr1s3woxl/Trebuchet-hotseat-icons.mp4 Demo apk : https://www.dropbox.com/s/psqab2gyivcyo3d/CmoaToto%20Trebuchet.apk PatchSet 1 : initial commit PatchSet 2 : coding style PatchSet 3 : - Remove prefs for tablet - AllApps Button move by Drag'n'Drop (instead of pref) PatchSet 4 : searchbar & deletebar don't dis/appear while dragging AllApps button) PatchSet 5 : dropOnFlingToDeleteTarget disabled for AllApps button PatchSet 6 : - Fix shortcuts errors in database - Set docks pref disabled for large screen programmatically - Fix english strings/french trads Change-Id: I21f6a4610ed16c8780ccf6e2acffcf6e07511457 Conflicts: src/com/cyanogenmod/trebuchet/Hotseat.java src/com/cyanogenmod/trebuchet/LauncherModel.java src/com/cyanogenmod/trebuchet/Workspace.java
* Preferences: Hide dock/icon categoriesnebkat2012-11-191-4/+4
| | | | Change-Id: I6ea5dd6c3433dd5be73f5f332fadaf8deade522f
* Workspace: Custom Vertical/Horizontal Paddingnebkat2012-11-191-0/+12
| | | | Change-Id: Ie9b74b081f254493905ab792bfe85f95a6641a79
* Preferences: Show/hide homescreen icon labelsKyle Ladd2012-11-191-0/+3
| | | | Change-Id: I4057152c571d73e4da2f1a43454feb152c0249af
* Preferences: Show Dock Dividernebkat2012-11-191-0/+4
| | | | Change-Id: I5e4349e5b7539a66d5d96c5f9fd9780b7572d624
* Preferences: Fade Page Indicator (Workspace)nebkat2012-11-191-0/+5
| | | | Change-Id: I7c30adaac1ddaea69e409410b53185926a9266f6
* Preferences Show/Fade Page Indicator (AllApps)nebkat2012-11-191-0/+11
| | | | Change-Id: I9f417ecfdfcfdbcf3f4dc5f633878228194faaba