summaryrefslogtreecommitdiffstats
path: root/quickstep/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: adaptive iconAsher Simonds2019-10-201-2/+3
| | | | | Change-Id: I84662d7cb35ed751c61c6223dc02f256f5ab3311 Signed-off-by: Joey <joey@lineageos.org>
* Improving swipe up interaction when device is lockedSunny Goyal2019-05-281-0/+5
| | | | | | | | | | | | | | When device is locked, only scale down the top task as a response to the user interaction. When user flings or lifts his finger, the task is dismissed to go to the lock screen LockScreenRecentsActivity is an empty activity which starts on top of lock screen and finishes immediately. This allows us to start a recents transition with just the top activity as the animation target. This target is then used for swipe up interaction Bug: 133167096 Change-Id: I466ed142ea33d626c78cb9cc5f6311bad26b8d98
* Moving TestInformationProvider to Launcher3 so that it can be used forSunny Goyal2019-05-231-8/+0
| | | | | | | | testing Launcher3 without quickstep Also keeping the provider as disabled until needed Change-Id: Ib5f459e02ae551724b390f3b74f43d601568d749
* Using a proxy activity for startActivityForResultSunny Goyal2019-05-151-0/+7
| | | | | | | This ensures that the home task is never blocked by a different task Bug: 74500048 Change-Id: I01fd26f1d6242e39b2d8fabac5e064b748aebe62
* Switching swipe-up to overview to using test info providervadimt2019-03-151-0/+8
| | | | | | | | Also moving test provider to Quickstep to have access to the new info; and now Launcher3 doesn't have it. Bug: 123904290 Change-Id: I653376610e83839d102beb9c0604950dd314e8ba
* Revert "Temporarily make TouchInteractionService direct boot unaware"Tony Wickham2019-03-131-1/+1
| | | | | | | | This reverts commit 3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b. Reason for revert: SystemUI now expects our service to be direct boot aware Change-Id: I6f7906046e79f83848cb46f5cce63c827d9fbf4d
* Temporarily make TouchInteractionService direct boot unawareTony Wickham2019-02-281-1/+1
| | | | Change-Id: I2fa760bcefe3b669dfdc18a79bf2d9879c2c8f36
* Make TouchInteractionService direct boot awareTony2019-02-281-1/+2
| | | | | | | | | | | | | | | | | | | - Add directBootAware="true" to TouchInteractionService manifest component - Add DeviceLockedInputConsumer which just sends a home intent on touch down Test: - Reboot - Swipe up anywhere to get to bouncer (pin/password/pattern) - Click "Emergency" to launch dialer while still in direct boot - Swipe up from the nav bar to exit/bring up bouncer Test: - Lock screen - Double press power to launch camera - Swipe up from nav bar to exit/bring up bouncer Bug: 125364936 Change-Id: I7a4cd2dc3a635daf4bb9a643a1e5251ca4e91e33
* Moving autority definition to a separate file, soSunny Goyal2018-11-271-1/+0
| | | | | | | that it can be easily customized using android studio Change-Id: I17f4f4511c2af5d382727769d1b74413f233d500 Bug: 120079798
* Cleaning up build rules to simplify customizing derivative projectsSunny Goyal2018-07-021-3/+3
| | | | | | | | | > Using {packageName} instead of hardcoding com.android.launcher3 in AndroidManifest.xml for strings which are dependent on packageName > Adding proguard rule to prevent obfuscating any overridable class > Making it easier to extend SettingsActivity by overriding the fragment class Change-Id: I5668c3f33b4cf20ad01d7f54b3d79cc0d268d391
* Fixing build breakage due to theme changeSunny Goyal2018-06-081-1/+1
| | | | Change-Id: I0d1f1b69a5dbde0cccfdcb925495018ee82403bd
* Preventing activity restoart on mnc/mcc changesSunny Goyal2018-05-181-1/+1
| | | | | Bug: 77651657 Change-Id: I68a6995d57da4b3c43c1ecd78deda40c78934533
* Using the system color extraction logic instead of inbuild logicSunny Goyal2018-05-041-0/+7
| | | | | | | > Moving the inbuild color extraction logic to the aosp flavor Bug: 79111591 Change-Id: I766b0397da7224b424cd5f309cedf635d60a5e0f
* Fixing Launcher3Quickstep build, broken due to SDK changesSunny Goyal2018-05-021-0/+1
| | | | Change-Id: I7228c036e023f94d3f47b303c7e7b4395bc8a1b7
* Updating gradle configurationSunny Goyal2018-04-231-2/+0
| | | | Change-Id: I77c6ba057c751123bb40862a94a0027b7e0c87ef
* Updating fallback activitySunny Goyal2018-03-301-1/+10
| | | | | | | | | | > Wallpaper based theme support > Light/dark system UI > Swipe gestures to start and dismiss a task > Fixing insets and task preview size Bug: 75979063 Change-Id: Id402e6ac50551a7c0849742e3a0e77df3ead5aa2
* Abstracting out all the Laucher related logicSunny Goyal2018-03-191-1/+2
| | | | | | | | > Enabling swipe up geture for fallback activity > Using a preferecens for showing back button Bug: 75979063 Change-Id: I8bbb44d8e250428c3da9bde57975dc4f952624be
* Adding support for prefenrece search in QuickStepSunny Goyal2018-03-091-0/+13
| | | | | Bug: 62292864 Change-Id: Ic112626ca9c5942c91ced4ab42e64cbce4657701
* Defining an action for touch service so that the component name does notSunny Goyal2018-03-011-2/+7
| | | | | | | need to be hardcoded Also preventing the service behind system permission Change-Id: Ibb3f0d8115b2355b2f5b5ee991858f6377037e45
* Synchronized opening app transition animations.Jon Miranda2018-01-181-0/+1
| | | | | Bug: 70220260 Change-Id: I3c8e1c477266fb3bd7a39f74e3e1191e82ce58e9
* Adding a placeholder recents activitySunny Goyal2017-11-021-1/+5
| | | | Change-Id: Idde86b4008559cde8bcf13fba90a8c72c3f1f591
* Setting up build rules and placeholder code for QuickStepSunny Goyal2017-10-301-0/+43
Change-Id: Ib4ad5c6082b293fc9f9455d70e2b21462b4ab76d