summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Adding market search.Winson Chung2015-08-061-2/+5
| | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Enabling translation for preference stringSunny Goyal2015-06-251-3/+1
| | | | | | | > Removing description string Bug: 22065032 Change-Id: I8acb51b113066924f028b4dd891b508027e7cb6a
* Using content provider to update launcher settingsSunny Goyal2015-06-121-3/+0
| | | | | | | | > Removing cross process preference file > Removed broadcast listener management for settings changes > Defining content provider method to get/set laucnehr preferences Change-Id: Ida36eac0ab17c1d48fedc9404817a53a89b36c4f
* Use a broadcast receiver instead of a settings observer.Rahul Chaturvedi2015-06-041-0/+3
| | | | | | | | Settings observer doesn't work if a setting is modified in another process, hence we instead register a receiver which listens for a signal from the settings process that the rotation preference has changed. Change-Id: I570e3c67bb64a32347e84ca00a8ac31d9010eac3
* Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-011-0/+6
| | | | | | | | | | | | This CL adds a Settings activity along with the code needed to provide a "Allow Rotation" setting to all phones and tablets. This setting is set to false for phones and true for tablets. On changing the setting from unlocked to locked, the launcher (and the Settings activity) will get locked to the orientation the user was in when he disabled "Allow Rotation". This is consistent with how the natural rotation feature of Android works. Change-Id: I8a1c59d1fa0bb9262530cad96e0a9bdbab0d9344
* Moving all apps code into sub package.Winson Chung2015-05-221-5/+5
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Fixing accessibility stringSunny Goyal2015-05-191-1/+1
| | | | | Bug: 19776741 Change-Id: Ie020911bd17aa102eddfc69d6b3db5c19db9c6ac
* Enabling translation for accessibility stringsSunny Goyal2015-05-191-27/+27
| | | | | | | | > All the action strings are set to char limit 30 so that they play nice with accessibility UI. Bug: 19776741 Change-Id: I74612cc34a3a458541106319b3f8c36d54cc1138
* Removing some more unused resourcesSunny Goyal2015-05-141-17/+0
| | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* Adding accessibility widget resizeSunny Goyal2015-05-061-0/+19
| | | | Change-Id: I954f01733474450cbeedba2406e1d6d373bb87a3
* Accessibility: Page re-ordering in overview modeSunny Goyal2015-05-061-0/+9
| | | | Change-Id: I5fc0ad326a63b6768cb1fae55ee6e05a9fc2b659
* Adding accessibility action to move item out of a folderSunny Goyal2015-04-291-0/+2
| | | | Change-Id: If67e3472793d6e0913adfbc9d78f64de7f751664
* Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnabySunny Goyal2015-04-301-3/+15
|\
| * Enabling accessibility drag and drop in folderSunny Goyal2015-04-281-3/+15
| | | | | | | | | | | | | | | | | | | | > Moving DragAndDropAccessibilityDelegate to a separate class > Using getFocusedVirtualView() instead of using DownX and downY > Updating various accessibility strings Bug: 19776741 Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6
* | Removing obsolete resourcesSunny Goyal2015-04-291-108/+1
|/ | | | Change-Id: I9a8d3d23e772a3ffc161ac97a5f08808aab79d5b
* Goodbye folder sortingSunny Goyal2015-04-271-3/+1
| | | | | | > Removing all traces of folder sorting Change-Id: Id77a7745564c869f5c5c1b3a560bf606fe08b107
* Accessibility fixesSunny Goyal2015-04-241-2/+2
| | | | | | | | > Enabling top bar buttons in accessibility drag-drop > Unifying logic to show delete/uninstall/app-info targets > Announcing cell loction as 1-index instead of 0-index Change-Id: Ibc7801f77e938b2646f0655462cbe9b7f781818b
* Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-101-0/+2
| | | | | | | | | | | | When the managed profile is created, a "Work" folder is created and added to the homescreen. All work profile apps are added to this folder and icons for subsequent installs (withing a fixed time frame) are automatically added to this folder. If this folder get deleted or the time-frame expires, icon for any new install is placed on the homescreen. Bug: 17410319 Change-Id: I49f4e437707d5eabe4eec85320765bf6ba7fde97
* Removing unused receiversSunny Goyal2015-04-081-5/+0
| | | | | Bug: 20068934 Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
* Removing UninstallShortcutReceiverSunny Goyal2015-04-011-2/+0
| | | | | | | | | > Removing support due to its flacky design. Removing a shortcut causes a full reload. Also we do not have any concept of owner, so any app can remove any shortcut. Bug: 11372484 Change-Id: I781c922fac7dc77ea82cd0a2af74a5fca22500de
* Adding sort switch in FolderPagedViewSunny Goyal2015-03-171-0/+2
| | | | | | | | | > Adding options column in DB to store generation purpose flags > Storing isSorted flag in FolderInfo > Adding a switch for A-Z sorting (only visible if pageCount > 1) > When in sorted mode, spring-load snaps to the target location for 1.5 seconds Change-Id: I8c7c778d2cc3ccbd35a2890a1a705e1c1a7e9a66
* Don't translate these strings until they're finalAdam Cohen2015-03-161-10/+10
| | | | Change-Id: I145aecfb83380101404494b72e68962b1ebfbd53
* Minor changes to apps view.Winson Chung2015-03-131-0/+4
| | | | | | | | - Ensuring that apps with numbers and in other locals have a section header. - Adding an empty state when there are no apps with the current filter - Removing unnecessary call to check AppInfos Change-Id: I9dc541c680475b98745fa257ad7e4af06e3966c9
* Adding app grid layout with fastscroller.Winson Chung2015-03-121-0/+4
| | | | | | - Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff
* Enabling accessible drag and dropAdam Cohen2015-03-091-0/+28
| | | | | | | | | | | | | | | | | | | | | | -> Using the context menu, and a new two stage system, this allows users to curate icons and widgets on the workspace -> Move icons / widgets to any empty cell on any existing screen, or create a new screen (appended to the right, as with regular drag and drop) -> Move icons into existing folders -> Create folders by moving an icon onto another icon -> Also added confirmations for these and some existing accessibility actions Limitations: -> Currently, no support for drag and drop in folders -> Considering moving the drag view so it doesn't occlude any content (in particular, when user changes pages) -> In this mode, accessibility framework seems to have problems with the next / prev operations Bug: 18482913 Change-Id: I19b0be9dc8bfa766d430408c8ad9303c716b89b2
* Adding accessibility controlsSunny Goyal2015-01-161-3/+4
| | | | | | | | | | | > Adding 'Remove' option to workspace items > Adding 'Add to workspace' to all apps and widget list items, which adds the item to the first available space, giving preference to the current workspace screen > Adding 'App info' and 'Uninstall' options to appropriate items Bug: 18482913 Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
* am b155bbb3: Merge "Using the default search widget in Launcher3" into ↵Sunny Goyal2014-11-121-4/+0
|\ | | | | | | | | | | | | ub-now-queens * commit 'b155bbb375c6bfed14f79def122d69c7659434f7': Using the default search widget in Launcher3
| * Using the default search widget in Launcher3Sunny Goyal2014-11-111-4/+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
* | Changes made to accomodate GSA in Google3 w/ RobolectricCameron Neale2014-10-311-1/+0
|/ | | | | | | | | | | | | dragViewOffset removed from WallpaperPicker as it was causing a duplicate resource conflict with launcher3 and was not used within the WallpaperPicker project. Empty <application> tag added to WallpaperPicker manifest as required by Robolectric Removed <add-resource> tag from L3 manifest, unrecognized by Robolectric Change-Id: I3744fc50731f82c3e6fdc01d9819e9a0302dc503
* Some resource fixes for drop targetSunny Goyal2014-10-231-3/+3
| | | | | | | | | | > Making it singleline with ellipsis everywhere > Decreasing the text size on smaller devices > Decreasing char limit for various labels Bug: 17563793 Bug: 17938450 Change-Id: I8ad1a156de0601d07419b2cc6418389bc2e24a4e
* Merge "Showing widgets in a disabled state, when running in safe mode" into ↵Sunny Goyal2014-10-201-0/+2
|\ | | | | | | ub-now-queens
| * Showing widgets in a disabled state, when running in safe modeSunny Goyal2014-10-161-0/+2
| | | | | | | | | | | | Bug: 15172107 Change-Id: I7209836ca4ffacde7b7b232e230e9b9f1a0e54bb
* | Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-171-3/+0
|/ | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Keeping icons in disabled state when SD-card is unmountedSunny Goyal2014-10-081-0/+2
| | | | | | | | | | > changing shortcutInfo.isDisabled to be a flag based variable > on received OnPackageUnavailable, icons are disabled from desktop instead of being removed. Icons in all apps are removed Bug: 15852084 Bug: 16238283 Change-Id: I126d23c709682a917d4bbb84de71032593dce8f9
* Adding strings for the new clings.Sunny Goyal2014-08-211-0/+6
| | | | | | issue: 16127412 Change-Id: I15864b2c0b24030150e6aa1cca0b9e0dc6e1e624
* Updating the ui for widget restore flowSunny Goyal2014-08-121-4/+1
| | | | | | | | | | | | | | > 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
* Adding support to restore widgets even for jelly beans.Sunny Goyal2014-08-081-1/+4
| | | | | | | | | | | | | | | > Show 'widget-not-ready' until the widget app is installed > Once the app is installed, bind a new widget id (not required on L if id-remap was received). **Remove the widget if bind failed > If the widget has no configuration screen, show the widget, otherwise show 'setup-widget'. > Clicking 'setup-widget' shows the config screen, and updates the widget on RESULT_OK. issue: 10779035 Change-Id: I2f8b06d09dd6acbc498cdd93edc59c26e5ce17af
* Adding broadcast to indicate first launcher loadAdam Cohen2014-07-231-0/+3
| | | | | | | | -> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-211-0/+3
| | | | | | | | | | | When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055
* Merge "Merging Motorola's patch to disable apps when is safe mode." into ↵Sunny Goyal2014-07-181-0/+2
|\ | | | | | | ub-now-master
| * Merging Motorola's patch to disable apps when is safe mode.Sunny Goyal2014-07-181-0/+2
| | | | | | | | | | | | issue: 16044192 Change-Id: I10069dcdf459ecc71361271e883eabb743d77822
* | Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resourceAdam Cohen2014-07-161-0/+3
|/ | | | Change-Id: I2aca0108e3b41dc1db80d552dd6242a5a8d0245d
* Drop support for remove all dead promises.Chris Wren2014-07-011-9/+3
| | | | | Bug: 12764789 Change-Id: Id876b66cf8da4388cb3ed5670a0bbdcf73f2982d
* Update text on dead shortcut removal dialog.Chris Wren2014-07-011-7/+10
| | | | | Bug: 12764789 Change-Id: I9eda1abba2edc3857ce63da2c7c14e13b9a2505e
* Offer to delete broken promise icons.Chris Wren2014-06-271-0/+17
| | | | | | | | | Track state of promise in the info, not the view. Fix bugs around moving promises to folders. Fix bugs around filterign and removing promises. Bug: 12764789 Change-Id: If5e8b6d315e463154b5bafe8aef7ef4f9889bb95
* Merge "Allow the old launcher content URI to be overrided" into ↵Adam Cohen2014-04-171-0/+4
|\ | | | | | | ub-now-mister-ugly
| * Allow the old launcher content URI to be overridedJason Monk2014-03-211-0/+4
| | | | | | | | | | | | | | | | | | | | Move the URI used to import favorites from launcher2 to be loaded from a string resource. This allows it to be overridden. This will enable permissions fix for GoogleSearch. Bug: 12058200 Change-Id: I31243fe89f545c9771d5cceffe1c9e7668a42bc5
* | update strings for welcome backChris Wren2014-04-011-1/+1
|/ | | | | Bug: 13531041 Change-Id: Iabcb40df50850bd91b9ec972b407e4267960e4b9
* update promise icon statusChris Wren2014-03-111-0/+11
| | | | | | | also fix a crash in LauncherModel.DEBUG_LOADERS Bug: 10778992 Change-Id: Iafc28c1e0c2f2a1283783a7ce27e181634b62993