Skip to content
  1. Nov 14, 2023
  2. Nov 01, 2023
  3. Oct 15, 2023
  4. Oct 01, 2023
  5. Sep 18, 2023
  6. Sep 15, 2023
  7. Sep 01, 2023
  8. Aug 24, 2023
  9. Jul 15, 2023
  10. Jul 08, 2023
    • Michael W's avatar
      Updater: Don't show delete twice · 185b5de5
      Michael W authored
      * If an update exists and can be deleted, the action button AND the
        popup menu both show the delete action
      * By checking wether the action already shows "Delete" we can hide
        that action from the submenu
      * Additionally check for online availability to only hide it when it's
        not the last item - otherwise a click on the menu icon wouldn't do
        anything
      
      Change-Id: Idc5da3962be4e0a69847f47b3c5f014b251bd438
      185b5de5
    • Michael W's avatar
      Updater: Fix header margin · 613fbacd
      Michael W authored
      * Instead of hardcoding it to 86dp (which was probably fine
        when we didn't have cutouts, calculate the required top margin
        by adding top inset and status bar height and applying it dynamically
      * Increase compile and min sdk versions to avoid warnings - we compile
        using the build sdk (33) when building inline anyway
      
      Change-Id: I80444e5a2247730f06af461a1cce7ac36c6c9631
      613fbacd
    • Michael W's avatar
      Updater: Align with Settings / Materialize · c3093cb4
      Michael W authored
      * Better integrate with Settings by changing the background
        so it matches the Toolbar - one solid background
      * Make updates distinct cards with rounded border and
        add spacing between them
      
      Change-Id: If9c649f63e9bb3762f2ae272c96f5e62e0821e46
      c3093cb4
    • Michael W's avatar
      Updater: Handle NumberFormatException · bf1646fa
      Michael W authored
      * For cases like local Updates (not yet merged) and probably
        others, the parsing might fail and take down the Updater
      * Handle NFE properly
      
      Change-Id: If9609c59d1048c9d37aa6de90855e02f28d96ce2
      bf1646fa
    • Sebastiano Barezzi's avatar
      Updater: Redo project structure · 755560bb
      Sebastiano Barezzi authored
      * Let's be more Android Studio friendly
      * While at it match AOSP deps with Gradle ones and update them
      
      Change-Id: Ib8829e3d954ce43fbf19280d1db2bc43c6fc89e0
      755560bb
  11. Jul 01, 2023
  12. Jun 20, 2023
  13. Jun 05, 2023
  14. Jun 01, 2023
  15. May 22, 2023
  16. May 15, 2023
  17. Apr 24, 2023
  18. Apr 13, 2023
  19. Mar 23, 2023
  20. Feb 13, 2023
  21. Jan 10, 2023
  22. Dec 16, 2022
  23. Nov 28, 2022
  24. Nov 25, 2022
  25. Nov 14, 2022
  26. Nov 03, 2022
  27. Oct 05, 2022
  28. Sep 22, 2022
  29. Sep 14, 2022
  30. Aug 15, 2022
  31. Aug 04, 2022
  32. Jun 20, 2022
  33. May 25, 2022
  34. May 23, 2022
    • Aayush Gupta's avatar
      Updater: Show update's version on AlertDialog and Notification · 418d464d
      Aayush Gupta authored
      
      
      Currently at most of the places, build version is obtained from BuildInfoUtils.getBuildVersion()
      method. This method obtains build version from the current running system's property.
      
      However, in case there is a version bump on OTA, this logic results in wrong version
      being shown to the user while updating/upgrading the system.
      
      Get the version from the update itself to show the proper version in update notification
      and pre-install warning.
      
      Signed-off-by: default avatarAayush Gupta <theimpulson@e.email>
      Change-Id: Ia74085d8d7c067c408e7cfce1de90d49dcc68307
      418d464d
  35. May 10, 2022