summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert font change supportMichael Bestas2014-06-171-14/+0
| | | | Change-Id: I1f1ecd348c485e370b92c4b49512a3bc5d9d56a7
* Fixed DynamicProfile for Live Settings supportRaj Yengisetty2014-06-071-7/+6
|
* Fix NPE in Workspace.onDropCompletedJorim Jaggi2014-06-061-0/+4
| | | | | Bug: 11627757 Change-Id: I9dc86856d4bc00253d6350d157be541a8c46888d
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-06-061-1/+9
| | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Recover when widget preview database is deletedMichael Jurka2014-06-061-1/+8
| | | | | | Bug: 12109621 Change-Id: I8d59700d31d6856d6151b965786c87585801317b
* Clean up importsMichael Jurka2014-06-061-1/+1
| | | | Change-Id: Ic1f2604568d7865181efc66f3973e7fba70f26b0
* Update suggested wallpaper dimensions in onResumeMichael Jurka2014-06-061-0/+11
| | | | | | | | | If another launcher runs in between, it might change the suggested dimensions. This fixes that case. Bug: 11667475 Change-Id: I9211016c6b59450c46646737d6d54a11a49f3bba
* Adding method to get the search bar bounds.Winson Chung2014-06-061-1/+1
| | | | Change-Id: Iec2fe0992cc666432ba6b9eac7ee8bf63e49b146
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-051-8/+14
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Trebuchet Settings UI RefreshRaj Yengisetty2014-05-241-6/+5
| | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* FontStylePreference: Initial preference with choice of font familyNebojsa Cvetkovic2014-01-241-1/+13
| | | | Change-Id: Idbb400605e47cd4f64a7edd05ceea05504727efc
* Altering the workspace padding to account for default widget padding (Bug ↵Winson Chung2013-10-101-1/+2
| | | | 11116452)
* check the state of launcher before running a backup.Chris Wren2013-10-041-0/+4
| | | | | Bug: 11066273 Change-Id: Ie27a7cce4060f0bafedb06dbdb33fddf50a9cc48
* Add a better app filtering mechanism and filter widgetsBjorn Bringert2013-10-031-1/+8
| | | | | | | | | | | The old one didn't use the app filter when packages were added or updated, only in the initial load. The app filter is now also used for appwidget providers. Bug: 10895858 Bug: 10898990 Change-Id: Id29bbc3cf7bdb0c360edd92f768b86684bd338ed
* Clean up unused codeMichael Jurka2013-08-281-3/+0
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-231-7/+8
| | | | LauncherModel count.
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-1/+7
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* 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