summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Disabling som attributes so that dependencies can use compat librariesSunny Goyal2016-02-232-3/+7
|\ | | | | | | | | | | | | am: e1bd986d77 * commit 'e1bd986d77afc9426e320b7cce53993086f9d8ba': Disabling som attributes so that dependencies can use compat libraries
| * Disabling som attributes so that dependencies can use compat librariesSunny Goyal2016-02-232-3/+7
| | | | | | | | | | Bug: 27101533 Change-Id: I18de77cffbbb234f25fb85dfe0334ed7fe113a74
* | Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies ↵Sunny Goyal2016-02-233-6/+6
| | | | | | | | | | | | | | | | breakage" This reverts commit fc956e5a2a818c06ed3424e15b0aa20a3f604658. Change-Id: Ib3b5156b8fc3cad35c4634d61d5390c848ce1f93
* | Chaning touch to tapSunny Goyal2016-02-221-4/+4
| | | | | | | | | | Bug: 26880138 Change-Id: Ieedb37df75446d5a3c2878d16a1ba698e86c9ad2
* | resolve merge conflicts of a6194d3d92 to ub-launcher3-calgarySunny Goyal2016-02-191-5/+12
|\| | | | | | | Change-Id: I29b3c3bb2c070e34c78c62b8f9086e6f3c8bd277
| * Wrapping thw widgetList inside a layout, so that it has the same view ↵Sunny Goyal2016-02-191-5/+12
| | | | | | | | | | | | structure as allApps Change-Id: I28b035beb1c7e13101ec20ff671d3cad5f757c0e
| * Import translations. DO NOT MERGEGeoff Mendal2016-02-1577-91/+107
| | | | | | | | | | Change-Id: I17aa02de8c4cf240e1220dc891d5fdbb0955aaf7 Auto-generated-cl: translation import
* | Reverting refactoring of Folder and FolderIcon to avoid dependencies breakageSunny Goyal2016-02-173-6/+6
| | | | | | | | Change-Id: Ifd0d717d70aff4c83c9eb5cba397d04500b2c869
* | Adding back the style Theme to avoid breaking dependenciesSunny Goyal2016-02-171-0/+2
| | | | | | | | Change-Id: I4844173ce99cdb15242cca5f06e14c6210d9d877
* | Merge "First pass at new FolderIcon visual treatment" into ub-launcher3-calgaryAdam Cohen2016-02-172-5/+5
|\ \
| * | First pass at new FolderIcon visual treatmentAdam Cohen2016-02-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Modeled as a set of items around a circle -> Modulate the radius and icon size as number of items grow -> Clip the icons by a circular clip aligned to the background drawable Remaining issues -> Probably want to move to a programmaticly drawn circle + shadow -> Anti-aliasing of the clipped region will need more attention -> Need to animate all items in the preview as it changes (this wasn't required before) Change-Id: I678ec605f6c8a34e9d7e4aec4e9583e36a9ef394
* | | Import translations. DO NOT MERGEGeoff Mendal2016-02-1577-83/+83
|/ / | | | | | | | | Change-Id: Ibc884be444ad3bb28b4b0635ec57bbbfff705855 Auto-generated-cl: translation import
* | Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-122-5/+5
| | | | | | | | | | | | | | -> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
* | Fixing crash during rotationSunny Goyal2016-02-111-0/+2
|\| | | | | | | | | | | | | am: bb702584fa * commit 'bb702584fa551fab8cffbb0ae5459d9efd16ce2a': Fixing crash during rotation
| * Fixing crash during rotationSunny Goyal2016-02-111-0/+2
| | | | | | | | | | | | | | > Different views with same IDs were saving state > Fixing scroll getting reset on rotation Change-Id: Iae42419b83ee5ffa1bb43959f0931c8dfb761f32
* | Build fixSunny Goyal2016-02-111-1/+1
| | | | | | | | Change-Id: Ic828f62fbd1990d81983cad995b918bba020a3b1
* | Merge "Separating out Launcher3 resources from Wallpaper resources" into ↵Sunny Goyal2016-02-118-5/+82
|\ \ | | | | | | | | | ub-launcher3-calgary
| * | Separating out Launcher3 resources from Wallpaper resourcesSunny Goyal2016-02-108-5/+82
| | | | | | | | | | | | Change-Id: I7e33c83df8b16e8552fe588cadbcf3bf7881cb95
* | | Merge "Change widget host view background when giving focus to child." into ↵Tony Wickham2016-02-101-0/+28
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | ub-launcher3-burnaby-polish am: 4df1653331 * commit '4df165333131483e1d6b6c156d345a4aeef9806c': Change widget host view background when giving focus to child.
| * Merge "Change widget host view background when giving focus to child." into ↵Tony Wickham2016-02-101-0/+28
| |\ | | | | | | | | | ub-launcher3-burnaby-polish
| | * Change widget host view background when giving focus to child.Tony Wickham2016-02-101-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the FocusIndicatorView stayed on the widget host unless the widget had its own focus change listener, which caused a couple of problems, namely (1) it was hard to know where the focus was from a user's standpoint, and (2) the focus indicator could get stuck on the screen if you entered a widget and then long-pressed workspace. Now, the focus indicator goes away and instead the widget is framed with a white border to indicate that the focus is inside it. The frame goes away when pressing ESC or when touching the screen. Bug: 26744224 Change-Id: I14025576fd7a9f901b4d969b878af0bebad79a70
* | | resolve merge conflicts of 3826bab27e to ub-launcher3-calgary.Sunny Goyal2016-02-109-54/+125
|\| | | | | | | | | | | Change-Id: I14ff2d67de4ba97628bdf651602724f9f4989173
| * | Merging search bar with all appsSunny Goyal2016-02-089-55/+126
| | | | | | | | | | | | Change-Id: I78577124cd3c05d52669c3e52b0294d6eb1d194d
* | | Merge "Tweak spring-loaded workspace." into ub-launcher3-calgaryTony Wickham2016-02-083-2/+38
|\ \ \
| * | | Tweak spring-loaded workspace.Tony Wickham2016-02-083-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No page indicators in spring-loaded mode - Don’t move workspace up as high - Scale workspace at 90% instead of 80% on phones - Increase speed of workspace -> spring-loaded -> workspace - Widgets were being scaled down twice when dragging from widget picker - Don't scale up icons when dragging (scaling other stuff down is enough) - Make scrim less dark and panels more transparent - Thin white border around page instead of highlight when hovering Change-Id: I963e91c20d4c0340480d165e0f3b8064783c0cb2
* | | | resolve merge conflicts of 0e04980310 to ub-launcher3-calgary.Sunny Goyal2016-02-031-0/+85
|\ \ \ \ | |/ / / |/| / / | |/ / Change-Id: Ic4526dfc388590aa0288936d827f19060922529f
| * | Merge "Updating folder UI when icons are normalized > Increasing padding ↵Sunny Goyal2016-02-031-0/+85
| |\ \ | | | | | | | | | | | | > Making the folder label bold and lighter color" into ub-launcher3-burnaby-polish
| | * | Updating folder UI when icons are normalizedSunny Goyal2016-01-291-0/+85
| | |/ | | | | | | | | | | | | | | | | | | > Increasing padding > Making the folder label bold and lighter color Change-Id: Ib86d711c27cd03f366cdd35222d1f63f4a542f06
* | | resolve merge conflicts of b9759d399b to ub-launcher3-calgary.Tony Wickham2016-02-011-3/+6
|\| | | | | | | | | | | Change-Id: I66230c15e5eaeef316d4e2f14b85c6ff1b6e977d
| * | Add extra space for the search bar.Tony Wickham2016-02-011-3/+6
| |/ | | | | | | | | | | Also fixed a broken test. Change-Id: I1c270e69617528ea30f0e26a2101673e9b9fa63c
| * Removing some obsolete filesSunny Goyal2016-01-191-4/+0
| | | | | | | | Change-Id: I45cc23afcecb67163da99a9b81ace0021f723c9b
* | Merge "Adding support for negative x and y in layout xml. Fixing default ↵Sunny Goyal2016-01-064-9/+97
|\| | | | | | | | | | | | | | | | | configurations for some screen sizes." into ub-launcher3-burnaby-polish am: f7a263c437 * commit 'f7a263c4370d1e45bb53653de2ef0fb70061ecd5': Adding support for negative x and y in layout xml. Fixing default configurations for some screen sizes.
| * Adding support for negative x and y in layout xml.Sunny Goyal2015-12-184-9/+97
| | | | | | | | | | | | | | | | | | | | | | Fixing default configurations for some screen sizes. > Negative values for x and y are parsed as distance from end column and row respectively. e.g. (-1, -2) => (3, 2) in a 4x4 grid Bug: 26110981 Change-Id: I4ca30e225ed6e2a31610ab23235d2cd10e8d317c
* | Added config_springLoadWorkspace to enable/disable spring-loaded workspace.Tony Wickham2015-12-0419-0/+47
| | | | | | | | | | | | | | | | - Added side hints back - Only scale down icons if spring-loaded - Only show App Info drop target if spring-loaded Change-Id: I4b0dddccbe0e80b7ceb6b7266fc527f757744148
* | Merge "Increase spacing between icons in All Apps on tablets." into ↵Tony Wickham2015-12-041-0/+1
|\| | | | | | | | | | | | | | | | | ub-launcher3-burnaby-polish am: bcec69525d * commit 'bcec69525d8c4c64258f930608ab4e437368c058': Increase spacing between icons in All Apps on tablets.
| * Increase spacing between icons in All Apps on tablets.Tony Wickham2015-12-021-0/+1
| | | | | | | | Change-Id: If90332098f749295da07f4faca707a7a6965666b
* | resolve merge conflicts of a3c74d10a7 to ub-launcher3-master.Tony Wickham2015-10-301-5/+9
|\| | | | | | | Change-Id: Ibeb2499ac278e4094a2922501cfffad2489e58ed
| * Setting correct height for search bar widget options bundle.Tony Wickham2015-10-291-5/+9
| | | | | | | | | | | | | | | | | | | | - Seperate search bar height from its top and bottom paddings - Report this height plus 8dps top and bottom for the widget options - Use a separate bottom padding to adjust spacing between QSB and the workspace - Add tests to verify the height of the search bar in both normal and tall modes (ran on Nexus 6, 7, and 10) Change-Id: Ia7557785d1b38194eee869d0460456e8f33447d5
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-212-2/+2
| | | | | | | | | | Change-Id: I4f645e8f071559ad56ee7963934f1039b06d6e96 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-1973-73/+146
| | | | | | | | | | Change-Id: If930ef94a3abe3e27123d1fe3553b0a3a453ffec Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-10-212-2/+2
| | | | | | | | | | Change-Id: I24307dd5e2545f212c8be8cf6c1af303530ac051 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-10-1977-77/+154
| | | | | | | | | | Change-Id: Iab62cd0b92f647d639aea075133a9168dd7ee462 Auto-generated-cl: translation import
* | 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
| * | Import translations. DO NOT MERGEGeoff Mendal2015-10-1273-77/+4
| | | | | | | | | | | | | | | Change-Id: I30deecd0fedace5365a877a8333206e7cb015afb Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2015-10-124-16/+10
| | | | | | | | | | | | | | | Change-Id: I8c8f3af2d54f551ce3ad381583c78590b4505d24 Auto-generated-cl: translation import
* | | resolved conflicts for fa3c369c to ub-launcher3-masterTony Wickham2015-10-091-0/+3
|\| | | | | | | | | | | Change-Id: I6bfc3d3b731a414060d86d4f1dfc5480c279edc9
| * | am 37860923: Merge "Added launcher callback to specify search bar height." ↵Tony Wickham2015-10-091-0/+3
| |\| | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby * commit '37860923619b1e467975a74764dff03ab657bdc7': Added launcher callback to specify search bar height.
| | * Merge "Added launcher callback to specify search bar height." into ↵Tony Wickham2015-10-091-0/+3
| | |\ | | | | | | | | | | | | ub-launcher3-burnaby