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

History cache compose #11493

Closed
wants to merge 15 commits into from
Closed

Commits on May 12, 2024

  1. Introducing Jetpack Compose in NewPipe

    This pull request integrates Jetpack Compose into NewPipe by:
    - Adding the necessary dependencies and setup.
    - This is part of the NewPipe rewrite and fulfils the requirement for
      the planned settings page redesign.
    - Introducing a Toolbar composable with theming that aligns with
      NewPipe's design.
    
    Note:
    - Theme colors are generated using the Material Theme builder (https://m3.material.io/styles/color/overview).
    snaik20 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1af798b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request TeamNewPipe#10875 from snaik20/intro-jetpack-compose

    Introducing Jetpack Compose in NewPipe
    Stypox authored May 13, 2024
    Configuration menu
    Copy the full SHA
    d479f29 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request TeamNewPipe#11234 from TeamNewPipe/dev

    Merge dev to refactor
    Isira-Seneviratne authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    03167a1 View commit details
    Browse the repository at this point in the history
  2. Migrate image loading from Picasso to Coil (TeamNewPipe#11201)

    * Load notification icons using Coil
    
    * Migrate to Coil from Picasso
    
    * Clean up Picasso leftovers
    
    * Enable RGB-565 for low-end devices
    
    * Added Coil helper method
    
    * Add annotation
    
    * Simplify newImageLoader implementation
    
    * Use Coil's default disk and memory cache config
    
    * Enable crossfade animation
    
    * Correct method name
    
    * Fix thumbnail not being displayed in media notification
    Isira-Seneviratne authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    73e3a69 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    82b492c View commit details
    Browse the repository at this point in the history
  2. Merge pull request TeamNewPipe#11237 from TeamNewPipe/revert-11201-Coil

    Revert "Migrate image loading from Picasso to Coil"
    Isira-Seneviratne authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5062d38 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    d2cc37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1169dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91af8b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    7a498d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. updated gradle

    brais committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    86dbfea View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Changed business logic to be in its own files

    brais committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0057192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff42678 View commit details
    Browse the repository at this point in the history
  3. fix imports in some files

    brais committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0530a6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c5cb31 View commit details
    Browse the repository at this point in the history