Sunny Goyal
67deffed84
Merge "Fixing FLAG_PROVIDER_NOT_READY not being cleared in LoaderTask" into ub-launcher3-dorval-polish
...
am: 2de667d3af
Change-Id: I24fe0077dde448f9c5b05ec547d949fb4011058f
2017-06-15 21:06:33 +00: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
Tony Wickham
539ddc1b46
Merge "Align widgets labels to view start for RTL" into ub-launcher3-dorval-polish
...
am: 922f84acf2
Change-Id: I2e060336df906997a3ecab11f8e19b5da0743557
2017-06-15 19:26:53 +00:00
Tony Wickham
922f84acf2
Merge "Align widgets labels to view start for RTL" into ub-launcher3-dorval-polish
2017-06-15 19:19:40 +00:00
Tony Wickham
7fd4bb625d
Align widgets labels to view start for RTL
...
Bug: 62593142
Change-Id: I058be62904d0c3a04837331e2da884aca21a598c
2017-06-15 11:30:37 -07:00
Mario Bertschler
6db41f1c69
Fix for clipped promise icon.
...
Bug: 62544596
Change-Id: Iadbd8b27244b6d2ff3f9f0167f90b2a260687bc3
2017-06-15 11:17:33 -07:00
Hyunyoung Song
17ad86b1bd
Merge "Add LAUNCHER3_SPRING_ICONS feature flag b/34841763" into ub-launcher3-dorval-polish
...
am: 1153e9eb89
Change-Id: I905acca335e99f0fe2fe7b0c750766d052665b02
2017-06-15 17:30:17 +00:00
Hyunyoung Song
1153e9eb89
Merge "Add LAUNCHER3_SPRING_ICONS feature flag b/34841763" into ub-launcher3-dorval-polish
2017-06-15 17:19:08 +00: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
4bfa466cef
Add following compile time dependency to
...
packages/apps/Launcher3/build.gradle file
compile
"com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}"
Change-Id: Iab156fc00837829034f5b9eb9755a83a65546de6
2017-06-14 19:04:10 -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
a729006c4c
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in DrawableFactory." into ub-launcher3-dorval-polish
...
am: 005a376c35
Change-Id: Ia86c535eaee402c6265c5a3425356b048ca85dea
2017-06-14 23:24:48 +00:00
Rajeev Kumar
ba09b727de
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
...
am: 81d8a3dd22
Change-Id: I7d778d7f73c5a5cfc51cc12d8bae83eef6ec1695
2017-06-14 23:24:33 +00: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
385690f274
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
...
am: 9fb9b3bcb1
Change-Id: I4e3fbed6f024ef16a1510956335f990f0c052d52
2017-06-14 23:08:31 +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
Sunny Goyal
9fc3a58486
Extracting search algorithm in an interface to make it easier to change the search behavior
...
am: f6eb789016
Change-Id: Ie21b685ad713b4145b95322b8dc9abd00297018f
2017-06-14 20:48:52 +00: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
Hyunyoung Song
7475884052
Add LAUNCHER3_SPRING_ICONS feature flag
...
b/34841763
Change-Id: Icb1ad68f8f51437e44372edf6a284a3935788354
2017-06-14 01:10:27 -07:00
Rajeev Kumar
d584a58be0
Merge "Replace use of java.util.HashMap with android.util.ArrayMap in AutoInstallsLayout, DefaultLayoutParser, ImportDataTask classes." into ub-launcher3-dorval-polish
...
am: 7847d10f38
Change-Id: Ie5e5b7d90e82aa4ff61f802c7d20441888614f87
2017-06-13 17:48:01 +00: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
57a63b9645
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
...
am: ef66cdbca4
Change-Id: Iab60e68c1ad1a6e38167ed35ba9978a5ecbe4db2
2017-06-13 17:04:59 +00:00
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
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
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
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
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
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
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