Commit Graph

14002 Commits

Author SHA1 Message Date
Sunny Goyal 7ffdf48d37 Merge "Adding support for loading workspace in the absence of Launcher." into ub-launcher3-dorval-polish
am: 4ec91c3769

Change-Id: I2f576686ee0148044af406a0e7a57e35654fce82
2017-06-13 17:00:59 +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
Bill Yi 8701b2aa70 Import translations. DO NOT MERGE am: b38e74160f -s ours
am: 4a0385f295  -s ours

Change-Id: I2f44a7f47a6fad0896f5a36e4587b5dc4ef2684a
2017-06-13 07:52:48 +00:00
Bill Yi 4a0385f295 Import translations. DO NOT MERGE
am: b38e74160f  -s ours

Change-Id: I1278a2af7373dc28e28377a01cae89ede6c7db6c
2017-06-13 07:49:18 +00:00
Bill Yi 6223d006f5 Import translations. DO NOT MERGE
am: 5212c88bcd  -s ours

Change-Id: I13ed1554d0ceedf3f48b4a60b43575cd256883db
2017-06-13 07:45:47 +00:00
TreeHugger Robot 34dd12670f Merge changes from topic 'am-24da0838-1ec5-48ab-b09a-4310ca378010' into ub-launcher3-master
* changes:
  Import translations. DO NOT MERGE skipped: b38e74160f
  Import translations. DO NOT MERGE
2017-06-13 07:42:58 +00:00
Bill Yi 54cfee2668 Import translations. DO NOT MERGE
Change-Id: I43d215bdcab111a02a894b7b9d8baae037506ef6
Auto-generated-cl: translation import
2017-06-12 18:45:36 -07:00
Bill Yi 5212c88bcd Import translations. DO NOT MERGE
Change-Id: I40904a0c4db2c9d625aab269988ac34a472487b4
Auto-generated-cl: translation import
2017-06-12 18:44:42 -07:00
Bill Yi b44ae712d0 Import translations. DO NOT MERGE skipped: b38e74160f
Change-Id: Idfe34d1d0a564c5a6ab999d5840ea0547a02c43e
2017-06-13 01:42:33 +00:00
Bill Yi b38e74160f Import translations. DO NOT MERGE
Change-Id: I2893a3d2bc0d8cfe637594f09d4e16b5cdd5f855
Auto-generated-cl: translation import
2017-06-12 18:42:16 -07:00
Tony Wickham 37a256dfed Merge "Fix typo in preferences" into ub-launcher3-dorval-polish
am: a1840c6e29

Change-Id: Iec1d99618864335438a902be4435c720c783b183
2017-06-12 21:35:01 +00:00
Tony Wickham a1840c6e29 Merge "Fix typo in preferences" into ub-launcher3-dorval-polish 2017-06-12 21:32:26 +00:00
Rajeev Kumar 66e2b3b5b5 Merge "Fix synchronization on a non-final field 'sInstanceLock' by making it final." into ub-launcher3-dorval-polish
am: 98e063e6df

Change-Id: I5dd3e60f39a33645b8d29b64d975384047eceeb0
2017-06-12 21:01:02 +00:00
Sunny Goyal bddec52ad1 Merge "resolve merge conflicts of 5cc7bbdbb to ub-launcher3-dorval-polish" into ub-launcher3-dorval-polish
am: 76a3d91899

Change-Id: Ibe37f6e438000bb57b92ad232896be9530aaab49
2017-06-12 21:00:45 +00:00
Rajeev Kumar 1d3bde1cb4 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
am: b685d10edb

Change-Id: I99e94329319adeb6255365890e75bc3c55823579
2017-06-12 21:00:29 +00: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 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
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 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
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
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 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