Commit Graph

78507 Commits

Author SHA1 Message Date
Tony Wickham cd352d6712 Use shortcut disabled message if available.
am: 4efffc5ba6

Change-Id: I4faf0908b93e4093d3a9d31a496f1110bb118b54
2016-08-05 18:15:31 +00:00
Hyunyoung Song 0472d496ea Merge "Change NavBar to transparent black b/30615471" into ub-launcher3-calgary 2016-08-05 18:02:14 +00:00
Hyunyoung Song 4ebc3d070f Change NavBar to transparent black
b/30615471

Change-Id: I7885e8a7fd63ee10c9b0107087046730e8acfde9
2016-08-05 10:59:17 -07:00
Tony Wickham 37aba27bbc Merge "Use shortcut disabled message if available." into ub-launcher3-calgary 2016-08-05 17:57:35 +00:00
Tony Wickham 4efffc5ba6 Use shortcut disabled message if available.
Bug: 30681210
Change-Id: Ibb5fd58e5fc9557b63730bc1e3c3977133769466
2016-08-05 10:40:12 -07:00
Sunny Goyal 4829a88ed4 Forcing drag layer to be non accessible.
Setting a touch delegate makes a view to become accessible, if its set to auto.
This was making drayLayer accessible causing Talkback to speak out every item
on the draglayer when window focus changes

Bug: 30670702
Change-Id: Ifcba4c02b124166f9ca69c4244b9d20d7a7acaa5
2016-08-04 17:57:29 -07:00
Tony Wickham e97ce65d0b Reduce distance to start deferred drag from shortcuts to 12dp.
am: 598e184352

Change-Id: Ie584f6eaad9c5f2e03539bc6e05bfbdb117053b5
2016-08-04 23:26:53 +00:00
Hyunyoung Song d7d740287f Fix hotseat flicker when opened all apps in landscape, rotate screen, pull down
b/30595452

Change-Id: Ib634ffbc509c6b16ac58c184ccbca15ae936be14
2016-08-04 15:48:42 -07:00
Tony Wickham 598e184352 Reduce distance to start deferred drag from shortcuts to 12dp.
Change-Id: Ida298760bb66b5894dab94ff4ccaa788c8604661
2016-08-04 15:38:26 -07:00
Tony Wickham 67b967ba4b Merge "Reset mActiveController to null in DragLayer.onInterceptTouchEvent()." into ub-launcher3-calgary
am: 960a7fe15e

Change-Id: I2b490ce6c47bc48c6ca116fcb221d5c55cd53225
2016-08-04 21:43:17 +00:00
Tony Wickham 45f44d6c3b Reset mActiveController to null in DragLayer.onInterceptTouchEvent().
am: 98cbd62e1f

Change-Id: I3522946f6da6c895ccded2da36a6fc5eed0ae178
2016-08-04 21:43:16 +00:00
Tony Wickham 960a7fe15e Merge "Reset mActiveController to null in DragLayer.onInterceptTouchEvent()." into ub-launcher3-calgary 2016-08-04 21:09:29 +00:00
Sunny Goyal 27ac38483d Adding support for updating the pinned shortcuts without updating the ID map
am: 50941fb8a6

Change-Id: I324cb483837f2d9952eb6a38f4513a8f0fb90915
2016-08-04 19:39:42 +00:00
Sunny Goyal 50941fb8a6 Adding support for updating the pinned shortcuts without updating
the ID map

Bug: 30654182
Change-Id: I30082bd87466a29b7bafe1e8cbf1446e1d1e4f3e
2016-08-04 12:32:11 -07:00
Tony Wickham 98cbd62e1f Reset mActiveController to null in DragLayer.onInterceptTouchEvent().
Otherwise the previous active controller will continue to handle touch
events even if it doesn't re-intercept future touches. For instance,
All Apps was handling the swipe gesture after DragLayer intercepted to
close a shortcuts container, which led to the weird behavior described
in the bug.

Bug: 30590854
Change-Id: I247b39b03d336a04659f6ce644380bf3cef8de3f
2016-08-04 11:52:18 -07:00
Winson 2b7742f110 Merge "Prevent refreshing app search results with empty query." into ub-launcher3-calgary
am: 49a1ab9006

Change-Id: If077eca553544ab85adf707d8fba629430e8bcc9
2016-08-04 17:18:00 +00:00
Winson c6cd2519ce Prevent refreshing app search results with empty query.
am: 45a11dd9ee

Change-Id: I43eb2e8b1b70dfa6ba389c5c082e729fdd53199a
2016-08-04 17:17:59 +00:00
Winson Chung 49a1ab9006 Merge "Prevent refreshing app search results with empty query." into ub-launcher3-calgary 2016-08-04 17:12:27 +00:00
Bill Yi 4ec5f98d7c Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary
am: ce231c53ba  -s ours

Change-Id: Ibdac423b28937e93bb83eeea5b63962b9c3fca6c
2016-08-04 09:43:33 +00:00
Bill Yi bdeebbb943 Import translations. DO NOT MERGE
am: edd583d6cd  -s ours

Change-Id: I35f5bdfbed56c4d969f98962ff1b4174554704ae
2016-08-04 09:43:32 +00:00
TreeHugger Robot de08ee3a71 Merge "Import translations. DO NOT MERGE" into ub-launcher3-master 2016-08-04 09:25:13 +00:00
TreeHugger Robot ce231c53ba Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary 2016-08-04 09:25:09 +00:00
Winson 45a11dd9ee Prevent refreshing app search results with empty query.
- Any change to the TextView text will cause mQuery to be set,
  which will cause a new search next time refreshSearchResult
  is called.  We should also be checking there if it is a valid
  search query before starting a new search.

Bug: 30606307
Change-Id: I08640c56199211f2aeea2386fcf699810853ab58
2016-08-03 18:01:10 -07:00
Hyunyoung Song 1898b2c194 Merge "Change interpolation logic to all apps transitioning on fling b/30486958" into ub-launcher3-calgary
am: 5a5eb846c4

Change-Id: I13658dc9bbf86d2b5a786dd4d9788339aeae4d41
2016-08-03 22:35:53 +00:00
Hyunyoung Song 8c9d90274f Change interpolation logic to all apps transitioning on fling b/30486958
am: 191e9d1b29

Change-Id: Ibc1df8706af6a1c686fa05fcb62994810c76d988
2016-08-03 22:35:52 +00:00
Hyunyoung Song 5a5eb846c4 Merge "Change interpolation logic to all apps transitioning on fling b/30486958" into ub-launcher3-calgary 2016-08-03 22:28:30 +00:00
Hyunyoung Song 191e9d1b29 Change interpolation logic to all apps transitioning on fling
b/30486958

Cleaning up/refactoring this CL will be done in polish branch.

Change-Id: Ib51633a1e1cb79f58b505f835053ef238ae1bdec
2016-08-03 15:14:43 -07:00
Bill Yi 35d5ae1fd1 Import translations. DO NOT MERGE
Change-Id: I24a34df718ec8e502c89914b218ec8ae8846b5a4
Auto-generated-cl: translation import
2016-08-03 14:23:13 -07:00
Bill Yi edd583d6cd Import translations. DO NOT MERGE
Change-Id: Id9dfc22db1bca7d0e0278bad6854582bf6dbb9b6
Auto-generated-cl: translation import
2016-08-03 14:22:25 -07:00
Sunny Goyal 0502da6563 Merge "Disabling accessibility focus on all children when shortcuts is open" into ub-launcher3-calgary
am: 40a29161ae

Change-Id: I4549b5db51eee3c1ea1c71e71de64fb5999a35f9
2016-08-03 20:24:15 +00:00
Sunny Goyal e3cda7fceb Disabling accessibility focus on all children when shortcuts is open
am: 7d552c8b18

Change-Id: I92dbc4ad41109c79ed546e99895cfc1dada40732
2016-08-03 20:24:14 +00:00
Tony Wickham af44e57d38 Merge "Start shortcuts close animation where open left off." into ub-launcher3-calgary
am: f0cb6018dd

Change-Id: Ie9dda99bfac36c6e08ed143107b6eac4b55c28cc
2016-08-03 20:24:14 +00:00
Tony Wickham 45eac430d3 Start shortcuts close animation where open left off.
am: 0ba81607e3

Change-Id: Id8077ce640a2c7c1c1f51e5adbea574858d8d4ba
2016-08-03 20:24:13 +00:00
Sunny Goyal 40a29161ae Merge "Disabling accessibility focus on all children when shortcuts is open" into ub-launcher3-calgary 2016-08-03 20:19:41 +00:00
Tony Wickham f0cb6018dd Merge "Start shortcuts close animation where open left off." into ub-launcher3-calgary 2016-08-03 20:09:44 +00:00
Tony Wickham 08aa98af1b Merge "Align shortcut text with view start." into ub-launcher3-calgary
am: 7b6e3aea31

Change-Id: I24cdbfdadd5d3c1d5469d0155c3eb006fac88714
2016-08-03 19:37:41 +00:00
Tony Wickham c452bfe2b8 Align shortcut text with view start.
am: 1f01b016ce

Change-Id: I48fdfbabe3313b98d26adf0fe3a654060088b970
2016-08-03 19:37:40 +00:00
Tony Wickham 7b6e3aea31 Merge "Align shortcut text with view start." into ub-launcher3-calgary 2016-08-03 19:27:53 +00:00
Tony Wickham 1f01b016ce Align shortcut text with view start.
Bug: 30401505
Change-Id: Iffaa0a01f2c2983a085d8c9d4be36fc063ae2004
2016-08-03 12:00:33 -07:00
Hyunyoung Song 9084b375bf Merge "Fix disco bounce crash b/30413641" into ub-launcher3-calgary
am: 9407db1e11

Change-Id: I1f786330fd6635dc6a73e7503a4d38adfb108d03
2016-08-03 17:49:06 +00:00
Hyunyoung Song 512b4d0044 Fix disco bounce crash b/30413641
am: e688e1e6c8

Change-Id: I021ae18ab03c5062bb954691f1a8d89e4fca46c3
2016-08-03 17:49:06 +00:00
Hyunyoung Song 9407db1e11 Merge "Fix disco bounce crash b/30413641" into ub-launcher3-calgary 2016-08-03 17:42:48 +00:00
Hyunyoung Song e688e1e6c8 Fix disco bounce crash
b/30413641

Change-Id: Icb2f3f11024daa78c3f59cab8c773091b9481feb
2016-08-03 10:40:18 -07:00
Sunny Goyal 7d552c8b18 Disabling accessibility focus on all children when shortcuts is open
Bug: 30611791
Change-Id: Ibb1dec13b62add3799c215fea98e87e3fa89638d
2016-08-03 10:32:23 -07:00
Peter Schiller d451dfec19 Simpler caret
am: e6fe1b5947

Change-Id: Iba478215882ba891b5c9111a18c5fd16f3f1aa5d
2016-08-03 01:21:26 +00:00
Peter Schiller e6fe1b5947 Simpler caret
Bug: 30527159
Change-Id: I674de149e613c7adb567a13a288baa9877d36112
2016-08-02 17:54:18 -07:00
Sunny Goyal 7ab3f25cb2 Updating content description for the shortcuts menu and announcing it when the container is opened
am: a659bfe3d2

Change-Id: I22ba2764f9b2c71eaa1d67da738dd70fde5b6ab8
2016-08-02 23:35:19 +00:00
Sunny Goyal a659bfe3d2 Updating content description for the shortcuts menu and announcing
it when the container is opened

Bug: 30587453
Change-Id: I6f2d3ba05593f3e2a1a8f05c66a0f80e76932c38
2016-08-02 16:16:16 -07:00
Tony Wickham 95e4676fd0 Merge "Update shortcuts font to match spec." into ub-launcher3-calgary
am: 4b76455543

Change-Id: Ie49f6565e9720eaf7eac013edb90c6ac821f7b4d
2016-08-02 21:32:14 +00:00
Tony Wickham 9e74d99bed Update shortcuts font to match spec.
am: d92e36e6f9

Change-Id: I5ded251ff65c61022ba8a8e6dcec57c21e9d454c
2016-08-02 21:32:13 +00:00