-
Notifications
You must be signed in to change notification settings - Fork 146
Add image attachments support using the Android NDK #1278
Copy link
Copy link
Open
Labels
android🤖 Android support🤖 Android supportattachments/activities🖇️ Work related to attachments and/or activities🖇️ Work related to attachments and/or activitiescross-import-overlays🍰 Cross-import overlays (Foundation, Core Graphics, etc.)🍰 Cross-import overlays (Foundation, Core Graphics, etc.)enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededimage-attachments📸 Work related to image attachments📸 Work related to image attachments
Metadata
Metadata
Assignees
Labels
android🤖 Android support🤖 Android supportattachments/activities🖇️ Work related to attachments and/or activities🖇️ Work related to attachments and/or activitiescross-import-overlays🍰 Cross-import overlays (Foundation, Core Graphics, etc.)🍰 Cross-import overlays (Foundation, Core Graphics, etc.)enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededimage-attachments📸 Work related to image attachments📸 Work related to image attachments
This issue tracks adding the equivalent of
AttachableAsCGImagewhen using the Android NDK.We can likely use the C function
AndroidBitmap_compress()but Android's native image type,android.graphics.Bitmap, is a Java class and is only surfaced to Swift asjobject(if at all.) We will probably want to work with the swift-java maintainers here.