History log of /packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
309260ee593aa3f209510ae6bf137f9b75e2498b 14-Dec-2013 Adam Cohen <adamcohen@google.com> Merge "Don't notifyPageSwitchListener until page settles (issue 12069757)" into jb-ub-now-kermit
674531f26196502db825838b21b9cbf34463088c 14-Dec-2013 Adam Cohen <adamcohen@google.com> Don't notifyPageSwitchListener until page settles (issue 12069757)

-> Should address the dismiss timer not working quite right

Change-Id: I63ad32d8f7c37f1a090ff1dd6024eeb7c0c6ce65
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
34c2e6cf7af328aba25c98158161dbad15ae986d 13-Dec-2013 Michael Jurka <mikejurka@google.com> Clean up imports
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
4de0974c460ce6439cce7931fb0ba945095a4b94 13-Dec-2013 Adam Cohen <adamcohen@google.com> Fix NPE from feedback (issue 12106858)

Change-Id: I63f7f73b85d4c1652d1e722f94c51b567a83cc6b
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
59b5c79b6ff2de83209cf1425b8924d541e97266 05-Dec-2013 Adam Cohen <adamcohen@google.com> Fix page jumping regression in overview mode (issue 12003672)

Change-Id: I4315d4e97c8df4db25e2d70be759b94a0348d644
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
cccfe95beb2de07fb3aef19e99e975e3a01cd055 25-Nov-2013 Adam Cohen <adamcohen@google.com> Merge "Allowing ability to pick up items / enter overview before full page settle" into jb-ub-now-jolly-elf
540efef758eb3bcf3bafe2241a4e3652a0e22c56 18-Nov-2013 Winson Chung <winsonc@google.com> Merge changes Ida9603e3,I3dfa45cc into jb-ub-now-jolly-elf

* changes:
Initialize FastBitmapDrawable bounds with default bitmap dimensions.
Updating LauncherModel filtering to use screen ids. (Bug 11685286)
a765215280ef9e128da3fbab37b3d51a565941e3 18-Nov-2013 Adam Cohen <adamcohen@google.com> Allowing ability to pick up items / enter overview before full page settle

-> Fixes issue 11701996
-> Fixes issue where if you tried to longpress a widget before the page
settled, it would instead enter overview

Change-Id: Ic6321805687dd5e8c69506c6cd6941a11d557ed6
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
f9618856d6910ac385ad37762f9f067ae59a8622 08-Nov-2013 Adam Cohen <adamcohen@google.com> Syncing up state transition with paging transition

Change-Id: Id91e4c046cfe7d9aa6e7de10dbf57ee727ba160e
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
9b9fb967b2305413520dc676d6d3c472b2b6b25e 16-Nov-2013 Winson Chung <winsonc@google.com> Updating LauncherModel filtering to use screen ids. (Bug 11685286)

- Fixes the issue with the current page not synchronously binding

Change-Id: I3dfa45cc1777f846c77f3e86059dfb715553e1a3
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
84a465aa0e795619b248047c5e21cd77c82b1ff1 11-Nov-2013 Adam Cohen <adamcohen@google.com> Small tweaks to custom content management

-> Never allow the custom content overhang onto the viewport when
it is not the current page
-> Never fade the custom content screen as a consequence of scrolling

Change-Id: I91a4cfb3f740ee8b429084fce1c96258bac8dd9e
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
4683041885e6a8338dc3111a9e3f15cc7c62611e 08-Nov-2013 Adam Cohen <adamcohen@google.com> am 2da0a053: Fix small scrolling regression

* commit '2da0a0532752fae8985e3e8a192eb5087cf78aab':
Fix small scrolling regression
2da0a0532752fae8985e3e8a192eb5087cf78aab 08-Nov-2013 Adam Cohen <adamcohen@google.com> Fix small scrolling regression

-> only cancel scrolling when necessary to avoid
unnecessary snapToDestination() calls

Change-Id: I406bef2453c88d61d25f66be67205ab8fbd69ec9
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
88416027a3740dacbd97bd2264f22ba51f5c7e21 07-Nov-2013 Winson Chung <winsonc@google.com> Merge "Fixing crash while reordering pages in OverviewMode." into jb-ub-now-jolly-elf
c82d2622bc7305fd3545fe7df97a30187283113f 06-Nov-2013 Winson Chung <winsonc@google.com> Dyanmically lay out overview mode across all orientations and form factors.

Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
876a619b11bfdf583465b0cc2be67266436558b9 06-Nov-2013 Winson Chung <winsonc@google.com> Fixing crash while reordering pages in OverviewMode.

Change-Id: I67dcd71a8f15fbc737880306254c766f4dbadc58
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
5c6474da600dc828805d86e50ce357bee908131b 05-Nov-2013 Adam Cohen <adamcohen@google.com> Merge "Fix problem with where PagedView could get stuck (issue 11314889)" into jb-ub-now-jetsonic
cae7f573de57a13972a6a215484356f6b4779382 04-Nov-2013 Adam Cohen <adamcohen@google.com> Fix problem with where PagedView could get stuck (issue 11314889)

-> Also a small code cleanup where something was very weird

Change-Id: I3612e1de924a83d1a91b752f3b9e1e239a8db0ea
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
e4602aeb5148ea0908d7961afd1ca89c90682cff 31-Oct-2013 Adam Cohen <adamcohen@google.com> Reporting toIndex in scroll events (issue 11356512)

Change-Id: I96a97865970e0b9a6760246c4f830f3ceff53f09
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
3b185e2513bcc3318753c21d3909d8dab2291e31 29-Oct-2013 Adam Cohen <adamcohen@google.com> Fixing up PagedView to work in landscape mode

-> separated notion of page spacing and paged view padding
-> always position the current page within the rect
created by pagedview's viewport + padding
-> space pages by a constant amount

Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
b88ae4158d42edac85616a8db1dbda11609b9237 30-Oct-2013 Winson Chung <winsonc@google.com> Fixing crash with invalid current page.

Change-Id: I36e76176b6172a747a6526d96b82c9870b56067c
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
8bdbaab8e67d33e3eeece0aa5b893014444c3be8 29-Oct-2013 Adam Cohen <adamcohen@google.com> Fixing regression in paging

Change-Id: I9a76448aa09aea6a86a8a97860e48113c222a205
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
4fe4c932221cc6a7e7114eff84220150f76729b9 29-Oct-2013 Adam Cohen <adamcohen@google.com> A bit of code cleanup (issue 11026590)

Change-Id: I8b2ef52f59abdbe3ca286eac6e639f19a11f7970
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
0cd0eba42ec77a5b5598b753edd6cb71127716fa 28-Oct-2013 Adam Cohen <adamcohen@google.com> Finished getting rid of mPageSpacing

Change-Id: I5dc8255e6cc902430a91dc27ad1edec5d4308468
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
8fd3adc2a3ca4c2cbf6af4917d2c3addc0a7e678 16-Oct-2013 Michael Jurka <mikejurka@google.com> Refactor RTL wallpaper code to use getLayoutTransitionOffsetForPage

Bug: 11157913
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
21cd002fef13ff0b6336f10f97e29738a2b0ecb9 10-Oct-2013 Adam Cohen <adamcohen@google.com> Fix issue where custom content would show up on boot (issue 10713745)

Change-Id: I1c03784970fe1a88e2561f1c5367979cda825973
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
564a2e7116b026c1d73829e65d47b660b03a3c72 09-Oct-2013 Adam Cohen <adamcohen@google.com> Fix custom content state for scroll in RTL (issue 11068877)

Change-Id: I731c55e3e4e01ef42eba94c002d0fde296dd9540
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
fbdf42703c02f27105e67776a022db2c080dd5db 09-Oct-2013 Adam Cohen <adamcohen@google.com> Fix inability to long press page indicators (issue 11136731)

Change-Id: I9073bc49ab1569a742b5c27870711ada1759ca36
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
d4a55216c1b461d6e7dc20ab77a24bd3a53e3119 08-Oct-2013 Alan Viverette <alanv@google.com> Merge "Fix scrolling accessibility events sent from PagedView" into jb-ub-now-indigo-rose
254139a3c74acec5fa34a73be4d159d6baabc6b1 08-Oct-2013 Alan Viverette <alanv@google.com> Fix scrolling accessibility events sent from PagedView

BUG: 11087905
Change-Id: Id4852dc04ee1aca25ccb0eba094b34c6b87d6d41
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
2824b0750e978e5a63f804a42e9eedba53e8d21d 04-Oct-2013 Vladimir Marko <vmarko@google.com> Don't measure GONE views.

Don't measure GONE views in ShortcutAndWidgetContainer and
PagedView. They will not be processed in onLayout anyway.
This is pre-requisite for avoiding costly onMeasure in GEL.

Bug: 10734110
Change-Id: I4c1bef41d9185af5eda42b43371546c60f341f87
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
53805218809cc1f93a0f1307b442df7c65a3068c 01-Oct-2013 Adam Cohen <adamcohen@google.com> First pass on accessibility

-> issue 10801717
-> issue 11012432
-> issue 11012764

Change-Id: I9a687a39a358441afd57c0c46b57399ecbf23c36
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
fe0ace3583bc57adbaaec730b1b1757032e90c41 03-Oct-2013 Michael Jurka <mikejurka@google.com> Fix RTL bugs with wallpaper parallax

Bug: 10901046

Change-Id: Id4277173b0c13d25eb0507bd6fa9fa1309946510
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
40d6264a8e1a29b0f11a03fff39db1dc7f967088 02-Oct-2013 Adam Cohen <adamcohen@google.com> Merge "Fix ArrayIndexOutOfBoundsException, (issue 11038649)" into jb-ub-now-indigo-rose
1f1f45d6205400d74e15c3f6981f3b8899514bca 02-Oct-2013 Adam Cohen <adamcohen@google.com> Fix ArrayIndexOutOfBoundsException, (issue 11038649)

Change-Id: Ib7aa55b104894f12175b382fdbcfb08d95408699
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
7a9e58aa17d42c1251b4eea5edf117a4e8b4a6d4 02-Oct-2013 Adam Cohen <adamcohen@google.com> Making sure overview mode can't get stuck (issue 11022017)

Change-Id: Iee2088f8781d375b0b83625023fb125a869a2868
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
97d5311e2a84a9ece018ff9593be2c0012ccb223 01-Oct-2013 Adam Cohen <adamcohen@google.com> Ensuring that snapToPage is completely aborted / cleaned up upon setCurrentPage (issue 11003904)

Change-Id: Iba851c297ab9406b094c8f0cbf6e39675d0ffa39
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
0655904abd2e67f3c4c5b9e8e57cee6f8f562076 30-Sep-2013 Adam Cohen <adamcohen@google.com> Fixing regression in reordering (issue 10994971)

Change-Id: I2be98fc892c1a4392c4a5e035dd4cc1fa6fab0a9
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
2bf63d520576baa433a53a77e4e24386e40c1cda 30-Sep-2013 Adam Cohen <adamcohen@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
780fe59a7af8b12fbdcd7f6841edaa7f2c2e019d 26-Sep-2013 Winson Chung <winsonc@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
93c9756e7a64e782e6b78ec978d2f7a5802c277d 26-Sep-2013 Adam Cohen <adamcohen@google.com> Fixing some touch / interaction problems

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

Change-Id: Ic936ead8deb3a5d4e00f265d09329528a1517063
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
6a678da1d8cfc7f72ff30f3d27720352d4e466e6 24-Sep-2013 Adam Cohen <adamcohen@google.com> Fix typo

Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
af9b0e51aac239457fbd038f7cb2088265054e42 24-Sep-2013 Adam Cohen <adamcohen@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
410f3cdfb4a8c2cf82749a3e73201fb7930540ae 22-Sep-2013 Adam Cohen <adamcohen@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
7819a56217fd4e216d3675905586b275799723bb 20-Sep-2013 Winson Chung <winsonc@google.com> Tweaking page indicators to support add page icon, remembering widget picker page (Bug 10787439)

Change-Id: Iab0b5676aa9c34a610b4b968940abc81c913c234
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
dbdff6bc7b225255207a46fad8f536b55a18efac 19-Sep-2013 Adam Cohen <adamcohen@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
1697b79a86c8244cf2758eec93e0ba299bc107d0 18-Sep-2013 Adam Cohen <adamcohen@google.com> Fixing up click / long click to enter / exit overview mode

Change-Id: I1ec7ab7f3e5c67add9ae64901e0ea377e265ed84
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
f343499f9b2c01978027e810255274b714ac457d 17-Sep-2013 Adam Cohen <adamcohen@google.com> Making sure CustomContent is never visible during overview / springloaded

Change-Id: I187f7fcfbd4e24e20959c9e0cf5fd5400d006f45
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
5084cbab0eb0c06bd2778e0a48efaf392717cd10 03-Sep-2013 Adam Cohen <adamcohen@google.com> Shrink-wrapping model to spec (issue 10397399)

Change-Id: I87e32e8bd93f3b0468bc840200faed8270922a03
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
77e1f47520958edd7ec04e203db65b932537bd1c 11-Sep-2013 John Spurlock <jspurlock@google.com> Add system window inset support to DragLayer and children.

Instead of fitting system windows as before, DragLayer now
lays out under the system windows.

DragLayer will simply add the system window insets to each
child's layout margins by default. e.g. for Hotseat, Page
Indicators, QSB, Search Overlay.

Children that want to use the full viewport can declare so
by implementing a new Insettable interface. System window
insets will be passed to Insettable#setInsets(insets) and
the child can do what it wants with them.

Currently, two of DragLayer's children implement Insettable:

1) Workspace (for the -1 screen).
Full screen pages are given the entire viewport, paged
view offsets modified to end up in the right place now
that the viewport is larger (the full screen height).
Non-full screen pages like the normal icon pages simply
apply the insets to end up in the same place they did
before.
NowClientCardsView uses the full viewport, applying the
insets as padding. Will want to better take advantage
of this new real estate in a future CL.

2) All Apps (AppsCustomizeTabHost).
Applies the insets as layout margin one level down, so that
the bar area is opaque during the transition, but visually
the content lands in the same place.

(Also add db_files to .gitignore to ignore the output of the
db tool)

Bug:10687177
Bug:10652189
Change-Id: I80b25d63884d244fcf704b24dad9497ee0d8b453
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
c58497ee619416c4949b16eb43486c11618b69e5 04-Sep-2013 Winson Chung <winsonc@google.com> Initial changes to restore AllApps.

- Removes unused all apps code due to dynamic grid/spacing
- Attempts to use CellLayout instead of PagedViewCellLayout

Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
2702ea006084a441f085c779ff77be1128a19bad 16-Aug-2013 Adam Cohen <adamcohen@google.com> Removing custom content padding

-> Cleaned up extraneous imports

Change-Id: I3f9258a893e85f9f6a7cc1eab03d4c5a3dfba786
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
f358a4bbd6ce5b6ddadfae19e6b9c6872530d627 24-Jul-2013 Adam Cohen <adamcohen@google.com> Adding overview mode for reordering, widget adding and wallpaper switching

Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
63d7870ea23502f10b74e9c91de9bd8f0bfc0507 31-Jul-2013 Winson Chung <winsonc@google.com> Merge "Verifying that new applications are added and fixing issue with new items getting wrong ids." into jb-ub-gel-agar
df11a77f291b1fd6d1f9358c0a42d0621737d15a 31-Jul-2013 Winson Chung <winsonc@google.com> Merge "Adding support for custom page indicator markers." into jb-ub-gel-agar
82dfe585143b8cc8b082e4ba42c58a66187994dd 27-Jul-2013 Winson Chung <winsonc@google.com> Adding support for custom page indicator markers.

Change-Id: I057b0cccc4194157d92ebb123af2afaf94fb5415
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
c763c4e4d28c256d1368be3fc1c4526c8b9bd232 19-Jul-2013 Winson Chung <winsonc@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
6ad0e7dcaeef394cc1c28294dde309da69233412 24-Jul-2013 Adam Cohen <adamcohen@google.com> Fix overhang of custom content area into first screen of launcher

Change-Id: I2e8cbedb644c8399be269616e617851136489da5
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
8c87cd83e09cd361c68069c84940dbaf20e9860d 24-Jul-2013 Winson Chung <winsonc@google.com> 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
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
9c0565fe9385f92b7b2608d6506e4e5a7c500c2d 19-Jul-2013 Winson Chung <winsonc@google.com> Fixing regression causing PagedView not to load subsequent widget pages.

Change-Id: I1da1bd0ec5e4b964dd43cdba98d36ef30655a4a3
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
c9ca2980983ab21fc8631c7a65399d6d9c70f39c 19-Jul-2013 Winson Chung <winsonc@google.com> Fixing performance issues with drawing all visible pages.

Change-Id: I17736c1e6afa1f4a961c136fe82bf1d632cbe6cc
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
edb4076e59861d0c343e7245f247e2bee6d48159 19-Jul-2013 Adam Cohen <adamcohen@google.com> More PagedView cleanup

-> Custom content screen is now full screen (with some padding inserted for now)
-> Hiding the hotseat and page indicators when scrolling to the
custom content screen
-> Adding background scrim fade in to custom content space.

Change-Id: I28921318a38af46f11fa836020a590c70d5d96ed
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
f698c6ebda06997aae998e262ab1714c625ff3b1 18-Jul-2013 Adam Cohen <adamcohen@google.com> Simplifying some more stuff related to PagedView

Change-Id: I25d41697f4514825664a05e78df1e24fc81c492a
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
181c3dc5829a6da646f193acedf6ff4e447321bb 18-Jul-2013 Winson Chung <winsonc@google.com> Fixing regression due to removal of updateCurrentPageScroll() call in previous commit.

Change-Id: Ibf43b1f671c3348e6023e79b094d0beb2dc7637d
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
02b3a8ca1f9dac40677dcdee2fc88307b99cc15d 17-Jul-2013 Adam Cohen <adamcohen@google.com> Merge "Adding notion of fullscreen page to PagedView" into jb-ub-gel-agar
d2be381d36485059d0108ae89cfe57a30a7a8499 16-Jul-2013 Winson Chung <winsonc@google.com> Removing old scroll indicator and adding page indicator dots.

Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
96d30a165185dc59617e181314f4d22634e22952 17-Jul-2013 Adam Cohen <adamcohen@google.com> Adding notion of fullscreen page to PagedView

-> This will be used for appending custom content to the left of the workspace
-> Stripped out a bunch of dead code related to notion of layout scale in PagedView

Change-Id: If4dbe28431cb5fb60dc170f6ee6e55a649dac45e
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
accfd5648ccb3a3248b422a8c1971b7de8d3207b 12-Jul-2013 Adam Cohen <adamcohen@google.com> Fix weird page jumps after dropping items

Change-Id: I9f5063d2a9db9e2f2a5c2fd183b45884da11dacc
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
dedbd962dcfaf055a6835abf5b0000ce1564e51e 11-Jul-2013 Adam Cohen <adamcohen@google.com> Enabling reordering

-> Reordering is enabled and persists
-> Fixed persistence issue when adding items to empty screen

Change-Id: I7c797b2c81a2988c95d8d9383be46d6ef0b7532d
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
34a3340cfb462f2b62d4b5e8afb2707eb0d5fc5b 11-Jul-2013 Adam Cohen <adamcohen@google.com> Merge "Ensuring that the db reflects all package added/removed/updated broadcasts." into jb-ub-gel-agar
64359a53dc827797917a8d9a0697a91996789801 09-Jul-2013 Winson Chung <winsonc@google.com> Ensuring that the db reflects all package added/removed/updated broadcasts.

- Also ensuring that newly added pages are added before the empty page

Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
0ffac433c1b2a6a5e1570254494f0eb9f5aa2a3b 10-Jul-2013 Adam Cohen <adamcohen@google.com> RTL for PagedView

Change-Id: If9fcada57880798ea2eb2b6defe51027fdc94b82
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
7d30a37007bac318db1c9af47a9af12d348042a5 02-Jul-2013 Adam Cohen <adamcohen@google.com> Porting PagedView from KG to gain simplified scaling model, reordering

-> We are no longer scaling individual Celllayouts, instead we are scaling
the entire Workspace (and the CellLayouts come along for the ride)
-> Due to the above change, many assumptions were broken. In particular,
our drag and drop / animation archiecture is fairly fragile due to the
frequent and complex mapping of points between different bits of the
hierarchy. This CL contains a number of fixes which address such
breakages.

Change-Id: I2e630eab17528729b764b61f587858f6499fd318
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
dcd297f05a866e07090d6e2af8fb4b15f28cb555 18-Jun-2013 Adam Cohen <adamcohen@google.com> Initial implementation of Shrink-wrap

Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
e61a9a2cd4af5d1f345c6396d3013fea0aa1c767 12-Jun-2013 Adam Cohen <adamcohen@google.com> Fix issue with setting the current page immediately after a page is added

Change-Id: Ia9ddc42896b47b10bb98ed6bd6cece1b033207c1
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java
325dc23624160689e59fbac708cf6f222b20d025 06-Jun-2013 Daniel Sandler <dsandler@android.com> Launcher2 is now Launcher3.

Changes include
- moving from com.android.launcher{,2} to
com.android.launcher3
- removing wallpapers
- new temporary icon

Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
/packages/apps/Launcher3/src/com/android/launcher3/PagedView.java