Skip to content
  1. Jul 11, 2024
  2. Jun 15, 2024
    • Michael Bestas's avatar
      Merge tag 'android-14.0.0_r50' into staging/lineage-21.0_merge-android-14.0.0_r50 · ddf5fa7f
      Michael Bestas authored
      Android 14.0.0 Release 50 (AP2A.240605.024)
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZmdzpgAKCRDorT+BmrEO
      # eOvUAJ4v5fSP5+eG3ukH2UHIxQes4XzfKwCZATeP9MA0n50JD8FuyqS5UgZQjGk=
      # =Hw/+
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Tue Jun 11 00:44:06 2024 EEST
      # gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
      # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
      # gpg: initial-contribution@android.com: Verified 2500 signatures in the past
      #      2 years.  Encrypted 4 messages in the past 2 years.
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78
      
      # By Aditya (19) and others
      # Via Android Build Coastguard Worker (29) and others
      * tag 'android-14.0.0_r50': (42 commits)
        Import translations. DO NOT MERGE ANYWHERE
        Import translations. DO NOT MERGE ANYWHERE
        Fixing bugs related to pausing of private space.
        Fixing time delay on launch on flag change.
        Modify onProfileActionStatusChange and add tests.
        Import translations. DO NOT MERGE ANYWHERE
        Update the imports to androidx.test.filters.*
        Fix for loss of `Recents` content from private tab on flag change.
        Add androidx.annotation_annotation dependency.
        Import translations. DO NOT MERGE ANYWHERE
        Import translations. DO NOT MERGE ANYWHERE
        Fixing profile badge themes for various grid and list holders.
        Fixing gantry failures by ignoring tests.
        Import translations. DO NOT MERGE ANYWHERE
        Fixing Gantry Failures.
        Fix for AppsRowManagerTest failing on R.
        Import translations. DO NOT MERGE ANYWHERE
        Add ConfigStore to use feature flags in DocsUI.
        Generalising apis in `dirlist` directory using UserManagerState.
        Replacing @RequieresAPI with @SuppressLint to avoid merge conflicts.
        ...
      
      Change-Id: Ie1c113c85b4c2e196a1fef9084dba7a14da4410b
      ddf5fa7f
  3. May 15, 2024
  4. Apr 10, 2024
  5. Apr 04, 2024
  6. Mar 29, 2024
  7. Mar 08, 2024
    • Michael Bestas's avatar
      Merge tag 'android-14.0.0_r29' into staging/lineage-21.0_merge-android-14.0.0_r29 · ea9cfa6c
      Michael Bestas authored
      Android 14.0.0 release 29
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZW3wAKCRDorT+BmrEO
      # eC1AAJ9x1JNl5rYKP+lcPexUqRglyhcmOwCdFz4+FfNp8nESyhQ0UR4X/78LCPg=
      # =84rW
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Tue Mar  5 01:18:55 2024 EET
      # gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
      # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
      # gpg: initial-contribution@android.com: Verified 2352 signatures in the past
      #      2 years.  Encrypted 4 messages in the past 2 years.
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78
      
      # By Bill Yi (51) and others
      # Via Automerger Merge Worker (892) and others
      * tag 'android-14.0.0_r29': (73 commits)
        Import translations. DO NOT MERGE ANYWHERE
        Import translations. DO NOT MERGE ANYWHERE
        Import translations. DO NOT MERGE ANYWHERE
        Change switches on resource IDs to if statements
        Remove @SortDimensionId
        Revert "Remove @SortDimensionId"
        Revert "Change switches on resource IDs to if statements"
        Revert "Build DocumentsUI sources once"
        Revert "Remove @SortDimensionId"
        Revert "Change switches on resource IDs to if statements"
        Revert "Build DocumentsUI sources once"
        Tweak perfetto_config.pbtx
        Import translations. DO NOT MERGE ANYWHERE
        Import translations. DO NOT MERGE ANYWHERE
        Import translations. DO NOT MERGE ANYWHERE
        Build DocumentsUI sources once
        Change switches on resource IDs to if statements
        Remove @SortDimensionId
        Add trace.sh for Perfetto tracing
        Import translations. DO NOT MERGE ANYWHERE
        ...
      
       Conflicts:
      	src/com/android/documentsui/dirlist/DirectoryFragment.java
      	src/com/android/documentsui/files/FilesActivity.java
      
      Change-Id: Ia90f53e99c1380a5676dfe6c56f4716cd5ccf86e
      ea9cfa6c
  8. Mar 03, 2024
  9. Mar 02, 2024
  10. Mar 01, 2024
  11. Feb 29, 2024
    • Aditya's avatar
      Fixing bugs related to pausing of private space. · e8cc1dbb
      Aditya authored
      Added variables to store state of the initial stack and the last
      selected user in BaseActivity, which is used in DirectoryFragment to
      reset the stack if the last selected user befor pausing of the private
      space happened to be private user itself.
      
      Bug: 325010006
      Bug: 323589103
      Bug: 324999992
      Test: atest unit test
      Change-Id: I398f9f4d2ac0bd24f9f457fdff4b5a965cd6f67c
      e8cc1dbb
    • Aditya's avatar
      Fixing time delay on launch on flag change. · c0699895
      Aditya authored
      Instead of passing UserManagerState, UserIdManager, and ConfigStore
      objects in the constructor, we are directly accessing these by calling
      the static getter functions defined in DocumentsApplications class. This
      removes the need for reconstructing the ProvidersCache on flag change.
      
      Bug: 327306483
      Test: N/A
      Change-Id: I62913f8aa90c36155f7b772a353f89f6e41718de
      c0699895
    • Aditya's avatar
      Modify onProfileActionStatusChange and add tests. · 1b46dcdc
      Aditya authored
      Modified onProfileActionStatusChange in UserManagerState to make it more
      generalised for all kinds of profiles that may come up in the future.
      Added tests for getUserIdToLabelMap and getUserIdToBadgeMap.
      
      Bug: 321894374
      Test: atest DocumentsUIGoogleTests:UserManagerStateTest
      Change-Id: Id2e9f668b3746cee3475d1faf824d40cef1e974b
      1b46dcdc
  12. Feb 27, 2024
  13. Feb 26, 2024
  14. Feb 22, 2024
  15. Feb 21, 2024
  16. Feb 20, 2024
  17. Feb 19, 2024
  18. Feb 17, 2024
  19. Feb 16, 2024
  20. Feb 15, 2024
  21. Feb 14, 2024
Loading