summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizeTabHost.java
Commit message (Collapse)AuthorAgeFilesLines
* Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-0/+3
| | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* Keying off the Launcher state to determine wallpaper visibility (Bug 6396752)Winson Chung2012-05-061-11/+0
| | | | Change-Id: I00c457d9c07113bf8ff4c7102e486efcb030ddc4
* Fixing build.Winson Chung2012-04-271-2/+1
| | | | Change-Id: Ibd16316801a4078d80484f8e04507508d6f7a905
* Fixing issue where you can not swipe AllApps while transitioning to AllApps. ↵Winson Chung2012-04-271-5/+5
| | | | | | (Bug 6389985) Change-Id: Idce57a6a3fffffa800d33c1b5b528d36174bb511
* Solve blip the first time All Apps is launchedMichael Jurka2012-04-261-2/+5
|
* Remove use of private APIsMichael Jurka2012-04-251-3/+3
| | | Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
* Updating launcher transitions.Winson Chung2012-04-241-0/+17
| | | | Change-Id: I32b35189fe05a1c0db0ac1d7f508b1560088f635
* Fix NPEMichael Jurka2012-04-121-0/+2
| | | | | Bug: 6329157 Change-Id: Idd2db78890d196bcbfbe93640e07a96037638341
* Using measured dimensions in case the tab flips quickly and the content ↵Winson Chung2012-03-301-2/+2
| | | | | | hasn't shown yet. (Bug 6263403) Change-Id: I84512dc8d661c4c714a531ba1b028081c1fa164d
* Fix more cases where blips show up in All AppsMichael Jurka2012-03-201-0/+7
| | | | | | | | | - defer any updates to the widget previews if we're mid-transition - call System.gc() before a transition to avoid gc mid-transition Change-Id: If8b4699b142af20b2f14e9a8653f893139adf90e
* Fix a lot of easy lint issuesMichael Jurka2012-02-241-6/+8
| | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Cancel scroll indicator fade during allapps/workspace transitionMichael Jurka2012-02-231-0/+3
| | | | Change-Id: I8661c17adbf0a129730b44641930fb68ba9afed6
* Allow touches to fall through AllApps nearing end of transition (Bug: ↵Winson Chung2012-02-171-0/+22
| | | | | | | | 5991846, 6016062, 5991846) - Also updating mTransitionProgress so control when drops succeed Change-Id: I2f672c64f0a87249dcf7d254f963b8b2710c849f
* Revert "Revert "Speed up All Apps -> Workspace transition""Michael Jurka2012-02-151-12/+40
| | | | | | | | | | | | | | | | | - also, undo enabling hardware layers for scroll indicator, which could have caused slowness - fix bug where scroll indicator was not seen after the first visit to all apps - eliminate a some needless hardware layer redraws - making items under All Apps invisible when we're in All Apps - making workspace spaces invisible if their alpha is 0 to prevent more hardware layer rebuilding This reverts commit 9753d13c7bda09c1203c611ac6717021037f39c3. Change-Id: Ib908ae0b456b2d4b8a171991a95f20aea4749da1
* Revert "Speed up All Apps -> Workspace transition"Michael Jurka2012-02-141-3/+4
| | | | | | | | Temp fix for 5976264 This reverts commit 9433fa7ebad74320e39bfac6161a68bc850fe161. Change-Id: Ic49ffc818b9b233b3717b52a5f77eaac1e001f5b
* Speed up All Apps -> Workspace transitionMichael Jurka2012-01-201-4/+3
| | | | | | | | | | - use HW layers on Views whose alpha is faded - don't run animation end code until the entire launcher transition is finished - be more aggressive about making workspace pages visible after an animation, potential fix for Bug #5867739 Change-Id: I52a088e551c1636a67725629640286b885070f32
* Make All Apps<-->Workspace transition smootherMichael Jurka2011-12-121-20/+6
| | | | | | | | | | | | | | - grouping workspace/all apps anims into one animator set, prevents blip when one of them ends early and its end anim handler does lots of work mid-animation - updating pivots for all apps zoom if layout changes - avoid running unnecessary animations on workspace pages - prevent unnecessary reloading of pages in All Apps Change-Id: I53a75f7c4c7d254057e2f8f4fd17711e8862256d
* Unload widget previews when launcher is not visibleMichael Jurka2011-11-221-0/+25
| | | | | | | Can save ~1-2MB of RAM Bug #5104303 Change-Id: I992bec33052f4d2c201e528b5edf384d05960e71
* Minor fixes to LauncherWinson Chung2011-11-181-1/+2
| | | | | | | | | | - Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
* Merge "Fix bug where all apps didn't load sometimes" into ics-mr1Michael Jurka2011-11-161-10/+10
|\
| * Fix bug where all apps didn't load sometimesMichael Jurka2011-11-151-10/+10
| | | | | | | | Bug #5623281
* | speeding up transition from other apps -> LauncherMichael Jurka2011-11-151-1/+1
|/
* Merge "Delay loading All Apps pages until the first time we enter All Apps, ↵Michael Jurka2011-11-141-7/+40
|\ | | | | | | making launcher startup faster (5000628)" into ics-mr1
| * Delay loading All Apps pages until the first time we enter All Apps, making ↵Michael Jurka2011-11-131-7/+40
| | | | | | | | | | | | launcher startup faster (5000628) Change-Id: I2a2218975141d7659184de83e505c7ab6e613232
* | Workarounds for a couple crashes. (Bug 5612584, Bug 5613438)Winson Chung2011-11-141-6/+16
|/ | | | Change-Id: I9669d830a10cc98291737f3f1d561c846c408289
* Improve Apps/Widgets transitionMichael Jurka2011-11-111-21/+42
| | | | | - Avoid using a bitmap when doing crossfade when switching between Apps/Widgets tabs, also fixes a visual issue on stingray (5104303) Change-Id: I7365c629e704f37e18350ad15a849c034553d0b3
* Adding additional checks to prevent launcher crash when we can't compose ↵Winson Chung2011-10-201-6/+15
| | | | | | animation buffer. (Bug: 5478481) Change-Id: I5671bffab8626b4e2224ef4c174204a5a3b68f97
* Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" ↵Adam Cohen2011-10-201-0/+1
|\ | | | | | | into ics-mr0
| * Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-201-0/+1
| | | | | | | | Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
* | Adding additional cases where we may have to recalculate the number of ↵Winson Chung2011-10-191-2/+0
|/ | | | | | apps/widget pages. (Bug: 5475261) Change-Id: Ia5f0cea7a3b8bd0a972ec3ea2fadc72eb0f7689a
* Merge "Add ability to swipe from apps to widgets in AllAppsCustomize (issue ↵Adam Cohen2011-10-171-52/+62
|\ | | | | | | 5453016)" into ics-mr0
| * Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)Adam Cohen2011-10-141-52/+62
| | | | | | | | Change-Id: I4d725cf1ee11d67f5149dbd0edbcb2e0af3b80ee
* | Making Launcher tabs more consistent with system. (Bug: 5184498)Winson Chung2011-10-141-2/+7
|/ | | | Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-4/+9
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Bug FixingWinson Chung2011-09-081-1/+1
| | | | | | | | | - Setting loader thread priority to default after loading to help rotation time (5264039, more work to be done here potentially) - Fixing regression in missing background gradient for hotseat - Removing the old cupcake gallery item bg, new bg assets coming soon (5160311) - Defering showing the AppsCustomize tab bar until we request layout to help a little with the flashing Change-Id: I8c4981435f684363be951696986b7ab1b71956eb
* Improving transition between Apps/Widgets panes (5145408)Winson Chung2011-08-161-14/+42
| | | | Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
* Changing menus to show Wallpapers, Manage Apps, Help. (5114668)Winson Chung2011-08-121-0/+4
| | | | Change-Id: I7e2042245291b07fa048ca43613ca506b21b456e
* Adding a progress bar while All Apps is loadingMichael Jurka2011-08-091-0/+5
| | | | | - also, removing some unused imports Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
* Tablet/AllApps fixes.Winson Chung2011-08-091-0/+19
| | | | | | | | | - Fixing regression where the power button did not dismiss Apps/Customize - Fixing regression in number of icons in portrain in AC, and removing legacy peek var for calculations (5122724) - Fixing spacing in shop button on tablet - Fixing bug where the apps pane was being changed as we were animating (5139543) Change-Id: I3a3e5f224fd92e99072c830d13423d195179e7c7
* Merge "Flash scroll indicators a bit earlier on transitions"Michael Jurka2011-08-081-1/+4
|\
| * Flash scroll indicators a bit earlier on transitionsMichael Jurka2011-08-081-1/+4
| | | | | | | | Change-Id: I456b61480299b1177d9d275f2cb4459bab02d63e
* | Making hotseat a fiver.Winson Chung2011-08-081-2/+1
|/ | | | Change-Id: I18737692a115f8fd77c6feb3062f4bfeca3506ae
* Multitude of launcher behaviour changes.Winson Chung2011-08-021-6/+0
| | | | | | | | | - Merging widgets and shortcuts in widgets pane - Removing legacy long press menu items (make it go straight to wallpapers) - Removing old option menu (just making it point to wallpapers) - Dropping user to workspace after adding an item (animations to be tweaked) or back to AppsCustomize only on failure/cancel Change-Id: Ia73670ce76f321dc45defb27bb5a828764240ab4
* Adding ability to add to hotseat from spring loaded mode (5064141).Winson Chung2011-07-291-2/+4
| | | | | | | | - Fixing regression where folder items had no text in tablet ui and assets - Fixing spring loaded frame sizing (5067335) - Making the cells 80x80 for testing again on the phone ui (5085986) Change-Id: I52a0f5eaf2dcf4adaf57c5a71da3903892c490a8
* Adding menu to jump to shortcuts page in widgets tabWinson Chung2011-07-251-6/+32
| | | | | | | | - Fixing bug in PagedView when setting the current page - Fixing small visual issue with flashing scroll indicator - Fixing slightly offset holographic icons Change-Id: Ic6ce6365daca41cb5a73706c7c4b078f33a4e39c
* Fix two crashesMichael Jurka2011-07-231-1/+4
| | | | | | - NPE: bug #4984219 - IllegalStateException: bug #4969695 Change-Id: Iaf02e669b26f9277388e0e7bffd532220ebf9bb1
* Fxing issues with the scroll barWinson Chung2011-07-191-0/+4
| | | | | | | | - Removing track from AllApps - Scrollbar should reach edge of track now - Fixing flashing when going from AppsCustomize to workspace and switching tabs in AppsCustomize Change-Id: Id69bd04dc503608566c3a33a1344904e3db383bf
* Tweaking the scroll indicators with new assets and sizing.Winson Chung2011-06-301-0/+8
| | | | | | - Showing the scroll indicators when changing between workspace/apps customize Change-Id: I791c09b76deb00108c466f08ae3c29b19d77c4d8
* Using GridLayout in AppsCustomize widgets tab.Winson Chung2011-06-241-2/+15
| | | | | | | | - Starting to implement new widgets design - Hiding outlines in phone ui while dragging - Making the tab bar show only when we have items as well Change-Id: Ic027f9ba83fc0982f2f92a90412f050a8e248f9c
* Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung2011-06-231-1/+23
| | | | | | - Adding back animation between tabs Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc