-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[pigeon] Kotlin implementation for ProxyApis #6371
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
auto-submit
merged 115 commits into
flutter:main
from
bparrishMines:pigeon_kotlin_split
Aug 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
115 commits
Select commit
Hold shift + click to select a range
7d66bf7
add other stuff
bparrishMines d64d2a2
add partial generator code
bparrishMines b64d723
add generated file
bparrishMines 89d3c92
finish additions
bparrishMines 1f7d0ad
some fixes
bparrishMines fa3c943
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 2665c22
add onWriteBody
bparrishMines cadf14c
use a common method for api math
bparrishMines 2bf6738
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 6437fc9
add all stuff back
bparrishMines aea71cd
changelogg
bparrishMines 0c09e91
formatting
bparrishMines f114c8c
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines d57ac0d
fix proxy api separated suffix
bparrishMines ff1e210
switch to a registrar
bparrishMines 7e345ac
docs
bparrishMines db2a198
formatting
bparrishMines a7c94e5
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 7af4343
fix unit tests
bparrishMines a7b20a0
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines f2a1d5b
improve helper method and add test
bparrishMines f76265e
add a setter for clearFinalizedWeakReferencesInterval
bparrishMines b8e70f6
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 4f2327d
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 5ade010
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 3b3a91b
return empty list in removeStrongReference
bparrishMines ec37d62
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 186fe47
update generated file
bparrishMines 894e642
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 118606a
make private codec accessible and use open for pigeonRegistrar
bparrishMines 4e821cb
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 4205418
nits
bparrishMines 258653b
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 5070f6e
shared channel code for instancemanagerapi
bparrishMines 06d163b
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 79e994b
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 1b9dfc1
make fullclassname nullable
bparrishMines f91a51f
use name constants and add a computation to the proxy api
bparrishMines 84e0a0c
fix unit tests
bparrishMines bdf1aae
test api registrar
bparrishMines 2ff9075
support a default api implementation
bparrishMines b0569f5
update instancemanager docs
bparrishMines 4f47756
stops
bparrishMines 03d1100
switch to format
bparrishMines c49aff2
regen and no ps
bparrishMines c7e5ad0
use addDocumenetationCommetns instead
bparrishMines d1883be
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 3025438
use write scoped
bparrishMines 9af2d08
use indentscoped
bparrishMines 78128b8
use format
bparrishMines 84879d2
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 90f38b6
fix api check probably
bparrishMines 505b500
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 172ef36
update codecs to be compatible
bparrishMines c294d49
analyze error fix
bparrishMines eaf1302
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 03f8a9e
dont use raw when passing enums and test parent codec
bparrishMines 6a57229
formatting
bparrishMines 38ab4a1
verify api requirements work
bparrishMines 78ade11
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines fcb3aa5
use helper method
bparrishMines 61579bc
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines c981d97
update format trim indentation
bparrishMines 60be3da
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 0b7de44
also check nullable can return nonnull
bparrishMines 8974f28
update to use file specific prefixes
bparrishMines 4ae228d
fix test
bparrishMines e5ad0ce
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 77ac326
logging has name limits
bparrishMines 33e3742
add file prefix
bparrishMines 927aeea
test fix hopefullY
bparrishMines ce65169
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 1dd1eda
gen without formatting
bparrishMines bd08aa0
same code no gens
bparrishMines b2ae858
formatting
bparrishMines b2b82f6
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 4627f4a
formatting
bparrishMines abe2c0d
check supported types first
bparrishMines 92a7370
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 6d5b581
maybe fix kotlin
bparrishMines 770b24c
M`erge branch 'main' of github.com:flutter/packages into pigeon_kotli…
bparrishMines 9e59393
add ignoreCallsToDart
bparrishMines bc60c15
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines cb10073
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 3b3284a
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines cae65e8
fix kotlin tests and add kotlin prefixes
bparrishMines 82f0cee
fix tools version
bparrishMines 233acf5
fix lint
bparrishMines e810a8f
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines b95997e
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 24daaa1
try fix instance manager api name
bparrishMines f0aa519
fix tests
bparrishMines fed5b58
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines ccb1783
fix unit tests
bparrishMines 0a2a643
fix log name
bparrishMines 942918b
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 89abc69
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines cc55be5
regen code
bparrishMines 41fca50
try lowering version
bparrishMines 78e1e48
fix codec name in instancemanagerapi
bparrishMines e844875
fix kotlin api too
bparrishMines af2965f
regen
bparrishMines 25d4515
raise version again
bparrishMines c5a083e
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 676eb05
some docs
bparrishMines f7b662a
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines d79c8f0
review comments
bparrishMines f4ac560
fix other comments locations
bparrishMines f70c2f1
include gen file actually
bparrishMines c1f23ae
analyze error
bparrishMines b958879
codec is not private since it is used in registrar
bparrishMines ecf079c
Merge branch 'main' of github.com:flutter/packages into pigeon_kotlin…
bparrishMines 98d088f
fix unit test
bparrishMines 923e21e
use messagecodec instead
bparrishMines f9d5b78
version bump
bparrishMines 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
use addDocumenetationCommetns instead
- Loading branch information
commit c7e5ad0ff61550cbb38f43ada11dd4854b18fe7a
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
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.
Uh oh!
There was an error while loading. Please reload this page.