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

dev -> main #205

Merged
merged 18 commits into from
Sep 6, 2024
Merged

dev -> main #205

merged 18 commits into from
Sep 6, 2024

Commits on Jul 25, 2024

  1. - update ktor to 3.0.0-beta-2

    - update coil to 3.0.0-alpha09
    mikepenz committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    229f01b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e839141 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #190 from mikepenz/feature/update_ktor_coil

    Update coil and ktor
    mikepenz authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d0df609 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    e7d4cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a996eb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #197 from mikepenz/feature/dependency_updates_2024…

    …0823
    
    Update dependencies to new releases | Kotlin 2.0.20
    mikepenz authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6cc57c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4343182 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #198 from mikepenz/fix/194

    Fix standalone asteriks
    mikepenz authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6dc3918 View commit details
    Browse the repository at this point in the history
  6. - rework click handling in paragraphs / text to only consume the clic…

    …k on the actual link and not the full component
    
      - FIX #188
    mikepenz committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0081dac View commit details
    Browse the repository at this point in the history
  7. Merge pull request #199 from mikepenz/fix/188

    Rework link click detection
    mikepenz authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    701bf2f View commit details
    Browse the repository at this point in the history
  8. - [release] v0.26.0-rc01

    mikepenz committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5222ef4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0080d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. - simplify Coil3 intrinsic size logic

      - relates to: #168 (comment)
    mikepenz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3965b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d88f7 View commit details
    Browse the repository at this point in the history
  3. - move computation of placeholder size to ImageTransformer offering…

    … more flexibility
    
      - add new PlaceholderConfig which contains the information on placeholder size and vertical align
    - expand `ImageData` with `contentScale`, `alpha`, `colorFilter` allowing additional configuration options
    mikepenz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a90b495 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Merge pull request #201 from mikepenz/feature/simplify_intrinsic_size…

    …_coil3
    
    Simplify Coil3 intrinsic size logic
    mikepenz authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    53efcb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from mikepenz/feature/refactor_markdown_image

    Refactor `MarkdownImage` and `InlineImage` handling
    mikepenz authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    62b1cea View commit details
    Browse the repository at this point in the history
  3. - [release] v0.26.0-rc02

    mikepenz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    290bda0 View commit details
    Browse the repository at this point in the history