Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
  1. Aug 22, 2023
  2. Aug 20, 2023
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · 9f02813f
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10685236-L90500000962658543 into udc-release.
      
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      COASTGUARD_SKIP: Ia7407f60bc7a1dd82f6af03f5c9f44e2f2f41108
      
      Change-Id: I08eccc28fdf4aaa3cb2dd4203909d294bc049451
      9f02813f
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · 9e03b048
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10685236-L90500000962658543.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: Ia7407f60bc7a1dd82f6af03f5c9f44e2f2f41108
      9e03b048
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 1f5e248d
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      1f5e248d
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · 72c3cf0d
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10685236-L61400000962657635 into udc-release.
      
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      COASTGUARD_SKIP: I510705eb4917a56edb74e8f2754c7229338a9f1d
      
      Change-Id: Id0b570c11d1abd4ca934fc1989c8d66c62a5cd0b
      72c3cf0d
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · 336475f5
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10685236-L61400000962657635.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: I510705eb4917a56edb74e8f2754c7229338a9f1d
      336475f5
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 4c96e550
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      4c96e550
  3. Aug 14, 2023
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · 3ce9069b
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10656238-L31700000962567991 into udc-release.
      
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      COASTGUARD_SKIP: Ifc8c16ec3926b14d558692d830adbc78e5438d3d
      
      Change-Id: Ic7c41a968828c0fbadfbfb3fe1546afcd24d38fd
      3ce9069b
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · 1148cdf5
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10656238-L31700000962567991.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: Ifc8c16ec3926b14d558692d830adbc78e5438d3d
      1148cdf5
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 781fcebc
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      781fcebc
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · ab6183f8
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10656238-L18400000962566963 into udc-release.
      
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      COASTGUARD_SKIP: I0425d8869040ec5ff020c95a21f396bf60000e6d
      
      Change-Id: I6ead99d1af434b63a905278905fa2940fb7e3fcc
      ab6183f8
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · 12245673
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10656238-L18400000962566963.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: I0425d8869040ec5ff020c95a21f396bf60000e6d
      12245673
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 5dfa2976
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      5dfa2976
  4. Aug 12, 2023
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · a9e806be
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10644925-L16700000962543246 into udc-release.
      
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      COASTGUARD_SKIP: I858cb023d2e533c56209e724e603d8a310931074
      
      Change-Id: I5e41aebfd66b525d4ee67daa5e8c4ab4cc6886ac
      a9e806be
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · 7252b779
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10644925-L16700000962543246.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: I858cb023d2e533c56209e724e603d8a310931074
      7252b779
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 0effcbca
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      0effcbca
  5. Aug 11, 2023
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · 57f15d7f
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10644925-L75300000962528215 into udc-release.
      
      COASTGUARD_SKIP: If54a4f4d8ed5e882b38ab475b68f6e312c9423f1
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: I008d32f49cac005501b6c0e2e512d03a952156ac
      57f15d7f
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · 61f3140a
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10644925-L75300000962528215.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: If54a4f4d8ed5e882b38ab475b68f6e312c9423f1
      61f3140a
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 413a2346
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      413a2346
  6. Aug 10, 2023
  7. Aug 05, 2023
  8. Aug 04, 2023
    • Android Build Coastguard Worker's avatar
      [coastguard skipped] Merge sparse cherrypicks from... · 7a9fd859
      Android Build Coastguard Worker authored
      [coastguard skipped] Merge sparse cherrypicks from sparse-10609355-L16700000962392049 into udc-release.
      
      COASTGUARD_SKIP: Ic437ff4d19cbd5764635f3007d99880622150f5b
      COASTGUARD_SKIP: I787658a004873e5650cf885483528f867a00b7ab
      
      Change-Id: Ia56018de842e6167a86d56ba0dbd5fedaf24d6a7
      7a9fd859
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960']... · ca249f0a
      Android Build Coastguard Worker authored
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/23447960'] into sparse-10609355-L16700000962392049.
      SPARSE_CHANGE: Ic437ff4d19cbd5764635f3007d99880622150f5b
      
      Change-Id: I787658a004873e5650cf885483528f867a00b7ab
      ca249f0a
    • Nick Chameyev's avatar
      [Unfold animation] Do not preemptively start the animation if it has run already · 8e263cb9
      Nick Chameyev authored
      Currently if we open an app, unfold the device and then go to home
      screen we will start the unfold animation preemptively in Launcher
      because Launcher activity will receive updated configuration change
      (where isTablet = true) only after going back to home screen, not
      when unfolding the device.
      
      This causes a problem because SystemUI won't send the unfold animation
      events after going back home as the animation has already run, so we
      end up with wrongly started animation in Launcher.
      
      This CL fixes the issues by checking if SystemUI has finished the
      animation (or if it is currently running) to avoid preemptive animation
      start in this case. This is done by subscribing to the original
      unfold transition progress provider which emits progress events
      sent through IPC from SystemUI.
      
      Bug: 285150685
      Bug: 293131586
      Test: open an app on folded screen, unfold, go to home screen =>
        check that icons are not squished
      Test: fold/unfold when launcher is open
      (cherry picked from commit 6d756970)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2e53f5ef97a02d25f508774e82985e24dc2f4d2d)
      Merged-In: Ic437ff4d19cbd5764635f3007d99880622150f5b
      Change-Id: Ic437ff4d19cbd5764635f3007d99880622150f5b
      8e263cb9
  9. Aug 01, 2023
  10. Jul 26, 2023
Loading