TBog

Results 178 comments of TBog

I don't understand what you want to accomplish. Where do you want to stick the search bar to? This launcher has 3 desktops 1. Empty desktop to display the wallpaper...

1. What should happen to the widgets when the keyboard opens? 2. Will the result list draw over the widgets? BTW you can change the "9 square" icon. I'm thinking...

Interesting. I don't use the work profile so I did not think of this. I'll have to look into it.

I think I found some code that should enable widgets cross-profile: [ProfilePolicyManagementFragment.java#L308-L336](https://github.com/googlesamples/android-testdpc/blob/8b83e20f71da3e478444e47ba0b35946ec981520/src/main/java/com/afwsamples/testdpc/profilepolicy/ProfilePolicyManagementFragment.java#L308-L336) The only issue I see is that `addCrossProfileWidgetProvider` can only be called by the profile owner of a...

If the animation started the list has already changed so pressing enter will start according to the new list. I think a better fix would be to let the user...

I'm not sure how you expect me to fix this? At what point during the animation do you expect to switch from the previous result list to the new one?

I have misunderstood. What you expect is to wait for the search to finish before launching the result.

I'm not sure if I can leave the fix as is. I'm thinking of adding a check to see if the time between the `[Enter]` and the launch is too...

ab [Enter] c This should not happen or else the app that's launching would be unexpected. You should not be able to add search parameters after pressing Enter. The current...