summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsView.java
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 2239823 - Can't focus "home" icon in 3d all appsJoe Onorato2009-11-081-52/+124
* Make the selection indicator and the focus indicator in 3d all apps different...Joe Onorato2009-11-081-8/+15
* The apps might not have finished loading by the time we're doing this. Fixes...Joe Onorato2009-11-051-2/+11
* Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning ...Joe Onorato2009-11-051-0/+1
* Fix white square bug when new apps are added while home is not active.Jason Sams2009-11-051-6/+27
* Don't release the GL context when all-apps looses its surface.Jason Sams2009-11-031-15/+8
* Fix 2209039 and 2220106Mike Cleron2009-11-031-46/+69
* Fix 2205899 - unable to access last row using trackball scroll if last row is...Joe Onorato2009-11-021-12/+22
* Adjust logging of launcher2 launch times, and make all apps loading wait a li...Joe Onorato2009-11-021-2/+3
* Fix 2199124 - Sometimes app icons don't go away when deleting the app.Joe Onorato2009-10-311-5/+12
* Wrap text with the curve instead of the fade. Mipmap distant text and icons. ...Jason Sams2009-10-291-9/+35
* Fix 2200739 - Crash when you click on an empty icon slot in 3d all appsJoe Onorato2009-10-281-14/+20
* Fix 2201778 - Key click on all appsJoe Onorato2009-10-281-1/+15
* fix bug 2200625 - NPE at com.android.launcher2.AllAppsView.onTouchEvent(AllAp...Joe Onorato2009-10-281-0/+9
* Fix leak when receiving multiple surface changed messages, typically when exi...Jason Sams2009-10-271-0/+6
* Return friction table, tweak values for line rather than pages.Jason Sams2009-10-201-14/+14
* Start at adding trackball support to 3D all appsMike Cleron2009-10-201-8/+99
* Fix trackball selection on the desktop (not all apps, yet)Mike Cleron2009-10-191-0/+2
* Add support for MoveTo.Jason Sams2009-10-191-0/+10
* Remove the competitors to the one true AppApps3D.Jason Sams2009-10-191-225/+57
* Deselect the home icon whenever we zoom, in case we were tracking it.Joe Onorato2009-10-151-0/+1
* Add pressed states for the all apps button and the home button.Joe Onorato2009-10-151-7/+24
* Passion - Maybe this will fix bug 2183130 - NPE in AllAppsView.onTouchEvent.Joe Onorato2009-10-151-5/+7
* Passion - Fix bug 2178628 - Make all apps selection work better.Joe Onorato2009-10-151-33/+54
* Implement workaround for GL driver which is slow to render the first frame wi...Jason Sams2009-10-151-0/+6
* Change allApps to new view. Tweak rollo3 phyisics.Jason Sams2009-10-141-3/+23
* Add support for vert movement. Very hackish atm.Jason Sams2009-10-141-36/+129
* Launcher2 - make 3d all apps deal with new apps and deleted apps.Joe Onorato2009-10-061-29/+168
* Use push from script. Remove old readback and instant animation code.Jason Sams2009-10-061-75/+29
* Don't do swipes to open all apps anymore.Joe Onorato2009-10-061-18/+7
* Minor physics tweaks to make movement more responsive. checkpoint alt layout.Jason Sams2009-10-021-0/+59
* PASSION ONLY - fix npeJoe Onorato2009-10-021-2/+4
* Put the home button back in.Joe Onorato2009-10-011-75/+112
* Be even more aggressive about faking the readback zoom state.Joe Onorato2009-10-011-3/+3
* Fix the "missing touch events" problem.Joe Onorato2009-10-011-8/+11
* Follow changed API.Dianne Hackborn2009-09-301-1/+1
* Minor tweaks to look. Billboarded icons and 1:1 text.Jason Sams2009-09-301-1/+0
* Implement safer test for min click velocity.Jason Sams2009-09-291-7/+17
* Minor cleanup and fix for the cannot launch apps bug if the screen is still c...Jason Sams2009-09-291-53/+50
* Reset rollo to page 0 when it's fully zoomed out.Joe Onorato2009-09-281-9/+22
* Fix use of zero sized allocation. Add check to make sure the read object has...Jason Sams2009-09-271-19/+25
* Turn on HW rendering for AllApps.Jason Sams2009-09-271-1/+1
* Don't do readback. This is a hack until we figure out a better way to really...Joe Onorato2009-09-251-1/+9
* Fix the hit testing so the regions line up with the icons.Joe Onorato2009-09-251-12/+12
* work around and fix bugsJoe Onorato2009-09-251-43/+78
* Use the software renderer for all apps for now.Joe Onorato2009-09-231-1/+1
* Don't call data on zero size allocations.Jason Sams2009-09-211-4/+4
* Implement dark background, adjust spacing, remove skia scaling for performanc...Jason Sams2009-09-201-1/+11
* Implement new physics model for scroll.Jason Sams2009-09-181-21/+35
* Remove the debugging code that left icons selected longer than they should be.Joe Onorato2009-09-161-4/+1