History log of /packages/apps/Launcher3/src/com/android/launcher3/DefaultLayoutParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
091440a9cb9d4f42406631004aa484cbb79214ca 18-Mar-2015 Adam Cohen <adamcohen@google.com> Reducing method count by eliminating synthetic accessors

Elimates 304 methods based on dex analysis

The java compiler generates sythetic accessor methods for all private
fields, methods and contructors accessed from inner classes. By marking them
package-private and @Thunk instead, sythentic accessor methods are no
longer needeed. These annotated elements should be treated as private.

Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
/packages/apps/Launcher3/src/com/android/launcher3/DefaultLayoutParser.java
b3a8f80e2ea8de4fb305d7a4141980bc98d629a8 23-Jan-2015 Sunny Goyal <sunnygoyal@google.com> resolved conflicts for merge of b564efb0 to ub-launcher3-master

Change-Id: I4321522dd1b6b3f96e21232d113fad5144b630bc
b564efb0244adf0fb8429940f9f716938c62a7ac 23-Jan-2015 Sunny Goyal <sunnygoyal@google.com> Adding support for <include> tag in AutoInstall layout

Bug: 19121893
Change-Id: I760fa76d6e63c1aa0152e8cd710aba0d6ef4462a
/packages/apps/Launcher3/src/com/android/launcher3/DefaultLayoutParser.java
bb3b02f562bef4de063099c085d3199a77d06cfd 15-Jan-2015 Sunny Goyal <sunnygoyal@google.com> Replacing hotseat icon to an appropriate system app

> During backupi, store the hotseat target app type, based on some predefined
common system apps
> During restore, save this app type in the restore flag, if it is a hotseat app
> During first launcher load, if an app is not being restored, try to replace it
with an appropriate replacement for that type, otherwise delete it.

Bug: 18764649
Change-Id: Ic49e40bd707bd8d7de18bbab8b1e58a0a36426a2
/packages/apps/Launcher3/src/com/android/launcher3/DefaultLayoutParser.java
3a5a9d18daacb878a3eb379fce540ee6c67063e6 02-Oct-2014 Sunny Goyal <sunnygoyal@google.com> Refactoring layout parsing code

Change-Id: Iee5b2280cb1e841bcfe91fdcf523de6fa7f7f3b8
/packages/apps/Launcher3/src/com/android/launcher3/DefaultLayoutParser.java