Sunny Goyal
745bad9da1
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
2016-05-02 12:00:51 -07:00
Hyunyoung Song
aa95365427
Refactor UserEventDispatcher (1/2)
...
b/28269657
Change-Id: I1083e6f73f42ac1986428a39c6b532050e595ac6
2016-04-19 18:30:24 -07:00
Sunny Goyal
534058492f
Removing some deprecated callbacks
...
Change-Id: I3361383fe19faa64d862bbf879edb8c09937dc6f
2016-04-14 12:30:40 -07:00
Hyunyoung Song
ddec1c739e
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
2016-04-13 10:58:33 -07:00
Adam Cohen
11b644d6e1
Remove default app suggestions from LauncherExtension
...
Change-Id: I7c3a1465aaa54ad3b988975810f29ce89e650ec1
2016-03-28 16:43:33 -07:00
Adam Cohen
1ad3ef3e81
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
2016-03-28 15:51:25 -07:00
Hyunyoung Song
8fd5e938d3
Add getUserEventLogger to LauncherCallbacks
...
b/26494415
Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
2016-03-08 16:55:47 -08:00
Sunny Goyal
c86df470ab
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
2016-02-25 10:01:13 -08:00
Sunny Goyal
32554d1c61
Cleaning up the overlay interface
...
Removing some unnecessary and unused methods
Bug: 25993953
Change-Id: I4d715cdee04eb7b0ebef673d885a4258c521ff1f
2016-02-23 12:06:16 -08:00
Sunny Goyal
f912beb2ee
resolve merge conflicts of fe3db428ab to ub-launcher3-master.
...
Change-Id: Icc60a61f621fefe9db67b178921e62f7d72d7e5a
2015-10-20 10:37:15 -07:00
Sunny Goyal
f725824fa2
Refactoring getPreferenceKey method
...
This method was returnning a constant and getting inlined by proguard.
Change-Id: I87348e25b21483adc1b27d16f99dec4b73205701
2015-10-20 09:41:04 -07:00
Tony Wickham
8385e7188d
Add LauncherCallbacks method to add additional search widget options. am: 775455c4a8
...
am: f79d347a61
* commit 'f79d347a615023d9db721e6483d08033aaabd575':
Add LauncherCallbacks method to add additional search widget options.
2015-10-16 20:43:32 +00:00
Tony Wickham
f79d347a61
Add LauncherCallbacks method to add additional search widget options.
...
am: 775455c4a8
* commit '775455c4a8266655bf43b943e969d42ac32609ec':
Add LauncherCallbacks method to add additional search widget options.
2015-10-16 20:40:34 +00:00
Tony Wickham
775455c4a8
Add LauncherCallbacks method to add additional search widget options.
...
Bug: 25000458
Change-Id: I5e8d48617568569bc6e4f284749c3ed9fb20a68f
2015-10-16 10:15:36 -07:00
Tony Wickham
a72f49cfc4
resolved conflicts for fa3c369c to ub-launcher3-master
...
Change-Id: I6bfc3d3b731a414060d86d4f1dfc5480c279edc9
2015-10-09 10:05:56 -07:00
Tony Wickham
fa3c369cc3
am 37860923: Merge "Added launcher callback to specify search bar height." into ub-launcher3-burnaby
...
* commit '37860923619b1e467975a74764dff03ab657bdc7':
Added launcher callback to specify search bar height.
2015-10-09 01:40:31 +00:00
Tony Wickham
55616cd363
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
2015-10-08 16:58:05 -07:00
Sunny Goyal
d306055f2d
Moving a few testing classes to a separate package
...
Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
2015-10-07 11:12:38 -07:00
Sunny Goyal
e04febbf8e
Merge "Moving a few testing classes to a separate package" into ub-launcher3-master
2015-09-21 20:35:29 +00:00
Adam Cohen
0d6211ce8f
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
2015-09-19 00:56:56 +00:00
Adam Cohen
141b20e0b3
Add fake CustomContent screen for testing Launcher interface
...
Change-Id: I5f2aee1768fe59ee3079d069ff0be21cdf9282ea
2015-09-18 12:11:16 -07:00
Sunny Goyal
322d556220
Moving a few testing classes to a separate package
...
Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
2015-08-19 13:47:11 -07:00
Winson Chung
0396828d05
am a1ee659e: Merge "Adding market search." into ub-launcher3-burnaby
...
* commit 'a1ee659e748b02ed74d8cafd3796a5c8ce5f1c44':
Adding market search.
2015-08-10 22:59:20 +00:00
Winson Chung
bedf9232eb
Adding market search.
...
Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
2015-08-06 12:22:38 -07:00
Sunny Goyal
5d2fc32e6d
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
2015-07-31 13:07:14 -07:00
Dave Hawkey
cb5f619770
am 79f25bed: Merge "Add LauncherCallbacks for requesting permissions on MNC" into ub-launcher3-almonte
...
* commit '79f25bedd2ed13613323b085b46b9b42aee21696':
Add LauncherCallbacks for requesting permissions on MNC
2015-06-29 17:41:14 +00:00
Sunny Goyal
72db10a93c
Moving LauncherExtension to a separate package
...
Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b
2015-06-25 18:21:41 -07:00