Rajeev Kumar
9ab9899cd9
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
...
am: 606d3836a5
Change-Id: Ic2b454a3fba4092e63933642a7f651f9e2fbea15
2017-06-12 20:02:53 +00: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
Tony
4eb823a4ce
Fix typo in preferences
...
Bug: 62299923
Change-Id: I6e76a46f9e1fa7acf4b746840c33c914de364417
2017-06-12 12:44:43 -07:00
Rajeev Kumar
9962dbe671
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
Change-Id: I9acbde25704d62883d174f5573383a2d8b0e1e6e
2017-06-12 12:16:20 -07:00
Sunny Goyal
43d6966241
Merge "Making some constants accessible" into ub-launcher3-dorval-polish
...
am: 97d7491343
Change-Id: I219f6ccf8a3819b980a7a6fb285767a6aa0d10ed
2017-06-12 19:12:50 +00:00
TreeHugger Robot
97d7491343
Merge "Making some constants accessible" into ub-launcher3-dorval-polish
2017-06-12 19:10:00 +00:00
Rajeev Kumar
0a3169bc66
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
Bug: 62466540
Change-Id: I465da77aa1521790c8359d0f9987d3fc1286b44b
2017-06-12 11:59:47 -07:00
Sunny Goyal
59a67ec54c
Merge commit 'refs/changes/47/2394847/4' of sso://googleplex-android/platform/packages/apps/Launcher3 into am-5eee1265-440d-4109-93c9-46ee7ae611fc
...
Change-Id: I2cedaed575c90aae3684769ce6621fe68b9f06b3
2017-06-12 11:20:16 -07:00
Sunny Goyal
5cc7bbdbb3
Removing dependency on onAttachedToWindow callback.
...
When resizing in multi-window mode, the system reuses the decorView and
may not call onAttachedToWindow.
Bug: 62495747
Bug: 38463796
Change-Id: I949f8f8e37b5a4748947024df09097f15c940bf8
2017-06-12 11:14:11 -07:00
Sunny Goyal
12d88b1178
Merge "Replacing png asset with vector drawable" into ub-launcher3-dorval-polish
...
am: 9c1e80cfe1
Change-Id: Ic9b2f258950aa5977d7ff55d5052a594e078b400
2017-06-12 17:05:11 +00:00
TreeHugger Robot
9c1e80cfe1
Merge "Replacing png asset with vector drawable" into ub-launcher3-dorval-polish
2017-06-12 17:01:06 +00:00
Sunny Goyal
a17eb3ace6
Some theme fixes
...
am: 325b5c7a66
Change-Id: I922c2483680dce3fd4df708141359ab39e3507aa
2017-06-12 16:59:40 +00:00
Sunny Goyal
325b5c7a66
Some theme fixes
...
> workspaceTextColor was not clearly defined to white and relied on HomeScreenElementTheme
> Not all attributes were defined in sw720dp. Created a interm style to avoid such errors
> Applying proper tint to resize frame
> Fixing shadow colors for homescreen icon
Change-Id: If8441011c968291de50b2fd8d7612ce3d5353b95
2017-06-11 20:24:02 -07:00
Sunny Goyal
a93d09fe63
Replacing png asset with vector drawable
...
Change-Id: Id3aa5f7a1782052cd646b8935cff5f62e2ee2cdf
2017-06-11 01:14:29 -07:00
Rajeev Kumar
14c3389dfe
Revert changes made in http://ag/2388716 as we have few open questions
...
about the performance loss because of this CL.
Change-Id: I4c499b176dbd80a31f2088ece27346077fbbcdec
Bug: 62466540
2017-06-09 17:13:23 -07:00
Rajeev Kumar
1905a36aa8
Replace use of java.util.HashMap with android.util.ArrayMap in AnimationLayerSet.
...
am: 7886c037f8
Change-Id: Iad03819a55b48d0e83102c8b7e04469b156d74ec
2017-06-09 23:48:31 +00:00
Rajeev Kumar
415ff73c84
Replace use of java.util.HashMap with android.util.ArrayMap
...
in DrawableFactory.
Change-Id: I4ab7f908c3e8768762942ca83f576197dfea66d6
Bug: 62466540
(cherry picked from commit 2d75266c75 )
2017-06-09 23:31:59 +00:00
Rajeev Kumar
0590a4c0ce
Replace use of java.util.HashMap with android.util.ArrayMap in
...
AutoInstallsLayout, DefaultLayoutParser, ImportDataTask
classes.
Change-Id: Idcf1f5f020132ddf43751067a38a64bfc088800e
Bug: 62466540
(cherry picked from commit 26453a297b )
2017-06-09 23:30:56 +00:00
Rajeev Kumar
7886c037f8
Replace use of java.util.HashMap with android.util.ArrayMap in
...
AnimationLayerSet.
Change-Id: I8563d17d97ff36c2b07f73ecb73b0a355780355e
Bug: 62466540
(cherry picked from commit 20ecc54ebd )
2017-06-09 23:25:41 +00:00
Rajeev Kumar
7ffa8d2008
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in DrawableFactory." into ub-launcher3-master
2017-06-09 23:21:36 +00:00
Rajeev Kumar
aebf513a0e
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in AutoInstallsLayout, DefaultLayoutParser, ImportDataTask classes." into ub-launcher3-master
2017-06-09 23:19:16 +00:00
Rajeev Kumar
242c8105ab
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in AnimationLayerSet." into ub-launcher3-master
2017-06-09 23:18:31 +00:00
Rajeev Kumar
b9c5f58c63
Merge "Replace use of java.util.HashMap with android.support.v4.util.ArrayMap." into ub-launcher3-master
2017-06-09 23:17:49 +00:00
Rajeev Kumar
2d75266c75
Replace use of java.util.HashMap with android.util.ArrayMap
...
in DrawableFactory.
Change-Id: I4ab7f908c3e8768762942ca83f576197dfea66d6
Bug: 62466540
2017-06-09 16:10:24 -07:00
Rajeev Kumar
26453a297b
Replace use of java.util.HashMap with android.util.ArrayMap in
...
AutoInstallsLayout, DefaultLayoutParser, ImportDataTask
classes.
Change-Id: Idcf1f5f020132ddf43751067a38a64bfc088800e
Bug: 62466540
2017-06-09 16:03:32 -07:00
Rajeev Kumar
93527e2c5d
Replace use of java.util.HashMap with android.support.v4.util.ArrayMap.
...
Note: I could not use android.util.ArrayMap as it is a final class.
Change-Id: I1314961885dfbaa427cb830bdbd3d1f494be63d2
Bug: 62466540
2017-06-09 15:19:06 -07:00
Rajeev Kumar
20ecc54ebd
Replace use of java.util.HashMap with android.util.ArrayMap in
...
AnimationLayerSet.
Change-Id: I8563d17d97ff36c2b07f73ecb73b0a355780355e
Bug: 62466540
2017-06-09 15:17:50 -07:00
Tony
cd6eaa88e3
Merge branch 'ub-launcher3-dorval' into launcher3merge am: 7e0801eafb am: 52c656d77c
...
am: df9c1a9990
Change-Id: I49b5cbbfb8c3fce5642c67e59e36bb90f99429c0
2017-06-09 20:14:08 +00:00
Tony
6fa1298606
Merge branch 'ub-launcher3-dorval' into launcher3merge am: 7e0801eafb am: 6df10a64d2
...
am: 2b63a6210b
Change-Id: Ic09d027f74d0eb5232dd1f6e1af34b41c5da91fd
2017-06-09 20:13:49 +00:00
Tony
df9c1a9990
Merge branch 'ub-launcher3-dorval' into launcher3merge am: 7e0801eafb
...
am: 52c656d77c
Change-Id: I08f7db7d282da0ad3cd39e7501a57f045b0c1290
2017-06-09 19:50:07 +00:00
Tony
2b63a6210b
Merge branch 'ub-launcher3-dorval' into launcher3merge am: 7e0801eafb
...
am: 6df10a64d2
Change-Id: I4d922182ef9307b2d93b4120c425413a73285632
2017-06-09 19:44:23 +00:00
Tony
52c656d77c
Merge branch 'ub-launcher3-dorval' into launcher3merge
...
am: 7e0801eafb
Change-Id: I3c5bf0a79aca97e7385ec6d066d1f93069ccfea5
2017-06-09 19:41:42 +00:00
Tony
6df10a64d2
Merge branch 'ub-launcher3-dorval' into launcher3merge
...
am: 7e0801eafb
Change-Id: Idea7a9c3217661f1b570dbd835dfe85ea2f00cb0
2017-06-09 19:37:49 +00:00
Mario Bertschler
5188599a0f
Title style for text setting font family.
...
am: 93e39ecdeb
Change-Id: If2fc91aef3a47524fe9fc1aff1d17f3d515383d5
2017-06-09 18:48:23 +00:00
Sunny Goyal
1d7ff6fdb7
Making some constants accessible
...
Change-Id: Id5caff8defe8ccc4a79e1c99b0040abb1750b3e1
2017-06-09 11:24:38 -07:00
Mario Bertschler
93e39ecdeb
Title style for text setting font family.
...
b/62389480
Change-Id: I93135d99487a18e2a74d0e197955898cec40072b
2017-06-09 11:23:47 -07:00
Tony
7e0801eafb
Merge branch 'ub-launcher3-dorval' into launcher3merge
...
Test: testing done on ub-launcher3-dorval branch
Change-Id: I3e5167b7e1944ca259747caa8fd56a0507742dfc
issue 62484015
2017-06-09 17:04:05 +00:00
Sunny Goyal
1082f4616a
Fixing Drawable not getting tinted properly if the color is always transparent
...
am: 7bffad10cc
Change-Id: Ie292bb22e9152f42f0280752adac7be3dc30a29b
2017-06-09 16:22:07 +00:00
Sunny Goyal
de57cafbb2
Removing some support lib dependencies
...
Change-Id: I028ed591cc9cf0af94fe6e09fadcd255f07cdee5
2017-06-09 08:42:49 -07:00
Sunny Goyal
7bffad10cc
Fixing Drawable not getting tinted properly if the color is always transparent
...
Bug: 62457537
Change-Id: I04b8804162b7338f62d3fdabb87dd31ad507ebaa
2017-06-09 08:24:05 -07:00
Sunny Goyal
20434df4dc
Merge "Updating the WallpaperManagerCompatVL to use JobSchedular instead of intent service" into ub-launcher3-dorval-polish
...
am: e6711ceeb6
Change-Id: I55c1ebccabdb185e502d1aeef97e808a2cb783e5
2017-06-08 23:32:55 +00:00
Sunny Goyal
6bbb28ff40
Fixing broken gradle build
...
Change-Id: I82432d2076639f43db0270ec3f90a03d0896bab2
(cherry picked from commit b26d8b6564 )
2017-06-08 23:30:12 +00:00
TreeHugger Robot
e6711ceeb6
Merge "Updating the WallpaperManagerCompatVL to use JobSchedular instead of intent service" into ub-launcher3-dorval-polish
2017-06-08 23:29:24 +00:00
Tony Wickham
f07b0bf603
resolve merge conflicts of 7092db024 to ub-launcher3-dorval-polish
...
am: 0ecf5bcfcb
Change-Id: I53fe694e3fc1c68363cb15ae0f6dbe8097cdcade
2017-06-08 23:05:22 +00:00
Tony Wickham
0ecf5bcfcb
resolve merge conflicts of 7092db024 to ub-launcher3-dorval-polish
...
Test: I solemnly swear I tested this conflict resolution.x
Change-Id: I0f9ed3d42fcb04299c3c23d06629f855614c0538
2017-06-08 15:49:07 -07:00
Sunny Goyal
8231596619
Updating the WallpaperManagerCompatVL to use JobSchedular instead of intent service
...
Bug: 62065291
Change-Id: I5872cea1b110268e9593eeb6397e94ecea1bc03d
2017-06-08 15:39:38 -07:00
Mario Bertschler
2f45ef21cb
Trigger theme change if supportsDarkText is switching.
...
am: 6d55202c9b
Change-Id: I36e55960b384ad2d7b927cddf52078c387d4dfcf
2017-06-08 22:32:21 +00:00
Tony Wickham
af09ba962b
Merge "Merge commit 'refs/changes/42/2374342/1' of sso://googleplex-android/platform/packages/apps/Launcher3" into ub-launcher3-master
2017-06-08 22:31:19 +00:00
Tony Wickham
0b9e53bdc5
Add support for color extracted notification dots skipped: 7092db0241
...
Change-Id: I22dab75a3695d509c0453af00b5c0436a69c5f45
2017-06-08 22:29:45 +00:00