summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add WidgetsAndMore bottom sheet" into ub-launcher3-dorvalTony Wickham2017-03-301-0/+4
|\
| * Add WidgetsAndMore bottom sheetTony Wickham2017-03-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | - Contains two rows, one for widgets, and one for "configurable shortcuts" that have customization activities - Extends AbstractFloatingView and uses VerticalPullDetector for touch interactions - No way to show this currently; will add options to popup in followup Bug: 34940468 Change-Id: Iab62c2cb89428f91119c9c86f9db886496c321fd
* | Updating some strings in add widget/shortcut flowSunny Goyal2017-03-301-2/+2
|/ | | | | Bug: 36725328 Change-Id: I1006a48201fc5abb5c1f70c244c79a63f3195565
* Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-091-0/+5
| | | | | | | | | | > Disabling Install shortcut broadcast for O and above > Adding a preference to control automatic icon addition on homescreen > Adding icons on homescreen for new installs based on the above preference Bug: 32920609 Bug: 27967412 Change-Id: I92e5cb7c841fb445dc8bc058d975f212ee54f8d1
* Update notification visuals (part 2)Tony Wickham2017-03-021-1/+4
| | | | | | | | | | | | | | - Background is now white, and color beneath and divider color updated accordingly (not from color extraction) - Removed overflow text ("+6") and added it to a header ("6 Notifications"). Use "..." instead if there is an overflow. - Even spaced out icons in notification footer between the far right icon and the ellipsis - Remove code to change arrow tint, since it is always white now. This also fixes the issue where it was drawn as a rect. Bug: 35766387 Change-Id: I03bfda4ff029f23dd8b3dd1b72f534ea0e2c0816
* Enabling translation for string relates to Add to homescreen confirmation promptSunny Goyal2017-02-171-2/+2
| | | | | Bug: 34819119 Change-Id: Id4c522319c92641faa28bb685f4ea4658aa4ec9e
* Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-0/+7
| | | | | | | | | | | | | | - Next secondary icon animates up to replace dismissed main notification - Add padding around main notification so it always aligns with the straight edges of the view (not the rounded corners); looks more dismissable - Notification view collapses as notifications are dismissed - To mimic system notification behavior, we copy SwipeHelper, FlingAnimationUtils, and Interpolators. We also apply elevation to notifications and reveal a darker color beneath when dismissing. Bug: 32410600 Change-Id: I9fbf10e73bb4996f17ef061c856efb013967d972
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-0/+4
| | | | | | | on the workspace. Bug: 33584624 Change-Id: I664366822fe8088742faff2cce006239ab0771bc
* Exposing custom actions using keyboard shortcutSunny Goyal2016-09-231-0/+4
| | | | | | | | | | | | | Keyboard shortcuts: ctrl+A => Open all apps ctrl+S => shows deep shortcuts ctrl+O => shows custom actions popup This also removes the direct delete/uninstall key shortcuts, making actidental icon removal less likely Bug: 24065447 Change-Id: Iae63370c0f33620628567cffd4df024064d4d02e
* Add context to widget dimensions for accessibility.Jon Miranda2016-09-191-0/+2
| | | | | Bug: 19085860 Change-Id: Ia28c2c14b93945d796226eea3de040e971fd42f0
* Updating content description for the shortcuts menu and announcingSunny Goyal2016-08-021-0/+3
| | | | | | | it when the container is opened Bug: 30587453 Change-Id: I6f2d3ba05593f3e2a1a8f05c66a0f80e76932c38
* Showing the shortcuts in the disabled state and removing ti from the menuSunny Goyal2016-07-281-0/+2
| | | | | | | when its disabled Bug: 30315906 Change-Id: Ice747e7be955d8bb2dd65191f7613e2afd4abc1c
* Updating the label for shortcuts acitonSunny Goyal2016-07-271-1/+1
| | | | | Bug: 30374655 Change-Id: I92d269aca8b9361356b1b2241b24fc9e17ad1074
* Added custom actions for showing the shortcuts menu and adding a quick actionSunny Goyal2016-07-251-0/+3
| | | | | | | on the home screen Bug: 30374655 Change-Id: I2f3ae31f2fb2c09f64f2a47e95a9d25435f7efe2
* Updating the content description of disabled iconsSunny Goyal2016-07-131-0/+2
| | | | | Bug: 27644457 Change-Id: I03aec29e0ea6017b51dcd7567967a067e478cefd
* Merge "Updating page indicator content description to indicate click target ↵Sunny Goyal2016-07-091-1/+1
|\ | | | | | | for apps list" into ub-launcher3-calgary
| * Updating page indicator content description to indicate click targetSunny Goyal2016-07-081-1/+1
| | | | | | | | | | | | | | for apps list Bug: 29777235 Change-Id: Ia3dc20db7ec06455429389de5752b9bcfff15555
* | Updating the allow rotation settings textSunny Goyal2016-07-081-2/+2
|/ | | | | Bug: 28704055 Change-Id: I7d4780f0d90b9c98b6c5126417538cf1b014c65b
* Merge "Delete all* references to launcher clings." into ub-launcher3-calgaryAndrew Sapperstein2016-07-011-18/+0
|\
| * Delete all* references to launcher clings.Andrew Sapperstein2016-07-011-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | Launcher clings are dead. Delete all the code and resources associated with them. * Did not delete the actual code the marks the cling as dismissed since it's used in db upgrade and backup/restore paths. Figured we probably want to keep that. Change-Id: I28841b4a430187b62b239afeb64bee81a798e259 Fixes: 29461092
* | Updating all apps to match specPeter Schiller2016-06-301-1/+1
|/ | | | Change-Id: Ie351fdea2e3b05ca911e6533f0c5d00c17e0847c
* Merge "Accessibility fixes and updates" into ub-launcher3-calgarySunny Goyal2016-06-221-0/+2
|\
| * Accessibility fixes and updatesSunny Goyal2016-06-221-0/+2
| | | | | | | | | | | | | | | | > Adding custom actions on the page indicator to go to overview mode > Disabling custom actions on the first page > Disabling 'move page left' on the second page Change-Id: Ib8154f70cb3f93e663a881357c6c46c33253887f
* | Updating some strings 'Tap & hold' > 'Touch & hold'Sunny Goyal2016-06-221-2/+2
|/ | | | | Bug: 29388170 Change-Id: Ida97ac8b49d0b365a5437ec4926d16c6486659eb
* Updating the app search buton textSunny Goyal2016-06-071-3/+2
| | | | | Bug: 28774501 Change-Id: I268a2d98f70d160c91ebd8fc796f3626ae67c159
* Removing logic for workspace migration from Launcher2Sunny Goyal2016-05-231-3/+0
| | | | Change-Id: I8a121d74862f665c58406f8d5c7eb1263e7ccff3
* Making the 'Allow rotation' setting dependent on system stateSunny Goyal2016-05-161-1/+5
| | | | | | | | | | | The setting will not be available on a tablet, where rotation is always enabled. On mobiles, it will be disabled when auto-rotate is disabled in display settings. Also removing content provider dependency from settings, as its in the same process as launcher. Bug: 28704055 Change-Id: Ibe6b1e67411fb0e4b2e36446710f463e4a3d6883
* Showing a toast when changing wallaper is disabledSunny Goyal2016-04-211-0/+2
| | | | | | Bug: 27940102 Change-Id: I373093d9b85dca356aaa8798931d5315981fd74c (cherry picked from commit 2afb636180fbc6832274aab1f8ac6e5407ae191a)
* Removing Launcher broadcast support from Launcher3Sunny Goyal2016-04-151-3/+0
| | | | Change-Id: Ibaf5fe1465d3858b060fc2958194cf60f22a11db
* Removing first launcher broadcastSunny Goyal2016-04-141-3/+0
| | | | Change-Id: I225205a219cf2e0f27bb3c78cbdad1a3429d466f
* Chaning touch to tapSunny Goyal2016-02-221-4/+4
| | | | | Bug: 26880138 Change-Id: Ieedb37df75446d5a3c2878d16a1ba698e86c9ad2
* resolve merge conflicts of 3826bab27e to ub-launcher3-calgary.Sunny Goyal2016-02-101-1/+1
|\ | | | | | | Change-Id: I14ff2d67de4ba97628bdf651602724f9f4989173
| * Merging search bar with all appsSunny Goyal2016-02-081-1/+1
| | | | | | | | Change-Id: I78577124cd3c05d52669c3e52b0294d6eb1d194d
* | am 44b48f77: am 28c6b963: Showing a permission prompt for direct call shortcutsSunny Goyal2015-10-141-1/+4
|\| | | | | | | | | * commit '44b48f77027c386885ed459de501f9d822abac9c': Showing a permission prompt for direct call shortcuts
| * am 28c6b963: Showing a permission prompt for direct call shortcutsSunny Goyal2015-10-141-1/+4
| |\ | | | | | | | | | | | | * commit '28c6b963d4ccac73ab857c839420513dd560945c': Showing a permission prompt for direct call shortcuts
| | * Showing a permission prompt for direct call shortcutsSunny Goyal2015-10-121-1/+4
| | | | | | | | | | | | | | | Bug: 24580949 Change-Id: Idc92f9f5979a730f43b4905af2bc47b6834dc7a7
| * | Moving a few testing classes to a separate packageSunny Goyal2015-10-071-5/+0
| | | | | | | | | | | | Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
* | | Added 'Cancel' drop target from all apps and widget picker.Tony Wickham2015-10-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reuse DeleteDropTarget since it's the same effect, but with "Cancel" instead of "Remove" if supportsDeleteDropTarget() returns false. - Rename related strings (but not their values) Bug: 24104015 Bug: 24099531 Change-Id: Ia9fbcaa17bb17f7aa31df1f830298da01544c178
* | | am eaaed098: Merge "Adding progress information for preload icons in content ↵Sunny Goyal2015-10-011-0/+4
|\| | | | | | | | | | | | | | | | | | | | description" into ub-launcher3-burnaby-polish * commit 'eaaed098a633eb5a5759778d5b015e11373a5e3d': Adding progress information for preload icons in content description
| * | Adding progress information for preload icons in content descriptionSunny Goyal2015-10-011-0/+4
| | | | | | | | | | | | | | | Bug: 24086091 Change-Id: Id8fb024973f4affd998627d30077e2764b07edc4
* | | resolved conflicts for e78e3d73 to ub-launcher3-masterSunny Goyal2015-09-251-0/+4
|\| | | | | | | | | | | Change-Id: Idc119a57e21cf6016ee0fd91866839301db072d6
| * | Accessibility fixesSunny Goyal2015-09-251-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | 1) Use a different content description for temporary new page 2) Use different accessibility description for add widget toast 3) Announce when an item is deleted 4) Announce when hovering over a drop target 5) Announce state during drag-n-drop and widget resize (similar to seekbar) Bug: 23573321, 24057944 Change-Id: Icabb317625e70c78e11c0b4f99b9339172d93594
* / Moving a few testing classes to a separate packageSunny Goyal2015-08-191-5/+0
|/ | | | Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
* 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