summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Add some padding to overflow icon in transition settingsMichael Bestas2014-10-131-1/+3
| | | | | | | | | Right now it's too close to the edge of the screen Before: http://i.imgur.com/BjMXkvD.png After: http://i.imgur.com/hTCcKuR.png Change-Id: Id0aee703a9b34178480558f7daea2d4580660b70
* Re-add Fade side pages and Page outline options.Raj Yengisetty2014-09-112-24/+46
| | | | Change-Id: Iaab1dbd980d065e631d8f3cfe363f3a0b5897f86
* Fix spacing issues on devices with/without nav-bar in overview settings panelRaj Yengisetty2014-08-152-4/+3
| | | | Change-Id: I329b63b780e5727307770e076bf03e3bc4d82dd0
* Trebuchet: Draw the dynamic grid image dynamicallyDanny Baumann2014-08-061-2/+2
| | | | | | | This commits makes it possible to draw the image which previews the selected grid dynamically. Change-Id: I7c029f06110afdf1fe62145a079bba76166bb690
* Trebuchet: Adjust the grid size screen layout for sw600dpfuzz2014-06-301-2/+2
| | | | | | | | | | | | Comfortable - before: http://i.imgur.com/yZ1cM9q after: http://i.imgur.com/DQNsEfD Cozy - before: http://i.imgur.com/EeAgygS after: http://i.imgur.com/T7Nuauz Condensed - before: http://i.imgur.com/b2nTUxJ after: http://i.imgur.com/ZoAI4gn Custom: - before: http://i.imgur.com/H2rrvr3 after: http://i.imgur.com/RSQxwfQ PS2: Makes dynamic_grid_size_image overridable PS3: Fix a typo in the commit message Change-Id: Ic6b68953758a691cd032ba27030fa7a688efb293
* Merge "Protected Folder Fragment: Add remove Shortcut from list." into cm-11.0Abhisek Devkota2014-06-231-2/+7
|\
| * Protected Folder Fragment: Add remove Shortcut from list.Raj Yengisetty2014-06-231-2/+7
| | | | | | | | Change-Id: I0e9f141bc34bcfa955d7f5f3535d9d437e94b1da
* | Customizeable Dynamic Grid:Raj Yengisetty2014-06-233-6/+98
|/ | | | | | | | | | | | | - Presets - Comfortable (+0) - Cozy (+1) - Condensed (+2) - Custom option with min, max Reordering items in the settings pane for better organization Modifying Settings Layout for readability Change-Id: I5c926b6ca4b2ed73c263ef34eeb368caeb7af9b5
* Adjust layout for readability in different languagesRaj Yengisetty2014-06-192-43/+32
| | | | Change-Id: Iddee1ce9b25819711acd01298a4128312f88b0ae
* Revert font change supportMichael Bestas2014-06-171-26/+0
| | | | Change-Id: I1f1ecd348c485e370b92c4b49512a3bc5d9d56a7
* Revert "Trebuchet : Icon pack support"Raj Yengisetty2014-06-132-30/+2
| | | | | | | | This is no longer needed because of the awesome new Themes Engine This reverts commit 89970649602163ba8cb5c01c4c77534f45b66121. Change-Id: I1dca53b8c8020ecb6ab7b0da6931f380564eda85
* Remove old preference activityRaj Yengisetty2014-06-131-2/+2
| | | | | | * Also cleanup & remove unused strings Change-Id: I0b9f2405ab98b0df612a18ccfaa5d9ba98876d8a
* Merge "Protected App [3/3] Trebuchet - Protected Apps - Build fixed to ↵Abhisek Devkota2014-06-123-15/+114
|\ | | | | | | work with LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility" into cm-11.0
| * Protected App [3/3]Raj Yengisetty2014-06-113-15/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Trebuchet - Protected Apps - Build fixed to work with LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
* | Update IconsRaj Yengisetty2014-06-091-0/+1
|/ | | | | | | | | - Default home - Themes icon Change font family for Scroll Effect screen Change-Id: Ibfa3bcbb63e9c33e1896296799581f93b14fcf3a
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-06-071-32/+0
| | | | | | | | | | | -> Also removed the db-created as a criteria for showing the clings (this was a bit problematic in some cases and going forward) -> Instead, we use database upgrade as a signal to not show the clings. This is used instead of the above criteria (to prevent old users from seeing the migration cling and losing their data.) -> Stripped some old code related to custom clings that's no longer used. Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-06-061-2/+1
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Moved paddingStart to -v17 folder.Yura2014-06-061-1/+2
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-06-063-6/+6
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Move wallpaper picker code to a separate directoryMichael Jurka2014-06-067-311/+0
| | | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Initial changes to support AllApps on various form factors.Winson Chung2014-06-051-5/+3
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-051-1/+4
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Stop using a separate ImageView for default wallpaperMichael Jurka2014-06-051-5/+0
| | | | | | | | | Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
* Load images on a bg threadMichael Jurka2014-06-052-2/+2
| | | | | | Bug: 11134758 Change-Id: Ie789a2fcb2024832ac104cd9cdbc3602abee85ee
* Use new default wallpaper APIMichael Jurka2014-06-051-0/+5
| | | | Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
* Revert "Trebuchet : Improve iconpack selection UI"Danesh M2014-06-051-9/+8
| | | | This reverts commit 5f1823ecd69b1fb45a5e9f098d3019d31f1ca51e.
* Revert "Trebuchet: add lockscreen wallpaper picker"Nebojsa Cvetkovic2014-05-271-42/+0
| | | | | | This reverts commit 29c2da02bf48fbdba977bc774027e218487e1abe. Change-Id: Ie5addf5ac77acb6411a6f22195d8608df625462a
* Trebuchet Settings UI RefreshRaj Yengisetty2014-05-245-124/+251
| | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* Trebuchet: add lockscreen wallpaper pickerRoman Birg2014-04-281-0/+42
| | | | | Change-Id: Ic4f2589924a3c61b676db907f08108286dc45c29 Signed-off-by: Roman Birg <roman@cyngn.com>
* Re-Add hidden-apps settingFlamefire2014-04-223-19/+40
| | | | | | | | | | | | Forward port from CM 10.2 PS3: Don't rename and incorporate changes from Devkota PS4: Update German translation PS5: Remove translations PS7: Hide widgets from widget list PS9: Remove debug output PS11: Rebase Change-Id: Ie06b288e22c2678fb09da1bf42d46922b8319e01
* Merge "Trebuchet : Improve iconpack selection UI" into cm-11.0Abhisek Devkota2014-01-301-8/+9
|\
| * Trebuchet : Improve iconpack selection UIDanesh M2014-01-291-8/+9
| | | | | | | | | | | | | | - Switch to radio button - Dismiss overviewmode on selection Change-Id: If85e244e7aa887efe604f989bc1ad838efd557c5
* | Trebuchet : Fix widget icon stateDanesh M2014-01-301-1/+1
|/ | | Change-Id: Ib38de81ed5f41bf6fd5c107c395175e4697da89a
* Trebuchet : Icon pack supportDanesh Mondegarian2014-01-292-3/+48
| | | | | | Icons courtesy of Asher Simonds Change-Id: If64811a5506022135ce772ab749a871dab00fc36
* Workspace/AppsCustomizePagedView: Improved transition effect dialogNebojsa Cvetkovic2014-01-241-0/+35
| | | | Change-Id: I7c611ee9702c3a5b945644721948c4724f7639a7
* PagedView: Transition EffectsNebojsa Cvetkovic2014-01-241-16/+45
| | | | Change-Id: Ib134705952877165c334181548d577b3dceece68
* FontStylePreference: Simplify using onPrepareDialogBuilder()Nebojsa Cvetkovic2014-01-241-11/+0
| | | | Change-Id: I26b0886564e863bdf8fe601003220e612ed95cbf
* FontStylePreference: Initial preference with choice of font familyNebojsa Cvetkovic2014-01-242-0/+37
| | | | Change-Id: Idbb400605e47cd4f64a7edd05ceea05504727efc
* AppsCustomize: Overview panelNebojsa Cvetkovic2014-01-241-0/+22
| | | | Change-Id: I5cfd1183194ee15d8bb18dcd2536a644c9599978
* AppsCustomize: Remove white backgroundNebojsa Cvetkovic2014-01-241-1/+0
| | | | Change-Id: If2dd8a2eaea3d9b27fe317011a9d75b7d50a7b9c
* AppsCustomize: Remove tabsNebojsa Cvetkovic2014-01-241-60/+25
| | | | Change-Id: I8c3b146b4f3a60f28b9bce16c37e57696cbe2944
* Workspace: Custom default screenNebojsa Cvetkovic2014-01-241-37/+56
| | | | Change-Id: Ic90254f7758b9dbd4997a19474e455230355b772
* Settings: InitialNebojsa Cvetkovic2014-01-241-0/+66
| | | | Change-Id: If8199313561dfba03a1aad0b49bb4036dcf586c9
* Guarantee views are invisible after being faded (issue 11112570)Adam Cohen2013-10-111-1/+1
| | | | | | | -> Prevent clicking of hotseat items during non-normal state -> Update folder text edit highlight color (issue 11072862) Change-Id: I0292b51dc5f7e318dc59e9a26bf1e39f333bc8eb
* Finalize visuals of wallpaper picker itemsMichael Jurka2013-10-034-5/+11
| | | | | | Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
* Fix RTL bugs with wallpaper parallaxMichael Jurka2013-10-031-0/+1
| | | | | Bug: 10901046 Change-Id: Id4277173b0c13d25eb0507bd6fa9fa1309946510
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-6/+0
|
* Make some changes for transparent system barsMichael Jurka2013-10-011-4/+4
| | | | | | | | | | | -Move transparent bars from just GEL to Launcher3 -When wallpaper strip animates, render it under the nav bar -Disable rotation of wallpaper picker on phones Bug: 10814785 Bug: 10852650 Bug: 10852554 Change-Id: I9efeccbc4ad1933689266a5dede201ccfd34acf4
* Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-301-0/+20
| | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* Adding pressed state to overview mode buttons (issue 10926631)Adam Cohen2013-09-261-3/+3
| | | | Change-Id: I9d670d4770e56921310d34dc08657a6e753ec5ee