OSDN Git Service

android-x86/packages-apps-Launcher3.git
10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 30 Sep 2013 22:15:19 +0000 (15:15 -0700)]
Import translations. DO NOT MERGE

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

10 years agoFixing regression in reordering (issue 10994971)
Adam Cohen [Mon, 30 Sep 2013 01:30:56 +0000 (18:30 -0700)]
Fixing regression in reordering (issue 10994971)

Change-Id: I2be98fc892c1a4392c4a5e035dd4cc1fa6fab0a9

10 years agoFixing issue where you couldn't drag an item multiple pages (issue 10754544)
Adam Cohen [Mon, 30 Sep 2013 00:46:49 +0000 (17:46 -0700)]
Fixing issue where you couldn't drag an item multiple pages (issue 10754544)

-> This was caused by a strange race condition. The page snap time was equal to
   the delay to recheck whether to snap (in DragController). This meant that
   scrollRight()/Left() would get called, and the scroller would be finished
   however, the final computeScrollHelper() hadn't been called, so the mCurrentPage
   hadn't yet been incremented.
-> Fixed the underlying race condition.
-> Added suitable gap (150 ms) between the two delays.

Change-Id: If700eb9e14d77a174e4395ca6933119bdb0da768

10 years agoFixing weird paging behaviour in spring loaded mode (issue 10758454)
Adam Cohen [Sun, 29 Sep 2013 23:54:01 +0000 (16:54 -0700)]
Fixing weird paging behaviour in spring loaded mode (issue 10758454)

Change-Id: I9d527d134a042a69a9a523bcf24d1a61f0ab0e55

10 years agoImproving the granularity of reorder with resize on drop (issue 9533227)
Adam Cohen [Sun, 29 Sep 2013 21:48:04 +0000 (14:48 -0700)]
Improving the granularity of reorder with resize on drop (issue 9533227)

Change-Id: If196f75c148487a8d31f4fcdb5293cc41d3bb7a7

10 years agoFix issue where we weren't saving span after resize drop (issue 9533407)
Adam Cohen [Sun, 29 Sep 2013 21:22:48 +0000 (14:22 -0700)]
Fix issue where we weren't saving span after resize drop (issue 9533407)

Change-Id: I760bf505ce9c894aedb6f1d0def63cdc7d39271a

10 years agoFixing NPE in onFinishBindingItems (issue 10975740)
Adam Cohen [Sun, 29 Sep 2013 19:57:34 +0000 (12:57 -0700)]
Fixing NPE in onFinishBindingItems (issue 10975740)

-> See bug for explanation. Seems like the circumstances leading to this
   NPE are understandable.

Change-Id: I89637a2da50be1081632e05cf79678c983a74d3a

10 years agoMerge "Close open folders before moving to -1" into jb-ub-now-indigo-rose
Sandeep Siddhartha [Fri, 27 Sep 2013 23:59:18 +0000 (23:59 +0000)]
Merge "Close open folders before moving to -1" into jb-ub-now-indigo-rose

10 years agoClose open folders before moving to -1
Sandeep Siddhartha [Fri, 27 Sep 2013 02:49:27 +0000 (19:49 -0700)]
Close open folders before moving to -1

Bug: 10955838
Change-Id: Ic6cbb67c4cf485fe1682c7cdd7de200a9227cff0

10 years agoMerge changes If379cc4b,I1c6ccb01 into jb-ub-now-indigo-rose
Adam Cohen [Fri, 27 Sep 2013 22:46:42 +0000 (22:46 +0000)]
Merge changes If379cc4b,I1c6ccb01 into jb-ub-now-indigo-rose

* changes:
  Fixing up all apps button pressed state:
  Fixing widget resize handles in RTL

10 years agoAlways set the LauncherAppState context before using it from a broadcast. (Bug 10947459)
Winson Chung [Fri, 27 Sep 2013 21:59:38 +0000 (14:59 -0700)]
Always set the LauncherAppState context before using it from a broadcast. (Bug 10947459)

Change-Id: I284786b538a9d58aa96cfc208ef68621e2500645

10 years agoEnsuring that the folder scrim background spans the full device height. (Bug 10965246)
Winson Chung [Fri, 27 Sep 2013 19:26:22 +0000 (12:26 -0700)]
Ensuring that the folder scrim background spans the full device height. (Bug 10965246)

Change-Id: I603d6ed61d01c6b0a460dc0205eceb25f6964b9d

10 years agoEnsuring that Launcher always has a search bar. (Bug 10965514)
Winson Chung [Fri, 27 Sep 2013 18:44:58 +0000 (11:44 -0700)]
Ensuring that Launcher always has a search bar. (Bug 10965514)

- Also disabling voice proxy when we are in now (Bug 10915381)

Change-Id: I4ad6392b5139d12b9b298110109b9363ba426cb4

10 years agoFix build break
Sandeep Siddhartha [Fri, 27 Sep 2013 03:30:40 +0000 (20:30 -0700)]
Fix build break

Change-Id: I23f7c74eb088fbe77a24df9bc80f0d2fff647abb

10 years agoTweaking folder cling to support large folders.
Winson Chung [Fri, 27 Sep 2013 00:45:32 +0000 (17:45 -0700)]
Tweaking folder cling to support large folders.

Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770

10 years agoFixing up all apps button pressed state:
Adam Cohen [Thu, 26 Sep 2013 23:46:06 +0000 (16:46 -0700)]
Fixing up all apps button pressed state:

Change-Id: If379cc4b0e102a256d044f8f0f7d8ef1d51eb402

10 years agoFixing widget resize handles in RTL
Adam Cohen [Thu, 26 Sep 2013 23:35:40 +0000 (16:35 -0700)]
Fixing widget resize handles in RTL

Change-Id: I1c6ccb019cf87570c7d206809b321e901f0d3340

10 years agoMerge "Adding pressed state to overview mode buttons (issue 10926631)" into jb-ub...
Adam Cohen [Thu, 26 Sep 2013 23:30:36 +0000 (23:30 +0000)]
Merge "Adding pressed state to overview mode buttons (issue 10926631)" into jb-ub-now-indigo-rose

10 years agoAdding pressed state to overview mode buttons (issue 10926631)
Adam Cohen [Thu, 26 Sep 2013 23:28:27 +0000 (16:28 -0700)]
Adding pressed state to overview mode buttons (issue 10926631)

Change-Id: I9d670d4770e56921310d34dc08657a6e753ec5ee

10 years agoMerge "Fixing issue where incorrect min/max widths/heights were being reported to...
Winson Chung [Thu, 26 Sep 2013 23:26:44 +0000 (23:26 +0000)]
Merge "Fixing issue where incorrect min/max widths/heights were being reported to widgets. (Bug 10940505)" into jb-ub-now-indigo-rose

10 years agoIntegrating some aosp fixes, ensuring that we update the install queue before returni...
Winson Chung [Thu, 26 Sep 2013 21:48:44 +0000 (14:48 -0700)]
Integrating some aosp fixes, ensuring that we update the install queue before returning to Launcher.

- Fixing stuck page in All Apps (Bug 9347818)
- Fixing shortcuts to uninstalled apps from being installed (Bug 10726510)
- Consolidating vibration feedback
- Ensuring that we trim names during comparison in AllApps list

Change-Id: Ieaae4d85851ce771283b4684a8a60306da28cb3b

10 years agoFixing issue where incorrect min/max widths/heights were being reported to widgets...
Winson Chung [Thu, 26 Sep 2013 23:07:17 +0000 (16:07 -0700)]
Fixing issue where incorrect min/max widths/heights were being reported to widgets. (Bug 10940505)

10 years agoMerge "Fixing overscroll with single page (issue 10937081)" into jb-ub-now-indigo...
Adam Cohen [Thu, 26 Sep 2013 22:53:05 +0000 (22:53 +0000)]
Merge "Fixing overscroll with single page (issue 10937081)" into jb-ub-now-indigo-rose

10 years agoFixing overscroll with single page (issue 10937081)
Adam Cohen [Thu, 26 Sep 2013 21:29:35 +0000 (14:29 -0700)]
Fixing overscroll with single page (issue 10937081)

-> Also fixing asymmetrical assets (10951956)
-> Also fixing camera distance to improve overscroll effect

Change-Id: If229c7b8a0c80073f6dea89d5fb009a0e2f5845f

10 years agoMerge "Fixing some touch / interaction problems" into jb-ub-now-indigo-rose
Adam Cohen [Thu, 26 Sep 2013 21:12:56 +0000 (21:12 +0000)]
Merge "Fixing some touch / interaction problems" into jb-ub-now-indigo-rose

10 years agoFixing some touch / interaction problems
Adam Cohen [Thu, 26 Sep 2013 20:48:01 +0000 (13:48 -0700)]
Fixing some touch / interaction problems

-> Weird reorder/scroll mode hybrid (issue 10550801)
-> Entering overview mode when we shouldn't (issue 10855389)

Change-Id: Ic936ead8deb3a5d4e00f265d09329528a1517063

10 years agoMerge "Recover when reading corrupted widget previews" into jb-ub-now-indigo-rose
Michael Jurka [Thu, 26 Sep 2013 19:40:54 +0000 (19:40 +0000)]
Merge "Recover when reading corrupted widget previews" into jb-ub-now-indigo-rose

10 years agoRecover when reading corrupted widget previews
Michael Jurka [Thu, 26 Sep 2013 18:29:01 +0000 (11:29 -0700)]
Recover when reading corrupted widget previews

Bug: 10785722

10 years agoMerge "Whiten all the things" into jb-ub-now-indigo-rose
Adam Cohen [Thu, 26 Sep 2013 18:25:47 +0000 (18:25 +0000)]
Merge "Whiten all the things" into jb-ub-now-indigo-rose

10 years agoWhiten all the things
Adam Cohen [Thu, 26 Sep 2013 18:22:15 +0000 (11:22 -0700)]
Whiten all the things

Change-Id: I5854d20cdf644dc06eef178023b1910c08bb7667

10 years agoHiding delete for AppsCustomize widgets. (Bug 10884035)
Winson Chung [Thu, 26 Sep 2013 17:43:20 +0000 (10:43 -0700)]
Hiding delete for AppsCustomize widgets. (Bug 10884035)

Change-Id: I8bb4e94b34a627fc32f42cd9c22480b8fa45a651

10 years agoMerge "Add default wallpaper to picker" into jb-ub-now-indigo-rose
Michael Jurka [Thu, 26 Sep 2013 16:59:58 +0000 (16:59 +0000)]
Merge "Add default wallpaper to picker" into jb-ub-now-indigo-rose

10 years agoBroadcast app launches from all apps too.
Anton Hansson [Thu, 26 Sep 2013 11:18:32 +0000 (12:18 +0100)]
Broadcast app launches from all apps too.

Bug 10943415

Change-Id: I0e496a53fc253bd313d269a05674d7c5cdadee68

10 years agoMerge "Import translations. DO NOT MERGE" into jb-ub-now-indigo-rose
Baligh Uddin [Thu, 26 Sep 2013 04:30:16 +0000 (04:30 +0000)]
Merge "Import translations. DO NOT MERGE" into jb-ub-now-indigo-rose

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 26 Sep 2013 04:18:26 +0000 (21:18 -0700)]
Import translations. DO NOT MERGE

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

10 years agoRestoring INSTALL_SHORTCUT receiver (Bug. 10343529)
Winson Chung [Wed, 25 Sep 2013 23:29:40 +0000 (16:29 -0700)]
Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)

Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee

10 years agoMerge "Fix NPE" into jb-ub-now-indigo-rose
Michael Jurka [Wed, 25 Sep 2013 22:34:05 +0000 (22:34 +0000)]
Merge "Fix NPE" into jb-ub-now-indigo-rose

10 years agoMerge "Fix bug where no images could be deleted in wallpaper picker" into jb-ub-now...
Michael Jurka [Wed, 25 Sep 2013 22:33:56 +0000 (22:33 +0000)]
Merge "Fix bug where no images could be deleted in wallpaper picker" into jb-ub-now-indigo-rose

10 years agoUse AutoScrollHelper from the support-v4 library
Bjorn Bringert [Wed, 25 Sep 2013 15:12:24 +0000 (16:12 +0100)]
Use AutoScrollHelper from the support-v4 library

Bug: 10532260
Change-Id: Ic6519a119fd75890c766b6ffccfc5f660934e1b7

10 years agoUse the public methods for setting rampup/rampdown time
Mindy Pereira [Fri, 6 Sep 2013 21:03:41 +0000 (14:03 -0700)]
Use the public methods for setting rampup/rampdown time

Starting these at 0; default is 500

Change-Id: I1e097bc72d341bdd0ef73c9e9c43a8c37fe76bf9

10 years agoRemoving any overlapping items with the hotseat.
Winson Chung [Thu, 5 Sep 2013 23:03:15 +0000 (16:03 -0700)]
Removing any overlapping items with the hotseat.

Change-Id: I9634939e6b1e8905d232d5a30608e2c56071d7bc

10 years agoFix bug where no images could be deleted in wallpaper picker
Michael Jurka [Wed, 25 Sep 2013 14:57:33 +0000 (07:57 -0700)]
Fix bug where no images could be deleted in wallpaper picker

Bug: 10926729

Change-Id: I9392e297d071f1ed12bb6665e591756dfe42009f

10 years agoMerge "add market welcome back integration point." into jb-ub-now-indigo-rose
Chris Wren [Wed, 25 Sep 2013 14:47:36 +0000 (14:47 +0000)]
Merge "add market welcome back integration point." into jb-ub-now-indigo-rose

10 years agoAdd default wallpaper to picker
Michael Jurka [Mon, 23 Sep 2013 22:02:05 +0000 (23:02 +0100)]
Add default wallpaper to picker

Bug: 10852485

Change-Id: Idb70cd3bb0901f924da245016f5a8b96ec414470

10 years agoMerge "Fix issue where overview panel was taking clicks because it was visible (issue...
Adam Cohen [Wed, 25 Sep 2013 00:16:55 +0000 (00:16 +0000)]
Merge "Fix issue where overview panel was taking clicks because it was visible (issue 10732462)" into jb-ub-now-indigo-rose

10 years agoFix issue where overview panel was taking clicks because it was visible (issue 10732462)
Adam Cohen [Wed, 25 Sep 2013 00:02:06 +0000 (17:02 -0700)]
Fix issue where overview panel was taking clicks because it was visible (issue 10732462)

Change-Id: Ie75f9237203d3c2bd147f72d1e860ddcaff53ed9

10 years agoExtending the hit rect when testing for dragging over the hotseat.
Winson Chung [Tue, 24 Sep 2013 22:41:09 +0000 (15:41 -0700)]
Extending the hit rect when testing for dragging over the hotseat.

Change-Id: I57cf863c663b1e57fa422db880b6003ead1199c8

10 years agoMerge "add a backup agent." into jb-ub-now-indigo-rose
Chris Wren [Tue, 24 Sep 2013 21:08:05 +0000 (21:08 +0000)]
Merge "add a backup agent." into jb-ub-now-indigo-rose

10 years agoMerge "Launcher changes to support custom cling hints." into jb-ub-now-indigo-rose
Winson Chung [Tue, 24 Sep 2013 20:58:24 +0000 (20:58 +0000)]
Merge "Launcher changes to support custom cling hints." into jb-ub-now-indigo-rose

10 years agoMerge "Tweaking styles for AllApps and widgets spaces. (Bug 10843502)" into jb-ub...
Winson Chung [Tue, 24 Sep 2013 20:29:34 +0000 (20:29 +0000)]
Merge "Tweaking styles for AllApps and widgets spaces. (Bug 10843502)" into jb-ub-now-indigo-rose

10 years agoTweaking styles for AllApps and widgets spaces. (Bug 10843502)
Winson Chung [Mon, 23 Sep 2013 23:53:31 +0000 (16:53 -0700)]
Tweaking styles for AllApps and widgets spaces. (Bug 10843502)

- Fixing various issues with Search bar showing when it shouldn't be.

Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831

10 years agoLauncher changes to support custom cling hints.
Winson Chung [Tue, 24 Sep 2013 18:01:23 +0000 (11:01 -0700)]
Launcher changes to support custom cling hints.

Change-Id: Ic381f43b96fb15a7a485b139635795e89564cc3b

10 years agoMerge "Fix typo" into jb-ub-now-indigo-rose
Adam Cohen [Tue, 24 Sep 2013 17:58:28 +0000 (17:58 +0000)]
Merge "Fix typo" into jb-ub-now-indigo-rose

10 years agoFix typo
Adam Cohen [Tue, 24 Sep 2013 17:58:01 +0000 (10:58 -0700)]
Fix typo

Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d

10 years agoMerge "Getting RTL up to a reasonable state in Launcher3" into jb-ub-now-indigo-rose
Adam Cohen [Tue, 24 Sep 2013 17:57:32 +0000 (17:57 +0000)]
Merge "Getting RTL up to a reasonable state in Launcher3" into jb-ub-now-indigo-rose

10 years agoGetting RTL up to a reasonable state in Launcher3
Adam Cohen [Tue, 24 Sep 2013 02:27:38 +0000 (19:27 -0700)]
Getting RTL up to a reasonable state in Launcher3

-> Fixing random page jumps from one edge of page view to another (issue 10846070)
-> Fixing screen -1 overlap (issue 10861684)
-> Fixing callbacks / transition state related to Custom Content in RTL (issue 10858355)
-> Overview mode now works in RTL
-> Making visible page range code RTL-LTR independent

Change-Id: I4dcc6127a02bf6669f5a1e8e1b62b340b60a5edc

10 years agoadd market welcome back integration point.
Chris Wren [Wed, 11 Sep 2013 16:21:29 +0000 (12:21 -0400)]
add market welcome back integration point.

Bug: 10633516
Change-Id: Idf1be9b2bf47cebd97d9f14f535c60264e060845

10 years agoadd a backup agent.
Chris Wren [Fri, 13 Sep 2013 22:01:38 +0000 (18:01 -0400)]
add a backup agent.

backup only, restore path is just debugging/verification.
todo: restore path
todo: additional asset backup for widgets and launcher items

Bug: 10778984
Change-Id: I01aed4794a02f03daf21bca28f99cfbea90e4967

10 years agoFix NPE
Michael Jurka [Tue, 24 Sep 2013 11:53:49 +0000 (12:53 +0100)]
Fix NPE

Bug: 10906469

10 years agoRefactoring to better support mixed wallpaper sources
Michael Jurka [Mon, 23 Sep 2013 22:02:05 +0000 (23:02 +0100)]
Refactoring to better support mixed wallpaper sources

Change-Id: I3b47a8f56d418c6f2e7b9fd469427c3056def8d8

10 years agoMerge "Getting the Overview Mode to look up to spec" into jb-ub-now-indigo-rose
Adam Cohen [Mon, 23 Sep 2013 00:49:41 +0000 (00:49 +0000)]
Merge "Getting the Overview Mode to look up to spec" into jb-ub-now-indigo-rose

10 years agoFolder assets
Adam Cohen [Mon, 23 Sep 2013 00:48:08 +0000 (17:48 -0700)]
Folder assets

Change-Id: I8db554990ebe5f695af293c1b482abcd20704b4f

10 years agoGetting the Overview Mode to look up to spec
Adam Cohen [Sun, 22 Sep 2013 19:09:32 +0000 (12:09 -0700)]
Getting the Overview Mode to look up to spec

-> New assets, text, fonts
-> New spacing of pages (translated upwards)
-> Updated outline color to white (the ones we're drawing)

Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95

10 years agoMerge "Fix issue where you could page to -1 during spring loaded drag (issue 10640529...
Adam Cohen [Sun, 22 Sep 2013 19:34:40 +0000 (19:34 +0000)]
Merge "Fix issue where you could page to -1 during spring loaded drag (issue 10640529)" into jb-ub-now-indigo-rose

10 years agoFix issue where you could page to -1 during spring loaded drag (issue 10640529)
Adam Cohen [Sun, 22 Sep 2013 19:32:22 +0000 (12:32 -0700)]
Fix issue where you could page to -1 during spring loaded drag (issue 10640529)

Change-Id: I487c871af4ec4412ee4edc74ce58947e54ccd43b

10 years agoMerge "Initial changes to restore clings." into jb-ub-now-indigo-rose
Winson Chung [Sat, 21 Sep 2013 00:23:22 +0000 (00:23 +0000)]
Merge "Initial changes to restore clings." into jb-ub-now-indigo-rose

10 years agoInitial changes to restore clings.
Winson Chung [Thu, 19 Sep 2013 01:26:31 +0000 (18:26 -0700)]
Initial changes to restore clings.

Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f

10 years agoMore folder cleanup
Adam Cohen [Sat, 21 Sep 2013 00:04:51 +0000 (17:04 -0700)]
More folder cleanup

-> Eliminating out ring
-> Fixing the cursor color
-> Using "nolip" asset appropriately

Change-Id: Ie0e341e865298555dcb0fcb5644e1f3e6b5e39e6

10 years agoNew folder look / assets
Adam Cohen [Fri, 20 Sep 2013 19:05:49 +0000 (12:05 -0700)]
New folder look / assets

-> Restricting the number of items in folders
   to prevent scrolling (excess items deleted)

Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9

10 years agoFixing small regression in PageIndicators add page, fixing NPE (Bug 10779956)
Winson Chung [Fri, 20 Sep 2013 18:32:26 +0000 (11:32 -0700)]
Fixing small regression in PageIndicators add page, fixing NPE (Bug 10779956)

Change-Id: I7ff711c6fc97987efc57bf023913e33e31ccf140

10 years agoMerge "Tweaking page indicators to support add page icon, remembering widget picker...
Winson Chung [Fri, 20 Sep 2013 17:53:54 +0000 (17:53 +0000)]
Merge "Tweaking page indicators to support add page icon, remembering widget picker page (Bug 10787439)" into jb-ub-now-indigo-rose

10 years agoMerge "Fixing some grid spacing issues. (Bug 10754537, 10754538)" into jb-ub-now...
Winson Chung [Fri, 20 Sep 2013 17:52:56 +0000 (17:52 +0000)]
Merge "Fixing some grid spacing issues. (Bug 1075453710754538)" into jb-ub-now-indigo-rose

10 years agoFix scroll not sync with QSB in GEL.
Mark Brophy [Fri, 20 Sep 2013 16:27:32 +0000 (17:27 +0100)]
Fix scroll not sync with QSB in GEL.

Bug: 10835163

Change-Id: I6b8e09fa395fadb31fe6a0d5339e92ece9334b0c

10 years agoMerge "Fix bug: wallpaper strip needed two taps to come back" into jb-ub-now-indigo...
Michael Jurka [Fri, 20 Sep 2013 02:28:53 +0000 (02:28 +0000)]
Merge "Fix bug: wallpaper strip needed two taps to come back" into jb-ub-now-indigo-rose

10 years agoMerge "Fix default wallpaper dimensions" into jb-ub-now-indigo-rose
Michael Jurka [Fri, 20 Sep 2013 02:28:38 +0000 (02:28 +0000)]
Merge "Fix default wallpaper dimensions" into jb-ub-now-indigo-rose

10 years agoFix bug: wallpaper strip needed two taps to come back
Michael Jurka [Fri, 20 Sep 2013 01:52:24 +0000 (03:52 +0200)]
Fix bug: wallpaper strip needed two taps to come back

Bug: 10781201

10 years agoMerge "Improve parallax" into jb-ub-now-indigo-rose
Michael Jurka [Fri, 20 Sep 2013 01:22:36 +0000 (01:22 +0000)]
Merge "Improve parallax" into jb-ub-now-indigo-rose

10 years agoImprove parallax
Michael Jurka [Fri, 20 Sep 2013 01:03:42 +0000 (03:03 +0200)]
Improve parallax

- Don't move wallpaper when picking up items
- Don't use the entire wallpaper for parallax
until you have at least 4 pages

Bug: 10839029
Bug: 10840014

Change-Id: I1bb165c375429e4d449f654812784df610d9fcb7

10 years agoFixing some grid spacing issues. (Bug 10754537, 10754538)
Winson Chung [Fri, 20 Sep 2013 00:32:58 +0000 (17:32 -0700)]
Fixing some grid spacing issues. (Bug 1075453710754538)

- Ensuring app names don't run into each other in folders and on the workspace
- Ensuring that app names are aligned with folder names

Change-Id: Ie8d546eacd52005778d81c46011c1c84bc24118c

10 years agoMerge "Add live wallpapers and third-party pickers to bottom strip" into jb-ub-now...
Michael Jurka [Fri, 20 Sep 2013 00:40:01 +0000 (00:40 +0000)]
Merge "Add live wallpapers and third-party pickers to bottom strip" into jb-ub-now-indigo-rose

10 years agoMerge "Removing old debugging logs. (Bug 107442854)" into jb-ub-now-indigo-rose
Winson Chung [Fri, 20 Sep 2013 00:35:20 +0000 (00:35 +0000)]
Merge "Removing old debugging logs. (Bug 107442854)" into jb-ub-now-indigo-rose

10 years agoRemoving old debugging logs. (Bug 107442854)
Winson Chung [Thu, 19 Sep 2013 23:27:36 +0000 (16:27 -0700)]
Removing old debugging logs. (Bug 107442854)

Change-Id: I56d6838af3cca710eab300d3e71ca1be90866cdd

10 years agoAdd live wallpapers and third-party pickers to bottom strip
Michael Jurka [Wed, 18 Sep 2013 14:04:36 +0000 (16:04 +0200)]
Add live wallpapers and third-party pickers to bottom strip

Bug: 10742727
Bug: 10805463

Change-Id: I961344b34fff3b183380caf3508d23b05c1ca26c

10 years agoTweaking page indicators to support add page icon, remembering widget picker page...
Winson Chung [Thu, 19 Sep 2013 22:55:45 +0000 (15:55 -0700)]
Tweaking page indicators to support add page icon, remembering widget picker page (Bug 10787439)

Change-Id: Iab0b5676aa9c34a610b4b968940abc81c913c234

10 years agoMerge "Updating overscroll assets" into jb-ub-now-indigo-rose
Adam Cohen [Thu, 19 Sep 2013 21:49:08 +0000 (21:49 +0000)]
Merge "Updating overscroll assets" into jb-ub-now-indigo-rose

10 years agoUpdating overscroll assets
Adam Cohen [Thu, 19 Sep 2013 21:41:15 +0000 (14:41 -0700)]
Updating overscroll assets

Change-Id: I8e39b5f6f60faabb434c0c43bb679a3061763d11

10 years agoUpdated launcher assets part 2.
Daniel Sandler [Thu, 19 Sep 2013 19:03:00 +0000 (15:03 -0400)]
Updated launcher assets part 2.

 - fixed centering on new pagination indicators
 - also tuned the pagination animation a bit to make the
   size change feel more natural

Bug: 10807054
Change-Id: I0953cff80bfeecf085172f710a4bc947133115ed

10 years agoMerge "Updated launcher assets." into jb-ub-now-indigo-rose
Winson Chung [Thu, 19 Sep 2013 19:28:21 +0000 (19:28 +0000)]
Merge "Updated launcher assets." into jb-ub-now-indigo-rose

10 years agoUpdated launcher assets.
Daniel Sandler [Thu, 19 Sep 2013 19:03:00 +0000 (15:03 -0400)]
Updated launcher assets.

 - new All Apps
 - new pagination indicators
   (including one for "add" which is not yet used)

Bug: 10807054
Change-Id: I49c949d635cb1e0b2540e3e8ab44ba62e9ea45f8

10 years agoMerge "Adding some assets / fixing a couple bugs" into jb-ub-now-indigo-rose
Adam Cohen [Thu, 19 Sep 2013 19:01:37 +0000 (19:01 +0000)]
Merge "Adding some assets / fixing a couple bugs" into jb-ub-now-indigo-rose

10 years agoAdding some assets / fixing a couple bugs
Adam Cohen [Thu, 19 Sep 2013 18:57:17 +0000 (11:57 -0700)]
Adding some assets / fixing a couple bugs

-> Adding wallpaper, settings and widgets icons for overview mode
-> Fix issues with disappearing search bar / custom content screen
   when screen is turned off from overview mode.

Change-Id: I0904098bd642c40709e27f571e458f1b6e479c17

10 years agoFix default wallpaper dimensions
Michael Jurka [Thu, 19 Sep 2013 18:51:11 +0000 (20:51 +0200)]
Fix default wallpaper dimensions

Bug: 10834711

10 years agoRemove options menu
Michael Jurka [Wed, 11 Sep 2013 16:08:54 +0000 (18:08 +0200)]
Remove options menu

When options menu is clicked, go into overview
mode

Bug: 10704930

10 years agoMerge "Support for dynamically adding/removing -1 screen" into jb-ub-now-indigo-rose
Dave Hawkey [Thu, 19 Sep 2013 17:16:32 +0000 (17:16 +0000)]
Merge "Support for dynamically adding/removing -1 screen" into jb-ub-now-indigo-rose

10 years agoHandful of small changes / bug fixes
Adam Cohen [Thu, 19 Sep 2013 02:09:15 +0000 (19:09 -0700)]
Handful of small changes / bug fixes

-> Fixed fade in of overview panel on first animation
-> Fixed long press issue in page indicator region
-> Added background scrim to overview mode
-> Fading search bar in overview mode / disabling clickability
   of search bar and mic

Change-Id: Ic9bf84f7cb9ff2991c5b4e93273d9e3f65556e5c

10 years agoSupport for dynamically adding/removing -1 screen
Dave Hawkey [Tue, 17 Sep 2013 21:55:33 +0000 (15:55 -0600)]
Support for dynamically adding/removing -1 screen

Change-Id: Ife68b64c04498e336192caf895edb9a090dcdc26

10 years agoMerge "Changing font family to condensed for icons and folders (issue 10823062)"...
Adam Cohen [Wed, 18 Sep 2013 22:59:39 +0000 (22:59 +0000)]
Merge "Changing font family to condensed for icons and folders (issue 10823062)" into jb-ub-now-indigo-rose

10 years agoChanging font family to condensed for icons and folders (issue 10823062)
Adam Cohen [Wed, 18 Sep 2013 22:14:17 +0000 (15:14 -0700)]
Changing font family to condensed for icons and folders (issue 10823062)

Change-Id: If166f01091a5a400492dc178a4c1503de87b05b7

10 years agoMerge "fixup missing providers on load." into jb-ub-now-indigo-rose
Chris Wren [Wed, 18 Sep 2013 19:04:23 +0000 (19:04 +0000)]
Merge "fixup missing providers on load." into jb-ub-now-indigo-rose

10 years agofixup missing providers on load.
Chris Wren [Wed, 18 Sep 2013 13:48:33 +0000 (09:48 -0400)]
fixup missing providers on load.

Bug: 10779026
Change-Id: I0a9fc43258623c233c7ba89a9e9f1dee97800967