summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsPagedView.java
Commit message (Collapse)AuthorAgeFilesLines
...
* removing dead codeMichael Jurka2010-09-171-5/+0
|
* Fix 2981705: Unable to uninstall downloaded app by dragging to trash.Patrick Dubroy2010-09-081-7/+7
| | | | | - on long press, copy constructor of ApplicationInfo is called. It wasn't copying flags. - also fix all apps choice mode so that chosen object is set when preparing CAB
* When an app is chosen in All Apps, tapping a workspace screen adds it to ↵Patrick Dubroy2010-09-081-0/+1
| | | | that screen.
* Don't allow system apps to be uninstalled by tapping the trash can button.Patrick Dubroy2010-09-071-1/+1
|
* Implement selection mode for All Apps with delete and info actions.Patrick Dubroy2010-09-061-16/+33
|
* Adding single/multi selection mode to AllAppsPagedView (action bar disabled).Winson Chung2010-09-021-3/+109
| | | | | | Also adding check to prevent scrolling mode from continuing on touch down. Change-Id: I744f2c1f6bc659219145b52b15a7ea176853ec7c
* Adding outline cache for PagedViewIcons.Winson Chung2010-08-251-9/+9
| | | | Change-Id: I258740a0323660edd73b5f40d61d509455ae195b
* Preventing reloading of pages on swipe and disabling offsets for xlarge ↵Winson Chung2010-08-241-12/+3
| | | | | | static wallpapers. Change-Id: I4ca72164775d09706e36c38e0fac0e84254221c7
* added support for dragging widgets and app icons to mini screensMichael Jurka2010-08-231-1/+0
| | | | | | | | | | | - gave mini screens a rounded rect background - mini screens change color when dragged over - added a way to specify the active region of dragged items, to allow for clipping of whitespace at borders - fixed: feedback while dragging was often one cell off - fixed: bug when adding to almost-full screen - removed unused classes Change-Id: I2fbd2aaaee6831b288cca8dec75e7b446068e8d1
* Adding holographic outline for paged items (sans widgets).Winson Chung2010-08-191-24/+2
| | | | | | Fixing possible null ptr exception in Launcher. Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
* Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-161-40/+64
| | | | | | | | | Adding pages for customization drawer with initial implementation of proposed flow layout for widgets. Fixes for keeping all apps, and widgets in sync with Launcher Model, optimizations for reloading all apps pages when invalidating. Adding some animations for tab transitions and feedback when long pressing to add certain items. Change-Id: I8d51749f3a91c964bed35681f3a9192200b0d93e
* Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-161-0/+352
Adding SimpleWorkspace, SimpleCellLayout and an AllApps implementation of the SimpleWorkspace. Making SimpleWorkspace support content with smaller dimensions than the workspace dimensions itself. Temporary change to AllApps tabs styling until we get new assets for tabs in general. Change-Id: Ibe3c56603223853d232816b6695e4ddd757857ba