summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing
Commit message (Collapse)AuthorAgeFilesLines
* Adding listener support for color extraction changesSunny Goyal2017-05-091-3/+0
| | | | | | | | Changing the apps-search layout to use theme attribute instead of hard coded layout id Bug: 37616877 Change-Id: Iae601758303f83a2774635f0d88f74d99fc643c3
* Moving apps search related logic into a custom layout fileSunny Goyal2017-05-081-11/+0
| | | | | | | | This will allow derivative projects to easily change the search behavior by simply overriding the xml file Bug: 37616877 Change-Id: Ib8d6a2dab06819a52611e9a3d97c70c5a49bbf97
* Updating color extraction to include wallpaper theme color.Sunny Goyal2017-04-261-0/+3
| | | | | | | Also adding mathods and callbacks to pass the related data to the callbacks. Bug: 37616877 Change-Id: I7512cac7a603e8e5a05ec3a360c9eec493344b00
* Minor Refactoring only: no functional changeMario Bertschler2017-03-281-2/+0
| | | | | | | | - organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
* Moving Event dispatcher definition from LAuncher to BaseActivity so thatSunny Goyal2017-02-271-3/+0
| | | | | | | it can be used in other activities as well. Bug: 34766840 Change-Id: Ie4b723483792bee93fb75e63146ebea7dfeebeda
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-1/+1
| | | | | | | | > This ensures that LauncherAppState is only accessed in the presence of a valid context Bug: 33032833 Change-Id: I955e5cb022f8bd6374681ae6c0720a2666d5b750
* Simplifying the startSearch call in launcher callbacksSunny Goyal2016-09-131-6/+1
| | | | Change-Id: I722e110903cced237f05667c4d711468d7cd3daa
* Moving the scrim to draglayerSunny Goyal2016-08-231-20/+0
| | | | | | | | | | | > 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
* Animate discovery bounce for all apps pull up interactionHyunyoung Song2016-07-211-0/+5
| | | | | | | | | | | 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
* Chaning the behavior of settings activity.Sunny Goyal2016-05-021-4/+0
| | | | | | | | > 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
* Refactor UserEventDispatcher (1/2)Hyunyoung Song2016-04-191-2/+2
| | | | | | b/28269657 Change-Id: I1083e6f73f42ac1986428a39c6b532050e595ac6
* Removing some deprecated callbacksSunny Goyal2016-04-141-48/+1
| | | | Change-Id: I3361383fe19faa64d862bbf879edb8c09937dc6f
* Refactor UserEventLogging, Add predictedRank, replace Bundle with ProtoHyunyoung Song2016-04-131-3/+1
| | | | | | | | | | | | | | 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
* Remove default app suggestions from LauncherExtensionAdam Cohen2016-03-281-9/+2
| | | | Change-Id: I7c3a1465aaa54ad3b988975810f29ce89e650ec1
* Fix alignment issue with suggested apps in all appsAdam Cohen2016-03-281-1/+11
| | | | | | | | -> New RecyclerView handles wrap_content differently -> Add mock set of suggested apps to the LauncherExtension issue: 27581978 Change-Id: Id080e212e0425515fa66e821d116b95284bb3526
* Add getUserEventLogger to LauncherCallbacksHyunyoung Song2016-03-081-0/+4
| | | | | | b/26494415 Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
* Adding overlay interaction supportSunny Goyal2016-02-251-0/+8
| | | | | | | > 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
* Cleaning up the overlay interfaceSunny Goyal2016-02-231-136/+2
| | | | | | | Removing some unnecessary and unused methods Bug: 25993953 Change-Id: I4d715cdee04eb7b0ebef673d885a4258c521ff1f
* resolve merge conflicts of fe3db428ab to ub-launcher3-master.Sunny Goyal2015-10-201-3/+2
|\ | | | | | | Change-Id: Icc60a61f621fefe9db67b178921e62f7d72d7e5a
| * Refactoring getPreferenceKey methodSunny Goyal2015-10-201-3/+2
| | | | | | | | | | | | This method was returnning a constant and getting inlined by proguard. Change-Id: I87348e25b21483adc1b27d16f99dec4b73205701
* | Add LauncherCallbacks method to add additional search widget options. am: ↵Tony Wickham2015-10-161-0/+5
|\| | | | | | | | | | | | | | | | | 775455c4a8 am: f79d347a61 * commit 'f79d347a615023d9db721e6483d08033aaabd575': Add LauncherCallbacks method to add additional search widget options.
| * Add LauncherCallbacks method to add additional search widget options.Tony Wickham2015-10-161-0/+5
| |\ | | | | | | | | | | | | | | | | | | am: 775455c4a8 * commit '775455c4a8266655bf43b943e969d42ac32609ec': Add LauncherCallbacks method to add additional search widget options.
| | * Add LauncherCallbacks method to add additional search widget options.Tony Wickham2015-10-161-0/+5
| | | | | | | | | | | | | | | Bug: 25000458 Change-Id: I5e8d48617568569bc6e4f284749c3ed9fb20a68f
* | | resolved conflicts for fa3c369c to ub-launcher3-masterTony Wickham2015-10-091-0/+5
|\| | | | | | | | | | | Change-Id: I6bfc3d3b731a414060d86d4f1dfc5480c279edc9
| * | am 37860923: Merge "Added launcher callback to specify search bar height." ↵Tony Wickham2015-10-091-0/+5
| |\| | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby * commit '37860923619b1e467975a74764dff03ab657bdc7': Added launcher callback to specify search bar height.
| | * Added launcher callback to specify search bar height.Tony Wickham2015-10-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Moving a few testing classes to a separate packageSunny Goyal2015-10-075-0/+752
| |/ | | | | | | Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
* | Merge "Moving a few testing classes to a separate package" into ↵Sunny Goyal2015-09-215-0/+752
|\ \ | | | | | | | | | ub-launcher3-master
| * | Moving a few testing classes to a separate packageSunny Goyal2015-08-195-0/+752
| | | | | | | | | | | | Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
* | | am ed10c013: am 36bde9a9: Merge "Add fake CustomContent screen for testing ↵Adam Cohen2015-09-191-2/+30
|\ \ \ | |/ / |/| / | |/ | | | | | | Launcher interface" into ub-launcher3-burnaby * commit 'ed10c013bd6f6775cd6bb834283303deed55daa7': Add fake CustomContent screen for testing Launcher interface
| * Add fake CustomContent screen for testing Launcher interfaceAdam Cohen2015-09-181-2/+30
| | | | | | | | Change-Id: I5f2aee1768fe59ee3079d069ff0be21cdf9282ea
* | am a1ee659e: Merge "Adding market search." into ub-launcher3-burnabyWinson Chung2015-08-101-0/+5
|\| | | | | | | | | * commit 'a1ee659e748b02ed74d8cafd3796a5c8ce5f1c44': Adding market search.
| * Adding market search.Winson Chung2015-08-061-0/+5
| | | | | | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* | Several animation calls cleanupSunny Goyal2015-07-311-1/+2
|/ | | | | | | > Using View property instead of strings to avoid extra reflection step > Using ViewPropertyAnimator when several properties are being animated Change-Id: I41625643b38b70bac11e2c81d18058ec878d73bd
* am 79f25bed: Merge "Add LauncherCallbacks for requesting permissions on MNC" ↵Dave Hawkey2015-06-291-0/+5
| | | | | | | into ub-launcher3-almonte * commit '79f25bedd2ed13613323b085b46b9b42aee21696': Add LauncherCallbacks for requesting permissions on MNC
* Moving LauncherExtension to a separate packageSunny Goyal2015-06-251-0/+382
Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b