History log of /packages/apps/Settings/src/com/android/settings/dashboard/DashboardTile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5dec877fb005eed46a3879f45e9980206e9a0904 15-Apr-2015 Jason Monk <jmonk@google.com> Fix crash in settings from incorrect parcelization

Bug: 20159614
Change-Id: Id7bf48f2337c8764a37b5f6ff836fbae4019c747
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardTile.java
2ebc8a01696c4e7dd29863b92a15ae0bbbbb254d 13-Feb-2015 Jason Monk <jmonk@google.com> Allow system apps to add to settings dashboard

Allow system apps to add a tile to the top level of settings that
links to an activity through adding a filter for a specific action.
Determine the info for the tile based off manifest info for the
activity. Also allow the same for managed profiles, but show a dialog
in between to select which profile.

The category in which the item is to be placed must be in meta-data.
The icon and title can be specified through meta-data as well or
if unspecified the activity's label and icon will be used.

Also added an optional <external-tiles> tag to the dashboard
category xml, this allows Settings to put external tiles
in the middle of some categories (Personal does this).

Bug: 19443117
Change-Id: Idc9938d1549d181103a3030a8784b527215a8399
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardTile.java
63bbb8e4fef5d0d0a5fa9c7656daa7ea160fd51b 24-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Settings new dashboard - part 1

- make the Settings dashboard definition be hierarchical (non flat) and use
categories and tiles
- code cleaning: remove mHeaderIndexMap

Change-Id: I16581a736ac5c8388a182d83159161fe3bb04f4b
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardTile.java