summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Initial implementation of Shrink-wrap" into jb-ub-gel-agarAdam Cohen2013-06-2512-255/+609
|\
| * Initial implementation of Shrink-wrapAdam Cohen2013-06-2512-255/+609
| | | | | | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* | Fix crash when restarting memory service.Daniel Sandler2013-06-251-5/+6
| | | | | | | | Change-Id: I251fefa8c71ac35e1bf884d25653c729b8e422d1
* | Memory tracking is now handled by a service.Daniel Sandler2013-06-215-79/+308
|/ | | | | | | | | | Multiple processes may be tracked and viewed simultaneously. Also, some changes to the graph: * show uss and pss together * adjust opacity controls Change-Id: I20eebaa8cc8faf78b46af2a35d71ee538207f02b
* Fix build.Daniel Sandler2013-06-171-4/+0
| | | | Change-Id: I6afd45e603fd2480867dc692d59fd489ee2af63d
* New icon to dump heap information and share it.Daniel Sandler2013-06-173-1/+77
| | | | | | | Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
* HACK: Fixing major persistence regression associated with extra screen to ↵Adam Cohen2013-06-144-20/+35
| | | | | | | | the left -> Also adding ability to delete shortcuts. Change-Id: I263baf813eae9089f11288494d575a99f0e859c3
* Easier way to handle shortcutsAdam Cohen2013-06-142-39/+9
| | | | Change-Id: I91c4a25e961774de0bed51ba986802a1834173f9
* Fixing up handling of shortcutsAdam Cohen2013-06-142-11/+52
| | | | Change-Id: I70dd044b608f4ef18a9c436964a11122168305d0
* Add a request code for derived activities to start from.Mathew Inwood2013-06-141-0/+6
| | | | | | | This allows derived activities to use their own activity request codes that don't overlap with the ones used in Launcher. Change-Id: I1337dde550c6bd748dad80e7c62ea6ce15c17374
* Make HolographicOutlineHelper a singleton.Daniel Sandler2013-06-123-3/+11
| | | | | | | | It's a pretty heavy object, including three Paints at 74 bytes apiece, and we allocate one for every workspace and every icon. We really only need one. Change-Id: Ic9e12d478c3be27b13133718875c91540f7ccf4c
* Rename mUpTime to mStartTimeBjorn Bringert2013-06-121-3/+3
| | | | | | This is a follow-up to change Id26e9dcf23017abaffed4015166d57e21e751e6c Change-Id: I0abaaf2914fff121bdcefb84f1d29a42ebb5aebb
* Merge changes Id26e9dcf,I4e323bd7 into jb-ub-gel-agarBjorn Bringert2013-06-1224-193/+453
|\ | | | | | | | | | | * changes: Memory debugging overlay for L3. Move LauncherApplication's state and code to LauncherAppState.
| * Memory debugging overlay for L3.Daniel Sandler2013-06-123-21/+226
| | | | | | | | Change-Id: Id26e9dcf23017abaffed4015166d57e21e751e6c
| * Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-1123-175/+230
| | | | | | | | | | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* | Fix issue with setting the current page immediately after a page is addedAdam Cohen2013-06-112-9/+11
| | | | | | | | Change-Id: Ia9ddc42896b47b10bb98ed6bd6cece1b033207c1
* | Merge "Add API to launcher to insert a custom page to the left of workspace" ↵Tom Stamm2013-06-112-0/+40
|\ \ | | | | | | | | | into jb-ub-gel-agar
| * | Add API to launcher to insert a custom page to the left of workspaceAdam Cohen2013-06-112-0/+40
| |/ | | | | | | Change-Id: I85a4e096aab9bfcb1de74f04075bcabcb7e3262f
* / Add 'animated' argument to onWorkspaceShown; only call it on touch downBjorn Bringert2013-06-111-3/+5
|/ | | | | | | This lets subclasses decide whether to animate hiding of their own overlays etc. Change-Id: I0b34953c53cd0beb0fb33329d919f78f671b660a
* Move control of voice button proxy visibility to a public methodBjorn Bringert2013-06-111-11/+9
| | | | Change-Id: I9dea07801fa608bebf2026667e71d684fc4b05d3
* Allow subclassing LauncherBjorn Bringert2013-06-072-4/+28
| | | | | | | | | | | | Changes included: - Make Launcher not final - Add some new methods as hooks for subclasses - Allow Launcher to intercept Workspace touch events Change-Id: I9a2b628c853394a3b237a384336e1b9e5c2382ec
* Disable clings (they don't make sense with the current state)Adam Cohen2013-06-061-0/+5
| | | | Change-Id: I09c7424a74078738990db65e4a88bcdce93235f7
* HACK: temporary upgrade path from com.android.launcher2Adam Cohen2013-06-068-12/+233
| | | | | | | | | -> load old provider -> permute pages -> strip all duplicates from workspace -> add [allapps minus workspaceapps] to apps folder Change-Id: Id319d532c6bf1d78370ecc736e95a9475d831de8
* HACK: Getting rid of all apps button / all apps from AppsCustomizePagedViewAdam Cohen2013-06-065-58/+38
| | | | Change-Id: I74e4a53e9486237ad246ebdfa9e97c6ed9475b58
* Add a dummy activity which we can catch on-click in launcher to open ↵Adam Cohen2013-06-063-8/+14
| | | | | | allapps/widgets Change-Id: Idc718a9e03e7358f972c59fcfc3bf2eaf75e56ee
* Changing default screen to 0Adam Cohen2013-06-061-2/+2
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Making folders scrollableAdam Cohen2013-06-063-57/+266
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Use standard names for search / voice icon meta-dataBjorn Bringert2013-06-061-3/+3
| | | | | | | These shouldn't be renamed to launcher3.*, since they are used to get icons from external search / voice apps. Change-Id: Iae10b9c19771133579a8f6f24ce9c0efbae82688
* Get rid of dependency on android-commonBjorn Bringert2013-06-061-2/+1
| | | | | | It was only used for a single string constant that can be inlined Change-Id: I19078b6b00adf1b91e329d10181e91809944b606
* Delete unused class HandleViewBjorn Bringert2013-06-061-76/+0
| | | | Change-Id: I775d34a2c0a755994a6e1bfe6127fed4ddcda0b7
* Launcher2 is now Launcher3.Daniel Sandler2013-06-0578-162/+162
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fix for issue 7178173, item disappearing from folderAdam Cohen2013-05-302-15/+21
| | | | Change-Id: I8e4e2f04053a2fc29ca38dc130f39c57c5c019f7
* am dee6975a: am 8a196351: Fixing issue where FastBitmapDrawable is not ↵Winson Chung2013-05-281-1/+2
|\ | | | | | | | | | | | | scaling the drawing into the correct bounds. (Bug 9075810) * commit 'dee6975aaab2eeea21aa02bb4fc7f844e016048c': Fixing issue where FastBitmapDrawable is not scaling the drawing into the correct bounds. (Bug 9075810)
| * Fixing issue where FastBitmapDrawable is not scaling the drawing into the ↵Winson Chung2013-05-281-1/+2
| | | | | | | | | | | | correct bounds. (Bug 9075810) Change-Id: I3a72f51d6b3c934a5fa42a3478dcb2c363047957
* | am dba56d08: am 2b030fd2: Merge "Persist list of shortcuts to install on ↵Michael Jurka2013-05-201-7/+106
|\| | | | | | | | | | | | | home workspace" into jb-mr2-dev * commit 'dba56d0812f3f769c7006b65ee27b920bc4f2672': Persist list of shortcuts to install on home workspace
| * Merge "Persist list of shortcuts to install on home workspace" into jb-mr2-devMichael Jurka2013-05-201-7/+106
| |\
| | * Persist list of shortcuts to install on home workspaceMichael Jurka2013-05-201-7/+106
| | | | | | | | | | | | | | | Bug: 8707110 Change-Id: I6740350040dceb0edaf4295d6a5af62a088a3055
* | | am 3c73e01b: am c402cd99: Fixing slow binding when returning to LauncherMichael Jurka2013-05-204-56/+112
|\| | | | | | | | | | | | | | * commit '3c73e01b11cb77b6727e851f54843387bd3198fb': Fixing slow binding when returning to Launcher
| * | Fixing slow binding when returning to LauncherMichael Jurka2013-05-204-56/+112
| |/ | | | | | | | | | | Bug: 8978842 Bug: 8660324 Change-Id: Idfa37c05ed299faa465ea66de4b43d30da77ecbc
* | am 43b596b4: am 447bf84d: Debug time spent in onResumeMichael Jurka2013-05-152-1/+24
|\| | | | | | | | | * commit '43b596b4b96b7cba7164291b52787e5c62098fd8': Debug time spent in onResume
| * Debug time spent in onResumeMichael Jurka2013-05-152-1/+24
| | | | | | | | | | | | | | | | Bug: 8660324 Also, fix regression where new app icons didn't bounce/animate in Bug: 8707110
* | am 659784dc: am 94dcefa4: Merge "Fix bug where apps weren\'t appearing on ↵Michael Jurka2013-05-142-19/+64
|\| | | | | | | | | | | | | workspace after being installed" into jb-mr2-dev * commit '659784dc297e6062a7c1cfb6b0c5c200bf809ad1': Fix bug where apps weren't appearing on workspace after being installed
| * Merge "Fix bug where apps weren't appearing on workspace after being ↵Michael Jurka2013-05-142-19/+64
| |\ | | | | | | | | | installed" into jb-mr2-dev
| | * Fix bug where apps weren't appearing on workspace after being installedMichael Jurka2013-05-142-19/+64
| | | | | | | | | | | | | | | Bug: 8707110 Change-Id: Ib50e0c600a4a77450127f3947aa894346dc99a5a
* | | am 07381ae4: am cdbbab76: Fixing NPE in Workspace.removeItemsByPackageName() ↵Winson Chung2013-05-141-3/+3
|\| | | | | | | | | | | | | | | | | | | | (Bug 8942242) * commit '07381ae4e4a24466c6f2d81a3e6736c9fda5bb19': Fixing NPE in Workspace.removeItemsByPackageName() (Bug 8942242)
| * | Fixing NPE in Workspace.removeItemsByPackageName() (Bug 8942242)Winson Chung2013-05-131-3/+3
| |/ | | | | | | Change-Id: I1f63e548caa4b00b7166db4a53307c80650d8907
* | am 42e22357: am 56d796a9: Merge "Fixing issue where updating the visibility ↵Winson Chung2013-05-087-63/+114
|\| | | | | | | | | | | | | of one application can trigger all icons to disappear. (Bug 8757421)" into jb-mr2-dev * commit '42e2235780046beba1ea3162f615cef06cf97728': Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421)
| * Merge "Fixing issue where updating the visibility of one application can ↵Winson Chung2013-05-087-63/+114
| |\ | | | | | | | | | trigger all icons to disappear. (Bug 8757421)" into jb-mr2-dev
| | * Fixing issue where updating the visibility of one application can trigger ↵Winson Chung2013-05-037-63/+114
| | | | | | | | | | | | | | | | | | | | | | | | all icons to disappear. (Bug 8757421) - Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153) Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
| * | Fix build breakage from syntax errorsMichael Jurka2013-05-081-8/+0
| | |