-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
History cache compose #11493
Commits on May 12, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for 1af798b - Browse repository at this point
Copy the full SHA 1af798bView commit details
Commits on May 13, 2024
-
Merge pull request TeamNewPipe#10875 from snaik20/intro-jetpack-compose
Introducing Jetpack Compose in NewPipe
Configuration menu - View commit details
-
Copy full SHA for d479f29 - Browse repository at this point
Copy the full SHA d479f29View commit details
Commits on Jul 3, 2024
-
Merge pull request TeamNewPipe#11234 from TeamNewPipe/dev
Merge dev to refactor
Configuration menu - View commit details
-
Copy full SHA for 03167a1 - Browse repository at this point
Copy the full SHA 03167a1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 73e3a69 - Browse repository at this point
Copy the full SHA 73e3a69View commit details
Commits on Jul 5, 2024
-
Revert "Migrate image loading from Picasso to Coil (TeamNewPipe#11201)"
This reverts commit 73e3a69.
Configuration menu - View commit details
-
Copy full SHA for 82b492c - Browse repository at this point
Copy the full SHA 82b492cView commit details -
Merge pull request TeamNewPipe#11237 from TeamNewPipe/revert-11201-Coil
Revert "Migrate image loading from Picasso to Coil"
Configuration menu - View commit details
-
Copy full SHA for 5062d38 - Browse repository at this point
Copy the full SHA 5062d38View commit details
Commits on Aug 4, 2024
-
Added daggerhilt for better dependency injection for Compose Viewmodels
brais committedAug 4, 2024 Configuration menu - View commit details
-
Copy full SHA for d2cc37a - Browse repository at this point
Copy the full SHA d2cc37aView commit details -
fixed inversed colors of surface for light theme
brais committedAug 4, 2024 Configuration menu - View commit details
-
Copy full SHA for e1169dc - Browse repository at this point
Copy the full SHA e1169dcView commit details -
Added the new compose screen with its components and events
brais committedAug 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 91af8b0 - Browse repository at this point
Copy the full SHA 91af8b0View commit details
Commits on Aug 11, 2024
-
changed a bit the components to make the screen stable for compose
brais committedAug 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 7a498d8 - Browse repository at this point
Copy the full SHA 7a498d8View commit details
Commits on Aug 13, 2024
-
brais committed
Aug 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 86dbfea - Browse repository at this point
Copy the full SHA 86dbfeaView commit details
Commits on Sep 1, 2024
-
Changed business logic to be in its own files
brais committedSep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 0057192 - Browse repository at this point
Copy the full SHA 0057192View commit details -
Updated view and viewmodel and remapped the fragments/activities
brais committedSep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for ff42678 - Browse repository at this point
Copy the full SHA ff42678View commit details -
brais committed
Sep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 0530a6b - Browse repository at this point
Copy the full SHA 0530a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5cb31 - Browse repository at this point
Copy the full SHA 4c5cb31View commit details