History log of /packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a535ae423bdb3272095e8d83b4c9deff342227b1 27-Feb-2017 Sunny Goyal <sunnygoyal@google.com> Moving Event dispatcher definition from LAuncher to BaseActivity so that
it can be used in other activities as well.

Bug: 34766840
Change-Id: Ie4b723483792bee93fb75e63146ebea7dfeebeda
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
6f28e71e94aed69c71415ac5a5334fd0bb6c9ce5 13-Sep-2016 Sunny Goyal <sunnygoyal@google.com> Simplifying the startSearch call in launcher callbacks

Change-Id: I722e110903cced237f05667c4d711468d7cd3daa
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
65ceb5aa55403482e92e1e86105c1ef5510688ad 19-Aug-2016 Sunny Goyal <sunnygoyal@google.com> Moving the scrim to draglayer

> This causes the scrim to animate with the content on first launch
> Also removing the logic to disable scrim based on state. That
logic was only executing onResume which could lead to an invalid state

Bug: 30972956
Bug: 30576826

Change-Id: Ia8386b303ce260f69e3b3b93041226f409301a01
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
c001cf562017d08cd48b67de8f377ca08881e70e 22-Jul-2016 Hyunyoung Song <hyunyoungs@google.com> Animate discovery bounce for all apps pull up interaction
b/30221381

> Will not support landscape case. If the user knows how to enable
rotation, it's very unlikely they don't know how to bring up apps drawer
> If unlocked using finger unlock immediately after screen is turned
off, bounce is not shown due to delay in ACTION_SCREEN_OFF broadcast

Change-Id: Ia8b7e572eaa4aeab8b1add1e5660fee3a63ba21c
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
745bad9da1ef2fca2ab7bfeb5ea885a2b50c49c3 02-May-2016 Sunny Goyal <sunnygoyal@google.com> Chaning the behavior of settings activity.

> Making all twoState prefs backed by content provider
> Using the stadard intent defined in N for settings
> Using SharedPrefsListener instead of LauncherProvider

Change-Id: I8272f54aa780bc0436e3d0aa89096a4bd2a9194f
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
aa953654279d7cca29682d85111e398ea1f20390 20-Apr-2016 Hyunyoung Song <hyunyoungs@google.com> Refactor UserEventDispatcher (1/2)
b/28269657

Change-Id: I1083e6f73f42ac1986428a39c6b532050e595ac6
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
534058492ff7d9a8a75b0fe709bddb6c3f6dcd79 14-Apr-2016 Sunny Goyal <sunnygoyal@google.com> Removing some deprecated callbacks

Change-Id: I3361383fe19faa64d862bbf879edb8c09937dc6f
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
ddec1c739ef37c3a042982b8943fe42e04b65f4c 13-Apr-2016 Hyunyoung Song <hyunyoungs@google.com> Refactor UserEventLogging, Add predictedRank, replace Bundle with Proto

b/26494415
- Removed bundle object that became redundant now that we have LauncherEvent proto
- Combined Stats and UserEventLogger as they are effectively doing same thing
- Removed parent field inside Target
- added predictedRank target inside Target

b/27967359
- make com.android.launcher3.action.LAUNCH broadcast explicit
Later CL: finish packageName/intent/componentHash/predictedRank fields

Change-Id: I441fb46c834f73e58a4d2324e8da7971e8713ec8
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
11b644d6e1661e5365f47772b1e6741719f73506 29-Mar-2016 Adam Cohen <adamcohen@google.com> Remove default app suggestions from LauncherExtension

Change-Id: I7c3a1465aaa54ad3b988975810f29ce89e650ec1
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
1ad3ef3e81688a92dcfe2b2d39631af6d50baf5c 29-Mar-2016 Adam Cohen <adamcohen@google.com> Fix alignment issue with suggested apps in all apps

-> New RecyclerView handles wrap_content differently
-> Add mock set of suggested apps to the LauncherExtension

issue: 27581978
Change-Id: Id080e212e0425515fa66e821d116b95284bb3526
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
8fd5e938d34ee84d076b5c5d2575cc6c46c254ce 09-Mar-2016 Hyunyoung Song <hyunyoungs@google.com> Add getUserEventLogger to LauncherCallbacks
b/26494415

Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
c86df470ab360a6e3f7edfd4b9cadcc5c31734f8 25-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Adding overlay interaction support

> Sending unboundX to the overlay which is the total untranslated X and not just deltaX from last frame
> Handling overlay callback and translating workspace accordingly

Change-Id: I3bd8d9efac738e9ce131758f0e5ff1b9c1d6a8fc
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
32554d1c6169df944f651846c64096f8bb57fb31 04-Dec-2015 Sunny Goyal <sunnygoyal@google.com> Cleaning up the overlay interface

Removing some unnecessary and unused methods

Bug: 25993953
Change-Id: I4d715cdee04eb7b0ebef673d885a4258c521ff1f
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
8385e7188d66f632ac471ce3750bae3c199740bc 16-Oct-2015 Tony Wickham <twickham@google.com> Add LauncherCallbacks method to add additional search widget options. am: 775455c4a8
am: f79d347a61

* commit 'f79d347a615023d9db721e6483d08033aaabd575':
Add LauncherCallbacks method to add additional search widget options.
775455c4a8266655bf43b943e969d42ac32609ec 16-Oct-2015 Tony Wickham <twickham@google.com> Add LauncherCallbacks method to add additional search widget options.

Bug: 25000458
Change-Id: I5e8d48617568569bc6e4f284749c3ed9fb20a68f
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
a72f49cfc466c5b57032405cb0e42e7140764323 09-Oct-2015 Tony Wickham <twickham@google.com> resolved conflicts for fa3c369c to ub-launcher3-master

Change-Id: I6bfc3d3b731a414060d86d4f1dfc5480c279edc9
55616cd363202eccf7a9f9a5af00d12997c24b19 23-Sep-2015 Tony Wickham <twickham@google.com> Added launcher callback to specify search bar height.

The search bar can now be be normal or tall. When it is set to tall,
the hotseat and page indicators move down so that the workspace isn't
compressed quite as much.

Change-Id: Id92a946eab3a93524999f92efd847a501a95f002
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
0d6211ce8f9a08f8865aa8b005553cee3f4ecb0c 19-Sep-2015 Adam Cohen <adamcohen@google.com> am ed10c013: am 36bde9a9: Merge "Add fake CustomContent screen for testing Launcher interface" into ub-launcher3-burnaby

* commit 'ed10c013bd6f6775cd6bb834283303deed55daa7':
Add fake CustomContent screen for testing Launcher interface
141b20e0b31a241b4193ae650421a396e6966cbb 18-Sep-2015 Adam Cohen <adamcohen@google.com> Add fake CustomContent screen for testing Launcher interface

Change-Id: I5f2aee1768fe59ee3079d069ff0be21cdf9282ea
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
0396828d05a9f25791a4b9324ee5a23b7481b2e2 11-Aug-2015 Winson Chung <winsonc@google.com> am a1ee659e: Merge "Adding market search." into ub-launcher3-burnaby

* commit 'a1ee659e748b02ed74d8cafd3796a5c8ce5f1c44':
Adding market search.
bedf9232eb67a420f0372d3ca135ca13194e603b 10-Jul-2015 Winson Chung <winsonc@google.com> Adding market search.

Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
5d2fc32e6da66f877dfba4fe513fbabdcdae5f99 07-Jul-2015 Sunny Goyal <sunnygoyal@google.com> Several animation calls cleanup

> Using View property instead of strings to avoid extra reflection step
> Using ViewPropertyAnimator when several properties are being animated

Change-Id: I41625643b38b70bac11e2c81d18058ec878d73bd
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java
cb5f619770df68e6cd323c85602bb64c4acea8cc 29-Jun-2015 Dave Hawkey <dhawkey@google.com> am 79f25bed: Merge "Add LauncherCallbacks for requesting permissions on MNC" into ub-launcher3-almonte

* commit '79f25bedd2ed13613323b085b46b9b42aee21696':
Add LauncherCallbacks for requesting permissions on MNC
72db10a93c41fd3c53fdfefad52bad11d9728597 26-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Moving LauncherExtension to a separate package

Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b
/packages/apps/Launcher3/src/com/android/launcher3/testing/LauncherExtension.java