summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial Changes for Dynamic GridWinson Chung2013-08-201-1/+27
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Fix crash when started via Instrumentation.Daniel Sandler2013-06-271-1/+1
| | | | Change-Id: Iffe2c76e93e67d56a239228fd2d9e6928ab9f65e
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-64/+53
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Memory tracking is now handled by a service.Daniel Sandler2013-06-211-4/+14
| | | | | | | | | | 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-171-0/+10
| | | | | | | Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
* Rename mUpTime to mStartTimeBjorn Bringert2013-06-121-3/+3
| | | | | | This is a follow-up to change Id26e9dcf23017abaffed4015166d57e21e751e6c Change-Id: I0abaaf2914fff121bdcefb84f1d29a42ebb5aebb
* Memory debugging overlay for L3.Daniel Sandler2013-06-121-3/+12
| | | | Change-Id: Id26e9dcf23017abaffed4015166d57e21e751e6c
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-0/+163
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