-
-
Notifications
You must be signed in to change notification settings - Fork 47
dev -> main #398
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
Merged
dev -> main #398
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7940cc6
Fix VM example in README
zsmb13 bc393a6
Merge pull request #381 from zsmb13/patch-1
mikepenz 0b2f358
Remove unsued main source sets and AndroidManifest files
Goooler 4610373
Merge pull request #382 from Goooler/remove-manifest
mikepenz cc9e804
- fix deprecation warning for aboutlibs in iOS sample
keta1 9606b1f
Merge pull request #383 from keta1/other/aboutlibs
mikepenz 583441d
- update to compose 1.8.0 / compose multiplatform 1.8.0-rc01
mikepenz 9f6bdde
- update all aboutlibs files
mikepenz 9fd4399
- exclude compose runtime from coil
mikepenz ab7776f
- temporarily patch until coil3 has compose 1.8.0 based release
mikepenz 0593644
Merge pull request #384 from mikepenz/feature/compose_1.8.0
mikepenz 1f3c5cf
- [release] v0.34.0-rc01
mikepenz 2752097
- make `rememberMarkdownState` `immediate` if we are in `LocalInspect…
mikepenz 278e003
Merge pull request #386 from mikepenz/fix/385
mikepenz cd7e918
- update to experimental version of aboutlibraries plugin, to test be…
mikepenz f8cb7d7
- update to final 12.1.0-rc02 aboutlibraries version
mikepenz 6550d20
- update aboutlibraries.json
mikepenz efb5195
Merge pull request #387 from mikepenz/feature/experimental_aboutlibs_…
mikepenz 4d256d6
- [release] v0.34.0-rc02
mikepenz ade4434
- Add export configuration for library definitions
keta1 cb929c3
Merge pull request #388 from keta1/other/sample
mikepenz b5bc6bf
- update to aboutlibraries 12.1.0-rc03
mikepenz 341a9f2
Merge pull request #389 from mikepenz/other/aboutlibs_update
mikepenz bdea4dd
- reorder function arguments to allow function block to be passed
mikepenz 8f317f4
- update *.api
mikepenz 218308b
Merge pull request #392 from mikepenz/fix/reorder_function_arguments
mikepenz 383eb7b
Add way to specify custom inline content
Secozzi bae5fb5
Wrap map creation in remember block
Secozzi 0b0f697
- fix empty line in block quotes not properly handled
mikepenz 33c0fd9
- expand tests to include more block quote cases
mikepenz 3638045
- add migration note
mikepenz 8717252
- fix comparison
mikepenz 6dd54d0
- slight optimisation to reduce lookup for block line height
mikepenz bed8413
Merge pull request #395 from mikepenz/fix/391
mikepenz 933d9e5
Merge pull request #393 from Secozzi/inline
mikepenz 754c2d1
- [release] v0.34.0-rc03
mikepenz e2c31e3
- update gradle to 8.14
mikepenz f11652d
- update to compose-multiplatform 1.8.0
mikepenz ab88299
Merge pull request #397 from mikepenz/feature/compose_1.8.0
mikepenz 14ee4fd
- [release] v0.34.0
mikepenz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A comment explaining why the CLASSPATH is intentionally set to an empty value (with the jar supplied via the -jar flag) would improve future maintainability.
Copilot uses AI. Check for mistakes.