summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsView.java
Commit message (Expand)AuthorAgeFilesLines
* Clean up vertex program with easy to manage uniform constants.Jason Sams2010-02-041-19/+34
* Possibly fix 2415260 - IllegalStateException: Calling RS with no Context activeJoe Onorato2010-02-031-1/+3
* Fix 2379378 Trackball up on all apps home icon doesn't highlight the correct ...Joe Onorato2010-02-011-5/+9
* Fix selection highligh in all apps. Selection highlight now follows the curv...Jason Sams2010-01-201-4/+6
* Change text labels from RGBA to ALPHA8. Reduces memory usage and may increas...Jason Sams2010-01-191-1/+9
* Update launcher2 with vertex shader and single draw method for icons.Jason Sams2010-01-191-63/+92
* Fix bug 2337808 - zoom state gets out of sync when the surface disappearsJoe Onorato2010-01-111-3/+14
* cleanup RS scripts leftover from previous design and rename final script.Jason Sams2010-01-061-1/+1
* Update to new RS texture API.Jason Sams2009-12-171-3/+3
* Remove WAR for handling uploads when no surface was present.Jason Sams2009-12-151-35/+7
* Still trying to fix 2320348 - Launcher2 crashed: AIOOBE at com.android.launch...Joe Onorato2009-12-111-6/+8
* Launcher2 - This might fix the missing app problem and the crash in removeApp.Joe Onorato2009-12-111-2/+2
* fix 2315821 and 2315729 - problems caused because the apps list could becomeJoe Onorato2009-12-091-24/+34
* Fix 2305903 Scrolling trackball upwards at the top of the app menu selects ap...Joe Onorato2009-12-081-2/+2
* Fix 2306862 - Launcher2 crashed: in libs/rs. Uploading texture without a con...Joe Onorato2009-12-081-10/+16
* Fix 2304151 - crash while installing appsJoe Onorato2009-12-081-1/+1
* Bug 2290800 - Use a collator to sort the app labels.Joe Onorato2009-12-011-11/+2
* Add a lot of logging that can be seen by doing adb shell setprop launcher2.du...Joe Onorato2009-11-171-0/+64
* fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using tr...Joe Onorato2009-11-161-7/+8
* Fix duplicated text when returning home from an app that hid the status bar a...Jason Sams2009-11-161-3/+11
* Update AllApps to defered surface attachment for RS.Jason Sams2009-11-121-5/+10
* Keep banging on the launcher locks up bug. This moves theJoe Onorato2009-11-121-43/+28
* Fix bug 2258128 - homescreen on Passion unresponsive while still not leaking ...Joe Onorato2009-11-121-24/+24
* Fix bug 2249797 - Launcher2 leaking textures on locale changeJoe Onorato2009-11-111-0/+2
* Fix 2241848 - 3D apps folder does not send accessibility eventsJoe Onorato2009-11-111-2/+55
* Bug 2231692 - Turn off launcher2 logging.Joe Onorato2009-11-111-24/+4
* Fix bug 2250457 - Open folder on home screen changes changes the behaviour of...Joe Onorato2009-11-101-22/+58
* Fix http://b/issue?id=2203681Mike Cleron2009-11-081-12/+30
* 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