Jon Miranda
7d18dd8f07
Fix bug where TalkBack reads both folder name and hint.
...
In O, TalkBack reads both content description and the hint.
We clear the hint when the Folder is named so that TalkBack
only reads the Folder name.
Bug: 62557038
Change-Id: I222fef2e1ce4a0bc222f0ca7bfb2f24281907188
2017-06-19 18:08:52 +00:00
Jon Miranda
e4a252a16b
Fade folder icon text when opening/closing.
...
Bug: 62065293
Bug: 35064148
Change-Id: I9c54c6d222216fa079c76a069f0ec8dd966d5bfb
2017-06-18 17:47:11 -07:00
Tony
47a8922161
Spread out overview buttons in landscape
...
Bug: 62574356
Change-Id: I7a959604bc57f8526ea827857da47d719746aba7
2017-06-16 18:33:31 -07:00
Tony Wickham
6691a6b75c
Merge "Fade original icon's text in as popup closes" into ub-launcher3-dorval-polish
2017-06-17 01:31:10 +00:00
Tony
234ca84a50
Disable haptic feedback on items in Folders.
...
This is already done for Workspace items, as haptics
are controlled by Launcher/DragController.
Bug: 62510384
Change-Id: Iacc534249094ccda841a150708d780017f3cccb0
2017-06-16 17:50:29 -07:00
Tony
8f402808e4
Fade original icon's text in as popup closes
...
Bug: 62444131
Change-Id: If8f91d8455a5952d252f9cdd1b211afb5ee035c7
2017-06-16 17:24:54 -07:00
TreeHugger Robot
a2341af20f
Merge "Updating the fast scroll bar UI" into ub-launcher3-dorval-polish
2017-06-16 22:08:25 +00:00
Sunny Goyal
1a8f6fb736
Updating the fast scroll bar UI
...
Bug: 37015359
Change-Id: Iec0748f04ebe9a3eef13ff759da3cab6ff28c3a1
2017-06-16 14:57:34 -07:00
Rajeev Kumar
301af8ebff
Merge "1. Avoid object allocations during draw/layout operations (preallocate and reuse instead). 2. Prevent NPE in dereferencing mDragInfo. 3. Get rid of unused variable assignments." into ub-launcher3-dorval-polish
2017-06-16 21:14:27 +00:00
Sunny Goyal
59c29b61a4
Merge "Removing long press support from page-indicator" into ub-launcher3-dorval-polish
2017-06-16 20:49:40 +00:00
Rajeev Kumar
11c7bc678b
1. Avoid object allocations during draw/layout operations (preallocate
...
and reuse instead).
2. Prevent NPE in dereferencing mDragInfo.
3. Get rid of unused variable assignments.
Change-Id: Ie74169795462d4dbdb61f84495ed1ec6ab2b0709
2017-06-16 13:20:58 -07:00
Tony Wickham
f4087bbab4
Merge "Round popup corner clipping rotation center" into ub-launcher3-dorval-polish
2017-06-16 19:35:58 +00:00
Tony
ad69fa4c74
Round popup corner clipping rotation center
...
Before, it was possible for the rotation to occur around
a slightly off-center pivot on certain devices when the
display setting was set to "small."
Bug: 62049689
Change-Id: I5f2f557a1170cc98c0a83b87749526a4d7ea73f1
2017-06-16 11:46:57 -07:00
Tony Wickham
b37200637d
Merge "Animate badge after folder closes" into ub-launcher3-dorval-polish
2017-06-16 17:56:31 +00:00
TreeHugger Robot
2da5b6a287
Merge "Don't crash when tapping twice on a notification" into ub-launcher3-dorval-polish
2017-06-16 17:53:18 +00:00
Rajeev Kumar
086467dab8
1. Get rid of unnecessary ; from VerticalPullDetector
...
2. Make an instance variable final
Change-Id: I1a62814106c064a13ee5da0882db36d56e122f98
2017-06-15 18:46:22 -07:00
Tony
814deadc2c
Animate badge after folder closes
...
Bug: 62586079
Change-Id: I17d7b88730c16f5cce36972dd485fd10b823f742
2017-06-15 18:30:41 -07:00
Tony
cd6885455b
Don't crash when tapping twice on a notification
...
Bug: 62588191
Change-Id: I33671ab08411c4e4e624b579561229d32b7a29c9
2017-06-15 18:14:38 -07:00
Rajeev Kumar
00f3da27b1
Some cleanups in DragDriver class:
...
1. Get rid of unused instance variables from DragDriver#SystemDragDriver
class
2. Get rid of unnecessary ;
Change-Id: I26e5c784beee7846b0929517c04c1eb26a0993e0
2017-06-15 17:29:26 -07:00
Rajeev Kumar
f75faf8036
1. Replace use of java.util.HashMap with android.util.ArrayMap in
...
LauncherAppsCompatVL class.
2. Fix Synchronization on a non-final field 'mCallbacks'.
3. Add missing @Override to the overriden methods.
4. Add missing @NonNull to the method parameters.
Bug: 62466540
Change-Id: I0d650bfe5b7e390db7090c2ae29a8622d49073d7
2017-06-15 16:56:49 -07:00
TreeHugger Robot
5692eb4554
Merge "Making bitmap of PreloaderIconDrawable smaller so it fits inside the progress circle." into ub-launcher3-dorval-polish
2017-06-15 23:29:38 +00:00
TreeHugger Robot
037fd6d964
Merge "Fix for clipped promise icon." into ub-launcher3-dorval-polish
2017-06-15 23:24:48 +00:00
Tony
887bd1fe1a
Show more shortcuts when last notification is dimissed
...
We currently only show 2 shortcuts when notifications are
present, but support up to 4 otherwise. With this change,
the hidden shortcuts are added back after dismissing the
notifications, instead of only after closing and reopening
the container.
To ensure the transition is as elegant as possible, we also
separated the shortcuts header from the rest of the shortcuts.
That way we can reveal the new shortcuts without removing the
header (the shortcuts come out from behind the header).
Bug: 38036250
Change-Id: Ie9ab35f9be57cec1d5345e9e70e84e09ea52c9fc
2017-06-15 16:21:34 -07:00
Rajeev Kumar
21e69dc142
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in UserManagerCompatVL class" into ub-launcher3-dorval-polish
2017-06-15 23:12:15 +00:00
Rajeev Kumar
da3c18dcbd
Merge "1. Get rid of few unnecessary boxing in BgDataModel class. 2. Get rid of an unnecessary return statment from BgDataModel class." into ub-launcher3-dorval-polish
2017-06-15 22:31:19 +00:00
Sunny Goyal
5606e07059
Removing long press support from page-indicator
...
Bug: 62445549
Bug: 38163974
Change-Id: Ic0ae44ded7e4755c5401f327ce0d98a9ea96b2ab
2017-06-15 14:25:12 -07:00
Sunny Goyal
2de667d3af
Merge "Fixing FLAG_PROVIDER_NOT_READY not being cleared in LoaderTask" into ub-launcher3-dorval-polish
2017-06-15 21:01:35 +00:00
Rajeev Kumar
443bfc8600
1. Get rid of few unnecessary boxing in BgDataModel class.
...
2. Get rid of an unnecessary return statment from BgDataModel class.
Change-Id: I7be47a75d3754bc621cff4af59d5b03cc3e53f10
2017-06-15 13:18:51 -07:00
Mario Bertschler
6db41f1c69
Fix for clipped promise icon.
...
Bug: 62544596
Change-Id: Iadbd8b27244b6d2ff3f9f0167f90b2a260687bc3
2017-06-15 11:17:33 -07:00
Rajeev Kumar
8cae50d8b2
Replace use of java.util.HashMap with android.util.ArrayMap in
...
UserManagerCompatVL class
Bug: 62466540
Change-Id: Ia492a9189ae950d2a96b79b786dc447afa982c21
2017-06-14 19:05:37 -07:00
Rajeev Kumar
44c3ddcf49
Replace use of java.util.HashMap with android.util.ArrayMap in
...
AddWorkspaceItemsTask class
Bug: 62466540
Change-Id: Iae1e7a639754d08ad7dbb90b20e2e4e205a078f8
2017-06-14 17:50:51 -07:00
Rajeev Kumar
005a376c35
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in DrawableFactory." into ub-launcher3-dorval-polish
2017-06-14 23:21:25 +00:00
Rajeev Kumar
81d8a3dd22
Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in CellLayout class 2. Get rid of explicit type arguments that can be inferred 3. Make instance variables final Bug: 62466540" into ub-launcher3-dorval-polish
2017-06-14 23:17:49 +00:00
Rajeev Kumar
9fb9b3bcb1
Merge "1. Get rid of mWidgetMinSize as the contents of this collection are queried, but never updated. 2. Get rid of explicit type arguments that can be inferred 3. Add type argument to variables of type HashSet Bug: 62466540" into ub-launcher3-dorval-polish
2017-06-14 23:01:25 +00:00
Mario Bertschler
fd126aa95e
Making bitmap of PreloaderIconDrawable smaller so it fits inside
...
the progress circle.
Bug: 62270605
Change-Id: Idd3c145303531dbfbe9bd69af68b5c02baf21a93
2017-06-14 15:33:32 -07:00
Rajeev Kumar
0ce439fc9a
1. Get rid of mWidgetMinSize as the contents of this collection are
...
queried, but never updated.
2. Get rid of explicit type arguments that can be inferred
3. Add type argument to variables of type HashSet
Bug: 62466540
Change-Id: Ia7c9f212dcc760dfa7b1ddcd42f1e6328394d3ee
2017-06-14 12:57:51 -07:00
Sunny Goyal
f6eb789016
Extracting search algorithm in an interface to make it easier to change the search behavior
...
Change-Id: I0b1d1387c78d13ef749aac39d5c8167c2909716a
2017-06-14 11:18:13 -07:00
Sunny Goyal
571e12da66
Fixing FLAG_PROVIDER_NOT_READY not being cleared in LoaderTask
...
If a widget is installed, the provider is always ready. The flag was not
being cleared all the time (similar to PackageUpdatedTask).
Bug: 62496671
Change-Id: Ia1c0cb3b312a20ed6451baeccb632a5e5f0e3edc
2017-06-14 11:04:05 -07:00
Rajeev Kumar
7847d10f38
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in AutoInstallsLayout, DefaultLayoutParser, ImportDataTask classes." into ub-launcher3-dorval-polish
2017-06-13 17:42:53 +00:00
Rajeev Kumar
ef66cdbca4
Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in PackageUpdatedTask class 2. Get rid of explicit type arguments that can be inferred" into ub-launcher3-dorval-polish
2017-06-13 17:00:18 +00:00
Sunny Goyal
4ec91c3769
Merge "Adding support for loading workspace in the absence of Launcher." into ub-launcher3-dorval-polish
2017-06-13 16:55:48 +00:00
Rajeev Kumar
b81db8a3ad
1. Replace use of java.util.HashMap with android.util.ArrayMap in
...
FolderPagedView class
2. Get rid of explicit type arguments that can be inferred
Bug: 62466540
Change-Id: I4f6bdc3235326b7f60fad3d29e5657122e6c5e71
2017-06-12 19:25:54 -07:00
Rajeev Kumar
83afc9eda7
1. Replace use of java.util.HashMap with android.util.ArrayMap in
...
PackageUpdatedTask class
2. Get rid of explicit type arguments that can be inferred
Bug: 62466540
Change-Id: Ifbe4e7d217cea292530f5ced0f4df2ee40c1262c
2017-06-12 16:20:33 -07:00
Rajeev Kumar
98e063e6df
Merge "Fix synchronization on a non-final field 'sInstanceLock' by making it final." into ub-launcher3-dorval-polish
2017-06-12 20:55:45 +00:00
Sunny Goyal
76a3d91899
Merge "resolve merge conflicts of 5cc7bbdbb to ub-launcher3-dorval-polish" into ub-launcher3-dorval-polish
2017-06-12 20:55:35 +00:00
Rajeev Kumar
b685d10edb
Merge "Some cleanups in Workspace.java class 1. Make instance variables final 2. Get rid of explicit type arguments that can be inferred 3. Get rid of redundant initializer 4. Get rid of unnecessary ;" into ub-launcher3-dorval-polish
2017-06-12 20:55:32 +00:00
Sunny Goyal
a616d2b0e2
resolve merge conflicts of 5cc7bbdbb to ub-launcher3-dorval-polish
...
Test: I solemnly swear I tested this conflict resolution.
Change-Id: If3359341d5269f2c908b3a8856b6f38ba69a05eb
2017-06-12 13:54:01 -07:00
Rajeev Kumar
bf3366f0d9
Fix synchronization on a non-final field 'sInstanceLock' by making
...
it final.
Bug: 62466540
Change-Id: I28a1c53435d761089b2ee7742d31a0cb482b8afd
2017-06-12 13:11:29 -07:00
Rajeev Kumar
93c0512b28
Some cleanups in Workspace.java class
...
1. Make instance variables final
2. Get rid of explicit type arguments that can be inferred
3. Get rid of redundant initializer
4. Get rid of unnecessary ;
Bug: 62466540
Change-Id: Ia534fb032c20447e604011d466aa3efdfade4027
2017-06-12 12:59:47 -07:00
Rajeev Kumar
606d3836a5
Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in ShortcutCache class 2. Get rid of unused constants from ShortcutCache class 3. Make instance variables final" into ub-launcher3-dorval-polish
2017-06-12 19:57:48 +00:00