OSDN Git Service

android-x86/packages-apps-Trebuchet.git
10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 6 Jul 2014 15:53:19 +0000 (08:53 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Revert "Revert Cls stopping now-master running on googlefood"" into ub-now...
Kenny Guy [Wed, 2 Jul 2014 14:02:17 +0000 (14:02 +0000)]
Merge "Revert "Revert Cls stopping now-master running on googlefood"" into ub-now-master

10 years agoDon't show clings in guest user
Amith Yamasani [Wed, 25 Jun 2014 10:44:02 +0000 (16:14 +0530)]
Don't show clings in guest user

If the SKIP_FIRST_USE_HINTS setting is ON, don't show clings. This
is used for Guest users.

Bug: 15873403
Change-Id: Icae713788c3ed26d55e8e713da7ec7d0d2b25fce

10 years agoDrop support for remove all dead promises.
Chris Wren [Tue, 1 Jul 2014 20:52:49 +0000 (16:52 -0400)]
Drop support for remove all dead promises.

Bug: 12764789
Change-Id: Id876b66cf8da4388cb3ed5670a0bbdcf73f2982d

10 years agoUpdate text on dead shortcut removal dialog.
Chris Wren [Tue, 1 Jul 2014 13:37:48 +0000 (09:37 -0400)]
Update text on dead shortcut removal dialog.

Bug: 12764789
Change-Id: I9eda1abba2edc3857ce63da2c7c14e13b9a2505e

10 years agoRevert "Revert Cls stopping now-master running on googlefood"
Kenny Guy [Mon, 30 Jun 2014 11:30:31 +0000 (12:30 +0100)]
Revert "Revert Cls stopping now-master running on googlefood"

This reverts commit 7bc272a11b701a32d2ed91277341c382cbd84aeb.

Conflicts:
src/com/android/launcher3/BubbleTextView.java

Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04

10 years agoOffer to delete broken promise icons.
Chris Wren [Tue, 24 Jun 2014 22:24:23 +0000 (18:24 -0400)]
Offer to delete broken promise icons.

Track state of promise in the info, not the view.
Fix bugs around moving promises to folders.
Fix bugs around filterign and removing promises.

Bug: 12764789
Change-Id: If5e8b6d315e463154b5bafe8aef7ef4f9889bb95

10 years agoenable restore by default in master (for 3.7)
Chris Wren [Thu, 26 Jun 2014 16:09:34 +0000 (12:09 -0400)]
enable restore by default in master (for 3.7)

Change-Id: I3f64a9248602925c17d2e89295f02cbe64160a6a

10 years agoFix issue where sometimes duplicate icons are added on homescreen when
Sunny Goyal [Thu, 26 Jun 2014 22:27:14 +0000 (15:27 -0700)]
Fix issue where sometimes duplicate icons are added on homescreen when
installing a package

Shortcuts placed by the user have no package in their intent.
Ensure that this is accounted for when searching for duplicates.

issue: 12888844

Change-Id: I2fb8b7c2b8f7cb74926904bf49a96aeb59a5a9f8

10 years agoam dcc5e71b: Fix issue where focus was sometimes missing when going to all apps with...
Adam Cohen [Tue, 24 Jun 2014 16:53:03 +0000 (16:53 +0000)]
am dcc5e71b: Fix issue where focus was sometimes missing when going to all apps with keyboard

* commit 'dcc5e71b3fd0ae450241ad820a5797225973ce73':
  Fix issue where focus was sometimes missing when going to all apps with keyboard

10 years agoRevert Cls stopping now-master running on googlefood
Kenny Guy [Tue, 24 Jun 2014 09:29:28 +0000 (10:29 +0100)]
Revert Cls stopping now-master running on googlefood

This reverts commits 01453e855fa87ee19f61223b2b1a6965071ee95a.
and 242bbe1b72e4978dde8a662d164cd186305e14a7.
"Add content description to bagded icons."
"Remove reflection now we are building against L"

Bug: 15833449
Change-Id: I81a5316f5619a9cd3b6ab9fd03b2ba96657b7f68

10 years agoFix issue where focus was sometimes missing when going to all apps with keyboard
Adam Cohen [Mon, 23 Jun 2014 19:38:55 +0000 (15:38 -0400)]
Fix issue where focus was sometimes missing when going to all apps with keyboard

issue 15407977

Change-Id: I806c4f3d4c5951e4caa7eddaff366a68585f1cd9

10 years agoAdd content description to bagded icons.
Kenny Guy [Fri, 20 Jun 2014 20:24:53 +0000 (21:24 +0100)]
Add content description to bagded icons.

Enabled accesibility so that icons badged by the
managed profile have a content description
that is different to the non-bagdged version.

Bug: 15106236
Change-Id: Id483273173d9539916eebd59111d179087526be3

10 years agoMerge "Remove reflection now we are building against L" into ub-now-master
Kenny Guy [Mon, 23 Jun 2014 14:34:07 +0000 (14:34 +0000)]
Merge "Remove reflection now we are building against L" into ub-now-master

10 years agoRemove reflection now we are building against L
Kenny Guy [Thu, 12 Jun 2014 12:00:26 +0000 (13:00 +0100)]
Remove reflection now we are building against L

Remove reflection and update changed renamed L APIs
now that branch has L sdk.

Change-Id: I223c6528487110eb328e2e229bbcbefb701e0c20

10 years agoam db78dc8a: Fix problem where launcher doesn\'t draw after rotation w/ translucent...
Adam Cohen [Fri, 20 Jun 2014 16:16:52 +0000 (16:16 +0000)]
am db78dc8a: Fix problem where launcher doesn\'t draw after rotation w/ translucent activity above it

* commit 'db78dc8a0aeac2e18c995ed5b7e92b963fca18e5':
  Fix problem where launcher doesn't draw after rotation w/ translucent activity above it

10 years agoFix problem where launcher doesn't draw after rotation w/ translucent activity above it
Adam Cohen [Thu, 19 Jun 2014 21:50:51 +0000 (14:50 -0700)]
Fix problem where launcher doesn't draw after rotation w/ translucent activity above it

-> Removed some code which caused this. The code was intended to fix a certain issue:
"Fixing issue where we were reverting to the first page of the workspace after
launching an application from all apps, rotating, and returning home"
-> That bug doesn't seem to occur anymore, even with the revert
-> See https://googleplex-android-review.googlesource.com/#/c/209561/1

issue 11808251

Change-Id: I14ada19a294d2e5139a9e650d55f1cd985dd00d3

10 years agoPrevent discordant state between Workspace and Launcher (issue 15409018)
Adam Cohen [Wed, 18 Jun 2014 17:34:58 +0000 (10:34 -0700)]
Prevent discordant state between Workspace and Launcher (issue 15409018)

Change-Id: I13bb3e51da18998a5dade49c50e5fbf2266022d3

10 years agoDO NOT MERGE - Catching TransactionTooLargeException in AppWidgetHost#startListening
Adam Cohen [Mon, 16 Jun 2014 22:22:56 +0000 (15:22 -0700)]
DO NOT MERGE - Catching TransactionTooLargeException in AppWidgetHost#startListening

solution b) from issue 14255011

Change-Id: I1dc521632a132de496ff9a583b1e0b29415aacdd
(cherry picked from commit 084c31873e5d5015dac9eaac722a6d8387b6dd8d)

10 years agoMerge "Accounting for larger search box" into ub-now-master
Adam Cohen [Thu, 19 Jun 2014 21:13:39 +0000 (21:13 +0000)]
Merge "Accounting for larger search box" into ub-now-master

10 years agoAccounting for larger search box
Adam Cohen [Thu, 19 Jun 2014 18:32:38 +0000 (11:32 -0700)]
Accounting for larger search box

-> QSB is 8dps larger, accounting for that in GEL
-> Steal 8 dps from the page indicators to keep the grid unaffected

Change-Id: I39f19e69e4a34e05a149b80a8d7966ea56ccc560

10 years agoam e25c5d1c: Prevent discordant state between Workspace and Launcher (issue 15409018)
Adam Cohen [Wed, 18 Jun 2014 18:32:48 +0000 (18:32 +0000)]
am e25c5d1c: Prevent discordant state between Workspace and Launcher (issue 15409018)

* commit 'e25c5d1c94949044c4cd7416f60ea0dc12dadc8d':
  Prevent discordant state between Workspace and Launcher (issue 15409018)

10 years agoam 7fa0ae50: (-s ours) DO NOT MERGE - Catching TransactionTooLargeException in AppWid...
Adam Cohen [Wed, 18 Jun 2014 17:35:07 +0000 (17:35 +0000)]
am 7fa0ae50: (-s ours) DO NOT MERGE - Catching TransactionTooLargeException in AppWidgetHost#startListening

* commit '7fa0ae5056f753a26f267b633bbc160b2b86f725':
  DO NOT MERGE - Catching TransactionTooLargeException in AppWidgetHost#startListening

10 years agoam 60e1efe0: Fix NPE when dragging shortcut without component while app is uninstalled
Adam Cohen [Tue, 17 Jun 2014 10:48:48 +0000 (10:48 +0000)]
am 60e1efe0: Fix NPE when dragging shortcut without component while app is uninstalled

* commit '60e1efe032821235c04376088494b44dfde4b62e':
  Fix NPE when dragging shortcut without component while app is uninstalled

10 years agoMerge "Catching TransactionTooLargeException in AppWidgetHost#startListening" into...
Adam Cohen [Tue, 17 Jun 2014 00:58:41 +0000 (00:58 +0000)]
Merge "Catching TransactionTooLargeException in AppWidgetHost#startListening" into ub-now-master

10 years agoCatching TransactionTooLargeException in AppWidgetHost#startListening
Adam Cohen [Mon, 16 Jun 2014 22:22:56 +0000 (15:22 -0700)]
Catching TransactionTooLargeException in AppWidgetHost#startListening

solution b) from issue 14255011

Change-Id: I1dc521632a132de496ff9a583b1e0b29415aacdd

10 years agoam bc9efe7a: am 958315e8: Add catch for missing app icon resource.
Kenny Guy [Mon, 16 Jun 2014 15:31:20 +0000 (15:31 +0000)]
am bc9efe7a: am 958315e8: Add catch for missing app icon resource.

* commit 'bc9efe7aaee70c7128684c6b92163788e6d7de96':
  Add catch for missing app icon resource.

10 years agoFix NPE when dragging shortcut without component while app is uninstalled
Adam Cohen [Sat, 14 Jun 2014 02:11:57 +0000 (19:11 -0700)]
Fix NPE when dragging shortcut without component while app is uninstalled

issue 14601562

Change-Id: Icf0472d38c1b02de8421f146e26f2e2d79de43dd

10 years agoam 958315e8: Add catch for missing app icon resource.
Kenny Guy [Fri, 13 Jun 2014 20:56:51 +0000 (20:56 +0000)]
am 958315e8: Add catch for missing app icon resource.

* commit '958315e8ef448641a75401acff1e4cb38fd776e7':
  Add catch for missing app icon resource.

10 years agoAdd catch for missing app icon resource.
Kenny Guy [Tue, 27 May 2014 15:34:59 +0000 (16:34 +0100)]
Add catch for missing app icon resource.

The catch was present before moving the code into
the compat class.

Bug: 15276879
Change-Id: I81fbd49dacd813e861a2bc4f0b41dcbeccb9def2
(cherry picked from commit c879052247b1000b9f318294024daa3c9d100621)

10 years agoam 56c2acc3: Add method to check if there is a partner folder
Adam Cohen [Fri, 13 Jun 2014 01:10:08 +0000 (01:10 +0000)]
am 56c2acc3: Add method to check if there is a partner folder

* commit '56c2acc3df4eeb97cabdd3a50983f7f53ee32139':
  Add method to check if there is a partner folder

10 years agoam 6f127a61: More defense for issue 14491953
Adam Cohen [Fri, 13 Jun 2014 01:06:56 +0000 (01:06 +0000)]
am 6f127a61: More defense for issue 14491953

* commit '6f127a614c6a3e64a5de963f3a11d68d3368cd84':
  More defense for issue 14491953

10 years agoAdd method to check if there is a partner folder
Adam Cohen [Fri, 13 Jun 2014 00:58:45 +0000 (17:58 -0700)]
Add method to check if there is a partner folder

Change-Id: I6154c731edfeb2a4fc0aed94f74a556059b5d103

10 years agoMore defense for issue 14491953
Adam Cohen [Thu, 12 Jun 2014 21:54:41 +0000 (14:54 -0700)]
More defense for issue 14491953

Change-Id: I90de51c74e337d56aad891741233e6a857d89b62

10 years agoam c8d31ff2: Add null check for empty MediaStore cursor
Adam Cohen [Thu, 12 Jun 2014 19:52:44 +0000 (19:52 +0000)]
am c8d31ff2: Add null check for empty MediaStore cursor

* commit 'c8d31ff228511d815aa8b46d5bd24c6cc8183333':
  Add null check for empty MediaStore cursor

10 years agoAdd null check for empty MediaStore cursor
Adam Cohen [Thu, 12 Jun 2014 19:29:50 +0000 (12:29 -0700)]
Add null check for empty MediaStore cursor

issue 15397853

Change-Id: I1c28262e181a4f32e1f7a58813121db72746d6a8

10 years agoam 76308c3b: am 6ea3b116: Override app launch transition for LMP preview
Adam Cohen [Wed, 11 Jun 2014 18:59:37 +0000 (18:59 +0000)]
am 76308c3b: am 6ea3b116: Override app launch transition for LMP preview

* commit '76308c3b6222d98e4dbc0fbabd21ad9b57f27e88':
  Override app launch transition for LMP preview

10 years agoam 6ea3b116: Override app launch transition for LMP preview
Adam Cohen [Wed, 11 Jun 2014 18:57:39 +0000 (18:57 +0000)]
am 6ea3b116: Override app launch transition for LMP preview

* commit '6ea3b116fc2eea7cc1a6892c548da45a4f581a1d':
  Override app launch transition for LMP preview

10 years agoOverride app launch transition for LMP preview
Adam Cohen [Wed, 11 Jun 2014 18:38:49 +0000 (11:38 -0700)]
Override app launch transition for LMP preview

issue 15544569 j)

Change-Id: I8aff85a154cb98d865a8834f37b13e30cd03de6c

10 years agoam 128d1c8e: am 71b0473f: Add new assets for LMP preview
Adam Cohen [Wed, 11 Jun 2014 18:40:25 +0000 (18:40 +0000)]
am 128d1c8e: am 71b0473f: Add new assets for LMP preview

* commit '128d1c8e1d0a2bcdbe1d58e62c9d60deb5424e1b':
  Add new assets for LMP preview

10 years agoam 74ba0c31: am ada8d7df: Merge "Make folder stack more vertical for LMP preview...
Adam Cohen [Wed, 11 Jun 2014 18:36:51 +0000 (18:36 +0000)]
am 74ba0c31: am ada8d7df: Merge "Make folder stack more vertical for LMP preview" into ub-now-nova

* commit '74ba0c31a87b06c0ed7a78aad92586955d7ca241':
  Make folder stack more vertical for LMP preview

10 years agoam 71b0473f: Add new assets for LMP preview
Adam Cohen [Wed, 11 Jun 2014 18:36:17 +0000 (18:36 +0000)]
am 71b0473f: Add new assets for LMP preview

* commit '71b0473f24a7d77263aae88139f13298a1d64b27':
  Add new assets for LMP preview

10 years agoAdd new assets for LMP preview
Adam Cohen [Wed, 11 Jun 2014 17:36:14 +0000 (10:36 -0700)]
Add new assets for LMP preview

issue 15544569 c), d), e)

Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa

10 years agoam ada8d7df: Merge "Make folder stack more vertical for LMP preview" into ub-now...
Adam Cohen [Wed, 11 Jun 2014 17:37:53 +0000 (17:37 +0000)]
am ada8d7df: Merge "Make folder stack more vertical for LMP preview" into ub-now-nova

* commit 'ada8d7dfe1a52eab1e2a0954cf369ed6d198de94':
  Make folder stack more vertical for LMP preview

10 years agoam 2854d54b: (-s ours) am a629f268: (-s ours) Merge "Revert "Revert transparent bars...
Adam Cohen [Wed, 11 Jun 2014 17:10:52 +0000 (17:10 +0000)]
am 2854d54b: (-s ours) am a629f268: (-s ours) Merge "Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"" into ub-now-nova

* commit '2854d54b94203c3e4070de475edcfcb3f8140507':
  Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"

10 years agoam a629f268: (-s ours) Merge "Revert "Revert transparent bars for L in 3.5. DO NOT...
Adam Cohen [Wed, 11 Jun 2014 17:07:31 +0000 (17:07 +0000)]
am a629f268: (-s ours) Merge "Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"" into ub-now-nova

* commit 'a629f26824c1f1b82cd6ecb5eb88df56eab6cdfe':
  Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"

10 years agoMerge "Make folder stack more vertical for LMP preview" into ub-now-nova
Adam Cohen [Wed, 11 Jun 2014 17:35:58 +0000 (17:35 +0000)]
Merge "Make folder stack more vertical for LMP preview" into ub-now-nova

10 years agoMake folder stack more vertical for LMP preview
Adam Cohen [Wed, 11 Jun 2014 01:56:22 +0000 (18:56 -0700)]
Make folder stack more vertical for LMP preview

issue 15544569 h)

Change-Id: Ie9830429f629db0963f5313d9e4c0c18b14bff4a

10 years agoMerge "Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"" into ub-now-nova
Adam Cohen [Wed, 11 Jun 2014 17:04:32 +0000 (17:04 +0000)]
Merge "Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"" into ub-now-nova

10 years agoRevert "Revert transparent bars for L in 3.5. DO NOT MERGE"
Adam Cohen [Mon, 9 Jun 2014 22:54:36 +0000 (22:54 +0000)]
Revert "Revert transparent bars for L in 3.5. DO NOT MERGE"

This reverts commit e1cdf5253d8c61218fe3b308803408c04f71ffa3.

Change-Id: If107c46fcc3062d990b0de9758045946c8017569

10 years agoam aa4c8c1f: Fix for regression which made issue 14491953 occur more easily
Adam Cohen [Mon, 9 Jun 2014 19:13:35 +0000 (19:13 +0000)]
am aa4c8c1f: Fix for regression which made issue 14491953 occur more easily

* commit 'aa4c8c1fea577431e218a927ae8ba6c47e51bfdb':
  Fix for regression which made issue 14491953 occur more easily

10 years agoFix for regression which made issue 14491953 occur more easily
Adam Cohen [Fri, 6 Jun 2014 18:52:52 +0000 (11:52 -0700)]
Fix for regression which made issue 14491953 occur more easily

Change-Id: I27711aad8aae2824a54a043f686918d342ffc5bb
(cherry picked from commit 327acfea13d924293b88c7d204fde4a25748108d)

10 years agoFix for regression which made issue 14491953 occur more easily
Adam Cohen [Fri, 6 Jun 2014 18:52:52 +0000 (11:52 -0700)]
Fix for regression which made issue 14491953 occur more easily

Change-Id: I27711aad8aae2824a54a043f686918d342ffc5bb

10 years agoSquash unreachable catch
Adam Skory [Wed, 4 Jun 2014 17:13:49 +0000 (18:13 +0100)]
Squash unreachable catch

The compiler warning distracts me often.

Change-Id: I0192314f4ac9d8e3acb40dd10a39de297affcdac

10 years agoam 17937015: Add required cast
Adam Cohen [Wed, 4 Jun 2014 05:28:54 +0000 (05:28 +0000)]
am 17937015: Add required cast

* commit '179370154f5c5d63f683d44428bdbd1144d0102b':
  Add required cast

10 years agoAdd required cast
Adam Cohen [Wed, 4 Jun 2014 05:23:28 +0000 (22:23 -0700)]
Add required cast

Change-Id: I6ff78f583777ec71d414d2fa66cce3390fd97d0e

10 years agoam 18bbc6a0: Adding workaround for issue with null drawable
Adam Cohen [Wed, 4 Jun 2014 05:09:37 +0000 (05:09 +0000)]
am 18bbc6a0: Adding workaround for issue with null drawable

* commit '18bbc6a013e10b1fe384b7d3798622e087c813d2':
  Adding workaround for issue with null drawable

10 years agoAdding workaround for issue with null drawable
Adam Cohen [Wed, 4 Jun 2014 04:43:24 +0000 (21:43 -0700)]
Adding workaround for issue with null drawable

A drawable is null which ought not be null, since it should have been set during inflation. Seems like a platform issue on one device. Adding a workaround to manually set it in code after inflation if necessary.

issue 15334203

Change-Id: Ideb80c231300e61f6dfe5336d6d647a3e1b51817

10 years agoam e9a51198: Revert "Adding debugging and naive fix for issue 15334203"
Adam Cohen [Wed, 4 Jun 2014 01:25:22 +0000 (01:25 +0000)]
am e9a51198: Revert "Adding debugging and naive fix for issue 15334203"

* commit 'e9a5119836e5e3310c474cb4bb5b7a727bc2415f':
  Revert "Adding debugging and naive fix for issue 15334203"

10 years agoam ed11c140: Adding debugging and naive fix for issue 15334203
Adam Cohen [Wed, 4 Jun 2014 01:25:22 +0000 (01:25 +0000)]
am ed11c140: Adding debugging and naive fix for issue 15334203

* commit 'ed11c14003ca4ae5f702b6eb3f6b5dd8f4e7d4a4':
  Adding debugging and naive fix for issue 15334203

10 years agoRevert "Adding debugging and naive fix for issue 15334203"
Adam Cohen [Wed, 4 Jun 2014 01:24:03 +0000 (01:24 +0000)]
Revert "Adding debugging and naive fix for issue 15334203"

This reverts commit ed11c14003ca4ae5f702b6eb3f6b5dd8f4e7d4a4.

Change-Id: Ifc46769477e590512cc5ab79a69063c0341f52b2

10 years agoAdding debugging and naive fix for issue 15334203
Adam Cohen [Wed, 4 Jun 2014 01:03:29 +0000 (18:03 -0700)]
Adding debugging and naive fix for issue 15334203

-> To be reverted, just need signed build.

Change-Id: I6a83e55067d8d2564bb3c4f0c314befbb2793f09

10 years agoRemoving some dead code / strings
Adam Cohen [Mon, 2 Jun 2014 21:09:10 +0000 (14:09 -0700)]
Removing some dead code / strings

issue 14161836

Change-Id: I44aa0c3109b1b0efe8e1be80eb4c4f373c02994a

10 years agoAdding ability for partners to specify a default layout
Adam Cohen [Fri, 30 May 2014 22:34:09 +0000 (15:34 -0700)]
Adding ability for partners to specify a default layout

Change-Id: Ib071faa4b41d13961c3a33b865b40a644631c08a

10 years agoam 3489f5c1: disable launcher restore by default, for nova launch
Chris Wren [Fri, 30 May 2014 08:02:17 +0000 (08:02 +0000)]
am 3489f5c1: disable launcher restore by default, for nova launch

* commit '3489f5c1bf0a3b036479b440b917123016568fc7':
  disable launcher restore by default, for nova launch

10 years agodisable launcher restore by default, for nova launch
Chris Wren [Thu, 29 May 2014 20:58:15 +0000 (16:58 -0400)]
disable launcher restore by default, for nova launch

Change-Id: I54aa2de71f8fcc660922a59ff280ae141e066f73

10 years agoAdd catch for missing app icon resource.
Kenny Guy [Tue, 27 May 2014 15:34:59 +0000 (16:34 +0100)]
Add catch for missing app icon resource.

The catch was present before moving the code into
the compat class.

Bug: 15276879
Change-Id: I81fbd49dacd813e861a2bc4f0b41dcbeccb9def2

10 years agoam 58852b39: Log the component name for restored icons.
Chris Wren [Fri, 23 May 2014 21:03:37 +0000 (21:03 +0000)]
am 58852b39: Log the component name for restored icons.

* commit '58852b393bbfa0e2efd73186316cc3fa9592233a':
  Log the component name for restored icons.

10 years agoLog the component name for restored icons.
Chris Wren [Fri, 23 May 2014 20:56:53 +0000 (16:56 -0400)]
Log the component name for restored icons.

Bug: 15192063
Change-Id: I7d8aa05600a2278c18f3ac34f87b87b3867bcd0c

10 years agoam 9b1d062b: Make sure we can handle database downgrade (by wiping and starting fresh)
Adam Cohen [Fri, 23 May 2014 17:15:01 +0000 (17:15 +0000)]
am 9b1d062b: Make sure we can handle database downgrade (by wiping and starting fresh)

* commit '9b1d062b0f1c4714883444df874e1a078764caa1':
  Make sure we can handle database downgrade (by wiping and starting fresh)

10 years agoMake sure we can handle database downgrade (by wiping and starting fresh)
Adam Cohen [Thu, 22 May 2014 02:01:57 +0000 (19:01 -0700)]
Make sure we can handle database downgrade (by wiping and starting fresh)

issue 15144138

Change-Id: I59aad7445d2aaaaede1cba6754e047f05a2859ae

10 years agoam ea90f83e: Check before suggesting default wallpaper dimensions
Adam Cohen [Thu, 22 May 2014 00:30:09 +0000 (00:30 +0000)]
am ea90f83e: Check before suggesting default wallpaper dimensions

* commit 'ea90f83e248086b91dbbc7969059f6887190b2a2':
  Check before suggesting default wallpaper dimensions

10 years agoCheck before suggesting default wallpaper dimensions
Adam Cohen [Wed, 21 May 2014 22:03:34 +0000 (15:03 -0700)]
Check before suggesting default wallpaper dimensions

issue 14470153

Change-Id: Id00e9cb4bd2b769818ed61de65be8c1c0119e07d

10 years agoam 73859adf: Merge "Revert "Debugging wallpaper stuff on production device (to be...
Adam Cohen [Wed, 21 May 2014 23:01:58 +0000 (23:01 +0000)]
am 73859adf: Merge "Revert "Debugging wallpaper stuff on production device (to be reverted once built)"" into ub-now-nova

* commit '73859adf80c94a377508a1d9ea8b6fa45a19f80f':
  Revert "Debugging wallpaper stuff on production device (to be reverted once built)"

10 years agoam 00a019d9: Merge "Debugging wallpaper stuff on production device (to be reverted...
Adam Cohen [Wed, 21 May 2014 23:01:57 +0000 (23:01 +0000)]
am 00a019d9: Merge "Debugging wallpaper stuff on production device (to be reverted once built)" into ub-now-nova

* commit '00a019d9e5713a595e6528d985174e4dff454445':
  Debugging wallpaper stuff on production device (to be reverted once built)

10 years agoMerge "Revert "Debugging wallpaper stuff on production device (to be reverted once...
Adam Cohen [Wed, 21 May 2014 23:01:31 +0000 (23:01 +0000)]
Merge "Revert "Debugging wallpaper stuff on production device (to be reverted once built)"" into ub-now-nova

10 years agoRevert "Debugging wallpaper stuff on production device (to be reverted once built)"
Adam Cohen [Wed, 21 May 2014 23:01:25 +0000 (23:01 +0000)]
Revert "Debugging wallpaper stuff on production device (to be reverted once built)"

This reverts commit f8dc557cf84ad90186e94d1ebe15f850a6edf2a0.

Change-Id: I2a2ce9a067ec6df829eb23997661bb090daa64ff

10 years agoMerge "Debugging wallpaper stuff on production device (to be reverted once built...
Adam Cohen [Wed, 21 May 2014 23:00:01 +0000 (23:00 +0000)]
Merge "Debugging wallpaper stuff on production device (to be reverted once built)" into ub-now-nova

10 years agoDebugging wallpaper stuff on production device (to be reverted once built)
Adam Cohen [Wed, 21 May 2014 22:49:31 +0000 (15:49 -0700)]
Debugging wallpaper stuff on production device (to be reverted once built)

issue 14470153

Change-Id: I6c93b11f639d79163da0c3ce4e4053e304e0081e

10 years agoam e1cdf525: (-s ours) Revert transparent bars for L in 3.5. DO NOT MERGE
Sandeep Siddhartha [Wed, 21 May 2014 22:46:34 +0000 (22:46 +0000)]
am e1cdf525: (-s ours) Revert transparent bars for L in 3.5. DO NOT MERGE

* commit 'e1cdf5253d8c61218fe3b308803408c04f71ffa3':
  Revert transparent bars for L in 3.5. DO NOT MERGE

10 years agoRevert transparent bars for L in 3.5. DO NOT MERGE
Sandeep Siddhartha [Wed, 21 May 2014 22:07:15 +0000 (15:07 -0700)]
Revert transparent bars for L in 3.5. DO NOT MERGE

Bug: 15082937
Change-Id: I7698744aae83e58902641cf1fcc6ab55c1fcb543

10 years agoam a28b78e8: Fix issue where shortcuts were still being added even if corresponding...
Adam Cohen [Wed, 21 May 2014 00:55:50 +0000 (00:55 +0000)]
am a28b78e8: Fix issue where shortcuts were still being added even if corresponding app is uninstalled

* commit 'a28b78e8385f0f590b144038157afc7d34cd48b7':
  Fix issue where shortcuts were still being added even if corresponding app is uninstalled

10 years agoFix issue where shortcuts were still being added even if corresponding app is uninstalled
Adam Cohen [Wed, 21 May 2014 00:03:04 +0000 (17:03 -0700)]
Fix issue where shortcuts were still being added even if corresponding app is uninstalled

issue 14410162

Change-Id: I7857aace069c4eb4c1ee504088f4526d61e1f30e

10 years agoam 7716b400: Merge "Fix crash when launcher dies while configuring a widget / shortcu...
Adam Cohen [Tue, 20 May 2014 22:30:11 +0000 (22:30 +0000)]
am 7716b400: Merge "Fix crash when launcher dies while configuring a widget / shortcut" into ub-now-nova

* commit '7716b400654bae009188daf9053b68727410a53d':
  Fix crash when launcher dies while configuring a widget / shortcut

10 years agoMerge "Fix crash when launcher dies while configuring a widget / shortcut" into ub...
Adam Cohen [Tue, 20 May 2014 22:26:49 +0000 (22:26 +0000)]
Merge "Fix crash when launcher dies while configuring a widget / shortcut" into ub-now-nova

10 years agoFix crash when launcher dies while configuring a widget / shortcut
Adam Cohen [Tue, 20 May 2014 21:23:40 +0000 (14:23 -0700)]
Fix crash when launcher dies while configuring a widget / shortcut

issue 15014018

Change-Id: I083fa40fb2fd0eb217852e5d088fa5e18e5f5697

10 years agoam dedfca2a: Preventing crash when hovering over folder icon with widget shortcut
Adam Cohen [Tue, 20 May 2014 00:44:37 +0000 (00:44 +0000)]
am dedfca2a: Preventing crash when hovering over folder icon with widget shortcut

* commit 'dedfca2aef7573624bdb421b1805ef5e04bee502':
  Preventing crash when hovering over folder icon with widget shortcut

10 years agoPreventing crash when hovering over folder icon with widget shortcut
Adam Cohen [Mon, 19 May 2014 22:10:39 +0000 (15:10 -0700)]
Preventing crash when hovering over folder icon with widget shortcut

issue 13748105

Change-Id: I053f6c7748310ad117ec216655e6147bfe6e4f85

10 years agoam 5eed5d8c: Ensure that hotseat callout only occurs when appropriate
Adam Cohen [Mon, 19 May 2014 21:17:11 +0000 (21:17 +0000)]
am 5eed5d8c: Ensure that hotseat callout only occurs when appropriate

* commit '5eed5d8c7b7ca78dd07bc6d441600cb97e0782a1':
  Ensure that hotseat callout only occurs when appropriate

10 years agoEnsure that hotseat callout only occurs when appropriate
Adam Cohen [Mon, 19 May 2014 20:12:13 +0000 (13:12 -0700)]
Ensure that hotseat callout only occurs when appropriate

issue 13551957

Change-Id: I87bda7eef8047edbd41f066930ed156a17d042df

10 years agoam 876b0039: Remove unnecessary reflection
Sandeep Siddhartha [Mon, 19 May 2014 18:51:04 +0000 (18:51 +0000)]
am 876b0039: Remove unnecessary reflection

* commit '876b003901afe908f46b47feef72afec576387bf':
  Remove unnecessary reflection

10 years agoRemove unnecessary reflection
Sandeep Siddhartha [Mon, 19 May 2014 18:45:01 +0000 (11:45 -0700)]
Remove unnecessary reflection

Change-Id: Ia8a31eaf8563c4a337040e794742275c7e044506

10 years agoam c29217b0: Revert "Debugging something for wallpaper noise issue"
Adam Cohen [Sun, 18 May 2014 03:19:40 +0000 (03:19 +0000)]
am c29217b0: Revert "Debugging something for wallpaper noise issue"

* commit 'c29217b08f3e7994876733ad1cf45bc03618f3a6':
  Revert "Debugging something for wallpaper noise issue"

10 years agoRevert "Debugging something for wallpaper noise issue"
Adam Cohen [Sun, 18 May 2014 03:17:15 +0000 (03:17 +0000)]
Revert "Debugging something for wallpaper noise issue"

This reverts commit 211d38c784a2211ba6d1d9bcdf3c3bb1cf396d72.

Change-Id: I2c3e69e8951c3435f51d9ac43eddf0b56157b792

10 years agoam 211d38c7: Debugging something for wallpaper noise issue
Adam Cohen [Sun, 18 May 2014 01:20:17 +0000 (01:20 +0000)]
am 211d38c7: Debugging something for wallpaper noise issue

* commit '211d38c784a2211ba6d1d9bcdf3c3bb1cf396d72':
  Debugging something for wallpaper noise issue

10 years agoDebugging something for wallpaper noise issue
Adam Cohen [Sat, 17 May 2014 02:41:40 +0000 (19:41 -0700)]
Debugging something for wallpaper noise issue

issue 14470153

Change-Id: Ifdde30b9a26443cdcf480f0ed4cfed2d612d09cf

10 years agoam 8457d491: Removing extra clear, load and bind of default workspace
Adam Cohen [Sat, 17 May 2014 01:29:26 +0000 (01:29 +0000)]
am 8457d491: Removing extra clear, load and bind of default workspace

* commit '8457d491bf1f3989ea2cf58f20b0ff4863a668a7':
  Removing extra clear, load and bind of default workspace

10 years agoRemoving extra clear, load and bind of default workspace
Adam Cohen [Sat, 17 May 2014 00:05:49 +0000 (17:05 -0700)]
Removing extra clear, load and bind of default workspace

-> If the user clicks "start fresh" we don't need to reload the workspace
   since we've already loaded the default workspace from the primary
   load in onCreate.

Change-Id: I43cb9e66fd49403ab6e0723cab1a03edd3dcac1b

10 years agoam 57884c7e: Merge "Disable the folder cling in two cases" into ub-now-nova
Adam Cohen [Sat, 17 May 2014 01:21:19 +0000 (01:21 +0000)]
am 57884c7e: Merge "Disable the folder cling in two cases" into ub-now-nova

* commit '57884c7ee2835df52913a87ad90e83293c3157d3':
  Disable the folder cling in two cases

10 years agoMerge "Disable the folder cling in two cases" into ub-now-nova
Adam Cohen [Sat, 17 May 2014 01:18:44 +0000 (01:18 +0000)]
Merge "Disable the folder cling in two cases" into ub-now-nova