summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* Import translations. DO NOT MERGEBill Yi2016-07-0577-700/+84
| | | | | Change-Id: I0dff7ed5910b590b7adb416f2f28240f25a9d73f Auto-generated-cl: translation import
* Merge "Delete all* references to launcher clings." into ub-launcher3-calgaryAndrew Sapperstein2016-07-0113-202/+0
|\
| * Delete all* references to launcher clings.Andrew Sapperstein2016-07-0113-202/+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
* | Merge "Use colorSecondary for darker bg color." into ub-launcher3-calgaryAndrew Sapperstein2016-07-018-7/+43
|\ \
| * | Use colorSecondary for darker bg color.Andrew Sapperstein2016-06-308-7/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used for widget headers and a few other places. In order to support pre-API 25, an app-local version of colorSecondary is created and used throughout the app. A new WidgetContainerTheme sets colorSecondary to a canned value. On API 25+, colorSecondary is set to the platform value. Change-Id: Ie0dd66333052b7346eea5d82d1c88417c6a2cd00 Fixes: 28625102
* | | Updating all apps to match specPeter Schiller2016-06-306-33/+80
| |/ |/| | | | | Change-Id: Ie351fdea2e3b05ca911e6533f0c5d00c17e0847c
* | Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryTreeHugger Robot2016-06-302-4/+2
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-06-292-4/+2
| |/ | | | | | | | | Change-Id: I3c1ec437db67beb06a1106d595e11c854863a771 Auto-generated-cl: translation import
* / Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-295-1/+92
|/ | | | | | | | | | | | | | | - Add ShortcutsContainerListener to icons on workspace, folders, and all apps. This handles long-press and forwards following touches to the DeepShortcutsContainer that is created. - Drag over shortcut before lifting finger to launch it. - Shortcuts are rendered in pill-shaped DeepShortcutViews, which are inside DeepShortcutContainer on DragLayer. - The shortcut container orients above or below the icon, and left or right-aligns with it. Biases for above + left-align. - Long press a DeepShortcutPill to drag and pin it to the workspace. Bug: 28980830 Change-Id: I08658d13ae51fe53064644e8d8f7b42f150fdd7d
* Import translations. DO NOT MERGEBill Yi2016-06-2775-150/+75
| | | | | Change-Id: I4f5fae17ab275cf5bfe13028cac26bee0b67d6c9 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-06-2377-155/+309
| | | | | Change-Id: Ifaac7090ceb63b188e8e4f8c5007e1b0ba969737 Auto-generated-cl: translation import
* Merge "Accessibility fixes and updates" into ub-launcher3-calgarySunny Goyal2016-06-222-1/+4
|\
| * Accessibility fixes and updatesSunny Goyal2016-06-222-1/+4
| | | | | | | | | | | | | | | | > 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
* All apps pull up workHyunyoung Song2016-06-211-0/+1
| | | | | | | | | | | | | | | | b/28917826 b/29469966 b/29542376 - Move state transition to when the finger is lifted and not when the view settles. - Refactor the vertical pull detector to use bit operation to define which direction scroll to allow. - Fixed many issues regarding screen rotation - Fixes issue where slowly sliding the all apps goes into overview mode - Fixes issue where quick slide up leads to animation starting from middle Change-Id: I2384a0fcc5550e17359a044ef506bcc66507da5f
* Update Launcher to use theme colors.Andrew Sapperstein2016-06-209-21/+9
| | | | | | | | | | | | | | | | | | | Instead of using hard-coded variants of colors, use the theme color that corresponds (colorAccent, colorPrimary, etc). Updated: - "Search for more apps" text - App info drop target hover color - PageIndicatorDots - All apps & widget scroll bar & scroll popup colors - All apps section text color - widget picker background color TODO: - widget picker header color BUG: 28625102 Change-Id: I74b543ff71b8caef8cd950c8183ac84c759cb4d5
* UI fixes to All apps pull up workHyunyoung Song2016-06-151-1/+2
| | | | | | | | | | | | | | | | | b/28917826 - nav bar change to light when top of the all apps container passes y mid point of the status bar - apps search edit box change when top of the all apps passes the bottom of nav bar - Restrict pull up to work only if the ACTION_DOWN event started from the hotseat. - Landscape: reverted old padding and margin. Only the interaction is different. - Tuning of the motion spec - Animation duration respects fling speed more agressively. - and many more small bugs... Change-Id: Icde4093c41eeab8c9c6d9dc8b7d57adc3b171349
* Add caret shaped all app pull up handle to page indicator.Hyunyoung Song2016-06-155-3/+37
| | | | | | | | | b/28917826 > PageIndicator is also added in landscape > Touch delegate allows the active touch area to be 36dp Change-Id: If00f45fc88a13cd5a6759d771313439eb58561e3
* Import translations. DO NOT MERGEBill Yi2016-06-1377-154/+77
| | | | | Change-Id: I32411e1060a5383212672e414bad21ece14c6231 Auto-generated-cl: translation import
* Merge "Replacing overview panel icons with vector drawables" into ↵Sunny Goyal2016-06-1329-257/+88
|\ | | | | | | ub-launcher3-calgary
| * Replacing overview panel icons with vector drawablesSunny Goyal2016-06-0329-257/+88
| | | | | | | | Change-Id: I3ca6662a75ba8b07e817a7a5681ede79d305c41a
* | Import translations. DO NOT MERGEBill Yi2016-06-0977-78/+155
| | | | | | | | | | Change-Id: Ib1042efbc531203100b43bc32bf17ca3c05eca48 Auto-generated-cl: translation import
* | Merge "Updating the app search buton text" into ub-launcher3-calgarySunny Goyal2016-06-082-3/+3
|\ \
| * | Updating the app search buton textSunny Goyal2016-06-072-3/+3
| | | | | | | | | | | | | | | Bug: 28774501 Change-Id: I268a2d98f70d160c91ebd8fc796f3626ae67c159
* | | Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-088-83/+14
| | | | | | | | | | | | | | | | | | | | | Adding an abstract FocusIndicatorHelper based on FocusIndicatorView which draws the background instead of using a dummy view. Change-Id: Id560195323d2ddad8fcd77ba675cf3f4fd4a94ab
* | | Import translations. DO NOT MERGEBill Yi2016-06-071-1/+1
|/ / | | | | | | | | Change-Id: Idd8897ea385ab5190750df3179e21a829d160099 Auto-generated-cl: translation import
* | Merge "Removing the SearchDropTarget bar as it no longer contains the QSB" ↵Sunny Goyal2016-06-0710-236/+160
|\ \ | | | | | | | | | into ub-launcher3-calgary
| * | Removing the SearchDropTarget bar as it no longer contains the QSBSunny Goyal2016-06-0610-236/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Renaming it to simply DropTargetBar > Moving AppInfo to the top bar as well > The workspace pages will extend to the top edge (minus some padding). Since the QSB is no longer displayed on top of every page, there is no reason to reserve the space. > In spring-loaded mode, the workspace cell layout will scale enough to make room for the drop target bar at the top Change-Id: I2baf607310335dd576c9d9fcbb75ab708f47ac03
* | | Import translations. DO NOT MERGEBill Yi2016-06-066-13/+13
|/ / | | | | | | | | Change-Id: Ia6c33079c6d94e4e6045fba33317f886cc6d9907 Auto-generated-cl: translation import
* | Fixing memory leak in QSB widgetSunny Goyal2016-06-031-1/+8
| | | | | | | | | | | | | | | | | | | | | | > Instead of recreating the whole fragment, only recreating the views when reinflating > Binding the fragment in xml instead of in code This prevents duplicate fragment binding Bug: 29120662 Change-Id: I25b942f64d68f25e1358f15d8a919daeebdcff9c
* | Import translations. DO NOT MERGEBill Yi2016-06-015-10/+10
| | | | | | | | | | Change-Id: I98b86e3d83370b4548154c5b290faffa1f05ca5c Auto-generated-cl: translation import
* | Moving the QSB to the workspace grid.Sunny Goyal2016-05-272-0/+77
|/ | | | | | | | | | | | The QSB will only be resent on the first screen of the workspace covering the full width of the first row. If will not be movable. The first screen of the workspace will not be movable. The searchDropTargetBar no longer contains the QSB (it can be renamed in aseparate cl). Refactoring all QSB related logic by moving it to a custom view inflated only using xml. Change-Id: Icb4fd6eb855df1af15f685961c38351bf4fd4f4a
* Merge "Adding a loading view for widgets list" into ub-launcher3-calgarySunny Goyal2016-05-261-0/+6
|\
| * Adding a loading view for widgets listSunny Goyal2016-05-191-0/+6
| | | | | | | | | | Bug: 28427096 Change-Id: Icdc5ceed0caa1fafc97452142e4b71aa3026ddf9
* | Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryTreeHugger Robot2016-05-264-4/+4
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-05-254-4/+4
| | | | | | | | | | | | | | | Change-Id: I3e46a07d27c7e8578532ec595aae472e67c0764d Auto-generated-cl: translation import
* | | Merge "Removing logic for workspace migration from Launcher2" into ↵Sunny Goyal2016-05-255-229/+0
|\ \ \ | |/ / |/| | | | | ub-launcher3-calgary
| * | Removing logic for workspace migration from Launcher2Sunny Goyal2016-05-235-229/+0
| | | | | | | | | | | | Change-Id: I8a121d74862f665c58406f8d5c7eb1263e7ccff3
* | | Merge "Removing some usused resources" into ub-launcher3-calgarySunny Goyal2016-05-2424-122/+0
|\ \ \ | |/ / |/| |
| * | Removing some usused resourcesSunny Goyal2016-05-1824-122/+0
| |/ | | | | | | Change-Id: Ib11db872270931f956ba7093e472c866a1b0e794
* / Import translations. DO NOT MERGEBill Yi2016-05-2377-107/+261
|/ | | | | Change-Id: I398e3304ae15e66577c39b53896d46d602a91965 Auto-generated-cl: translation import
* Updating the folder page indicator to be more like theSunny Goyal2016-05-1819-73/+12
| | | | | | | | | framework page indicator (used in quick settings) The active page is indicated with the accent color. During scroll the active indicator expands to 2 dots corresponding to the visible pages. Change-Id: Iaf57836b642cf87e5eed98048ecca7dd8e7643a4
* Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryBaligh Uddin2016-05-1811-19/+19
|\
| * Import translations. DO NOT MERGEBaligh Uddin2016-05-1711-19/+19
| | | | | | | | | | Change-Id: I6ed48cc0d1df572fa6aa007722fd1bb4246cd6c5 Auto-generated-cl: translation import
* | Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-175-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | - The current PageIndicator has been renamed to PageIndicatorDots and PageIndicatorMarker has been renamed to PageIndicatorDot. - PageIndicatorDots and PageIndicatorLine implement PageIndicator. - PageIndicatorLine uses scroll progress and number of pages to draw a line of the correct size and position. - All of these page indicator files are now in a pageindicators package. Bug: 27227498 Change-Id: I9230d2e0600ce583989bd31d0b0e252b148d15c2
* | Opening the system default wallpaper picker on clicking the wallpaper tileSunny Goyal2016-05-171-0/+3
| | | | | | | | | | Bug: 28790378 Change-Id: If283b60a0b9563ab8e80d49b0ffa195fc3ffda8a
* | 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
* Adding full backup handler for launcher3Sunny Goyal2016-05-101-0/+7
| | | | | | Bug: 28302573 Change-Id: If0889a3b00b88b134b19d7f790159dfafdcdb004
* Import translations. DO NOT MERGEBaligh Uddin2016-05-021-2/+1
| | | | | Change-Id: Idf845844d4c1319981ffb13b279be6ea307d4543 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-04-2649-97/+49
| | | | | Change-Id: I2bc7d79eaae8261dfe5397f4e5eadfdaf71e9a1c Auto-generated-cl: translation import