summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: send metrics directly when possibleRoman Birg2016-05-031-0/+14
| | | | | | | | | | | | Use the SDK directly instead of relying on an external package. Still relies on C-Apps Core to send. Reverts the revert and fixes the issue (missing aapt flag overlay) This reverts commit d20f7796e45dcae0e619d3bb76a3a89674705702. Ticket: CYNGNOS-2545 Change-Id: I9445cadc429c3158cabb6a7d07e016f6fe3dac19
* Revert "Trebuchet: send metrics directly when possible"Roman Birg2016-04-291-14/+0
| | | | | | This reverts commit 097b9503f45ae2a50c501fa95d13776d656621bb. Change-Id: I07e8ee6665b8ed112818a4dc596cf91adf94d6f0
* Trebuchet: send metrics directly when possibleRoman Birg2016-04-291-0/+14
| | | | | | | | | | | Use the SDK directly instead of relying on an external package. Still relies on C-Apps Core to send. Ticket: CYNGNOS-2545 Change-Id: I1af8106917e77b9ba70c57f18f5894087fc2f274 Signed-off-by: Roman Birg <roman@cyngn.com>
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-1/+1
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Trebuchet Statistics:Martin Brabham2016-01-041-0/+44
| | | | | | | | | | | | | | | | | | | - Add plumbing for sending events. - Add aggregation service that runs on some interval - Hook send events into respective UX interactions Change-Id: I77ba0ab75daf845621d800e0adf3e658096926af Trebuchet: send metrics values as strings - Also refer to the declared intent Change-Id: I3c99cc071aa2f4241ea8d3e6d2e8683f1f748e7d Signed-off-by: Roman Birg <roman@cyngn.com> Stop unnecessary exception posting to logcat. Change-Id: I4f741246dc2ee77b24c3bb94075e12535fcd7ead
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-34/+0
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-11/+2
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-112/+4
| | | | | | | | 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
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+151
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b