OSDN Git Service

android-x86/packages-apps-Launcher3.git
9 years agoMerge "Adding Launcher3 callbacks for trimming memory." into ub-launcher3-almonte
Robert Kozikowski [Wed, 4 Feb 2015 18:38:30 +0000 (18:38 +0000)]
Merge "Adding Launcher3 callbacks for trimming memory." into ub-launcher3-almonte

9 years agoAdding null-check before parsing an intent
Sunny Goyal [Wed, 4 Feb 2015 18:05:05 +0000 (10:05 -0800)]
Adding null-check before parsing an intent

Bug: 18962665
Change-Id: Iae02435f019fa205f3ee3ae721a29f26b3b56dd2

9 years agoAdding Launcher3 callbacks for trimming memory.
Robert Kozikowski [Wed, 4 Feb 2015 14:59:39 +0000 (14:59 +0000)]
Adding Launcher3 callbacks for trimming memory.

It will help reduce memory footprint of Launcher, when in background.
It is required to help deallocate images, when Google Now Launcher
goes into the background. See cl/83222937/ .

Change-Id: I6d3d4d1f0457c67abcad3ba4516c87abcf666b05

9 years agoFix ClassCastException due to typo
Adam Cohen [Fri, 30 Jan 2015 18:28:23 +0000 (10:28 -0800)]
Fix ClassCastException due to typo

issue 19159790

Change-Id: I5f9fa0e3672c10a460606dcb13b158bd4e614813

9 years agoModify strict mode thread policy for LauncherProvider.
Nilesh Agrawal [Mon, 26 Jan 2015 22:07:29 +0000 (14:07 -0800)]
Modify strict mode thread policy for LauncherProvider.

Allowing thread writes too as SQLiteOpenHelper.getWritableDatabase needs it.

Bug: 19094644
Change-Id: I39fe97a9e7fc07c38a4f8e5c5979196b742e36bf

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 26 Jan 2015 14:25:08 +0000 (06:25 -0800)]
Import translations. DO NOT MERGE

Change-Id: I0424587be34af78b7720a9a29d09b7e0ba129790
Auto-generated-cl: translation import

9 years agoAdding support for <include> tag in AutoInstall layout
Sunny Goyal [Fri, 23 Jan 2015 21:45:20 +0000 (13:45 -0800)]
Adding support for <include> tag in AutoInstall layout

Bug: 19121893
Change-Id: I760fa76d6e63c1aa0152e8cd710aba0d6ef4462a

9 years agoAdd project / classpath to gitignore
Adam Cohen [Fri, 23 Jan 2015 03:44:32 +0000 (19:44 -0800)]
Add project / classpath to gitignore

Change-Id: I157d480ebaa6d3873d03fd547fe4a8e4a4e9e015

9 years agoAdd strict mode exception in LauncherProvider.
Nilesh Agrawal [Wed, 21 Jan 2015 19:50:57 +0000 (11:50 -0800)]
Add strict mode exception in LauncherProvider.

Content providers are created during process startup (before Application.onCreate),
and we should not be doing expensive stuff in Provider.onCreate

Adding an exception for now as it looks like LauncherProvider initialization is needed
before we can show meaningful UI.

Bug: 19094644
Change-Id: I860c2934c110d3a43f1a3afa00729077dc64796c

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 21 Jan 2015 16:02:36 +0000 (08:02 -0800)]
Import translations. DO NOT MERGE

Change-Id: I56a37f9442adf586d40bfbb2b41b22ccf2052f51
Auto-generated-cl: translation import

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 19 Jan 2015 18:34:06 +0000 (10:34 -0800)]
Import translations. DO NOT MERGE

Change-Id: I5435a134c4c9ebd14acf9cca343e71b06fd72758
Auto-generated-cl: translation import

9 years agoMerge "Adding accessibility controls" into ub-launcher3-almonte
Sunny Goyal [Sat, 17 Jan 2015 01:58:01 +0000 (01:58 +0000)]
Merge "Adding accessibility controls" into ub-launcher3-almonte

9 years agoMerge "Avoiding writing the Metadata in the backup if nothing was changed in the...
Sunny Goyal [Sat, 17 Jan 2015 01:56:11 +0000 (01:56 +0000)]
Merge "Avoiding writing the Metadata in the backup if nothing was changed in the backup" into ub-launcher3-almonte

9 years agoAdding accessibility controls
Sunny Goyal [Fri, 9 Jan 2015 00:59:04 +0000 (16:59 -0800)]
Adding accessibility controls

> Adding 'Remove' option to workspace items
> Adding 'Add to workspace' to all apps and widget list items, which
adds the item to the first available space, giving preference to
the current workspace screen
> Adding 'App info' and 'Uninstall' options to appropriate items

Bug: 18482913
Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 17 Jan 2015 00:07:34 +0000 (16:07 -0800)]
Import translations. DO NOT MERGE

Change-Id: I49acadd887529f73104e7f612be9a54f7689dd97
Auto-generated-cl: translation import

9 years agoAvoiding writing the Metadata in the backup if nothing was changed in the backup
Sunny Goyal [Fri, 16 Jan 2015 22:10:32 +0000 (14:10 -0800)]
Avoiding writing the Metadata in the backup if nothing was changed in the backup

Change-Id: I4608ab5511b01f0d0018596d68e4341635649f73

9 years agoAdding a rank column for itemInfo
Sunny Goyal [Mon, 5 Jan 2015 21:41:43 +0000 (13:41 -0800)]
Adding a rank column for itemInfo

> Rank is used to determine position of an item
in a folder.

Bug: 18590192
Change-Id: I2826a7c570b4cc58e719d685f17a24ec6133804f

9 years agoRemoving dead code from Launcher provider
Sunny Goyal [Sat, 22 Nov 2014 06:42:53 +0000 (22:42 -0800)]
Removing dead code from Launcher provider

> Removing DB upgrade logic for versions before 12. Launcher3
was forked off Launcher2 when DB version was already 12, so, there
can never be a lower version of the DB.
> Removing logic for auto import of launcher2 DB. This flow had
been permanently disabled by a flag, and we show a confirmation
prompt/cling before migration

Change-Id: I2ac2f21fefc41ee247164566a088927263b09459

9 years agoAdd syntax option to backup.proto.
Dave Hawkey [Fri, 19 Dec 2014 21:13:30 +0000 (14:13 -0700)]
Add syntax option to backup.proto.

This is required to properly compile the file in google3.

Change-Id: Ib9ff3163974a5180797c0ecadb833dae93619b2c

9 years agoUpdating version codes from L to LOLLIPOP
Brian Parfett [Fri, 12 Dec 2014 20:30:00 +0000 (12:30 -0800)]
Updating version codes from L to LOLLIPOP

This is required so Launcher3 can compile within IntelliJ.

Change-Id: I99a98a6d2326a8f8b0f0320430de9b555ea430c6
Bugs: b/18720914

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 10 Dec 2014 15:43:52 +0000 (07:43 -0800)]
Import translations. DO NOT MERGE

Change-Id: Id66a36209915e770779ef3c41cf18135c5180ac3
Auto-generated-cl: translation import

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 19:15:42 +0000 (11:15 -0800)]
Import translations. DO NOT MERGE

Change-Id: I3eb761fffcf27ceb4d79749da589dbaa9e7b9444
Auto-generated-cl: translation import

9 years agoMerge "Supporting custom widgets provided by launcher" into ub-now-master
Adam Cohen [Sat, 6 Dec 2014 00:22:42 +0000 (00:22 +0000)]
Merge "Supporting custom widgets provided by launcher" into ub-now-master

9 years agoSupporting custom widgets provided by launcher
Adam Cohen [Thu, 6 Mar 2014 02:07:04 +0000 (18:07 -0800)]
Supporting custom widgets provided by launcher

-> This change provides integration for widgets provided by
   the launcher package which can run arbitrary code.

Change-Id: I6052da5c4afed7ee72e3b44d045b9c46f2d84c42

9 years agoam 02509457: Avoid db exception on L and above
Adam Cohen [Thu, 4 Dec 2014 18:43:49 +0000 (18:43 +0000)]
am 02509457: Avoid db exception on L and above

* commit '0250945759f7ac58aab912448d62dc108b1770c5':
  Avoid db exception on L and above

9 years agoAvoid db exception on L and above
Adam Cohen [Thu, 4 Dec 2014 18:34:57 +0000 (10:34 -0800)]
Avoid db exception on L and above

Bug 18554839

Change-Id: I43f391b7cc376f697ce7b5b363e8be3aa85814b5

9 years agoam 2975e341: (-s ours) am d2285942: (-s ours) Merge "Ignoring specific db exception...
Adam Cohen [Thu, 4 Dec 2014 18:24:26 +0000 (18:24 +0000)]
am 2975e341: (-s ours) am d2285942: (-s ours) Merge "Ignoring specific db exception DO NOT MERGE" into ub-now-porkchop

* commit '2975e34145b38e44dc8a7def2617e3fe0d15321d':
  Ignoring specific db exception DO NOT MERGE

9 years agoam d2285942: (-s ours) Merge "Ignoring specific db exception DO NOT MERGE" into ub...
Adam Cohen [Thu, 4 Dec 2014 18:17:52 +0000 (18:17 +0000)]
am d2285942: (-s ours) Merge "Ignoring specific db exception DO NOT MERGE" into ub-now-porkchop

* commit 'd2285942dde8f2633f1d79abc01e598da7925090':
  Ignoring specific db exception DO NOT MERGE

9 years agoMerge "Ignoring specific db exception DO NOT MERGE" into ub-now-porkchop
Adam Cohen [Thu, 4 Dec 2014 18:14:22 +0000 (18:14 +0000)]
Merge "Ignoring specific db exception DO NOT MERGE" into ub-now-porkchop

9 years agoIgnoring specific db exception DO NOT MERGE
Winson Chung [Mon, 1 Dec 2014 23:05:17 +0000 (15:05 -0800)]
Ignoring specific db exception DO NOT MERGE

Bug 18554839.

Change-Id: I80f2dd62297eea671f2d129ae22263e72e506ae4
(cherry picked from commit 5f05913f71da68a6c406f905ec6979586e3ba27a)

9 years agoam e6673dc1: am 268b8907: Ensure that FirstFrameAnimatorHelper doesn\'t set play...
Adam Cohen [Thu, 4 Dec 2014 17:37:27 +0000 (17:37 +0000)]
am e6673dc1: am 268b8907: Ensure that FirstFrameAnimatorHelper doesn\'t set play time when animation is complete

* commit 'e6673dc1fa94945925f4097f88dc2f5264c4316d':
  Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is complete

9 years agoam 268b8907: Ensure that FirstFrameAnimatorHelper doesn\'t set play time when animati...
Adam Cohen [Thu, 4 Dec 2014 17:34:10 +0000 (17:34 +0000)]
am 268b8907: Ensure that FirstFrameAnimatorHelper doesn\'t set play time when animation is complete

* commit '268b8907d1f2fcf9775880c69899b3c6fbe85ea3':
  Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is complete

9 years agoEnsure that FirstFrameAnimatorHelper doesn't set play time when animation is complete
Adam Cohen [Tue, 2 Dec 2014 23:24:52 +0000 (15:24 -0800)]
Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is complete

Bug: 18567716

Change-Id: I656e869b8553d650916c2abe6dc83282c8b6fd65
(cherry picked from commit 5c18b80ed9aaa57b27b56667e3699fd76bcce8ed)

9 years agoam 2f805f0d: (-s ours) Merge "Import translations. DO NOT MERGE" into ub-now-queens
Geoff Mendal [Thu, 4 Dec 2014 15:15:45 +0000 (15:15 +0000)]
am 2f805f0d: (-s ours) Merge "Import translations. DO NOT MERGE" into ub-now-queens

* commit '2f805f0d00b6521d6f6be25b615b3aff1b8f621d':
  Import translations. DO NOT MERGE

9 years agoam f2048779: Fixing wrong package check when adding shortcuts
Sunny Goyal [Thu, 4 Dec 2014 15:15:44 +0000 (15:15 +0000)]
am f2048779: Fixing wrong package check when adding shortcuts

* commit 'f2048779990bfd3c20b52149f5e8ab208bf2502a':
  Fixing wrong package check when adding shortcuts

9 years agoMerge "Import translations. DO NOT MERGE" into ub-now-queens
Geoff Mendal [Thu, 4 Dec 2014 05:28:01 +0000 (05:28 +0000)]
Merge "Import translations. DO NOT MERGE" into ub-now-queens

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 3 Dec 2014 19:01:37 +0000 (11:01 -0800)]
Import translations. DO NOT MERGE

Change-Id: If32589149a2b776b668510662360e04aa66ade88
Auto-generated-cl: translation import

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 3 Dec 2014 19:00:59 +0000 (11:00 -0800)]
Import translations. DO NOT MERGE

Change-Id: I417c78f889994b02bff33793c866af0a1b13d47f
Auto-generated-cl: translation import

9 years agoFixing wrong package check when adding shortcuts
Sunny Goyal [Wed, 3 Dec 2014 08:55:16 +0000 (14:25 +0530)]
Fixing wrong package check when adding shortcuts

Bug: 18571789,18535867
Change-Id: I2544fa634879846d812b00f8649520400f66d29e

9 years agoam 5c18b80e: Ensure that FirstFrameAnimatorHelper doesn\'t set play time when animati...
Adam Cohen [Tue, 2 Dec 2014 23:55:48 +0000 (23:55 +0000)]
am 5c18b80e: Ensure that FirstFrameAnimatorHelper doesn\'t set play time when animation is complete

* commit '5c18b80ed9aaa57b27b56667e3699fd76bcce8ed':
  Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is complete

9 years agoEnsure that FirstFrameAnimatorHelper doesn't set play time when animation is complete
Adam Cohen [Tue, 2 Dec 2014 23:24:52 +0000 (15:24 -0800)]
Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is complete

Bug: 18567716

Change-Id: I656e869b8553d650916c2abe6dc83282c8b6fd65

9 years agoam 1c96028f: Merge "Ignoring specific db exception to workaround Bug. 18554839."...
Winson Chung [Tue, 2 Dec 2014 00:35:51 +0000 (00:35 +0000)]
am 1c96028f: Merge "Ignoring specific db exception to workaround Bug. 18554839." into ub-now-queens

* commit '1c96028f414f904b90c1a180a537021a6a3eceff':
  Ignoring specific db exception to workaround Bug. 18554839.

9 years agoMerge "Ignoring specific db exception to workaround Bug. 18554839." into ub-now-queens
Winson Chung [Tue, 2 Dec 2014 00:30:45 +0000 (00:30 +0000)]
Merge "Ignoring specific db exception to workaround Bug. 18554839." into ub-now-queens

9 years agoIgnoring specific db exception to workaround Bug. 18554839.
Winson Chung [Mon, 1 Dec 2014 23:05:17 +0000 (15:05 -0800)]
Ignoring specific db exception to workaround Bug. 18554839.

Change-Id: I80f2dd62297eea671f2d129ae22263e72e506ae4

9 years agoam b02e611d: Don\'t try to create an app state instance during restore.
Chris Wren [Tue, 25 Nov 2014 15:12:13 +0000 (15:12 +0000)]
am b02e611d: Don\'t try to create an app state instance during restore.

* commit 'b02e611d15bd6fbb05814adaa804dd68181c556c':
  Don't try to create an app state instance during restore.

9 years agoDon't try to create an app state instance during restore.
Chris Wren [Mon, 24 Nov 2014 21:57:54 +0000 (16:57 -0500)]
Don't try to create an app state instance during restore.

Added a static utility function to get the DeviceProfile instead.

Bug: 18504164
Change-Id: Ia510a84f1c195e58acf3bf4d1f6a42c739fdd413

9 years agoam ab6527da: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 24 Nov 2014 15:34:02 +0000 (15:34 +0000)]
am ab6527da: (-s ours) Import translations. DO NOT MERGE

* commit 'ab6527da412bf944df08429c697f5fcf94f8bb52':
  Import translations. DO NOT MERGE

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 24 Nov 2014 14:21:53 +0000 (06:21 -0800)]
Import translations. DO NOT MERGE

Change-Id: I0d7a075387e2ba2c8b9607620ae1d1197cf5cd99
Auto-generated-cl: translation import

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 24 Nov 2014 14:21:29 +0000 (06:21 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ib839840795a9298d8539b040c5a67366398ed663
Auto-generated-cl: translation import

9 years agoam 3da888d1: Merge "Disabling auto addition of managed profile shortcuts" into ub...
Sunny Goyal [Fri, 21 Nov 2014 02:19:26 +0000 (02:19 +0000)]
am 3da888d1: Merge "Disabling auto addition of managed profile shortcuts" into ub-now-queens

* commit '3da888d17c020b39ba36dbc99b681bf3339d269f':
  Disabling auto addition of managed profile shortcuts

9 years agoMerge "Disabling auto addition of managed profile shortcuts" into ub-now-queens
Sunny Goyal [Fri, 21 Nov 2014 02:10:07 +0000 (02:10 +0000)]
Merge "Disabling auto addition of managed profile shortcuts" into ub-now-queens

9 years agoDisabling auto addition of managed profile shortcuts
Sunny Goyal [Fri, 21 Nov 2014 01:01:00 +0000 (17:01 -0800)]
Disabling auto addition of managed profile shortcuts

Bug: 16188104
Change-Id: Ib6464c22140df6d60112eb35f5983718b3db6288

9 years agoam c254da26: Updating default page indicator asset
Adam Cohen [Thu, 20 Nov 2014 23:45:51 +0000 (23:45 +0000)]
am c254da26: Updating default page indicator asset

* commit 'c254da26a607bb0af01915ef441c40dac25ffa09':
  Updating default page indicator asset

9 years agoUpdating default page indicator asset
Adam Cohen [Thu, 20 Nov 2014 22:27:27 +0000 (14:27 -0800)]
Updating default page indicator asset

Change-Id: If1be59c8c6590125c2347ba2928f61522f15f959

9 years agoam c8f4e1bc: Fix a couple regressions from resetting AppsCustomizeTabHost
Adam Cohen [Thu, 20 Nov 2014 14:45:11 +0000 (14:45 +0000)]
am c8f4e1bc: Fix a couple regressions from resetting AppsCustomizeTabHost

* commit 'c8f4e1bc88401cad3cc5e439cd08450974d99d81':
  Fix a couple regressions from resetting AppsCustomizeTabHost

9 years agoFix a couple regressions from resetting AppsCustomizeTabHost
Adam Cohen [Thu, 20 Nov 2014 00:03:20 +0000 (16:03 -0800)]
Fix a couple regressions from resetting AppsCustomizeTabHost

Bug 18409435
Bug 18358080

Change-Id: I07a071342b5c5e062ab2bb562b672d93ba0d5c2e

9 years agoam 08072c05: Prevent multiple workspace state animators from being started
Adam Cohen [Wed, 19 Nov 2014 19:20:24 +0000 (19:20 +0000)]
am 08072c05: Prevent multiple workspace state animators from being started

* commit '08072c05bf9c760acff653545a795a0fae4bd917':
  Prevent multiple workspace state animators from being started

9 years agoPrevent multiple workspace state animators from being started
Adam Cohen [Wed, 19 Nov 2014 01:53:44 +0000 (17:53 -0800)]
Prevent multiple workspace state animators from being started

-> Probably an issue with the way we're wrapping ViewPropertyAnimator
   which can lead to us acting like it's valid to have multiple
   instances of a VPA. In reality I think this is very problematic.
-> For now, we can just make sure the previous animation is canceled
   if it hasn't yet completed.

Bug 18428886

Change-Id: I097eec08ec68ed098e68866fb5eda72734c51b00

9 years agoam 7c39e238: Merge "Clearing DB before restore starts." into ub-now-queens
Adam Cohen [Wed, 19 Nov 2014 00:39:22 +0000 (00:39 +0000)]
am 7c39e238: Merge "Clearing DB before restore starts." into ub-now-queens

* commit '7c39e2380f3406f897b2f0abffcb8267d2212482':
  Clearing DB before restore starts.

9 years agoam c7cd2cb2: Add callback which got missed in refactor
Adam Cohen [Tue, 18 Nov 2014 23:34:06 +0000 (23:34 +0000)]
am c7cd2cb2: Add callback which got missed in refactor

* commit 'c7cd2cb28f0d08dd47c79007794fc37036210b6a':
  Add callback which got missed in refactor

9 years agoMerge "Clearing DB before restore starts." into ub-now-queens
Adam Cohen [Tue, 18 Nov 2014 20:05:07 +0000 (20:05 +0000)]
Merge "Clearing DB before restore starts." into ub-now-queens

9 years agoClearing DB before restore starts.
Sunny Goyal [Tue, 18 Nov 2014 18:38:22 +0000 (10:38 -0800)]
Clearing DB before restore starts.

Bug: 18362052
Change-Id: Ic4faf04db2f76c0c434907f1c41c8b708283eeb7

9 years agoAdd callback which got missed in refactor
Adam Cohen [Tue, 18 Nov 2014 01:45:34 +0000 (17:45 -0800)]
Add callback which got missed in refactor

Bug 18418855

Change-Id: Ia3a1cec76721bbbc118dd7389b5e960802a64b88

9 years agoam 0e974b4d: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 17 Nov 2014 18:38:37 +0000 (18:38 +0000)]
am 0e974b4d: (-s ours) Import translations. DO NOT MERGE

* commit '0e974b4d4480242c768cbd886d02ea66c0c8643d':
  Import translations. DO NOT MERGE

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 17 Nov 2014 18:27:36 +0000 (10:27 -0800)]
Import translations. DO NOT MERGE

Change-Id: I79e98ec8bcc48f2c49e648e769fb1ff4d2f993d9
Auto-generated-cl: translation import

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 17 Nov 2014 18:26:59 +0000 (10:26 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ia5e4b798ca68ced4d2b61d2d5d84d50f98b7bdff
Auto-generated-cl: translation import

9 years agoam 416541cc: Adding a few null checks. 1) During migration, if launcher2 has delete...
Sunny Goyal [Fri, 14 Nov 2014 21:21:23 +0000 (21:21 +0000)]
am 416541cc: Adding a few null checks.   1) During migration, if launcher2 has deleted user data, migration oes not happen   2) If Launcher3 does not has bind widget permission, QSB would be null.

* commit '416541cc0e03ccd919d5669f0d06ef42a3b7ff21':
  Adding a few null checks.   1) During migration, if launcher2 has deleted user data, migration oes not happen   2) If Launcher3 does not has bind widget permission, QSB would be null.

9 years agoAdding a few null checks.
Sunny Goyal [Fri, 14 Nov 2014 19:59:57 +0000 (11:59 -0800)]
Adding a few null checks.
  1) During migration, if launcher2 has deleted user data,
migration oes not happen
  2) If Launcher3 does not has bind widget permission,
QSB would be null.

Bug: 18388507
Change-Id: Ief81f6f77ce154e7b3ecd4b77caf24239401e738

9 years agoam 06910a88: Fixing NullPointer Exception when user is deleted.
Sunny Goyal [Fri, 14 Nov 2014 19:08:50 +0000 (19:08 +0000)]
am 06910a88: Fixing NullPointer Exception when user is deleted.

* commit '06910a88445c46fb95c9ad5ff83793e37b6af692':
  Fixing NullPointer Exception when user is deleted.

9 years agoFixing NullPointer Exception when user is deleted.
Sunny Goyal [Fri, 14 Nov 2014 18:14:18 +0000 (10:14 -0800)]
Fixing NullPointer Exception when user is deleted.

Bug: 18388507
Change-Id: I4176ea37a019c2a862e6b2875cc6b03ec9118571

9 years agoam e0f58d73: Adding shortcuts corresponding to ManagedUsers automatically.
Sunny Goyal [Wed, 12 Nov 2014 22:36:26 +0000 (22:36 +0000)]
am e0f58d73: Adding shortcuts corresponding to ManagedUsers automatically.

* commit 'e0f58d73646871497596fb8f7321d407e7565c28':
  Adding shortcuts corresponding to ManagedUsers automatically.

9 years agoAdding shortcuts corresponding to ManagedUsers automatically.
Sunny Goyal [Tue, 11 Nov 2014 02:05:31 +0000 (18:05 -0800)]
Adding shortcuts corresponding to ManagedUsers automatically.

Bug: 16188104
Change-Id: Ic07578dd187263f59f3c431cbb78dea90d0c24f4

9 years agoam b155bbb3: Merge "Using the default search widget in Launcher3" into ub-now-queens
Sunny Goyal [Wed, 12 Nov 2014 18:03:49 +0000 (18:03 +0000)]
am b155bbb3: Merge "Using the default search widget in Launcher3" into ub-now-queens

* commit 'b155bbb375c6bfed14f79def122d69c7659434f7':
  Using the default search widget in Launcher3

9 years agoMerge "Using the default search widget in Launcher3" into ub-now-queens
Sunny Goyal [Wed, 12 Nov 2014 18:00:23 +0000 (18:00 +0000)]
Merge "Using the default search widget in Launcher3" into ub-now-queens

9 years agoam bdc2b5f9: Merge "Removing some duplicate methods" into ub-now-queens
Sunny Goyal [Wed, 12 Nov 2014 10:53:01 +0000 (10:53 +0000)]
am bdc2b5f9: Merge "Removing some duplicate methods" into ub-now-queens

* commit 'bdc2b5f963a93bddade98daaf2a329c976b199e0':
  Removing some duplicate methods

9 years agoMerge "Removing some duplicate methods" into ub-now-queens
Sunny Goyal [Tue, 11 Nov 2014 22:55:05 +0000 (22:55 +0000)]
Merge "Removing some duplicate methods" into ub-now-queens

9 years agoRemoving some duplicate methods
Sunny Goyal [Tue, 11 Nov 2014 20:23:59 +0000 (12:23 -0800)]
Removing some duplicate methods

Change-Id: I8a1295ab74890984e8d8508aaa18fd79ac2a032d

9 years agoUsing the default search widget in Launcher3
Sunny Goyal [Thu, 6 Nov 2014 18:12:54 +0000 (10:12 -0800)]
Using the default search widget in Launcher3

> Removing all logic related to search and voice overlays
from Launcher3
> Using the widget provided by global search provider on the
homescreen
> Removing VoiceButtonProxy, as it is not being used anymore

Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d

9 years agoam be7939c9: Proguard changing methods required for click feedback aniamtion
Sunny Goyal [Tue, 11 Nov 2014 06:10:09 +0000 (06:10 +0000)]
am be7939c9: Proguard changing methods required for click feedback aniamtion

* commit 'be7939c960c20697e8a731b354fd2d3d4757137c':
  Proguard changing methods required for click feedback aniamtion

9 years agoProguard changing methods required for click feedback aniamtion
Sunny Goyal [Tue, 11 Nov 2014 00:01:44 +0000 (16:01 -0800)]
Proguard changing methods required for click feedback aniamtion

Bug: 18323452
Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5

9 years agoam 8dfe2da6: Adding some spacing between overview panel items
Sunny Goyal [Fri, 7 Nov 2014 21:27:21 +0000 (21:27 +0000)]
am 8dfe2da6: Adding some spacing between overview panel items

* commit '8dfe2da6985d38f23fd3426101574c093f509907':
  Adding some spacing between overview panel items

9 years agoAdding some spacing between overview panel items
Sunny Goyal [Fri, 24 Oct 2014 23:26:52 +0000 (16:26 -0700)]
Adding some spacing between overview panel items

Bug: 18293488
Change-Id: I8731c4d2ad34571a4a3a21b03a5fbae0ba66332f

9 years agoam b1b201c9: Merge "Using a proxy call for isAttachedToWindow for pre 19 devices...
Sunny Goyal [Fri, 7 Nov 2014 01:58:32 +0000 (01:58 +0000)]
am b1b201c9: Merge "Using a proxy call for isAttachedToWindow for pre 19 devices" into ub-now-queens

* commit 'b1b201c9af7a53b9ceedb4873b541f85619e6850':
  Using a proxy call for isAttachedToWindow for pre 19 devices

9 years agoam 2e740944: Merge "Clearing some android list errors/warnings." into ub-now-queens
Sunny Goyal [Fri, 7 Nov 2014 01:58:31 +0000 (01:58 +0000)]
am 2e740944: Merge "Clearing some android list errors/warnings." into ub-now-queens

* commit '2e740944ed8660b8f28177172482f90d3afb7dcf':
  Clearing some android list errors/warnings.

9 years agoam 026f622c: Merge "Removing InstallWidgetReceiver related obsolete code." into ub...
Sunny Goyal [Fri, 7 Nov 2014 01:57:38 +0000 (01:57 +0000)]
am 026f622c: Merge "Removing InstallWidgetReceiver related obsolete code." into ub-now-queens

* commit '026f622cc73aa5157106502683e78d2b874f0b61':
  Removing InstallWidgetReceiver related obsolete code.

9 years agoMerge "Using a proxy call for isAttachedToWindow for pre 19 devices" into ub-now...
Sunny Goyal [Wed, 5 Nov 2014 23:23:59 +0000 (23:23 +0000)]
Merge "Using a proxy call for isAttachedToWindow for pre 19 devices" into ub-now-queens

9 years agoUsing a proxy call for isAttachedToWindow for pre 19 devices
Sunny Goyal [Mon, 3 Nov 2014 19:30:01 +0000 (11:30 -0800)]
Using a proxy call for isAttachedToWindow for pre 19 devices

Bug: 17423114
Change-Id: I6f0cc306b7fcc8087b4e4fc92bb8796d51a989d6

9 years agoMerge "Clearing some android list errors/warnings." into ub-now-queens
Sunny Goyal [Wed, 5 Nov 2014 23:13:08 +0000 (23:13 +0000)]
Merge "Clearing some android list errors/warnings." into ub-now-queens

9 years agoMerge "Changes made to accomodate GSA in Google3 w/ Robolectric" into ub-now-master
Cameron Neale [Wed, 5 Nov 2014 19:34:15 +0000 (19:34 +0000)]
Merge "Changes made to accomodate GSA in Google3 w/ Robolectric" into ub-now-master

9 years agoMerge "Removing InstallWidgetReceiver related obsolete code." into ub-now-queens
Sunny Goyal [Wed, 5 Nov 2014 18:58:16 +0000 (18:58 +0000)]
Merge "Removing InstallWidgetReceiver related obsolete code." into ub-now-queens

9 years agoRemoving InstallWidgetReceiver related obsolete code.
Sunny Goyal [Wed, 5 Nov 2014 18:34:43 +0000 (10:34 -0800)]
Removing InstallWidgetReceiver related obsolete code.

Change-Id: I61700b363f8af6434e750bcb5323e0ad4e5bf011

9 years agoam 7e585dc7: Merge "Updating page indicator assets" into ub-now-queens
Adam Cohen [Tue, 4 Nov 2014 00:52:02 +0000 (00:52 +0000)]
am 7e585dc7: Merge "Updating page indicator assets" into ub-now-queens

* commit '7e585dc71f9aec8a232a79105653f315af8007b2':
  Updating page indicator assets

9 years agoMerge "Updating page indicator assets" into ub-now-queens
Adam Cohen [Tue, 4 Nov 2014 00:24:38 +0000 (00:24 +0000)]
Merge "Updating page indicator assets" into ub-now-queens

9 years agoUpdating page indicator assets
Adam Cohen [Tue, 4 Nov 2014 00:13:45 +0000 (16:13 -0800)]
Updating page indicator assets

Bug: 17318376
Change-Id: I4e73bf4892575bbb31f28d2cf1a4e476f8895dfa

9 years agoam 45634bf8: Merge "Moving methods which update internal sets on a separate thread...
Sunny Goyal [Mon, 3 Nov 2014 20:14:24 +0000 (20:14 +0000)]
am 45634bf8: Merge "Moving methods which update internal sets on a separate thread" into ub-now-queens

* commit '45634bf8fb5c9c59217795a620c4a36aced89a03':
  Moving methods which update internal sets on a separate thread

9 years agoMerge "Moving methods which update internal sets on a separate thread" into ub-now...
Sunny Goyal [Mon, 3 Nov 2014 20:11:05 +0000 (20:11 +0000)]
Merge "Moving methods which update internal sets on a separate thread" into ub-now-queens

9 years agoClearing some android list errors/warnings.
Sunny Goyal [Mon, 3 Nov 2014 19:39:27 +0000 (11:39 -0800)]
Clearing some android list errors/warnings.

Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1

9 years agoam 96d2cc23: Fix folder hint text color. Likely a regression from upgrading the Activ...
Adam Cohen [Sat, 1 Nov 2014 00:22:40 +0000 (00:22 +0000)]
am 96d2cc23: Fix folder hint text color. Likely a regression from upgrading the Activity theme

* commit '96d2cc235dff94d6109cd480fef13afbefa459f1':
  Fix folder hint text color. Likely a regression from upgrading the Activity theme

9 years agoFix folder hint text color. Likely a regression from upgrading the Activity theme
Adam Cohen [Fri, 31 Oct 2014 23:58:00 +0000 (16:58 -0700)]
Fix folder hint text color. Likely a regression from upgrading the Activity theme

Bug: 18204650
Change-Id: I5e23df5f4f8f1f8ca7a22c8a62797e77c9a4a9e1

9 years agoam c3e12c73: Overlay shouldn\'t show up above Intro screen
Adam Cohen [Fri, 31 Oct 2014 23:42:04 +0000 (23:42 +0000)]
am c3e12c73: Overlay shouldn\'t show up above Intro screen

* commit 'c3e12c733ea1bac942454237b897d5a321c01072':
  Overlay shouldn't show up above Intro screen