summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add support for <include> in workspace XML.Daniel Sandler2013-10-031-0/+3
| | | | | | | | | | | | Note that this doesn't honor folder nesting (that is, you can't include an XML file full of shortcuts inside a <folder> node and expect them all to appear in that folder). It's really just a way to concatenate/overlay multiple XML files, making it easier to make a few tweaks/additions for certain screen sizes or locales. Bug: 10932771 Change-Id: I1fc29477d0717a8a7bc116f16729a955e6c625d5
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-1/+1
|
* Tweaking clings again to support smaller folders (Bug 10965184)Winson Chung2013-10-011-1/+1
| | | | Change-Id: I324d770fafd7db5d66a870f7825caeb6440ac467
* Disable update logic for market button.Winson Chung2013-09-301-1/+1
| | | | Change-Id: Ie05995b18252cc78c38b3cb0886407b0c5a13be0
* Tweaking folder cling to support large folders.Winson Chung2013-09-262-5/+5
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* 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
* Merge "Launcher changes to support custom cling hints." into ↵Winson Chung2013-09-241-0/+2
|\ | | | | | | jb-ub-now-indigo-rose
| * Launcher changes to support custom cling hints.Winson Chung2013-09-241-0/+2
| | | | | | | | Change-Id: Ic381f43b96fb15a7a485b139635795e89564cc3b
* | Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-241-1/+2
|/ | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Getting the Overview Mode to look up to specAdam Cohen2013-09-224-4/+6
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* Initial changes to restore clings.Winson Chung2013-09-202-20/+37
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* New folder look / assetsAdam Cohen2013-09-201-0/+1
| | | | | | | -> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9
* Merge "Fixing some grid spacing issues. (Bug 10754537, 10754538)" into ↵Winson Chung2013-09-201-6/+2
|\ | | | | | | jb-ub-now-indigo-rose
| * Fixing some grid spacing issues. (Bug 10754537, 10754538)Winson Chung2013-09-191-6/+2
| | | | | | | | | | | | | | - Ensuring app names don't run into each other in folders and on the workspace - Ensuring that app names are aligned with folder names Change-Id: Ie8d546eacd52005778d81c46011c1c84bc24118c
* | Add live wallpapers and third-party pickers to bottom stripMichael Jurka2013-09-201-0/+1
|/ | | | | | Bug: 10742727 Bug: 10805463 Change-Id: I961344b34fff3b183380caf3508d23b05c1ca26c
* Changing font family to condensed for icons and folders (issue 10823062)Adam Cohen2013-09-181-0/+1
| | | | Change-Id: If166f01091a5a400492dc178a4c1503de87b05b7
* Update styling of tile to pick image as wallpaperMichael Jurka2013-09-181-2/+2
| | | Bug: 10743257
* Update to using new crop intentMichael Jurka2013-09-132-3/+5
| | | | | | | Also, unify WallpaperCropActivity so it's identical to the system default version (mainly removing Launcher dependencies) Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
* Adding ability to delete previously saved wallpapersMichael Jurka2013-09-121-0/+11
| | | | | | | - Also preserving temporarily picked wallpapers on rotation Change-Id: I35361e2a5619cd986bd8b66268ce9e94b9a0027e
* Re-add string that's used as title of wallpaper pickerMichael Jurka2013-09-101-0/+2
|
* Initial changes to restore AllApps.Winson Chung2013-09-053-18/+5
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Create a separate wallpaper crop activityMichael Jurka2013-09-051-23/+0
| | | Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
* Move wallpapers to external activityMichael Jurka2013-09-041-21/+0
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Added settings button to overview modeAdam Cohen2013-08-291-0/+2
| | | | Change-Id: Idcbfa49fe2710dec460155f34bd371321af6cf17
* Remove memory-debug-related launcher icons & functionality.Daniel Sandler2013-08-231-1/+1
| | | | | Bug: 10441366 Change-Id: I3ddb95839bcd5c07db7e76ce1a28323b499ea30d
* Oops, fix build breakage caused by missing files.Michael Jurka2013-08-211-0/+21
| | | Also, remove preview images for wallpaper pickers.
* Remove built-in wallpaper picker.Daniel Sandler2013-08-212-42/+0
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-213-2/+16
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Merge "Initial Changes for Dynamic Grid" into jb-ub-gel-agarWinson Chung2013-08-204-124/+9
|\
| * Initial Changes for Dynamic GridWinson Chung2013-08-204-124/+9
| | | | | | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* | Modify qsb bar elements to handle hotword state.Cristina Stancu2013-08-161-0/+1
|/ | | | | | | | | | They currently handle a pressed mode (showing a blue overlay), we'd like them to also handle a hotword state that would modify their appearance when hotword is available and active. Meant to work with: ag/344334 Change-Id: I07e261ce64307fdad8a4c16fc02eb009ca826ece
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-133-0/+9
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Adding switch to toggle Memory OverlayAdam Cohen2013-07-191-0/+2
| | | | | | | | | | -> The overlay causes performance regressions so it's hard to evaluate performance with it on. -> Also, the WeightWatcher is still running regardless, so you can always check it -> Saved as a shared pref Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
* Adding workaround for page indicators to support many pages.Winson Chung2013-07-182-0/+10
| | | | | | - Tweaking assets until we get something proper Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-172-0/+6
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* 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
* Use autoscroller to handle drag scrollingMindy DelliCarpini2013-07-031-3/+0
| | | | Change-Id: Ie094cbfa91f898133f84ad9ffc349d8cfa07e668
* Accelerate scrolling based on duration of drag near edgeMindy DelliCarpini2013-06-271-0/+3
| | | | | | | TODO: tune max/ min scrolling velocity Tune scroll trigger zones Change-Id: I1daf10f12617fa9362cb340d5ed7bac98b23c9be
* New icon to dump heap information and share it.Daniel Sandler2013-06-172-0/+6
| | | | | | | Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
* Add a dummy activity which we can catch on-click in launcher to open ↵Adam Cohen2013-06-061-0/+2
| | | | | | allapps/widgets Change-Id: Idc718a9e03e7358f972c59fcfc3bf2eaf75e56ee
* Changing default screen to 0Adam Cohen2013-06-061-0/+2
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Making folders scrollableAdam Cohen2013-06-061-3/+4
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Delete unused class HandleViewBjorn Bringert2013-06-061-16/+0
| | | | Change-Id: I775d34a2c0a755994a6e1bfe6127fed4ddcda0b7
* Launcher2 is now Launcher3.Daniel Sandler2013-06-052-13/+1
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fixing issue with qsb icons not being sized correctly. (Bug 8543618)Winson Chung2013-04-121-1/+1
| | | | Change-Id: I807eaa8323e138c3ad13b6b923a3598c072c0588
* Fix for bug #8456352 [BiDi][fa] Widget dimensions are RTL in FarsiFabrice Di Meglio2013-04-081-1/+2
| | | | | | | | | | | | | - make the string translatable After this patch, there will need to have the string translated for all supported languages. For Farsi (the only exception), the string should be defined as: <string name="widget_dims_format">%2$d \u00d7 %1$d</string> Change-Id: I7acd305b677a8dbc0d12a751a6faad54424c641d
* Add first RTL support to LauncherFabrice Di Meglio2013-01-232-18/+18
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Don't use text shadows inside folders and all appsMichael Jurka2013-01-101-0/+4
| | | (saves memory)
* Adding width / height to cling text styleAdam Cohen2012-10-191-0/+2
| | | | Change-Id: Ia39b049fe414edf926c221baed3b1223199ce2a7