-
Notifications
You must be signed in to change notification settings - Fork 997
Pull requests: google/j2objc
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
This update changes the Swift names of types declared within Java interfaces when default @SwiftName rules are being applied. Previously, a type Bar declared within interface Foo would be translated to a top-level type with Swift name Bar. This could cause problems if another interface Biz also declared an inner type Bar. Now the Swift type name will be formed by concatenating the interface and inner type name: FooBar. This also matches KMP's Swift naming of inner types within interfaces.
kokoro:run
#2831
opened Aug 13, 2026 by
copybara-service
Bot
Loading…
Add an explicit cast to suppress the warning that causes the continuous build to fail.
kokoro:run
#2825
opened Aug 5, 2026 by
copybara-service
Bot
Loading…
Align J2ObjC enum Swift naming with J2KT and update call-sites.
kokoro:run
#2818
opened Jul 24, 2026 by
copybara-service
Bot
Loading…
Cast rhs to LHSTYPE in JRE_HANDLE_OVERFLOW_COMPOUND_ASSIGN.
kokoro:run
#2817
opened Jul 23, 2026 by
copybara-service
Bot
Loading…
Preserve generics on static member variables translated to class properties.
kokoro:run
#2815
opened Jul 23, 2026 by
copybara-service
Bot
Loading…
Fix build non-determinism in J2ObjC code generator.
kokoro:run
#2807
opened Jul 21, 2026 by
copybara-service
Bot
Loading…
Make j2objc support generics on static members
kokoro:run
#2806
opened Jul 18, 2026 by
copybara-service
Bot
Loading…
Add unit test for J2ObjC protobuf leaks
kokoro:run
#2805
opened Jul 15, 2026 by
copybara-service
Bot
Loading…
Remove permitted.reduce(excluded) optimization in X.509 NameConstraints.
kokoro:run
#2803
opened Jul 11, 2026 by
copybara-service
Bot
Loading…
[J2Objc] Use ObjC-compatible integer hash code for better interoperability.
kokoro:run
#2798
opened Jul 8, 2026 by
copybara-service
Bot
Loading…
Support composable container conversions in KmpAdapter runtime library
kokoro:run
#2795
opened Jun 30, 2026 by
copybara-service
Bot
Loading…
[J2Objc] Switch to ObjC-compatible number hash codes for better interoperability.
kokoro:run
#2792
opened Jun 29, 2026 by
copybara-service
Bot
Loading…
Add 'bool', 'char', and 'short' to J2ObjC keyword blacklist.
kokoro:run
#2777
opened Jun 21, 2026 by
copybara-service
Bot
Loading…
Add 'bool' to J2ObjC keyword blacklist.
kokoro:run
#2776
opened Jun 21, 2026 by
copybara-service
Bot
Loading…
Enable -Wundef for Bigtop C/ObjC targets and prohibit config.h symbols in Swift.
kokoro:run
#2770
opened Jun 16, 2026 by
copybara-service
Bot
Loading…
Add integration test for ObjC calling interface methods with @ObjectiveCKmpMethod
kokoro:run
#2751
opened May 14, 2026 by
copybara-service
Bot
Loading…
Use ObjectiveCKmpMethod for better interrop with iOS
kokoro:run
#2750
opened May 13, 2026 by
copybara-service
Bot
Loading…
Add integration tests for KmpAdapter
kokoro:run
#2736
opened Apr 29, 2026 by
copybara-service
Bot
Loading…
Refactor: Improve map entry parsing in GeneratedMessage.mm
kokoro:run
#2725
opened Apr 20, 2026 by
copybara-service
Bot
Loading…
Update
alreadyCleared assignment in MergeField.
kokoro:run
#2724
opened Apr 20, 2026 by
copybara-service
Bot
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.