Commit Graph

581 Commits

Author SHA1 Message Date
Winson Chung 478244409e Merge "Synchronizing on the new-apps list before modifying it. (Bug 6621553)" into jb-dev 2012-06-06 16:17:04 -07:00
Winson Chung bfeac0681b Synchronizing on the new-apps list before modifying it. (Bug 6621553)
- Minor tweak to qsb padding
- Adding yet more logging for single-app-page issue

Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
2012-06-06 15:57:27 -07:00
Adam Cohen 3d50932a93 Fixing ConcurrentModificationException (issue 6619380)
Change-Id: I49d293a79a463d129e829f823d6b213f3d5ffcf4
2012-06-06 15:00:45 -07:00
Adam Cohen 7afa902b6c Fix issue where item gets added to folder when displacing folder (issue 6576460)
Change-Id: I6999d97a7aa35d2aa348ca350f89765abb674089
2012-05-29 17:00:44 -07:00
Michael Jurka 4c69ebb108 Merge "Don't scale shortcut icons during install animation" into jb-dev 2012-05-29 12:26:04 -07:00
Michael Jurka a2fe78630a Don't scale shortcut icons during install animation
Bug: 6540432
Change-Id: I5760b1a66d3871702fea1cb51e5ba31d812a8158
2012-05-29 05:58:17 -07:00
Adam Cohen 68f681bc7a Adding debugging for stuck widget (issue 6557954)
Change-Id: I73217d6a5dd650278f93ae02672c92c823e08ded
2012-05-28 15:39:23 -07:00
Adam Cohen d024f9845a Cleaning up some reordering issues:
-> Reorder solution should never change unless target cell changes
-> Simplified code and improved the behaviour when items' jiggle
   animations switch from one direction to another. These transitions
   are now seamless and have no more strange delays.

Change-Id: I35d70f275d622501851328584bfcb46eec91ff3b
2012-05-23 18:57:49 -07:00
Adam Cohen 7bdfc9700b Fix a couple small bugs (issue 6539339)
-> Adjusting the character of the 'shake' animation to keep
   a single phase, and instead stagger the animations slightly
-> Fixing issue where widget is not given the size change callback
   if the widget is resized on drop

Change-Id: I9cd9e6cd39009d9e5c70e745812b6ece71b845ee
2012-05-22 16:53:10 -07:00
Adam Cohen 3aff81c759 Tweak folder creation threshold (issue 6443778)
Change-Id: I7bd4ec5da5181032d2e0891a0ac8fca35454efa4
2012-05-16 21:01:37 -07:00
Svetoslav Ganov 08055f6652 Adding accessibility scroll support to PagedView.
1. Added support for accessibility scroll action to
   PagedView.

2. Exposed AppsCustomizePagedView and Workspace for
   acessibility if otherwise specified.

bug:5932640

Change-Id: I812e7c285cbc4d925390b9fae48a18acc68432ce
2012-05-15 13:51:43 -07:00
Winson Chung 83d3b12ba6 Merge "Making the page spacing fixed in spring loaded mode. (Bug 6478409)" into jb-dev 2012-05-14 17:17:25 -07:00
Michael Jurka 920d7f433e Preventing drawing pages in Workspace if possible
Bug: 6427601

Change-Id: I259554557a5856aa17a532c656032c4d6d5826bd
2012-05-14 16:42:51 -07:00
Winson Chung 8aad610dc5 Making the page spacing fixed in spring loaded mode. (Bug 6478409)
Change-Id: I3577a1beecacb82528f0fde9439a8366a709b29c
2012-05-14 15:25:23 -07:00
Adam Cohen f1dcdf6113 Fixing widget overlapping another widget (issue 6475997)
Change-Id: Ic78afc0ef5a2eab2278feb080f6b81d4b2baaed2
2012-05-10 16:52:25 -07:00
Adam Cohen 9d5b7d81ae Fix launcher crash when adding widget (issue 6433360)
Change-Id: I0deaef6f4ba9252b76aeb5f2afa8564479557f8c
2012-05-10 10:25:58 -07:00
Michael Jurka a3d30adbfd Don't show the outline on the current page
- only on sw720dp+ devices

Change-Id: I7253bedbf6dd61c766fe7e9ad861d3a917d37fed
2012-05-08 13:54:21 -07:00
Michael Jurka cb5adfe1ef Merge "DO NOT MERGE Add content descriptions for workspace cells." into jb-dev 2012-05-07 17:34:44 -07:00
alanv 51944f1ba4 DO NOT MERGE Add content descriptions for workspace cells.
Bug: 6441414
Change-Id: Iba57fb25c4c7e57a04b45ca60923edd9158228aa
2012-05-07 17:31:58 -07:00
Winson Chung be365165ed Try and resolve the package name from the intent directly falling back to the resolved component name if it fails. (Bug 6452306)
Change-Id: Ifb2187fb845f807f30df966bf298ffde1b779b46
2012-05-07 11:11:52 -07:00
Michael Jurka 30774acbb8 Merge "Unify tablet/phone workspace scrolling behavior" into jb-dev 2012-05-06 19:23:41 -07:00
Michael Jurka 869390b6ab Unify tablet/phone workspace scrolling behavior
Bug: 5954015
2012-05-06 18:44:16 -07:00
Winson Chung 452b4db5ce Fixing NPE in LauncherModel (Bug 6449627)
Change-Id: I6e0040465e6bf9f65ad7c05af1f7ef7cf948a355
2012-05-06 16:52:17 -07:00
Winson Chung 8e21bc5411 Merge "Fixing issue where items that were not yet added were not removed from the db. (Bug 6428418)" into jb-dev 2012-05-04 11:56:37 -07:00
Winson Chung 2efec4e29f Fixing issue where items that were not yet added were not removed from the db. (Bug 6428418)
Change-Id: I8f76af1ccaa2bc5053f3e1f6606202310855aaae
2012-05-04 10:23:38 -07:00
Winson Chung f561bdf68d Initial change to queue up install/uninstall operations while dragging (Bug 6276881)
Change-Id: I68ad881e38711d8d9a8903ab18d30ef4385833d7
2012-05-04 10:20:05 -07:00
Winson Chung 5e024a3c9c Merge "Fixing regression where the proper rotation check was not being done. (Bug 6422040)" into jb-dev 2012-05-01 12:54:08 -07:00
Winson Chung 4b919f813f Fixing regression where the proper rotation check was not being done. (Bug 6422040)
Change-Id: Iadc9a886b84c4418750dc365298944f76c564587
2012-05-01 10:45:05 -07:00
Adam Cohen 7d2d6b5f09 Merge "Making launcher update widgets with min/max extents" into jb-dev 2012-04-30 13:21:52 -07:00
Adam Cohen a897f397e5 Making launcher update widgets with min/max extents
Change-Id: Iba9325eeb95a8a8256ef6f59f4010aff09767892
2012-04-30 12:07:19 -07:00
Winson Chung da954bb599 Merge "Fixing issue where shortcuts and widgets were not being removed when the package was uninstalled (Bug 2657997, Bug 6335843)" into jb-dev 2012-04-30 10:22:37 -07:00
Winson Chung 11a4937fbf Fixing issue where shortcuts and widgets were not being removed when the package was uninstalled (Bug 2657997, Bug 6335843)
- Also fixes issue if we are dragging a shortcut/widget and it is removed.
- Also exposes App Info for shortcuts and widgets

Change-Id: I3bd5056f50f20e8b277dde6456df26eac815bcde
2012-04-27 15:15:11 -07:00
Winson Chung 873ad10401 Merge "Moving side-page indicators to DragLayer to ensure it draws above hotseat gradient. (Bug 5117499)" into jb-dev 2012-04-27 15:06:04 -07:00
Winson Chung 360e63fd3e Moving side-page indicators to DragLayer to ensure it draws above hotseat gradient. (Bug 5117499)
Change-Id: Id0ab644f6631f4fd6be042b6be36ba8fe58eaae4
2012-04-27 13:48:51 -07:00
Winson Chung a706b090ce Merge "Preventing activity from rotating while the user is dragging an item. (Bug 6240922)" into jb-dev 2012-04-26 16:29:56 -07:00
Winson Chung 641d71d6da Preventing activity from rotating while the user is dragging an item. (Bug 6240922)
Change-Id: Id487e8809c059cecb3310afe098edd0eaf085c90
2012-04-26 15:58:34 -07:00
Michael Jurka a35e35ae0a Solve blip the first time All Apps is launched 2012-04-26 15:05:25 -07:00
Michael Jurka f8304f05db Fix drag outlines for full-sized icons
Bug: 6384822
Change-Id: I4e861d7b99acbc458a3c812f04b5601a2de9a567
2012-04-26 13:33:26 -07:00
Michael Jurka 45ee308455 Merge "Make All Apps transition smoother" into jb-dev 2012-04-25 17:35:43 -07:00
Michael Jurka b99d1afba7 Make All Apps transition smoother
Build workspace page layers before launching
All Apps transition
2012-04-25 17:28:27 -07:00
Michael Jurka 8b805b1715 Remove use of private APIs
Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
2012-04-25 16:24:03 -07:00
Michael Jurka 84f2ce77a6 Fix use of deprecated method 2012-04-13 15:09:00 -07:00
Michael Jurka 3a9fcedbcd Fix warnings and remove dead code
Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
2012-04-13 14:52:51 -07:00
Adam Cohen c4a729ac9d Merge "Widget resizing can now displace items" 2012-04-12 11:30:37 -07:00
Adam Cohen bebf042666 Widget resizing can now displace items
Change-Id: I005c9aebf64b2d01debe59f86a208075d19476ea
2012-04-12 11:25:34 -07:00
Michael Jurka 64c9ab3188 Removing dead code 2012-04-11 15:26:53 -07:00
Adam Cohen c6cc61d458 Cleanup and refactoring in relation to drag and drop
-> folder creation, adding to folders, reordering, switching pages
-> ensuring parity of dragEnter and dragExit in cell layouts and workspace
   (neither were consistently getting an even number of each)
-> actually enforced above with exceptions -- probably want to
   take these out, but maybe we can leave them in as warnings
-> fixed bug with mapping points to hotseat
-> fixes other bugs with drag and drop

Change-Id: I564568f810f2784d122ec6135012b67c2e8e7551
2012-04-09 11:41:59 -07:00
Michael Jurka b06d95fc79 Fix bug where overscroll never fully snapped back
Bug: 6085652
Bug: 6065523

Change-Id: Iaac5705e00e08882beba0cad7ee0d339de31444a
2012-04-03 04:23:05 -07:00
Michael Jurka e49eafc229 Merge "Show side pages when exiting spring-loaded mode" 2012-04-03 01:13:52 -07:00
Adam Cohen c0a5df9c65 Fix NPE when dragging Problem Loading Widget (issue 5899606)
Change-Id: I63656a2bb47a4af041f161e1f15095c89ab006b0
2012-04-02 16:53:26 -07:00