Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: android/user-interface-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: android/user-interface-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: use-image-uri
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 20, 2022

  1. Add thin weather size to enable smaller sizes

    The small square size would not fit in landscape. We need to provide a thinner version to enable minResize and properly match the target cells
    marcelpinto committed Jul 20, 2022
    Copy the full SHA
    2c1b2f0 View commit details

Commits on Aug 10, 2022

  1. Prepare for glance-alpha04

    - Fix breaking changes
    - Update dependencies
    marcelpinto committed Aug 10, 2022
    Copy the full SHA
    f9a1a4d View commit details
  2. Copy the full SHA
    3c1d237 View commit details
  3. Use URIs instead of bitmaps for ImageGlanceWidget.kt

    By using a FileProvider we can directly provide access to the image in the cache to the launcher.
    
    Note: this approach has some issues when the launcher is not the default or another process is hosting the widget instead.
    marcelpinto committed Aug 10, 2022
    Copy the full SHA
    f9f6582 View commit details
Loading