Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add camera tile to Wear OS #3870

Merged
merged 10 commits into from
Sep 17, 2023

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    8b6fa9e View commit details
    Browse the repository at this point in the history
  2. Deduplicate refresh views

    jpelgrom committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    80fea43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15db4d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    e67420b View commit details
    Browse the repository at this point in the history
  2. [WIP] Camera tile settings UI

     - Create UI to set camera tile settings
     - Reuse shortcut tile settings activity as a general tile settings activity
    jpelgrom committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dc34d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    95692de View commit details
    Browse the repository at this point in the history
  2. Cleanup: camera entities selection, empty state, preview image

     - On initial load also create a list of camera entities to make it possible to select them without showing up elsewhere in the app
     - Add text to empty state instructing the user to set a camera
     - Update tile preview images
    jpelgrom committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cdd8a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ce675 View commit details
    Browse the repository at this point in the history
  4. Force tile update on login

    jpelgrom committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6363efb View commit details
    Browse the repository at this point in the history
  5. Scale bitmap to fit inside screen size

     - Scale the received image to a bitmap that does not exceed the screen size to ensure timely refreshes and prevent parcels that are too big
    jpelgrom committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5d56c46 View commit details
    Browse the repository at this point in the history