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: halilozercan/compose-richtext
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-alpha01
Choose a base ref
...
head repository: halilozercan/compose-richtext
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 47 files changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Update docs

    Fix a problem with new module docs titles
    Also change the branch name for updating docs
    halilozercan committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6dd580f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from halilozercan/docs

    Update docs
    halilozercan authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    12d4cd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Dec 1, 2024

  1. Merge pull request #143 from mbkim95/fix/link-click-handler

    Fix: LinkClickHandler does not work when clicking a link in the markdown list
    halilozercan authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    1dd0e77 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    9759368 View commit details
    Browse the repository at this point in the history
  2. Bunch of changes

    Compose Multiplatform 1.7.1
    Kotlin 2
    Custom Markdown block rendering
    Some other dependency updates and removals
    Switch to Compose fromHtml
    halilozercan committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    42254df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a57eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2980d04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88617e9 View commit details
    Browse the repository at this point in the history
  6. Migrated to LinkAnnotation design

    This change removes linkClickHandlers. Now `Format.Link` accepts its own handler. If left null, LocalUriHandler is used instead.
    halilozercan committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    69af671 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78a59a3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #149 from halilozercan/halilozercan/custom-block-r…

    …endering
    
    Add custom block rendering
    halilozercan authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    812ed45 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Fix #150

    When calculating the height for PrefixListLayout, we were only adding up the heights of each item. When the items is empty or small, the reported height in the final layout would be too small, causing composables under it to draw over the list layout and prefixes.
    
    The fix is to also calculate the total height of prefixes and compare with the items height. The bigger of them should be reported as the height of the list.
    halilozercan committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    498f43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a9023 View commit details
    Browse the repository at this point in the history
  3. Remove ui tests runner

    We dont have tests...
    halilozercan committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    bf1fdd7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #152 from halilozercan/halilozercan/change-test-de…

    …vice-level
    
    Remove ui tests runner
    halilozercan authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    7517fef View commit details
    Browse the repository at this point in the history
Loading