summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-294-21/+98
| | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* Merge "Updating drop target assets" into ub-launcher3-burnabySunny Goyal2015-04-2959-9/+10
|\
| * Updating drop target assetsSunny Goyal2015-04-2859-9/+10
| | | | | | | | Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
* | Using utility method for serializing bitmapSunny Goyal2015-04-281-19/+5
|/ | | | Change-Id: I066f40cf867326b0a116351f00b19350b4c26912
* WidgetPreviewLoader concurrency issue / Caching improvementHyunyoung Song2015-04-285-65/+41
| | | | | | | | | | | | | | 1) Concurrency issue: unused bitmap was not properly synchronized which caused concurrency issue. Hence, leading current widget tray implementation to not use it. (a.k.a. cancel(false)). Issue fixed and now using the unused bitmap pool. 2) Caching improvement: LoadedBitmap cache was a legacy support system for the old widget tray implementation. On our latest implementation, cache and recycled view is completely being managed by the recycler view. Hence removed. Change-Id: I843e6a286b676f283172f2c1ef5cbeed0a9fb17f
* Merge "Widget tray alignment according to UX spec - Fixing an issue where ↵Hyunyoung Song2015-04-286-44/+36
|\ | | | | | | widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window." into ub-launcher3-burnaby
| * Widget tray alignment according to UX specHyunyoung Song2015-04-276-44/+36
| | | | | | | | | | | | | | | | | | - Fixing an issue where widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window. b/20338334 Change-Id: I1e3bd6b6cdafda8d1e0a7a0e87c8089100c341a7
* | Merge "Making QSB alingment match with that of recents" into ↵Sunny Goyal2015-04-272-7/+10
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Making QSB alingment match with that of recentsSunny Goyal2015-04-232-7/+10
| | | | | | | | | | | | Change-Id: I6be59c721cbd163641013ca6c5e1776cf2162a0d
* | | Goodbye folder sortingSunny Goyal2015-04-274-223/+7
| |/ |/| | | | | | | | | > Removing all traces of folder sorting Change-Id: Id77a7745564c869f5c5c1b3a560bf606fe08b107
* | Merge "Removing some unused method params from CellLayout" into ↵Sunny Goyal2015-04-2510-337/+81
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Removing some unused method params from CellLayoutSunny Goyal2015-04-2410-337/+81
| | | | | | | | | | | | | | | | | | | | | > Replacing various distance calculations with Math.hypot > Moving findVacantCell to Utilities Change-Id: I0cb194b603e52b3bb2b29a095bb4da2bb408ab13
* | | Merge "Add override method to fix building against master support lib." into ↵Adam Cohen2015-04-241-0/+4
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Add override method to fix building against master support lib.Winson Chung2015-04-241-0/+4
| | | |
* | | | Merge "Add drop animation / Toast to widgettray" into ub-launcher3-burnabyHyunyoung Song2015-04-247-194/+296
|\ \ \ \ | |_|/ / |/| | |
| * | | Add drop animation / Toast to widgettrayHyunyoung Song2015-04-237-194/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - show instruction toast on clicking the widget - Add animation when widget drops on the workspace. Added WidgetHostViewLoader to handle short press and assign widget host view to enable animation b/19897708 Change-Id: Iec36d72cb21bf09343d0beeb31a09bf8b0cb5e0d
* | | | Adding LongArrayMap as a replacement for HashMap<Long, E>Sunny Goyal2015-04-244-48/+118
| | | | | | | | | | | | | | | | Change-Id: I4710e6db69abcdbd897a8401fc8b980c09e2ffef
* | | | Accessibility fixesSunny Goyal2015-04-2410-42/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > 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
* | | | Merge "Clearing all pending runnables when Launcher is destroyed." into ↵Sunny Goyal2015-04-243-74/+28
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-burnaby
| * | | | Clearing all pending runnables when Launcher is destroyed.Sunny Goyal2015-04-233-74/+28
| | | | | | | | | | | | | | | | | | | | Change-Id: I00596c11116b5579c1f013b268b6c0b5239f0aa7
* | | | | Merge "Moving item to its old position in folder if DnD is cancelled" into ↵Sunny Goyal2015-04-232-2/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | ub-launcher3-burnaby
| * | | | Moving item to its old position in folder if DnD is cancelledSunny Goyal2015-04-232-2/+11
| | |_|/ | |/| | | | | | | | | | Change-Id: I6362ef23b346409e8517a03e63dee974294a3a18
* / | | Rearranging drop target relative positionsSunny Goyal2015-04-231-10/+10
|/ / / | | | | | | | | | | | | | | | | | | > It will now show either [Remove, Uninstall] or [App Info, Uninstall] Bug: 20529800 Change-Id: Ifda6f24cca5c38e84c68560cbeb5f29bade75b6a
* | | Merge "Fixing missing updates in package install sessions" into ↵Sunny Goyal2015-04-2311-427/+225
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Fixing missing updates in package install sessionsSunny Goyal2015-04-2211-427/+225
| |/ | | | | | | | | | | | | | | | | | | | | | | > Ensure icon cache never returns null icon > Enabling install shortuct receiver only after workspace has finished binding > Making all the model changes for package installs on worker thread and only posting the updaes on the UI > Making shortcut exists check on the loaded items and not on the DB > Explicitely using worker thread for PckageInstallListener > Removing backward compatibility support from PackageInstallerCompat Change-Id: I9592771b9670c1c1c84c8208cae8dafa7b393e65
* | Merge "Widgettray UI tweak that introduces bounding box around the widgets." ↵Hyunyoung Song2015-04-223-11/+8
|\ \ | |/ |/| | | into ub-launcher3-burnaby
| * Widgettray UI tweak that introduces bounding box around the widgets.Hyunyoung Song2015-04-223-11/+8
| | | | | | | | | | | | | | | | Note: waiting on more polished UX spec right now. But until then, these padding and dimensions are what is used to get the bounding box around the widgets. Change-Id: I7a6a5fa04bbdb135b39291cb671b9a719fcdc4fc
* | Merge "Using a different userManager class as getUserForSerialNumber gives a ↵Sunny Goyal2015-04-221-4/+14
|\ \ | | | | | | | | | valid userHandle for deleted user." into ub-launcher3-burnaby
| * | Using a different userManager class as getUserForSerialNumber givesSunny Goyal2015-04-211-4/+14
| |/ | | | | | | | | | | | | | | | | | | a valid userHandle for deleted user. > Also chaching the user handles during loader to avoid multiple calls for UserManager Bug: 19389411 Change-Id: I95af3b41b2c9d2ea41d9a75b1020656f57f5e4c9
* | Merge "Refactoring to single path for overview mode." into ub-launcher3-burnabyWinson Chung2015-04-219-621/+653
|\ \
| * | Refactoring to single path for overview mode.Winson Chung2015-04-219-621/+653
| | | | | | | | | Change-Id: I590a813c6f031342d75c3a6c3e9c9afda1808f2e
* | | Merge "Remove duplicate calls to getSortedWidgetsAndShortcuts" into ↵Hyunyoung Song2015-04-212-18/+24
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-212-18/+24
| | |/ | |/| | | | | | | | | | | | | | | | | | | Note: this is a manual CP of the CL that was submitted to ub-launcher3-almonte b/19904873 Change-Id: I2e56bc0c7524caa2ef3c5fb00f35cb032cd1860b
* | | am 3af56b60: (-s ours) Remove duplicate calls to ↵Hyunyoung Song2015-04-210-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | getSortedWidgetsAndShortcuts b/19904873 * commit '3af56b605217e4ff1c6ed79a70fa49eacaf5b02f': Remove duplicate calls to getSortedWidgetsAndShortcuts b/19904873
| * | | Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-202-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | b/19904873 Change-Id: I2e56bc0c7524caa2ef3c5fb00f35cb032cd1860b
* | | | am 68fdeaad: (-s ours) Stop using custom activity transition, rely on system ↵Adam Cohen2015-04-210-0/+0
|\| | | | |/ / |/| | | | | | | | | | | | | | default in these cases * commit '68fdeaadc621b7a9200f5c75790eb756a1983d02': Stop using custom activity transition, rely on system default in these cases
| * | Stop using custom activity transition, rely on system default in these casesAdam Cohen2015-04-024-67/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | -> workaround for platform issue related to this resource, but also a decent code cleanup issue 20006693 Change-Id: Iea3a2fb14be5ed78d882ddf9d970b12d177f4249
* | | Preventing concurrent modification exception during widget restoreSunny Goyal2015-04-201-2/+4
| |/ |/| | | | | Change-Id: If896c5ea7136d132f30be8127b651449bde17447
* | Ensuring that we skip item decoration drawing when there are no apps.Winson Chung2015-04-201-0/+4
| | | | | | | | | | | | Bug: 20431579 Change-Id: I870c43ff8a94e2cb2c68869f2a31001d028ad58a
* | Merge "Notify data-set changed when new items are added/removed." into ↵Winson Chung2015-04-201-34/+2
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Notify data-set changed when new items are added/removed.Winson Chung2015-04-191-34/+2
| | | | | | | | | | | | | | | | | | | | | - Temporarily use the full data-set changed call, when possible, we'll moved to the SortedList in the support lib which will take care of most of this for us. Bug: 20363676
* | | WidgetTray UI tweakHyunyoung Song2015-04-199-28/+37
|/ / | | | | | | | | | | | | | | | | | | | | - set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
* | Merge "Fixing build." into ub-launcher3-burnabyWinson Chung2015-04-171-0/+11
|\ \
| * | Fixing build.Winson Chung2015-04-171-0/+11
| | |
* | | Merge "Accounting for recent changes in padding when detecting backgound ↵Winson Chung2015-04-173-19/+65
|\ \ \ | |/ / |/| | | | | taps to close AllApps." into ub-launcher3-burnaby
| * | Accounting for recent changes in padding when detecting backgound taps to ↵Winson Chung2015-04-173-19/+65
| | | | | | | | | | | | | | | | | | | | | | | | close AllApps. - Also ensuring that we keep the search bar visible in all apps only if it is being overridden. Change-Id: Iba980ecec255da80aff8ff57b42ad99d70a2122a
* | | Merge "Updating drop button targets" into ub-launcher3-burnabySunny Goyal2015-04-1713-374/+312
|\ \ \
| * | | Updating drop button targetsSunny Goyal2015-04-1613-374/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Splitting DeleteDropTarget into delete and uninstall > Showing UninstallDropTarget for app shortcuts on workspace > Showing InfoDropTarget only when developer options is enabled Change-Id: I4396571d2199d1581bb9c733aef88ab9b0ebd79d
* | | | Removing market iconSunny Goyal2015-04-174-1/+0
| | | | | | | | | | | | | | | | Change-Id: I7837cd8083cf2c07444b509fcfb7447151ba76b5
* | | | Merge "Ensuring that our animation callbacks are not stripped by pro guard." ↵Winson Chung2015-04-171-0/+5
|\ \ \ \ | | |/ / | |/| | | | | | into ub-launcher3-burnaby