summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make workspace during preview largerlinus_lee2015-01-291-1/+1
| | | | | | | | | | Initially looked at tying the size to be different based on the soft navigiation bar, but that turned out to be a lot larger, so sticking with a simple bump in the preview for now Change-Id: I12f769350f036178731b334d83c04f9facee5cb5 (cherry picked from commit b5f816dd32a4a85275f361d5d4a3c77aa197e775)
* Rename carrier workspace files and config.Matt Garnes2015-01-161-2/+2
| | | | | | | - Rename Micromax config and workspace. - Rename Smartfren config and workspace. Change-Id: Ic13191f11c325715eb5d6e97899e9cbc900778bd
* Trebuchet: Customize features for regional packagekaiyiz2015-01-151-0/+2
| | | | | | | | | - Customize default launcher workspace for India. - Add Smartfren customize workspace layout. - micromax_default_workspace.xml and smartfren_default_workspace.xml is - copied from res/xml/default_workspace.xml Change-Id: I6598869a6b6f29fbad05b4c470e980141e4cbf61
* Trebuchet: Add Backup icon on main screenJing (Mia) Wang2015-01-151-0/+2
| | | | Change-Id: Idcfcabcba72ebdc96b22f7b50c0fdfbc2e7c922b
* Default show unread count to trueRaj Yengisetty2014-12-121-1/+1
| | | | Change-Id: I809627c4b793e106dc8720f34fbda452cb5ee41a
* Launcher: display APP icon paged in main screen as Carrier requirehuiwan2014-11-211-1/+0
| | | | | | | | | | | Carrier require display customized APP: - recommened APP will be placed on the first page on main screen - Carrier's specific APP will be placed on the second page - rest and third APP will be placed on other page Change-Id: I2e52285068012a3e99526225b99bd25365df9bec Signed-off-by: Xiaojing Zhang <zhangx@codeaurora.org>
* Launcher: show unread notify info number at APP icon on Launcherhuiwan2014-11-211-3/+12
| | | | | | | | | | Show APP's unread info number at Launcher: - Register a receiver to receive the UNREAD_CHANGED event to update the APP icon - When the unread number changed, recreate the icon bitmap of icon cache Change-Id: I7dd0fb2c29959f1584682965fb1476e3f3c77739
* PagedView: Transition EffectsNebojsa Cvetkovic2014-11-191-0/+5
| | | | | | | | | | | | | | | | Conflicts: res/layout/overview_panel.xml res/values/cm_arrays.xml res/values/cm_strings.xml res/values/dimens.xml res/values/preferences_defaults.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/PagedView.java src/com/android/launcher3/Workspace.java src/com/android/launcher3/settings/SettingsProvider.java Change-Id: Ib134705952877165c334181548d577b3dceece68
* Trebuchet Settings UI Refresh.Raj Yengisetty2014-11-191-0/+2
| | | | | | | | | | | | | | | | | | - 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
* Removing unused cling resources.Sunny Goyal2014-08-271-3/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating folder open transition for MaterialAdam Cohen2014-08-191-1/+3
| | | | Change-Id: I2babf24a923711adc3f4f70ad3e48140a0d99a76
* Further refinement of all apps / widgets transitionAdam Cohen2014-08-131-3/+7
| | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* Updating the ui for widget restore flowSunny Goyal2014-08-121-0/+4
| | | | | | | | | | | | | | > Pending widget show a PreloadIconDrawable to indicate installation progress > Only the concerned widgets are reinflated on package install and not the whole workspace. > Adding support for storing default package icon in IconCache issue: 10779035 issue: 16737660 Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
* Polishing the AllApps transitionAdam Cohen2014-08-101-1/+2
| | | | | | | | | | -> separating HW layers during animation to be siblings instead of parent-child (was destroying parent layer on each frame) -> Unifying material transition with pre-L, everything is the same, just missing the reveal. Change-Id: I8f7d5e658c2d9298bea83ce8199cb35e6fc0d44e
* Preliminary work on Material TransitionsAdam Cohen2014-07-181-1/+2
| | | | | | | | | | | | | | | -> Early exploration of AllApps Hero transition with circular reveal -> Stripping a bunch of dead code from AppsCustomizeTabHost -> Moved background scrim to DragLayer -> Removed "SMALL" state from workspace: replaced with NORMAL_HIDDEN and OVERVIEW_HIDDEN. This is mainly to reduce the overall usage of the z-space model between allapps/widgets and workspace. There are vestigial remains of this model, mainly due to the overview mode, and a bit for spring-loaded. Change-Id: If2302a24394f0ec66621f01ffa2fc4934aa10c3f
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-0/+3
| | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2013-12-101-2/+0
| | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2013-11-071-2/+4
| | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-0/+6
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Speed up overview transitionAdam Cohen2013-10-111-0/+2
| | | | Change-Id: Ie4086717318939875228dd3a920cecf79ba0ff91
* Add a better app filtering mechanism and filter widgetsBjorn Bringert2013-10-031-0/+5
| | | | | | | | | | | The old one didn't use the app filter when packages were added or updated, only in the initial load. The app filter is now also used for appwidget providers. Bug: 10895858 Bug: 10898990 Change-Id: Id29bbc3cf7bdb0c360edd92f768b86684bd338ed
* Disable update logic for market button.Winson Chung2013-09-301-1/+1
| | | | Change-Id: Ie05995b18252cc78c38b3cb0886407b0c5a13be0
* Fixing overscroll with single page (issue 10937081)Adam Cohen2013-09-261-1/+1
| | | | | | | -> Also fixing asymmetrical assets (10951956) -> Also fixing camera distance to improve overscroll effect Change-Id: If229c7b8a0c80073f6dea89d5fb009a0e2f5845f
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-1/+1
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* Remove memory-debug-related launcher icons & functionality.Daniel Sandler2013-08-231-1/+1
| | | | | Bug: 10441366 Change-Id: I3ddb95839bcd5c07db7e76ce1a28323b499ea30d
* Initial Changes for Dynamic GridWinson Chung2013-08-201-16/+3
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-0/+2
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Adding workaround for page indicators to support many pages.Winson Chung2013-07-181-0/+3
| | | | | | - Tweaking assets until we get something proper Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
* Ensuring that the db reflects all package added/removed/updated broadcasts.Winson Chung2013-07-111-4/+0
| | | | | | - Also ensuring that newly added pages are added before the empty page Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
* New icon to dump heap information and share it.Daniel Sandler2013-06-171-0/+3
| | | | | | | Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
* Changing default screen to 0Adam Cohen2013-06-061-0/+2
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Making folders scrollableAdam Cohen2013-06-061-3/+4
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Stop using mcc for custom workspace cling on sw600dp devicesMichael Jurka2012-10-091-0/+3
| | | Bug: 7203884
* Adding the ability to scale the hotseat or items in the hotseatAdam Cohen2012-08-201-0/+2
| | | | | | | | | | | --> A bunch of stuff breaks when scaling the hotseat. More specifically, drag and drop animations between hotseat and workspace, scaling on pick up, folder animations, determination of item placement. This CL fixes these issues so that the hotseat or hotseat items are ready to be scaled. --> For now, using 90% scale factor for 7-inch+ UIs Change-Id: Iac098409347e76139e4d726a071397b56ac684d2
* Initial changes for new 10inch layout.Winson Chung2012-08-081-0/+3
| | | | Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
* Removing unnecessary config parameter for hw accelMichael Jurka2012-06-281-1/+0
| | | | Change-Id: Ibbbca9fb93319400332ba27f9cae62b1c0cc4313
* Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-081-0/+3
| | | | Change-Id: Iba805137fca121bab7675eac22236af9642c27bb
* Lowering the threshold for flinging on larger devices. (Bug 6575670)Winson Chung2012-05-291-0/+3
| | | | Change-Id: I969057d6135babef430c60f5b2705179210719bb
* Removing crosshairsMichael Jurka2012-04-261-2/+0
| | | | | Bug: 6380576 Change-Id: I26f248fa375ae9ad24417bc55401a08bf4f479a5
* Enable rotation for sw600dp devicesAdam Cohen2012-04-241-0/+1
| | | | Change-Id: Id01c84eba30a80cb21b1527cdc137aba9cda09f2
* Adding fling-to-delete.Winson Chung2012-03-201-1/+1
| | | | | | - Also fixing issue where the drop target icon changes color slower than the text. Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-0/+6
|\ | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+6
| | | | | | | | | | | | | | | | 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
* | Fix a lot of easy lint issuesMichael Jurka2012-02-241-21/+0
| | | | | | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* | Tweaking pickup animation, vibration and removing glow from drag view.Winson Chung2012-02-231-0/+1
| | | | | | | | Change-Id: I8c9741e8b63ca9a0fc4af90e178dbb02fa912d83
* | Fading out workspace when dragging to higlight dragged object.Winson Chung2012-02-231-0/+4
| | | | | | | | Change-Id: I540ce145168a65a029d820d6c14a1e3070f8a5b0
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-131-5/+0
| | | | | | | | Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
* | Reverting: "Animating the drag view scale up and down when dragging items."Winson Chung2012-02-131-3/+4
| | | | | | | | Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-071-4/+3
|/ | | | | | - Also fixing up how we draw the drag view alpha Change-Id: Ied82aec9d52274b0fe65c989eab818b0264a9eb2
* Modifying portals in landscape on the phone UIAdam Cohen2011-11-151-0/+6
| | | | Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0