summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/launcher.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-181-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-6/+11
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Using the default search widget in Launcher3Sunny Goyal2014-11-111-10/+0
| | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* Clearing some android list errors/warnings.Sunny Goyal2014-11-031-1/+1
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-241-5/+5
| | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-221-0/+8
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Removing unused cling resources.Sunny Goyal2014-08-271-9/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-25/+0
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-0/+5
| | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-01-161-1/+15
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-2/+2
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Fixing up PagedView to work in landscape modeAdam Cohen2013-10-311-1/+0
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Initial changes to restore clings.Winson Chung2013-09-201-0/+5
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Initial Changes for Dynamic GridWinson Chung2013-08-201-17/+5
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-10/+14
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-11/+4
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Fix widget resizing (Which stopped working at some point)Adam Cohen2013-07-091-0/+1
| | | | | | | | -> Also, deferring empty screen removal until after the drop animation in order to reduce buggy transitions -> Also fixing workspace layout on tablet Change-Id: I1ae9fdaf592262f959424f321efa6df4298f85cc
* Fixing crash in shrink wrap on tablets.Winson Chung2013-06-251-6/+0
| | | | Change-Id: I061960b2ca7a2cf02729665fb032d23d8f463ada
* Changing default screen to 0Adam Cohen2013-06-061-1/+1
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-6/+6
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Get rid of duplicate backgroundsMichael Jurka2013-05-061-5/+1
| | | Bug: 8809491
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-4/+4
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Fixing issue where the cling is offset. (Bug 7633074)Winson Chung2012-11-291-12/+15
| | | | | | - Also fixing issue where the workspace cling was showing on top of AllApps when you entered it for the first time. Change-Id: I7d59ad153de192bc1d69537af1b4af632465138b
* Extend background to full screen.Craig Mautner2012-11-161-79/+92
| | | | | | | | | | | | Gradient and black backgrounds were stopping at the Status Bar. When returning from a full screen app to the launcher the wallpaper was completely visible when it should have been obscured by these backgrounds. Making the app full screen while keeping the views within the system insets fixes this. Bug 7410717 fixed. Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
* Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug ↵Winson Chung2012-08-281-3/+3
| | | | | | 7035262, Bug 7056508) Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
* Temporary fix for qsb and hotseat clicking issuesAdam Cohen2012-08-231-4/+4
| | | | Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
* Fixing inability to click hotseat on 720dp devicesAdam Cohen2012-08-221-4/+4
| | | | Change-Id: I4d5e81dcb3f85fa83a3b6aac1ed7bd0dba76a0c8
* Initial changes for new 10inch layout.Winson Chung2012-08-081-8/+59
| | | | Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-1/+0
| | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
* New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+54
Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184