OSDN Git Service

android-x86/packages-apps-Launcher3.git
10 years agoMerge "Move wallpapers to external activity" into jb-ub-gel-agar
Michael Jurka [Wed, 4 Sep 2013 14:23:41 +0000 (14:23 +0000)]
Merge "Move wallpapers to external activity" into jb-ub-gel-agar

10 years agoMove wallpapers to external activity
Michael Jurka [Tue, 3 Sep 2013 22:45:37 +0000 (00:45 +0200)]
Move wallpapers to external activity

Also renaming Launcher's ApplicationInfo to
AppInfo since ApplicationInfo is already a
framework class

Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146

10 years agoPort AutoScroller to launcher3
Alan Viverette [Thu, 29 Aug 2013 00:53:41 +0000 (17:53 -0700)]
Port AutoScroller to launcher3

Change-Id: Ic2b7b5faac4878f3b4645c291e36c5f7734c7f8b

10 years agoMerge "Fixing missing workspace screens. (Bug 10512285)" into jb-ub-gel-agar
Winson Chung [Fri, 30 Aug 2013 23:12:31 +0000 (23:12 +0000)]
Merge "Fixing missing workspace screens. (Bug 10512285)" into jb-ub-gel-agar

10 years agoFixing missing workspace screens. (Bug 10512285)
Winson Chung [Fri, 30 Aug 2013 21:11:37 +0000 (14:11 -0700)]
Fixing missing workspace screens. (Bug 10512285)

- Also skipping apps that are disabled (Regression, Bug 10444606)

Change-Id: I175d0188615cbd378166e14ac2f7afb6295fe886

10 years agoAdjust wallpaper crop sizes
Michael Jurka [Fri, 30 Aug 2013 16:04:22 +0000 (18:04 +0200)]
Adjust wallpaper crop sizes

- Cap the widths to the previous default wallpaper
size
- Increase the height to cover the nav bar area

10 years agoMerge "Additional Logging." into jb-ub-gel-agar
Winson Chung [Thu, 29 Aug 2013 21:48:54 +0000 (21:48 +0000)]
Merge "Additional Logging." into jb-ub-gel-agar

10 years agoMerge "Adding custom content scroll progress callback" into jb-ub-gel-agar
Adam Cohen [Thu, 29 Aug 2013 21:45:22 +0000 (21:45 +0000)]
Merge "Adding custom content scroll progress callback" into jb-ub-gel-agar

10 years agoMerge "Added settings button to overview mode" into jb-ub-gel-agar
Adam Cohen [Thu, 29 Aug 2013 21:45:13 +0000 (21:45 +0000)]
Merge "Added settings button to overview mode" into jb-ub-gel-agar

10 years agoAdditional Logging.
Winson Chung [Thu, 29 Aug 2013 18:42:30 +0000 (11:42 -0700)]
Additional Logging.

Change-Id: I37bfa8e1812d2f08c62f1181514aece854a22f2b

10 years agoAdded settings button to overview mode
Adam Cohen [Thu, 29 Aug 2013 21:25:25 +0000 (14:25 -0700)]
Added settings button to overview mode

Change-Id: Idcbfa49fe2710dec460155f34bd371321af6cf17

10 years agoAdding custom content scroll progress callback
Adam Cohen [Thu, 29 Aug 2013 18:54:42 +0000 (11:54 -0700)]
Adding custom content scroll progress callback

Change-Id: I23b007f6ac30809c03127f5d9030d8f367694310

10 years agoImprove wallpaper cropping
Michael Jurka [Tue, 27 Aug 2013 13:48:58 +0000 (15:48 +0200)]
Improve wallpaper cropping

- Add support for tablets
- Add support for parallax with user-cropped images
- Improve behavior in landscape

Change-Id: I50c4bba59b03d26d595a086a9ea425894f341705

10 years agoLogging to disk for more reliable logging
Adam Cohen [Wed, 21 Aug 2013 01:54:31 +0000 (18:54 -0700)]
Logging to disk for more reliable logging

-> Re-adding basic distinction btw apps and shortcuts
-> Adding functionality to e-mail dump file, but not using

Change-Id: I2b635004ab082af79445158ab61f20aac62d2e2f

10 years agoClean up unused code
Michael Jurka [Tue, 27 Aug 2013 13:42:35 +0000 (15:42 +0200)]
Clean up unused code

Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80

10 years agoClearing workspace screen data structures along with pages.
Winson Chung [Tue, 27 Aug 2013 18:58:12 +0000 (11:58 -0700)]
Clearing workspace screen data structures along with pages.

Change-Id: Ib6c4522cd0c0c06dd6fd327be3621a6de0778f9c

10 years agoMerge "Fixing issue where dragging final items out of hot seat folder can causes...
Winson Chung [Mon, 26 Aug 2013 22:25:02 +0000 (22:25 +0000)]
Merge "Fixing issue where dragging final items out of hot seat folder can causes inconsistency issue." into jb-ub-gel-agar

10 years agoMerge "Fixing folders to always show in view, removing old assets and references...
Winson Chung [Mon, 26 Aug 2013 22:08:09 +0000 (22:08 +0000)]
Merge "Fixing folders to always show in view, removing old assets and references to LauncherModel count." into jb-ub-gel-agar

10 years agoAdd wallpaper parallax
Michael Jurka [Mon, 26 Aug 2013 18:56:35 +0000 (20:56 +0200)]
Add wallpaper parallax

- Currently only works with built-in wallpapers
- Animates smoothly when the number of wallpapers
changes

Change-Id: Ia63f5d4cdc6fc83495e507d93cf34405e6733515

10 years agoFix wallpaper cropping
Michael Jurka [Thu, 22 Aug 2013 22:15:41 +0000 (00:15 +0200)]
Fix wallpaper cropping

Images were not being scaled correctly and
wallpaper dimensions weren't always being set

10 years agoFixing issue where dragging final items out of hot seat folder can causes inconsisten...
Winson Chung [Fri, 23 Aug 2013 19:55:10 +0000 (12:55 -0700)]
Fixing issue where dragging final items out of hot seat folder can causes inconsistency issue.

- Fixing restoring of workspace screens on rotation (and flash of custom content page indicator)
- Fixing NPE on long pressing on empty screen to go into overview mode

10 years agoFixing folders to always show in view, removing old assets and references to Launcher...
Winson Chung [Thu, 22 Aug 2013 23:15:50 +0000 (16:15 -0700)]
Fixing folders to always show in view, removing old assets and references to LauncherModel count.

10 years agoMerge "Get the view to be used as qsb bar from the launcher directly." into jb-ub...
Adam Copp [Fri, 23 Aug 2013 13:47:27 +0000 (13:47 +0000)]
Merge "Get the view to be used as qsb bar from the launcher directly." into jb-ub-gel-agar

10 years agoRemove obsolete widget adder shortcut.
Daniel Sandler [Fri, 23 Aug 2013 04:48:52 +0000 (00:48 -0400)]
Remove obsolete widget adder shortcut.

Bug: 10441366
Change-Id: Ie9d70010ecdee3332595be6296fef604e3d676a8

10 years agoRemove memory-debug-related launcher icons & functionality.
Daniel Sandler [Fri, 23 Aug 2013 04:45:46 +0000 (00:45 -0400)]
Remove memory-debug-related launcher icons & functionality.

Bug: 10441366
Change-Id: I3ddb95839bcd5c07db7e76ce1a28323b499ea30d

10 years agoMerge "Finish support for third-party wallpaper pickers" into jb-ub-gel-agar
Michael Jurka [Thu, 22 Aug 2013 22:13:41 +0000 (22:13 +0000)]
Merge "Finish support for third-party wallpaper pickers" into jb-ub-gel-agar

10 years agoMerge "Disable zoom/pan for built-in wallpapers" into jb-ub-gel-agar
Michael Jurka [Thu, 22 Aug 2013 22:12:23 +0000 (22:12 +0000)]
Merge "Disable zoom/pan for built-in wallpapers" into jb-ub-gel-agar

10 years agoDisable zoom/pan for built-in wallpapers
Michael Jurka [Thu, 22 Aug 2013 14:01:17 +0000 (16:01 +0200)]
Disable zoom/pan for built-in wallpapers

10 years agoFinish support for third-party wallpaper pickers
Michael Jurka [Thu, 22 Aug 2013 13:00:33 +0000 (15:00 +0200)]
Finish support for third-party wallpaper pickers

Clicking on the pickers didn't do anything before.

Change-Id: I103caafbe8d44d27d1797436ce479fb769c4c0f4

10 years agoGet the view to be used as qsb bar from the launcher directly.
Cristina Stancu [Wed, 7 Aug 2013 16:20:14 +0000 (17:20 +0100)]
Get the view to be used as qsb bar from the launcher directly.

This will allow more control over the qsb visuals and behaviour in GEL.
Depends on ag/339203

Future changes:
- revert ag/344333 since we won't need the normal qsb to support hotword
  anymore
- Dragging icons over the Drop target bar (to remove/uninstall them or
  get App info) doesn't currently work in GEL. There might be future
  changes needed to fix that.

Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0

10 years agoFixing issue loading old db rows without proper spans causing crash due to occupied...
Winson Chung [Thu, 22 Aug 2013 02:10:29 +0000 (19:10 -0700)]
Fixing issue loading old db rows without proper spans causing crash due to occupied-cells check.

Change-Id: Iac4d245c27aa7e6afe7792cc2308a163af11d11f

10 years agoMerge "Don't use a More Apps folder." into jb-ub-gel-agar
Daniel Sandler [Wed, 21 Aug 2013 13:27:27 +0000 (13:27 +0000)]
Merge "Don't use a More Apps folder." into jb-ub-gel-agar

10 years agoDon't use a More Apps folder.
Daniel Sandler [Thu, 15 Aug 2013 22:54:18 +0000 (15:54 -0700)]
Don't use a More Apps folder.

Instead, "extra" icons (which were not previously workspace
shortcuts) will be strewn across your workspace.

Change-Id: Ie8a7b533bb3c94bec3aa8fc7c7c8d3bea7eef485

10 years agoAdd logging for Folder drag issues
Michael Jurka [Wed, 21 Aug 2013 12:33:57 +0000 (14:33 +0200)]
Add logging for Folder drag issues

Drags out of Folders are getting lost, adding
debug code to see if the uninstall logic is
causing that

Also, fixing one potential cause of the issue

Change-Id: I0b6a91268571c2a9394e0d6f19fb9d324b427b51

10 years agoOops, fix build breakage caused by missing files.
Michael Jurka [Wed, 21 Aug 2013 11:48:09 +0000 (13:48 +0200)]
Oops, fix build breakage caused by missing files.

Also, remove preview images for wallpaper pickers.

10 years agoRemove built-in wallpaper picker.
Daniel Sandler [Thu, 11 Jul 2013 19:42:43 +0000 (14:42 -0500)]
Remove built-in wallpaper picker.

Note that we don't yet have a solution for the user's
initial wallpaper. Bother!

Bug: 9626042
Change-Id: I07ab09a3d10434e444dc27051034d387e692e469

10 years agoInitial implementation of new wallpaper picker.
Michael Jurka [Tue, 9 Jul 2013 01:03:46 +0000 (18:03 -0700)]
Initial implementation of new wallpaper picker.

Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949

10 years agoFix build.
Daniel Sandler [Wed, 21 Aug 2013 05:08:31 +0000 (01:08 -0400)]
Fix build.

Change-Id: I000059cd9f462dac5b21b6edcc65f9852a74cb51

10 years agoFixing issue with widget sizes being misreported.
Winson Chung [Tue, 20 Aug 2013 23:56:15 +0000 (16:56 -0700)]
Fixing issue with widget sizes being misreported.

- Fixing NPE with getting page indicators in phone landscape

Change-Id: Id369596e38cbe7a161c0d1f62e62e4f4f3cc31b3

10 years agoMerge "Removing workspace screens on load and ensuring we don't bind on new apps...
Winson Chung [Tue, 20 Aug 2013 22:13:43 +0000 (22:13 +0000)]
Merge "Removing workspace screens on load and ensuring we don't bind on new apps until returning to Launcher." into jb-ub-gel-agar

10 years agoRemoving workspace screens on load and ensuring we don't bind on new apps until retur...
Winson Chung [Tue, 20 Aug 2013 21:37:16 +0000 (14:37 -0700)]
Removing workspace screens on load and ensuring we don't bind on new apps until returning to Launcher.

- Updating print_db to print workspace screens

Change-Id: Id477f5a5649c0d3b7ab0cce5ed99ca0a519d7706

10 years agoStripping unused method param
Adam Cohen [Tue, 20 Aug 2013 18:57:13 +0000 (11:57 -0700)]
Stripping unused method param

Change-Id: Id71664a88908773c5e64c9394070ad231d2148a1

10 years agoMerge "Initial Changes for Dynamic Grid" into jb-ub-gel-agar
Winson Chung [Tue, 20 Aug 2013 17:59:05 +0000 (17:59 +0000)]
Merge "Initial Changes for Dynamic Grid" into jb-ub-gel-agar

10 years agoInitial Changes for Dynamic Grid
Winson Chung [Mon, 12 Aug 2013 23:19:28 +0000 (16:19 -0700)]
Initial Changes for Dynamic Grid

Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf

10 years agoMerge "Modify qsb bar elements to handle hotword state." into jb-ub-gel-agar
Cristina Stancu [Tue, 20 Aug 2013 10:59:24 +0000 (10:59 +0000)]
Merge "Modify qsb bar elements to handle hotword state." into jb-ub-gel-agar

10 years agoMerge "Ensuring that we don't clobber workspace screens map when new apps are added...
Winson Chung [Mon, 19 Aug 2013 23:54:56 +0000 (23:54 +0000)]
Merge "Ensuring that we don't clobber workspace screens map when new apps are added." into jb-ub-gel-agar

10 years agoEnsuring that we don't clobber workspace screens map when new apps are added.
Winson Chung [Mon, 19 Aug 2013 22:43:29 +0000 (15:43 -0700)]
Ensuring that we don't clobber workspace screens map when new apps are added.

- Using Log warnings instead of debugs
- Ensuring we don't save negative screen id's

Change-Id: I13276d007193c120ee0830abcdc6eb203f22a9da

10 years agoFixing issue where widgets could not be picked up after the bind-dialog shows. (Bug...
Winson Chung [Fri, 16 Aug 2013 21:31:00 +0000 (14:31 -0700)]
Fixing issue where widgets could not be picked up after the bind-dialog shows. (Bug 10332119)

10 years agoMerge "Cancelling long press on widgets if they don't handle touch/tap." into jb...
Winson Chung [Fri, 16 Aug 2013 20:30:17 +0000 (20:30 +0000)]
Merge "Cancelling long press on widgets if they don't handle touch/tap." into jb-ub-gel-agar

10 years agoCancelling long press on widgets if they don't handle touch/tap.
Winson Chung [Fri, 16 Aug 2013 18:10:59 +0000 (11:10 -0700)]
Cancelling long press on widgets if they don't handle touch/tap.

Change-Id: Id5f002f64d02d8d5fb9bdda8b062a026decbe0e2

10 years agoModify qsb bar elements to handle hotword state.
Cristina Stancu [Fri, 16 Aug 2013 10:15:40 +0000 (11:15 +0100)]
Modify qsb bar elements to handle hotword state.

They currently handle a pressed mode (showing a blue overlay), we'd like
them to also handle a hotword state that would modify their appearance
when hotword is available and active.

Meant to work with: ag/344334

Change-Id: I07e261ce64307fdad8a4c16fc02eb009ca826ece

10 years agoMerge "Removing custom content padding" into jb-ub-gel-agar
Adam Cohen [Thu, 15 Aug 2013 23:19:08 +0000 (23:19 +0000)]
Merge "Removing custom content padding" into jb-ub-gel-agar

10 years agoRemoving custom content padding
Adam Cohen [Thu, 15 Aug 2013 23:17:42 +0000 (16:17 -0700)]
Removing custom content padding

-> Cleaned up extraneous imports

Change-Id: I3f9258a893e85f9f6a7cc1eab03d4c5a3dfba786

10 years agoMerge "Rename All Apps to More Apps." into jb-ub-gel-agar
Daniel Sandler [Thu, 15 Aug 2013 23:00:51 +0000 (23:00 +0000)]
Merge "Rename All Apps to More Apps." into jb-ub-gel-agar

10 years agoMerge "Hide WeightWatcher by default." into jb-ub-gel-agar
Daniel Sandler [Thu, 15 Aug 2013 23:00:50 +0000 (23:00 +0000)]
Merge "Hide WeightWatcher by default." into jb-ub-gel-agar

10 years agoRename All Apps to More Apps.
Daniel Sandler [Thu, 15 Aug 2013 22:47:41 +0000 (15:47 -0700)]
Rename All Apps to More Apps.

Because they aren't all there anymore.

Change-Id: I4acee9abaefd089d903068ea519371549588c4e2

10 years agoHide WeightWatcher by default.
Daniel Sandler [Thu, 15 Aug 2013 22:44:26 +0000 (15:44 -0700)]
Hide WeightWatcher by default.

Change-Id: I722b5f78311234860c4c0ac227cfb0115ffc8e01

10 years agoPassing right swipes through to custom content
Adam Cohen [Wed, 14 Aug 2013 22:57:58 +0000 (15:57 -0700)]
Passing right swipes through to custom content

-> Right swipes must follow page settle by >= 200 ms.

Change-Id: Ie5a5ae36e63f28736599a8a846570949447f7a03

10 years agoDon't switch pages when dragging out of folder
Adam Cohen [Wed, 14 Aug 2013 20:32:04 +0000 (13:32 -0700)]
Don't switch pages when dragging out of folder

-> Fix bug where page switch indicator wouldn't draw on right
-> Fixed some code related to folder reordering -- no behaviour change
   yet, but once the new AutoScroll is in, this should behave correctly
   (ie. shouldn't reorder while in scroll zone)

Change-Id: Ic14a8d70858777164f094204472dc6a726dd461a

11 years agoMerge "Adding overview mode for reordering, widget adding and wallpaper switching...
Adam Cohen [Wed, 14 Aug 2013 01:54:04 +0000 (01:54 +0000)]
Merge "Adding overview mode for reordering, widget adding and wallpaper switching" into jb-ub-gel-agar

11 years agoAdding overview mode for reordering, widget adding and wallpaper switching
Adam Cohen [Tue, 23 Jul 2013 23:47:31 +0000 (16:47 -0700)]
Adding overview mode for reordering, widget adding and wallpaper switching

Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c

11 years agoMerge changes I559fae32,Ic4db1a3a into jb-ub-gel-agar
Winson Chung [Tue, 13 Aug 2013 17:57:15 +0000 (17:57 +0000)]
Merge changes I559fae32,Ic4db1a3a into jb-ub-gel-agar

* changes:
  More logging.
  Adding additional logging.

11 years agoIt is *very important* to call super.onDetachedFromWindow()
Romain Guy [Fri, 9 Aug 2013 02:13:22 +0000 (19:13 -0700)]
It is *very important* to call super.onDetachedFromWindow()
Bug #10075732

Change-Id: I515005e35398317d98124964b6bb74f488a213f4
(cherry picked from commit 2361a4daf77ac1f076273d19bc6e171b3b74b22e)

11 years agoMore logging.
Winson Chung [Tue, 13 Aug 2013 01:57:12 +0000 (18:57 -0700)]
More logging.

Change-Id: I559fae32d80b6d7151ce519d81c662737fb23404

11 years agoAdding additional logging.
Winson Chung [Tue, 13 Aug 2013 01:36:01 +0000 (18:36 -0700)]
Adding additional logging.

Change-Id: Ic4db1a3abe8b735f07e51a2d35ca92273b5f76c8

11 years agoAdding additional debugging code to track screen id updates.
Winson Chung [Fri, 9 Aug 2013 23:06:38 +0000 (16:06 -0700)]
Adding additional debugging code to track screen id updates.

Change-Id: I1749ab998a4c213b32f1160d5d21f21b2f30e389

11 years agoMerge "Fixing regression in initializing install time." into jb-ub-gel-agar
Winson Chung [Wed, 7 Aug 2013 21:15:20 +0000 (21:15 +0000)]
Merge "Fixing regression in initializing install time." into jb-ub-gel-agar

11 years agoMerge "Initial implementation: Broadcasts on app launch." into jb-ub-gel-agar
Daniel Sandler [Tue, 6 Aug 2013 20:40:44 +0000 (20:40 +0000)]
Merge "Initial implementation: Broadcasts on app launch." into jb-ub-gel-agar

11 years agoMerge "Remove unnecessary FolderRing bitmaps." into jb-ub-gel-agar
Daniel Sandler [Tue, 6 Aug 2013 17:08:09 +0000 (17:08 +0000)]
Merge "Remove unnecessary FolderRing bitmaps." into jb-ub-gel-agar

11 years agoInitial implementation: Broadcasts on app launch.
Daniel Sandler [Mon, 5 Aug 2013 06:12:05 +0000 (02:12 -0400)]
Initial implementation: Broadcasts on app launch.

Look for com.android.launcher3.action.LAUNCH to be sent when
an icon is clicked in Launcher. (Restricted to
com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS
which is a signature permission right now.

This is specifically tracking apps launched via shortcut
icon; any other method of launching apps (notifications,
recents, internal navigation, etc.) is outside of Launcher's
purview and hence not broadcast.

The broadcast currently includes, in the "intent" extra, the
Uri flattening of the specific shortcut clicked.

The file /data/data/<pkg>/files/launches.log contains a
binary log of all such launches, including additional info
like screen# that should probably be in the broadcast too.

This info is summarized in .../stats.log, which encodes a
simple histogram of app launches since basically forever.
This should probably be done over a sliding window, which
will require more processing on startup.

Bug: 10031590
Change-Id: Ifc5921d5dc20701c67678cbfdc89b03cacd62028

11 years agoFixing regression in initializing install time.
Winson Chung [Mon, 5 Aug 2013 19:41:55 +0000 (12:41 -0700)]
Fixing regression in initializing install time.

Change-Id: Iedeae0eed7cc929ee7cb2be99bd3bdc58822ce6e

11 years agoFix build error
Michael Jurka [Mon, 5 Aug 2013 10:06:48 +0000 (12:06 +0200)]
Fix build error

11 years agoMerge "Cross referencing all shortcuts on workspace with the PackageManager to ensure...
Winson Chung [Fri, 2 Aug 2013 21:55:16 +0000 (21:55 +0000)]
Merge "Cross referencing all shortcuts on workspace with the PackageManager to ensure we don't have zombie icons." into jb-ub-gel-agar

11 years agoMerge "Removing old new-app animation code, and refactoring InstallShortcutReceiver...
Winson Chung [Fri, 2 Aug 2013 21:54:25 +0000 (21:54 +0000)]
Merge "Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic." into jb-ub-gel-agar

11 years agoMerge "Fix bugs with dragging items out of folders" into jb-ub-gel-agar
Winson Chung [Fri, 2 Aug 2013 18:55:24 +0000 (18:55 +0000)]
Merge "Fix bugs with dragging items out of folders" into jb-ub-gel-agar

11 years agoFix bugs with dragging items out of folders
Michael Jurka [Thu, 1 Aug 2013 10:52:23 +0000 (12:52 +0200)]
Fix bugs with dragging items out of folders

A folder of one item wasn't converted to a single
item - this fixes that regression

It was also possible, in some rare cases, that the
Folder cleanup code never ran after uninstalling
an app

Change-Id: Iee2490ed95d4f4a243b6f93411397a397aef7ae1

11 years agoMerge "Small code formatting changes" into jb-ub-gel-agar
Michael Jurka [Fri, 2 Aug 2013 10:37:34 +0000 (10:37 +0000)]
Merge "Small code formatting changes" into jb-ub-gel-agar

11 years agoFixing crash due to grabbing oob screen index. (Bug 10114488)
Winson Chung [Thu, 1 Aug 2013 00:19:51 +0000 (17:19 -0700)]
Fixing crash due to grabbing oob screen index. (Bug 10114488)

Change-Id: I9e0c3d9bfcf96f092260a82b930b7ea728b6e98d

11 years agoMerge "Adding hint for launcher to pre-create custom workspace screen." into jb-ub...
Winson Chung [Wed, 31 Jul 2013 17:44:43 +0000 (17:44 +0000)]
Merge "Adding hint for launcher to pre-create custom workspace screen." into jb-ub-gel-agar

11 years agoAdding hint for launcher to pre-create custom workspace screen.
Winson Chung [Mon, 29 Jul 2013 19:58:51 +0000 (12:58 -0700)]
Adding hint for launcher to pre-create custom workspace screen.

Change-Id: I150fb8b6ff13053bf4b0b49f2b510630ed50714a

11 years agoMerge "Verifying that new applications are added and fixing issue with new items...
Winson Chung [Wed, 31 Jul 2013 17:34:53 +0000 (17:34 +0000)]
Merge "Verifying that new applications are added and fixing issue with new items getting wrong ids." into jb-ub-gel-agar

11 years agoMerge "Prevent dragging workspace items to custom content page." into jb-ub-gel-agar
Winson Chung [Wed, 31 Jul 2013 17:31:16 +0000 (17:31 +0000)]
Merge "Prevent dragging workspace items to custom content page." into jb-ub-gel-agar

11 years agoMerge "Adding support for custom page indicator markers." into jb-ub-gel-agar
Winson Chung [Wed, 31 Jul 2013 17:30:54 +0000 (17:30 +0000)]
Merge "Adding support for custom page indicator markers." into jb-ub-gel-agar

11 years agoRemove unnecessary FolderRing bitmaps.
Daniel Sandler [Wed, 31 Jul 2013 04:14:58 +0000 (00:14 -0400)]
Remove unnecessary FolderRing bitmaps.

Bug: 10097530
Change-Id: Ic791d5c36b16474e1ab0a800e18aec802755dd67

11 years agoCross referencing all shortcuts on workspace with the PackageManager to ensure we...
Winson Chung [Tue, 30 Jul 2013 21:46:24 +0000 (14:46 -0700)]
Cross referencing all shortcuts on workspace with the PackageManager to ensure we don't have zombie icons.

Change-Id: If9e22bbf1e3e0228e6ce9c76044ae7e015ebf54f

11 years agoCall onShow/onHide when visibility changes on -1 screen.
Derek Prothro [Tue, 30 Jul 2013 19:32:39 +0000 (15:32 -0400)]
Call onShow/onHide when visibility changes on -1 screen.

Bug: 10089616
Change-Id: I4365432d5ff699b3722ca3f30713e0c490d0e4ed

11 years agoSmall code formatting changes
Michael Jurka [Tue, 9 Jul 2013 01:03:46 +0000 (18:03 -0700)]
Small code formatting changes

11 years agoAdding support for custom page indicator markers.
Winson Chung [Fri, 26 Jul 2013 22:07:49 +0000 (15:07 -0700)]
Adding support for custom page indicator markers.

Change-Id: I057b0cccc4194157d92ebb123af2afaf94fb5415

11 years agoPrevent dragging workspace items to custom content page.
Winson Chung [Fri, 26 Jul 2013 20:50:47 +0000 (13:50 -0700)]
Prevent dragging workspace items to custom content page.

Change-Id: I4279f5feffb9512af66243969efaaadfb9011962

11 years agoRemoving old new-app animation code, and refactoring InstallShortcutReceiver to use...
Winson Chung [Wed, 24 Jul 2013 22:33:46 +0000 (15:33 -0700)]
Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic.

Change-Id: Ide27dbcf1d1b1631fcd33a6c54a51b31e125c2f4

11 years agoVerifying that new applications are added and fixing issue with new items getting...
Winson Chung [Fri, 19 Jul 2013 20:49:06 +0000 (13:49 -0700)]
Verifying that new applications are added and fixing issue with new items getting wrong ids.

- Fixing issue where the LauncherModel would be out of sync on first migration, and subsequent crashes

Change-Id: I6f58b09b615b28958c7f941e58ff9ae0ee3ba939

11 years agoMerge "Updating focus helper to account for change in Folder layout hierarchy. (Bug...
Winson Chung [Thu, 25 Jul 2013 18:17:12 +0000 (18:17 +0000)]
Merge "Updating focus helper to account for change in Folder layout hierarchy. (Bug 9626867)" into jb-ub-gel-agar

11 years agoUpdating focus helper to account for change in Folder layout hierarchy. (Bug 9626867)
Winson Chung [Thu, 25 Jul 2013 18:14:30 +0000 (11:14 -0700)]
Updating focus helper to account for change in Folder layout hierarchy. (Bug 9626867)

Change-Id: I8d6cce9089913de987316c9790ecfb301ca1f218

11 years agoFix NPE on failed loader queries.
Daniel Sandler [Thu, 25 Jul 2013 17:16:14 +0000 (13:16 -0400)]
Fix NPE on failed loader queries.

Bug: 9901236
Change-Id: I3139174dd03ac3e79960f03729b7a39528804d76

11 years agoFix overhang of custom content area into first screen of launcher
Adam Cohen [Wed, 24 Jul 2013 20:55:41 +0000 (13:55 -0700)]
Fix overhang of custom content area into first screen of launcher

Change-Id: I2e8cbedb644c8399be269616e617851136489da5

11 years agoMerge "Fixing issue where the page was reset to 0 on rotation." into jb-ub-gel-agar
Adam Cohen [Wed, 24 Jul 2013 18:47:10 +0000 (18:47 +0000)]
Merge "Fixing issue where the page was reset to 0 on rotation." into jb-ub-gel-agar

11 years agoFixing issue where the page was reset to 0 on rotation.
Winson Chung [Tue, 23 Jul 2013 23:20:10 +0000 (16:20 -0700)]
Fixing issue where the page was reset to 0 on rotation.

- We needed to defer setting the restore page until the first onLayout

Change-Id: I6b7b4c0a6401ab6ab2caaea0dac0a7261ff831e8

11 years agoGiving custom content full screen
Adam Cohen [Tue, 23 Jul 2013 22:52:40 +0000 (15:52 -0700)]
Giving custom content full screen

Change-Id: Icd104fff8a1a315b795a60b812048a6218bf0e5a

11 years agoAdding contract for custom content screen
Adam Cohen [Tue, 23 Jul 2013 01:21:45 +0000 (18:21 -0700)]
Adding contract for custom content screen

Change-Id: Ia4dae3c641730ab24a0a124fd94b871d248b7dda

11 years agoFixing regression causing PagedView not to load subsequent widget pages.
Winson Chung [Fri, 19 Jul 2013 20:49:06 +0000 (13:49 -0700)]
Fixing regression causing PagedView not to load subsequent widget pages.

Change-Id: I1da1bd0ec5e4b964dd43cdba98d36ef30655a4a3