summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Tweaking clings again to support smaller folders (Bug 10965184)Winson Chung2013-10-011-1/+1
| | | | Change-Id: I324d770fafd7db5d66a870f7825caeb6440ac467
* Tweaking folder cling to support large folders.Winson Chung2013-09-261-4/+4
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-2/+2
| | | | | | | | -> 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-201-8/+14
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Update styling of tile to pick image as wallpaperMichael Jurka2013-09-181-2/+2
| | | Bug: 10743257
* Update to using new crop intentMichael Jurka2013-09-131-0/+2
| | | | | | | 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
|
* Create a separate wallpaper crop activityMichael Jurka2013-09-051-23/+0
| | | Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
* Added settings button to overview modeAdam Cohen2013-08-291-0/+2
| | | | Change-Id: Idcbfa49fe2710dec460155f34bd371321af6cf17
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-1/+3
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-0/+5
| | | | 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
* 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
* 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
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-1/+1
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* 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-231-2/+2
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Bring dummy cling strings back as 'strings'Baligh Uddin2012-10-181-4/+4
| | | | | | | | | | The translations import recognizes 'string', 'string-array' and 'plurals' as valid items to parse, all others are ignored. This is the reason, why these strings have not been imported back into the codebase. Making the string declaration same as when it was removed in cl/236665 Change-Id: I6d53ba9d6267706834cb66e9ca99a1335aa01d14 Bug: 7203884
* Add entries for string resources that appear in clingsMichael Jurka2012-10-111-0/+13
|
* Stop using mcc for custom workspace cling on sw600dp devicesMichael Jurka2012-10-091-13/+0
| | | Bug: 7203884
* Re-merge "Add support for custom manta cling"Michael Jurka2012-10-081-0/+2
| | | | | | | | | | | | | | Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
* Revert "Add support for custom manta cling"Michael Jurka2012-10-081-2/+0
| | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* Add support for custom manta clingMichael Jurka2012-10-051-0/+2
| | | | | | - Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663
* Fixing issue with resource ids. (Bug 6532243)Winson Chung2012-05-231-0/+12
| | | | Change-Id: Ie4a245a224038a750e60b0203003638fd561713d
* DO NOT MERGE Add content descriptions for workspace cells.alanv2012-05-071-1/+4
| | | | | Bug: 6441414 Change-Id: Iba57fb25c4c7e57a04b45ca60923edd9158228aa
* Say "Home" instead of "Launcher" in TalkBack modeMichael Jurka2012-04-301-0/+2
| | | Change-Id: Iec9036d693913967009696c1c90825bee8b7d9c6
* Fixing strings to distinguish between being out of space for a single screen ↵Winson Chung2012-04-241-2/+4
| | | | | | and being completely out of space. (Bug 6381160) Change-Id: I3ee3ab2151154ab39f158fbb4776ad7b04d0baab
* Making the text reflect the container when you are unable to drop onto a space.Winson Chung2012-03-261-0/+2
| | | | Change-Id: Ib3734b7f7767bdf0fb4c95dcc1298da02c04e9cd
* Adding animation post-installing a shortcut.Winson Chung2012-03-231-1/+1
| | | | Change-Id: I63bb3b713fab28a43e61333dd331dbf2d211faa7
* Mark string format tokens as placeholders.Eric Fischer2012-02-241-3/+3
| | | | | | This will keep them from potentially getting mangled in translation. Change-Id: I4d805a3ce4e50e735c43b6f30186d9ac01c532af
* Edits to strings per UI text standards.Claudia de Veaux2011-12-091-7/+7
| | | | | | | | | * Use "choose" rather than "select" when asking the user to make a choice of an option. * Use "touch" rather than "tap" * We're standardizing "Allow the app..." in permission descriptions Bug: 5163232 Change-Id: Ie43459127c0c5036881685b85f4b599c0e5402ff
* Merge "Initial changes to make folders accessible" into ics-mr1Adam Cohen2011-10-261-4/+18
|\
| * Initial changes to make folders accessibleAdam Cohen2011-10-261-4/+18
| | | | | | | | Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
* | String scrub to bring to punc, wording, etc. standards.Claudia de Veaux2011-10-201-18/+18
|/ | | | | | Bugs: 5165745, 5163232, 5162668, 5162667, 5162328 Change-Id: I20e5b747fe040f26cbfe38a61bb5aafc68115671
* Remove unneeded permissionsRomain Guy2011-10-051-7/+0
| | | | Change-Id: I328402278d53aa39459d5c6b21890c9c720a726e
* Add resource declaration for string that is only in an overlay.Eric Fischer2011-09-301-0/+1
| | | | Change-Id: I218e57916f7e6ba6d2173a78a8b4a2f391a272fb
* remove references to google appsMichael Jurka2011-09-281-11/+2
| | | Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e
* Use American spelling.Daniel Sandler2011-09-211-1/+1
| | | | | Bug: 5351455 Change-Id: I039b7485663be126dd0fcc3cf57226d415c1cb8f
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-7/+12
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* We were too clever! Restoring the default folder name.Winson Chung2011-09-091-1/+1
| | | | Change-Id: I363328040be78e395abf1903212c93b8bbe54f08
* Tweaking grid spacing (5162387)Winson Chung2011-08-291-1/+1
| | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* Merge "Cling ALL the things! (Workspace and AllApps)"Winson Chung2011-08-221-0/+16
|\
| * Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-0/+16
| | | | | | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* | Adding settings menu back... (5165175)Winson Chung2011-08-221-1/+1
|/ | | | Change-Id: Iaf413a7e9f9aecfa2c868b8700571884af7821ee
* Changing menus to show Wallpapers, Manage Apps, Help. (5114668)Winson Chung2011-08-121-0/+5
| | | | Change-Id: I7e2042245291b07fa048ca43613ca506b21b456e
* Merge "Fixing crash and updating default layout"Winson Chung2011-08-051-0/+3
|\
| * Fixing crash and updating default layoutWinson Chung2011-08-051-0/+3
| | | | | | | | | | | | | | - Fixing dragging/rotation crash due to runnables referencing old Launcher activity (5122814) - Updating default layout to add portal and contents (4998213) Change-Id: I87658e7119a2b86aea25ebc7ecc82ee0ebcffc1e
* | Solving bug where labels were unevenMichael Jurka2011-08-051-2/+2
|/ | | | | | - Ensuring all icons, even those that are pulled from our database cache, are always the correct size - Solves bug where loading icon for shortcuts with missing activities on a GB->ICS upgrade caused uneven labels (Bug 5111191) Change-Id: I4b8a97c3b0fa02fd189f82d0c01444f47fee2205
* Adding menu to jump to shortcuts page in widgets tabWinson Chung2011-07-251-0/+3
| | | | | | | | - Fixing bug in PagedView when setting the current page - Fixing small visual issue with flashing scroll indicator - Fixing slightly offset holographic icons Change-Id: Ic6ce6365daca41cb5a73706c7c4b078f33a4e39c