summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* Adding extra logging to try and catch cases where Market button does not work.Winson Chung2012-03-271-0/+2
* Making the text reflect the container when you are unable to drop onto a space.Winson Chung2012-03-261-6/+7
* Adding animation post-installing a shortcut.Winson Chung2012-03-231-19/+109
* Initial implementation of CellLayout auto-reorderingAdam Cohen2012-03-151-2/+3
* Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-0/+1
* Don't do equal comparison with trim memory level.Dianne Hackborn2012-03-061-1/+1
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-0/+4
|\
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+4
| * Part of fixing issue #6006757: Keyboard dismissal lagsDianne Hackborn2012-02-151-1/+6
* | Fix bug where widget min spans weren't being loaded on workspace bindAdam Cohen2012-02-291-0/+5
* | When adding or moving a resizable widget, the widget may resizeAdam Cohen2012-02-271-7/+29
* | Prevent build break.Winson Chung2012-02-241-1/+1
* | Merge "Delaying building of hardware layers when Launcher is resumed"Michael Jurka2012-02-241-18/+11
|\ \
| * | Delaying building of hardware layers when Launcher is resumedMichael Jurka2012-02-241-18/+11
* | | Fixing issue where icons can't be clicked during launcher transition.Winson Chung2012-02-241-1/+1
* | | Merge "Allow touches to fall through AllApps nearing end of transition (Bug: ...Winson Chung2012-02-171-0/+30
|\ \ \
| * | | Allow touches to fall through AllApps nearing end of transition (Bug: 5991846...Winson Chung2012-02-171-0/+30
| |/ /
* / / Updating shared preferences on background thread to prevent StrictMode violat...Winson Chung2012-02-161-18/+21
|/ /
* | Revert "Revert "Speed up All Apps -> Workspace transition""Michael Jurka2012-02-151-37/+54
* | Merge "Revert "Speed up All Apps -> Workspace transition""Winson Chung2012-02-141-44/+34
|\ \
| * | Revert "Speed up All Apps -> Workspace transition"Michael Jurka2012-02-141-44/+34
* | | Fixing bugs with new widget addingAdam Cohen2012-02-131-0/+1
|/ /
* | Improving widget transitions:Adam Cohen2012-02-131-41/+98
* | Fix issue where launcher didn't return to workspace on screen off (issue 5628...Adam Cohen2012-02-021-3/+1
* | Locking pressed state for AllApps icons.Winson Chung2012-01-241-0/+8
* | Speed up All Apps -> Workspace transitionMichael Jurka2012-01-201-35/+44
* | Merge "Cleaning up animation code"Michael Jurka2012-01-171-26/+16
|\ \
| * | Cleaning up animation codeMichael Jurka2012-01-171-26/+16
* | | Merge "Removing dead code"Michael Jurka2012-01-171-1/+0
|\ \ \
| * | | Removing dead codeMichael Jurka2012-01-161-1/+0
| |/ /
* / / Fix RuntimeException in LauncherViewPropertyAnimatorMichael Jurka2012-01-161-3/+8
|/ /
* | Using ViewPropertyAnimator for animationsMichael Jurka2012-01-101-13/+16
* | Make All Apps<-->Workspace transition smootherMichael Jurka2011-12-121-49/+90
* | am b4848296: am c00f0b99: No longer using fastInvalidate() pattern for half o...Adam Cohen2011-12-061-11/+7
|\|
| * No longer using fastInvalidate() pattern for half of AllApps transitionAdam Cohen2011-12-061-11/+7
* | Adding system property to force enable launcher rotationAdam Cohen2011-12-011-1/+5
|/
* Fix memory leak in LauncherMichael Jurka2011-11-301-0/+1
* Clean up unused code and import declarationsMichael Jurka2011-11-281-12/+0
* Merge "Fixing an issue where qsb press states could be out of sync. (Bug 5627...Winson Chung2011-11-231-3/+21
|\
| * Fixing an issue where qsb press states could be out of sync. (Bug 5627327)Winson Chung2011-11-211-3/+21
* | Merge "Prevent the creation of Shorcuts with null intents (issue 5629292)" in...Adam Cohen2011-11-231-0/+3
|\ \
| * | Prevent the creation of Shorcuts with null intents (issue 5629292)Adam Cohen2011-11-221-0/+3
* | | Unload widget previews when launcher is not visibleMichael Jurka2011-11-221-0/+10
|/ /
* / Enabling clings for tablets (Bug 5506377)Winson Chung2011-11-181-2/+0
|/
* speeding up transition from other apps -> LauncherMichael Jurka2011-11-151-10/+63
* Delay loading All Apps pages until the first time we enter All Apps, making l...Michael Jurka2011-11-131-6/+14
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-0/+3
* Reduce unnecessary layout passesMichael Jurka2011-11-101-2/+0
* Using public API for widget paddingAdam Cohen2011-11-081-38/+3
* Potential fix for launcher lockup (5369863)Michael Jurka2011-10-311-100/+100