Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
  2. Mar 04, 2020
  3. Mar 03, 2020
    • Samuel Fufa's avatar
      Allow Launcher to automatically restore widgets · 9151c011
      Samuel Fufa authored
      This replaces PendingAppWidgetHostView with configured widget view when
      OPTION_APPWIDGET_RESTORE_COMPLETED is set to True by a widget provider.
      
      Bug: 63667276
      Test: Manual
      Change-Id: Ide21f5e9a7dac7e3d6a745660a38ad0b951b47d3
      9151c011
    • Vinit Nayak's avatar
      Rotate touch events for land/seascape navbars · f9328198
      Vinit Nayak authored
      Previous change removed checking for navbar
      location to transpose touch event.
      
      fixes: 150700927
      Test: Quickstep TAPL test passes.
      Change-Id: I47683f8a75f24c8bfc46437e0eef9172c23cc452
      f9328198
    • Tracy Zhou's avatar
    • vadimt's avatar
      Saving heap dump immediately as reported by StrictMode · 3d9dad3b
      vadimt authored
      Can do this via API with the exact heap state that triggered the
      callback because using API allows to avoid deadlock that we'd have in
      main thread if we used shell command.
      
      checkDetectedLeaks() is still needed, as I'll add throwing an
      exception there soon.
      
      Bug: 139137636
      Change-Id: I3c8670071b058c5c146ac58bb16152c980553065
      3d9dad3b
    • TreeHugger Robot's avatar
    • Tony Wickham's avatar
      Dump GestureState and created overview activity · 294238a2
      Tony Wickham authored
      Bug: 150525635
      Change-Id: I6f5bf0f9c917845b6e880323dbba99552a9c43ba
      294238a2
    • TreeHugger Robot's avatar
      Merge "Fixing activity referred after destroying by... · 5dc6060c
      TreeHugger Robot authored
      Merge "Fixing activity referred after destroying by PinnedStackAnimationListener" into ub-launcher3-master
      5dc6060c
    • Jon Miranda's avatar
      Makes spring variable dynamic resources so that they can be changed via plugin · 7edcd780
      Jon Miranda authored
      Bug: 147302669
      Change-Id: Ia4e74ff46a4d8338a56ea75ed826b69102c42d93
      7edcd780
    • vadimt's avatar
      Fixing activity referred after destroying by PinnedStackAnimationListener · c4c16e7a
      vadimt authored
      This is perhaps not a leak, but it conflicts with how StrictMode
      activity leak detection works.
      
      Bug: 139137636
      Change-Id: If7fd0361b8e5ff81a2c0adb2308793ff87349951
      c4c16e7a
    • vadimt's avatar
      Fixing activity being referred after destroying. · b1eaa175
      vadimt authored
      This is perhaps not a leak, but it conflicts with how StrictMode
      activity leak detection works.
      
      Bug: 139137636
      Change-Id: I1608e348d8b238142c42ed81ae125fd07ef6b673
      b1eaa175
    • Vinit Nayak's avatar
      Adjust target and src rects for swipe to home animation · acaf0749
      Vinit Nayak authored
      Floating icon animation runs entirely in portrait
      since that's what orienation launcher starts in.
      Current app window target rects are in landscape to
      be able animate to Overview correctly (which is not
      in portrait since the leash from WM is in the same
      orientation as that of foreground app).
      Invert that rect as the animation from app window
      to floating icon progresses.
      
      Fixes: 148528795
      Change-Id: Ie1149a1a8904afc80bd1986f8d67b6f2d88c49f2
      acaf0749
    • Vinit Nayak's avatar
      Add vertical layout support for Overview in portrait · a406f727
      Vinit Nayak authored
      WM is making changes which allows apps to maintain
      their orientation independent of the orientation of
      the foreground app. This allows recents to always start
      in portrait even when the app currently running is in
      landscape. This means we have to give the illusion of
      a landscape oriented overview when user swipes up in
      gesterual nav when launcher is started in portrait
      configuration.
      
      PagedOrientationHandler abstracts all coordinate specific
      logic from Paged/RecentsView primarily, but also all
      other dynamic calculations throughout launcher.
      PagedViewOrientationState is the single point of exposure
      to other classes that depend on those changes. The goal
      is to also minimize holding state to allow for default
      implementations of PagedOrientationHandler for all the
      3p/Fallback classes. PagedViewOrientationState also
      holds other data around rotation that isn't
      specifically tied to view logic.
      
      The fake landscape overview can be toggled with:
      adb shell settings put global forced_rotation [0/1]
      
      Fixes: 146176182
      Change-Id: I65d8d4e9f92b93931cbe0053ccaf0cda8d2ffd6c
      a406f727
  4. Mar 02, 2020
  5. Feb 29, 2020
  6. Feb 28, 2020
Loading