summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* am be5c4ae5: Merge "WidgetTray improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-131-1/+0
|\ | | | | | | | | * commit 'be5c4ae5a4ddedf78c50317338e323e3bf1a5aec': WidgetTray improvement
| * Merge "WidgetTray improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-131-1/+0
| |\
| | * WidgetTray improvementHyunyoung Song2015-04-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI - Fixing the issue of widget row not rendering - Moved the resetting of previous bitmap to the start of onBind instead of the onDetachedWindow. Performance - WidgetModel do not have to keep packageName list around. Will com in immediate follow up CLs - use lowRes widgets bitmap before fully loading the fullRes one. - application icons are fully loaded in background thread. b/19897708 Change-Id: I5b3b43a5c543a5135c395f90df32e66d57dc86e0
* | | am 18bf8e2f: Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-131-0/+2
|\| | | | | | | | | | | | | | * commit '18bf8e2ffde3444d53aaa9654da02cdedd0b7cd1': Automatically adding managed profile shortcuts to homescreen.
| * | 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
* | Import translations. DO NOT MERGEGeoff Mendal2015-04-1073-146/+0
| | | | | | | | | | Change-Id: I3db51d488020653f0aa3449d11d6ac4b92c93155 Auto-generated-cl: translation import
* | am 9884fd26: Merge "WidgetTray UI improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-102-1/+3
|\| | | | | | | | | * commit '9884fd26d5f0a316117f1cebf0c635bcc8a6de4d': WidgetTray UI improvement
| * Merge "WidgetTray UI improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-102-1/+3
| |\
| | * WidgetTray UI improvementHyunyoung Song2015-04-092-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Long application title should be ellipsized - Disable the drawable when the view is no longer attached to the window - Save the PackageItemInfo to the WidgetModel once full res icon bitmap is loaded b/19897708 Change-Id: I96f260f9d165b206905a127fcee9879556c3d0c4
* | | am 90edbf84: Merge "Initial changes to support a fixed all-apps layout." ↵Winson Chung2015-04-1011-44/+20
|\| | | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby * commit '90edbf8409689229b0d88472ef972c899a0f0c60': Initial changes to support a fixed all-apps layout.
| * | Merge "Initial changes to support a fixed all-apps layout." into ↵Winson Chung2015-04-0911-44/+20
| |\ \ | | | | | | | | | | | | ub-launcher3-burnaby
| | * | Initial changes to support a fixed all-apps layout.Winson Chung2015-04-0911-44/+20
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dynamically update padding and background depending on fixed bounds and searchbar - Fixes issue with drag layer bg getting clobbered when rotating launcher - Tapping outside the bounds of all apps should close all apps - Fixing typo causing widgets to not show in sw720dp devices Bug: 20127840 Change-Id: I29c3f905bdee940f938ffe054f58434887073092
* | | am 557280c1: Merge "Updating folder UI" into ub-launcher3-burnabySunny Goyal2015-04-093-127/+35
|\| | | | | | | | | | | | | | * commit '557280c116db54ed2100eb0815e6d539d2b58252': Updating folder UI
| * | Updating folder UISunny Goyal2015-04-093-127/+35
| |/ | | | | | | | | | | | | | | | | > Removing 2 folder content implementations and merging unscrollable content into FolderPagedView > Disaling folder sorting > Fixing pageIndicator height Change-Id: I36e35e311eaf99b6c69d450c0765bd41b2d68738
* | am 3f471440: WidgetTray revamp work - RecyclerView is rendering - Animation ↵Hyunyoung Song2015-04-0914-141/+190
|\| | | | | | | | | | | | | is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcut * commit '3f471440a8b6b71d4c15501a96befd3b715c9e8f': WidgetTray revamp work - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type
| * WidgetTray revamp workHyunyoung Song2015-04-0814-141/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
* | am b471b086: Merge "Temporarily tweaking the all apps layout to fit the ↵Winson Chung2015-04-083-6/+10
|\| | | | | | | | | | | | | screen on tablets." into ub-launcher3-burnaby * commit 'b471b0869bc4b0bbcc0dc3a15d3b12ab1b1c0a73': Temporarily tweaking the all apps layout to fit the screen on tablets.
| * Merge "Temporarily tweaking the all apps layout to fit the screen on ↵Winson Chung2015-04-083-6/+10
| |\ | | | | | | | | | tablets." into ub-launcher3-burnaby
| | * Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-083-6/+10
| | | | | | | | | | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* | | am c624a26a: Removing unused receiversSunny Goyal2015-04-081-5/+0
|\| | | | | | | | | | | | | | * commit 'c624a26aa37bfd89ccc103b949a235fe765c5089': Removing unused receivers
| * | Removing unused receiversSunny Goyal2015-04-081-5/+0
| | | | | | | | | | | | | | | Bug: 20068934 Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
* | | Import translations. DO NOT MERGEGeoff Mendal2015-04-081-1/+1
| | | | | | | | | | | | | | | Change-Id: If5f95c03ab494ca7f7875be6004c1342eda8fa05 Auto-generated-cl: translation import
* | | am 2e52c90b: resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-063-64/+0
|\| | | | | | | | | | | | | | * commit '2e52c90b3ff0a04bd734aa19c54c39cef186b653': resolved conflicts for merge of 68fdeaad to ub-launcher3-burnaby
| * | resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-063-64/+0
| |/ | | | | | | Change-Id: I29aa5b37968b1ced81cdeb68a021db9310047252
* | Import translations. DO NOT MERGEGeoff Mendal2015-04-0373-73/+0
| | | | | | | | | | Change-Id: I9b01b2a3205dfde21e338b33c0a05a10cbfc9e11 Auto-generated-cl: translation import
* | am 8d600321: Merge "Updating pageindicator assets" into ub-launcher3-burnabySunny Goyal2015-04-0222-0/+0
|\| | | | | | | | | * commit '8d600321ffc0a92a188583137b9ea832f7ac0e84': Updating pageindicator assets
| * Merge "Updating pageindicator assets" into ub-launcher3-burnabySunny Goyal2015-04-0222-0/+0
| |\
| | * Updating pageindicator assetsSunny Goyal2015-03-3022-0/+0
| | | | | | | | | | | | Change-Id: I8c045ac8193aed2299e72353fd75341f8e32e250
* | | am e9909f58: Removing UninstallShortcutReceiverSunny Goyal2015-04-011-2/+0
|\| | | | | | | | | | | | | | * commit 'e9909f58c2b235f8066295c4faa6a00415968ae7': Removing UninstallShortcutReceiver
| * | 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
* | Import translations. DO NOT MERGEGeoff Mendal2015-03-2564-129/+65
| | | | | | | | | | Change-Id: I453642f8d5402654b3e1085611fb8922e8c40ff3 Auto-generated-cl: translation import
* | am ca93ec66: Merge "Removing unused strings with no default translations" ↵Sunny Goyal2015-03-243-44/+0
|\| | | | | | | | | | | | | into ub-launcher3-burnaby * commit 'ca93ec66d0581f0d32928aa087f6cd4ee4d12c5e': Removing unused strings with no default translations
| * Merge "Removing unused strings with no default translations" into ↵Sunny Goyal2015-03-243-44/+0
| |\ | | | | | | | | | ub-launcher3-burnaby
| | * Removing unused strings with no default translationsSunny Goyal2015-03-243-44/+0
| | | | | | | | | | | | | | | | | | > Removes build system gives warning when Launcher3 is build Change-Id: I40e5df7538d244b3ec3f2b722bf2606e622011f2
* | | am dcb3fa69: Merge "Making the scrollbar scrubbable." into ub-launcher3-burnabyWinson Chung2015-03-244-7/+32
|\| | | | | | | | | | | | | | * commit 'dcb3fa6939c6f1c173e5c8ac3a52ae1093dbfb1a': Making the scrollbar scrubbable.
| * | Merge "Making the scrollbar scrubbable." into ub-launcher3-burnabyWinson Chung2015-03-244-7/+32
| |\ \ | | |/ | |/|
| | * Making the scrollbar scrubbable.Winson Chung2015-03-244-7/+32
| | | | | | | | | | | | | | | | | | | | | | | | - This change in behavior will remove the ability to scrub anywhere in the gutter to start fast-scrolling, but requires the user to touch near the scroll bar to start fast-scrolling. - Also fixes issue with wonky scrollbar due to the fake section breaks Change-Id: I34b08ac46ea93f7f4cad7ccde1048a388ee6a55d
* | | Import translations. DO NOT MERGEGeoff Mendal2015-03-239-18/+9
| | | | | | | | | | | | | | | Change-Id: Id1795dd09397c235d521b87e350da667d96f33e4 Auto-generated-cl: translation import
* | | am 2670980a: Remove dublicate BubbleTextView styleableAdam Cohen2015-03-211-5/+1
|\| | | | | | | | | | | | | | * commit '2670980ab7e5c575e3beef3f220331256fd66c3e': Remove dublicate BubbleTextView styleable
| * | Remove dublicate BubbleTextView styleableAdam Cohen2015-03-211-5/+1
| | | | | | | | | | | | Change-Id: Ib1db985515194dfeebe2dfa934b29023ae0a3075
* | | Import translations. DO NOT MERGEGeoff Mendal2015-03-213-2/+130
| | | | | | | | | | | | | | | Change-Id: Id6f692392c07ecdddd42f61ba0853f09692aaec7 Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEGeoff Mendal2015-03-1872-1128/+348
| | | | | | | | | | | | | | | Change-Id: I5c4d7d424f6e2fe5d15875be8685a4e2f20cce0b Auto-generated-cl: translation import
* | | am 5d85c44f: Adding sort switch in FolderPagedViewSunny Goyal2015-03-172-3/+33
|\| | | | | | | | | | | | | | * commit '5d85c44fd873c740dc191b28424c2ee367d730a2': Adding sort switch in FolderPagedView
| * | Adding sort switch in FolderPagedViewSunny Goyal2015-03-172-3/+33
| |/ | | | | | | | | | | | | | | | | > 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
* | am 97985394: Merge "Tweaking the apps list fast scroller." into ↵Winson Chung2015-03-1611-18/+98
|\| | | | | | | | | | | | | ub-launcher3-burnaby * commit '979853943c7d10b85daf9effa453c5bd54635904': Tweaking the apps list fast scroller.
| * Merge "Tweaking the apps list fast scroller." into ub-launcher3-burnabyWinson Chung2015-03-1611-18/+98
| |\
| | * Tweaking the apps list fast scroller.Winson Chung2015-03-1611-18/+98
| | | | | | | | | | | | | | | | | | | | | - Making the view span the full width so that you can grab the scroller on the edge of the screen. - Offsetting the fast-scoll popup so that you can see it as you scrub. Change-Id: If1b1934bbeac0660d829cfc29c9e588df927c5e5
* | | am 2bbbd746: Don\'t translate these strings until they\'re finalAdam Cohen2015-03-161-10/+10
|\| | | | | | | | | | | | | | * commit '2bbbd746d22388b994079361c77ff5cdeedd5f3a': Don't translate these strings until they're final
| * | Don't translate these strings until they're finalAdam Cohen2015-03-161-10/+10
| |/ | | | | | | Change-Id: I145aecfb83380101404494b72e68962b1ebfbd53
* | Import translations. DO NOT MERGEGeoff Mendal2015-03-1672-602/+725
| | | | | | | | | | Change-Id: Ida795ff31f152f07fa6553a115bdd84f52a98f42 Auto-generated-cl: translation import