Commit Graph

49925 Commits

Author SHA1 Message Date
Winson Chung c80a024fb0 Merge "Initial changes to tweak layout." into ub-launcher3-calgary 2016-07-20 18:51:23 +00:00
Sunny Goyal 4a464794f2 Adding support for dynamically adding shadows to the icon
Change-Id: I94d98750aea1faef8879e25990aa5c41a4894708
2016-07-20 11:26:22 -07:00
Sunny Goyal c553c33ae6 Protecting QSB scroll while transition animation is running.
During transition animation the qorkspace scroll changes while the actual
workspace UI is mostly stable. This causes the QSB to animate while the
pages are not changing.
Bug: 30229069

Change-Id: I66ec41276c0e26164d20da6a5e0e251975390428
2016-07-20 11:20:37 -07:00
Winson 1f06427266 Initial changes to tweak layout.
- Adding DeviceProfile callback for when the launcher layout changes due
  to insets.  This is necessary since there are now different layouts
  depending on which side the navigation bar is on
- Consolidating hotseat and other layout into the device profile 
  launcher layout logic
- Making the all apps icons match the workspace icon height
- Tweaking caret drawable to draw to the bounds specified to simplify
  layout in each orientation
- Fixing minor issue with page indicator shifting in landscape
- Centering overview buttons to the workspace page

Bug: 30021487
Change-Id: I1866bce00b2948f3edd06168c0f88d81207e3f13
2016-07-20 10:17:08 -07:00
Sunny Goyal 441e0953f9 Merge \"Fixing accessibility description for apps search box\" into ub-launcher3-calgary
am: 4dcb831382

Change-Id: I26b02d617dcf50436760285c6dd51f4c6d24fbf2
2016-07-20 01:57:43 +00:00
Sunny Goyal 4dcb831382 Merge "Fixing accessibility description for apps search box" into ub-launcher3-calgary 2016-07-20 01:49:15 +00:00
Peter Schiller 58a157b72f Merge \"Centered typing in search field\" into ub-launcher3-calgary
am: 5b3ace8e56

Change-Id: I85eb30db4ac069928590b43edb13952e7f985e0c
2016-07-20 00:37:38 +00:00
Peter Schiller 5b3ace8e56 Merge "Centered typing in search field" into ub-launcher3-calgary 2016-07-20 00:31:23 +00:00
Peter Schiller 637e40ad6f Centered typing in search field
Change-Id: Iae46722195d0d06ff88da52df4fa48ca7b157512
2016-07-19 17:30:44 -07:00
Tony Wickham af437308b5 Update shortcut animations.
am: 8f58e61d02

Change-Id: I608a5d8e0b40ed7051fce7254c93bcdbd467f12a
2016-07-19 21:06:40 +00:00
Tony Wickham 3964b9fc15 Merge \"Implement ranking for shortcuts.\" into ub-launcher3-calgary
am: 1e3d490e08

Change-Id: I235c665b1c0a08bdb777b031e1371a302524f934
2016-07-19 21:04:10 +00:00
Tony Wickham 8f58e61d02 Update shortcut animations.
- Open animation: shortcuts reveal using modified circular reveal
  (so that it reveals in the pill shape instead of a circle);
  slight translation away from the original icon; scale icon and text.
- Hover animation: scale the shortcut pill and translate others away.

Bug: 28980830
Bug: 30127368
Change-Id: I8ed05c7a082f2c2a3f6c663da7259f6cd33e394f
2016-07-19 13:58:51 -07:00
Tony Wickham 1e3d490e08 Merge "Implement ranking for shortcuts." into ub-launcher3-calgary 2016-07-19 20:54:18 +00:00
Tony Wickham 2c99d2ceeb Implement ranking for shortcuts.
- Manifest shortcuts are closest to the original icon, in rank order,
  followed by dynamic shortcuts in rank order.
- Also prevent pinned shortcuts from showing in container if they
  aren't also dynamic (only manifest and dynamic show in container).

Bug: 29822383
Bug: 29946657
Change-Id: I5cdb2ef3700daedca01987f64c245beb3f4aa5ee
2016-07-19 13:53:26 -07:00
Peter Schiller bad658e616 Remove caret in overview mode
am: bbff2926f8

Change-Id: Ie2778a3d88be63607545a78a1c021e390033d013
2016-07-19 19:43:02 +00:00
Peter Schiller bbff2926f8 Remove caret in overview mode
Bug: 30162951
Change-Id: I71f585e4ae6dfba9dc1d18cd00e45d081cabd4b3
2016-07-19 12:35:16 -07:00
Peter Schiller a92447a7fd Centered all apps search text
Change-Id: I21aaec56cd2202cea284880a28d9513435877368
2016-07-19 12:21:10 -07:00
Bill Yi 30569f8acf Merge \"Import translations. DO NOT MERGE\" into ub-launcher3-calgary
am: 2f3b0b7e3b  -s ours

Change-Id: Ib0d03d9eb881245bbbc15a3c201a01938f076b1a
2016-07-19 09:52:56 +00:00
TreeHugger Robot 2f3b0b7e3b Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary 2016-07-19 09:43:53 +00:00
TreeHugger Robot 36162b6ebf Merge "Import translations. DO NOT MERGE" into ub-launcher3-master 2016-07-19 09:43:33 +00:00
Bill Yi 96a4525b1e Import translations. DO NOT MERGE
Change-Id: I15b9d9f301f377a5e1f7fed17dfbbff6d842cfce
Auto-generated-cl: translation import
2016-07-19 01:07:11 -07:00
Bill Yi e2b883b40c Import translations. DO NOT MERGE
Change-Id: Iec88a83798bed88e16a66cae50829a4b1bd5a852
Auto-generated-cl: translation import
2016-07-19 01:06:21 -07:00
Hyunyoung Song 83b8240431 Support gray hotseat background in all apps transition b/30201515
am: e4be3b3fdb

Change-Id: I03eaf2c7730cd3e067352f5a73b650e4fa76eddc
2016-07-18 23:55:20 +00:00
Hyunyoung Song e4be3b3fdb Support gray hotseat background in all apps transition
b/30201515

Change-Id: Ie4b8442ac804b4df94e9673608129e6ffc0c3360
2016-07-18 16:35:10 -07:00
Sunny Goyal bf547ff6f0 Adding TransformingTouchDelegate to allow transforming touch events before
sending to the delegate.

Change-Id: I1dfb727fe433bed05dd5ac3d0f779ede4ec1d292
2016-07-17 19:08:07 -07:00
Sunny Goyal 4f2032a215 Merge \"Fixing adjascent pages not visible when starting animation\" into ub-launcher3-calgary
am: 77ba6b9cad

Change-Id: Ibbe77a3deb226881b562cb5ceca4470d8b370e43
2016-07-15 18:10:11 +00:00
Sunny Goyal d3c7faf46a Merge \"Fixing page indicator being drawn at wrong position\" into ub-launcher3-calgary
am: 879f3bcef5

Change-Id: Ifca0fea49a29c31b3202e5c0cb076772594a4e79
2016-07-15 18:10:10 +00:00
Sunny Goyal 77ba6b9cad Merge "Fixing adjascent pages not visible when starting animation" into ub-launcher3-calgary 2016-07-15 18:05:15 +00:00
Sunny Goyal 879f3bcef5 Merge "Fixing page indicator being drawn at wrong position" into ub-launcher3-calgary 2016-07-15 18:04:57 +00:00
Peter Schiller c20152c713 Account for RTL with search animation
am: 9413860349

Change-Id: I55db0c21c693772499cce0c5a0f954c3a6501a0f
2016-07-15 17:07:36 +00:00
Sunny Goyal 9109973b71 Fixing page indicator being drawn at wrong position
Bug: 29640885
Change-Id: I935e22174554447ddcb5e0a8eb6e2c78a3d5fdfb
2016-07-15 09:45:57 -07:00
Sunny Goyal 6f02f2ffb4 Fixing adjascent pages not visible when starting animation
Bug: 30125058
Change-Id: I99167b7c169479d06408f441e23b804077487975
2016-07-15 08:38:42 -07:00
Sunny Goyal 19187cb9f5 Fixing accessibility description for apps search box
Change-Id: I9c6c85eeec5e54dd29867c58ead7ce43acdc7cb1
2016-07-15 08:11:01 -07:00
Peter Schiller 9413860349 Account for RTL with search animation
Change-Id: I869c285e7c0e7a3d14c1a897330d04b794390c76
2016-07-14 18:17:08 -07:00
Peter Schiller 30f747f765 Adding stateful caret drawable
am: a30b51ceb2

Change-Id: I34fd3170ea29920737475138f452dfb2113ed07a
2016-07-15 00:38:05 +00:00
Peter Schiller a30b51ceb2 Adding stateful caret drawable
Change-Id: Iba30da09f882297f789c405f932fef10617bba89
2016-07-14 17:22:49 -07:00
Sunny Goyal 5fce04d4eb Merge \"Preventing unnecessary layouts on search focus change\" into ub-launcher3-calgary
am: c9dec56c27

Change-Id: I156effcfa55b47a725793b8d09449962db409e2e
2016-07-14 23:44:32 +00:00
Peter Schiller c9dec56c27 Merge "Preventing unnecessary layouts on search focus change" into ub-launcher3-calgary 2016-07-14 23:40:40 +00:00
Sunny Goyal 5024503702 Preventing unnecessary layouts on search focus change
Instead of expanding the edittext, using a separate textview
which is shown/hidden as the hint text

Change-Id: Ib4cedeaed9291f972be2ee407c06f4944c983e27
2016-07-14 16:39:48 -07:00
Sunny Goyal 092412cda4 Fixing some comments
am: 857bfcf324

Change-Id: I3fbae011bfbf4fcd514469f6ae921fdf36f13e90
2016-07-14 22:53:28 +00:00
Sunny Goyal 857bfcf324 Fixing some comments
Change-Id: I9e6eaaf9ee145e2f37dfb97a3259509a72cd73af
2016-07-14 15:30:39 -07:00
Sunny Goyal 41b04db70b Merge \"Adding a view to indicate space blocked by QSB when QSB is hidden\" into ub-launcher3-calgary
am: ff9155674d

Change-Id: I765839c0b671d2866006d236299fe92215c86bbc
2016-07-14 22:24:59 +00:00
Sunny Goyal ff9155674d Merge "Adding a view to indicate space blocked by QSB when QSB is hidden" into ub-launcher3-calgary 2016-07-14 22:17:31 +00:00
Hyunyoung Song fff892a525 Merge \"Format fixes on AllAppsTransitionController and VerticalPullDetector\" into ub-launcher3-calgary
am: 60a406ff33

Change-Id: I195e174346d053e68ca2e79716f650a15eaca14f
2016-07-14 22:16:55 +00:00
Hyunyoung Song 60a406ff33 Merge "Format fixes on AllAppsTransitionController and VerticalPullDetector" into ub-launcher3-calgary 2016-07-14 22:12:48 +00:00
Sunny Goyal 01440c6e83 Adding a view to indicate space blocked by QSB when QSB is hidden
Change-Id: Ifc6b1f2a7312e7919582887ea67bfe900668b70f
2016-07-14 15:12:37 -07:00
Hyunyoung Song e8a2b8e1d9 Format fixes on AllAppsTransitionController and VerticalPullDetector
Change-Id: Id1570284da7b69a4d768fe41980ca0522433b6c2
2016-07-14 15:11:43 -07:00
Bill Yi 8499a01754 Merge \"Import translations. DO NOT MERGE\" into ub-launcher3-calgary
am: c22e626217  -s ours

Change-Id: I2dd11d298ec4a38dc03aa4e014ec0686dd3e387d
2016-07-14 15:11:11 +00:00
TreeHugger Robot c22e626217 Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary 2016-07-14 14:31:52 +00:00
TreeHugger Robot 3293fb8eab Merge "Import translations. DO NOT MERGE" into ub-launcher3-master 2016-07-14 14:31:34 +00:00