Commit Graph

78507 Commits

Author SHA1 Message Date
Sunny Goyal 84206dab52 Merge "Build fix" into ub-launcher3-burnaby 2015-04-10 01:33:33 +00:00
Sunny Goyal ff312e53ab Build fix
Change-Id: I2cbf90dada48ccff17235fb63d66684d2c4eb791
2015-04-09 18:32:21 -07:00
Winson Chung 14f66e4501 am 4a1a38c8: Merge "Removing unused View ctor introduced in L." into ub-launcher3-burnaby
* commit '4a1a38c83e415b6a59638a9383083eda78cc2ac3':
  Removing unused View ctor introduced in L.
2015-04-10 01:12:45 +00:00
Winson Chung 4a1a38c83e Merge "Removing unused View ctor introduced in L." into ub-launcher3-burnaby 2015-04-10 01:06:48 +00:00
Winson Chung 211290119a Removing unused View ctor introduced in L.
- This prevents us from running on K/pre-K
2015-04-09 17:58:14 -07:00
Hyunyoung Song 7c921287cc am 9884fd26: Merge "WidgetTray UI improvement" into ub-launcher3-burnaby
* commit '9884fd26d5f0a316117f1cebf0c635bcc8a6de4d':
  WidgetTray UI improvement
2015-04-10 00:30:45 +00:00
Hyunyoung Song 9884fd26d5 Merge "WidgetTray UI improvement" into ub-launcher3-burnaby 2015-04-10 00:23:50 +00:00
Winson Chung e26c73f935 am 90edbf84: Merge "Initial changes to support a fixed all-apps layout." into ub-launcher3-burnaby
* commit '90edbf8409689229b0d88472ef972c899a0f0c60':
  Initial changes to support a fixed all-apps layout.
2015-04-10 00:05:18 +00:00
Winson Chung 90edbf8409 Merge "Initial changes to support a fixed all-apps layout." into ub-launcher3-burnaby 2015-04-09 23:55:58 +00:00
Hyunyoung Song a23dab9c64 WidgetTray UI improvement
- 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
2015-04-09 16:54:31 -07:00
Sunny Goyal 172fee6354 am 557280c1: Merge "Updating folder UI" into ub-launcher3-burnaby
* commit '557280c116db54ed2100eb0815e6d539d2b58252':
  Updating folder UI
2015-04-09 23:40:00 +00:00
Sunny Goyal 557280c116 Merge "Updating folder UI" into ub-launcher3-burnaby 2015-04-09 23:35:02 +00:00
Sunny Goyal b863415c17 Updating folder UI
> Removing 2 folder content implementations and merging unscrollable
content into FolderPagedView
> Disaling folder sorting
> Fixing pageIndicator height

Change-Id: I36e35e311eaf99b6c69d450c0765bd41b2d68738
2015-04-09 14:19:33 -07:00
Sunny Goyal 025acebee9 am 32619215: Merge "Removing UserInitializeReceiver from manifest as it does not exist" into ub-launcher3-burnaby
* commit '326192156687e0f42d4e37a41232b04a32b41e95':
  Removing UserInitializeReceiver from manifest as it does not exist
2015-04-09 20:39:35 +00:00
Sunny Goyal 3261921566 Merge "Removing UserInitializeReceiver from manifest as it does not exist" into ub-launcher3-burnaby 2015-04-09 20:31:15 +00:00
Winson Chung 0f78572066 Initial changes to support a fixed all-apps layout.
- 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
2015-04-09 13:18:31 -07:00
Sunny Goyal 1bf0388602 Removing UserInitializeReceiver from manifest as it does not exist
Change-Id: I5f14d93abadfab0bc2822bc0c68648c72b5a082c
2015-04-09 11:18:28 -07:00
Hyunyoung Song 01560ada10 am 3f471440: 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. - 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
2015-04-09 02:16:50 +00:00
Hyunyoung Song 3f471440a8 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

For items to be addressed in follow up patches OR CLs,
TODO is added to the comment.

b/19897708

Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
2015-04-08 19:01:34 -07:00
Sunny Goyal 36b5377a9b am 85e3d4cc: Merge "Fixing some RTL issues with scrollable folder" into ub-launcher3-burnaby
* commit '85e3d4cc5ea4e554639868069f4fd409731f7bbb':
  Fixing some RTL issues with scrollable folder
2015-04-08 21:58:37 +00:00
Hyunyoung Song e1f0839c09 am c14e0a4b: Merge "update .gitignore config file so that we do not have to scroll through the unstaged items to pick which one to stage." into ub-launcher3-burnaby
* commit 'c14e0a4ba827b52ec5c7460f8128b8ea0a10cce4':
  update .gitignore config file so that we do not have to scroll through the unstaged items to pick which one to stage.
2015-04-08 21:58:36 +00:00
Sunny Goyal 85e3d4cc5e Merge "Fixing some RTL issues with scrollable folder" into ub-launcher3-burnaby 2015-04-08 21:02:25 +00:00
Hyunyoung Song c14e0a4ba8 Merge "update .gitignore config file so that we do not have to scroll through the unstaged items to pick which one to stage." into ub-launcher3-burnaby 2015-04-08 20:51:19 +00:00
Hyunyoung Song 47a4f5882d update .gitignore config file so that we do not have to scroll through
the unstaged items to pick which one to stage.

Change-Id: I317e95fd74455999c957bf5434a8c7cb78afc3b2
2015-04-08 13:20:51 -07:00
Winson Chung 5e7978f35f am b471b086: Merge "Temporarily tweaking the all apps layout to fit the screen on tablets." into ub-launcher3-burnaby
* commit 'b471b0869bc4b0bbcc0dc3a15d3b12ab1b1c0a73':
  Temporarily tweaking the all apps layout to fit the screen on tablets.
2015-04-08 18:43:11 +00:00
Winson Chung b471b0869b Merge "Temporarily tweaking the all apps layout to fit the screen on tablets." into ub-launcher3-burnaby 2015-04-08 18:37:21 +00:00
Sunny Goyal b67f7e6ca7 am 73621503: Merge "Removing Pools.java as it is present in support lib" into ub-launcher3-burnaby
* commit '73621503de4edb5fe4d17f5bf453261e68b88a7f':
  Removing Pools.java as it is present in support lib
2015-04-08 18:21:54 +00:00
Sunny Goyal 73621503de Merge "Removing Pools.java as it is present in support lib" into ub-launcher3-burnaby 2015-04-08 18:14:04 +00:00
Winson Chung bd808530db Temporarily tweaking the all apps layout to fit the screen on tablets.
Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
2015-04-08 11:10:12 -07:00
Sunny Goyal 7f06ae5c8b Removing Pools.java as it is present in support lib
Change-Id: I0f1346223aa289889dbefedd47bff093e9c2c05d
2015-04-08 11:08:27 -07:00
Sunny Goyal 33a70ab96b am 724d0e22: Merge "Fixing focus indicator position when the overlay page has different size than the current page." into ub-launcher3-burnaby
* commit '724d0e22ac0811a17a39c682aec2cc6a13bee1bc':
  Fixing focus indicator position when the overlay page has different size than the current page.
2015-04-08 17:51:30 +00:00
Sunny Goyal 724d0e22ac Merge "Fixing focus indicator position when the overlay page has different size than the current page." into ub-launcher3-burnaby 2015-04-08 17:45:59 +00:00
Sunny Goyal 059228ad8e Fixing focus indicator position when the overlay page has different
size than the current page.

Bug: 20104483

Change-Id: Ib79d1bc4eeffc03b706ad6d77d8285b8a7f1188a
2015-04-08 10:40:02 -07:00
Sunny Goyal 54b4af3fe4 am c624a26a: Removing unused receivers
* commit 'c624a26aa37bfd89ccc103b949a235fe765c5089':
  Removing unused receivers
2015-04-08 17:16:00 +00:00
Sunny Goyal c624a26aa3 Removing unused receivers
Bug: 20068934
Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
2015-04-08 09:23:06 -07:00
Geoff Mendal 2f6d7f6764 Import translations. DO NOT MERGE
Change-Id: I5ff488d79f81ff68e200e1a3438ad2455ffb1b65
Auto-generated-cl: translation import
2015-04-08 08:13:03 -07:00
Geoff Mendal 048dd48dc6 Import translations. DO NOT MERGE
Change-Id: If5f95c03ab494ca7f7875be6004c1342eda8fa05
Auto-generated-cl: translation import
2015-04-08 06:17:26 -07:00
Winson Chung 096e328c0e am 1f0d5cb4: Merge "Fixing issue with building velvet against lower support lib." into ub-launcher3-burnaby
* commit '1f0d5cb41f441fdb1656a71f581c3b38f1086288':
  Fixing issue with building velvet against lower support lib.
2015-04-07 21:10:52 +00:00
Winson Chung 1f0d5cb41f Merge "Fixing issue with building velvet against lower support lib." into ub-launcher3-burnaby 2015-04-07 21:04:25 +00:00
Winson Chung 1c7c49331e Fixing issue with building velvet against lower support lib. 2015-04-07 13:45:29 -07:00
Sunny Goyal 3b0883fcda Fixing some RTL issues with scrollable folder
> folder name alingment
> scroll hint direction
> Fake animation direction for icons changing pages

Change-Id: Ia17ab2861a6d72c876806427e2de1682976b7671
2015-04-07 12:52:37 -07:00
Sunny Goyal 5b3607397d am 50062408: Merge "Revert "Setting hotseat padding to the container for symmetry"" into ub-launcher3-burnaby
* commit '50062408bfa63fda4485807aa6a4f93ed1e0eac8':
  Revert "Setting hotseat padding to the container for symmetry"
2015-04-07 16:32:44 +00:00
Sunny Goyal 50062408bf Merge "Revert "Setting hotseat padding to the container for symmetry"" into ub-launcher3-burnaby 2015-04-07 16:26:42 +00:00
Winson Chung 892ca99345 am 54209850: Merge "Small refactoring to apps list." into ub-launcher3-burnaby
* commit '5420985016b4ad931af1454c9817fc369b903761':
  Small refactoring to apps list.
2015-04-07 02:00:11 +00:00
Winson Chung 5420985016 Merge "Small refactoring to apps list." into ub-launcher3-burnaby 2015-04-07 01:51:16 +00:00
Winson Chung 9121fbffaf Small refactoring to apps list.
- Fixes issue with fading in app icons when items are added/removed
- Reduces number of expensive calls when drawing sections and the scrollbar
- Removes fake section AppInfos in the adapters
2015-04-06 15:12:49 -07:00
Winson Chung e4632d8bb5 am 47eb4efe: Merge "Ensuring that work-profile applications are mixed in with other apps." into ub-launcher3-burnaby
* commit '47eb4efe67479dede028b56a67993c2e4d4922fe':
  Ensuring that work-profile applications are mixed in with other apps.
2015-04-06 21:57:34 +00:00
Winson Chung 47eb4efe67 Merge "Ensuring that work-profile applications are mixed in with other apps." into ub-launcher3-burnaby 2015-04-06 21:52:51 +00:00
Winson Chung c517f4ce65 Ensuring that work-profile applications are mixed in with other apps.
Bug: 20046158
Change-Id: I833c1a1467889db07f9ec33ca77641322901958e
2015-04-06 14:51:13 -07:00
Sunny Goyal 0bf2f51126 am d405693c: Merge "Adding support for loading package icon in iconCache" into ub-launcher3-burnaby
* commit 'd405693ca222d3e7ccb8d40c690824cab7575cdd':
  Adding support for loading package icon in iconCache
2015-04-06 21:17:00 +00:00