-
Notifications
You must be signed in to change notification settings - Fork 235
Add Android Workgroup charter and membership list #925
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
Open
marcprux
wants to merge
22
commits into
swiftlang:main
Choose a base branch
from
marcprux:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+127
−0
Open
Changes from 14 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
abe9efa
Add Android Workgroup
marcprux 93b1c90
Update username
marcprux 468279c
Change "forks" to "patches"
marcprux e27d8ee
Merge branch 'swiftlang:main' into main
marcprux 5ea492f
Merge branch 'swiftlang:main' into main
marcprux 99968c9
Add @etcwilde to the WG members list
marcprux 921391b
Merge branch 'swiftlang:main' into main
marcprux f9eabb5
Merge branch 'swiftlang:main' into main
marcprux 7e12133
Merge branch 'swiftlang:main' into main
marcprux d275541
Merge branch 'swiftlang:main' into main
marcprux 4cac6a6
Merge branch 'swiftlang:main' into main
marcprux 2c52bc2
Merge branch 'swiftlang:main' into main
marcprux 276ce32
Update android-workgroup/index.md
marcprux 6744c26
Update to harmonize with C++ Interop charter; remove membership const…
marcprux 2b8db54
Issues with decision-making will be escalated to PSG rather than Core…
marcprux 8f6f0fa
Update android-workgroup/index.md
marcprux d3906b6
Merge branch 'swiftlang:main' into main
marcprux 0021d38
Merge branch 'swiftlang:main' into main
marcprux 6aa1856
Update android-workgroup/index.md
marcprux c5f82ef
Update android-workgroup/index.md
marcprux 8516e09
Platform Steering Group selects the Android workgroup chair
marcprux a2a07ce
Merge branch 'swiftlang:main' into main
marcprux 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
- name: Abe White | ||
handle: aabewhite | ||
github: aabewhite | ||
affiliation: | ||
|
||
- name: Andrew Druk | ||
handle: andriydruk | ||
github: andriydruk | ||
affiliation: | ||
|
||
- name: Evan Wilde | ||
handle: etcwilde | ||
github: etcwilde | ||
affiliation: | ||
|
||
- name: Finagolfin | ||
handle: finagolfin | ||
github: finagolfin | ||
affiliation: | ||
|
||
- name: Jason Foreman | ||
handle: threeve | ||
github: threeve | ||
affiliation: | ||
|
||
- name: Joannis Orlandos | ||
handle: Joannis_Orlandos | ||
github: Joannis | ||
affiliation: | ||
|
||
- name: Luke Howard | ||
handle: lukeh | ||
github: lhoward | ||
affiliation: | ||
|
||
- name: Marc Prud’hommeaux | ||
handle: marcprux | ||
github: marcprux | ||
affiliation: | ||
|
||
- name: Robbert Brandsma | ||
handle: obbut | ||
github: obbut | ||
affiliation: | ||
|
||
- name: Saleem Abdulrasool | ||
handle: compnerd | ||
github: compnerd | ||
affiliation: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
layout: page | ||
title: Android Workgroup | ||
--- | ||
|
||
The Android workgroup is a team that promotes the use of Swift for developing Android applications. | ||
|
||
## Charter | ||
|
||
The main goal of the Android workgroup is to add and maintain Android as an officially supported platform for the Swift language. | ||
|
||
The Android workgroup will: | ||
|
||
* Coordinate the development of a reference Swift Android SDK | ||
* Improve and maintain Android support for the official Swift distribution, eliminating the need for out-of-tree or downstream patches | ||
* Recommend enhancements to core Swift packages such as Foundation and Dispatch to work better with Android idioms | ||
* Work with the Platform Steering Group to officially define platform support levels generally, and then work towards achieving official support of a particular level for Android | ||
* Determine the range of supported Android API levels and architectures for Swift integration | ||
* Develop [continuous integration](https://www.swift.org/documentation/continuous-integration/) for the [main Swift repository](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-24.04-android-arm64/) that adds Android checks for pull requests | ||
marcprux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Identify and recommend best practices for bridging between Swift and Android's Java SDK and packaging Swift libraries with Android apps | ||
* Develop support for debugging Swift applications on Android | ||
* Advise and assist with adding support for Android to various community Swift packages | ||
|
||
## Communication | ||
|
||
The Swift Android workgroup uses the [Swift Android forum](https://forums.swift.org/c/development/android) for general discussions. It can also be contacted privately by messaging [@android-workgroup](https://forums.swift.org/g/android-workgroup) on the Swift Forums. | ||
|
||
## Membership | ||
|
||
Membership in the Android workgroup is open to anyone who wishes to contribute. Members communicate with each other over regular video calls and on the Swift forums. Community members interested in participating in the workgroup should reach out to a current member of the workgroup, or request to be added to the [Android workgroup](https://forums.swift.org/g/android-workgroup) directly. | ||
|
||
The Android workgroup adheres to the Swift code of conduct. If community members have any concerns about the adherence of the workgroup or one of its members to the code of conduct, they should contact a member of the Swift Core Team. | ||
|
||
The Android workgroup selects one member of the workgroup as the chair. The chair has no special authority over the workgroup, but they are responsible for ensuring its smooth functioning, including by: | ||
|
||
marcprux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* organizing and leading regular meetings, | ||
* ensuring that the workgroup communicates effectively with the community, and | ||
* coordinating meetings between workgroup representatives and other Swift workgroups or teams when necessary. | ||
|
||
Workgroup members will try to make a decision independently by consensus whenever possible, and will raise issues to the Core Team when there are particular challenges with reaching consensus on significant decisions. | ||
marcprux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
The current members of the Android workgroup are: | ||
|
||
{% assign people = site.data['android-workgroup'].members | sort: "name" %} | ||
<ul> | ||
{% for person in people %} | ||
<li>{{ person.name }} | ||
{%- if person.affiliation -%} | ||
, {{ person.affiliation }} | ||
{% endif %} | ||
{% if person.handle %} | ||
(<a href="https://forums.swift.org/u/{{person.handle}}/summary">@{{person.handle}}</a>) | ||
{% endif %} | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
## Meetings | ||
|
||
The Android workgroup meets biweekly on Wednesday at noon ET (US Eastern Time). The meetings take place in the weeks with the [odd week numbers](http://www.whatweekisit.org/). | ||
|
||
Workgroup meetings are meant for open discussion and any Swift community member may attend by sending a message to [@android-workgroup](https://forums.swift.org/new-message?groupname=android-workgroup) beforehand to request an invite. | ||
|
||
## Community Participation | ||
|
||
Everyone is welcome to contribute in the following ways: | ||
|
||
* Participating in design discussions. | ||
* Asking or answering questions on the forums. | ||
* Reporting or triaging bugs. | ||
* Submitting pull requests to any of the Android support library projects. | ||
* Discuss ideas on the Swift Forums. You can create new topics in the [Android](https://forums.swift.org/c/development/android/115) category, or add the android tag to any topic. | ||
* Develop new tools to aid the Android experience or improve existing ones. | ||
* Provide feedback to the members of the Android workgroup directly by sending a message to [@android-workgroup](https://forums.swift.org/new-message?groupname=android-workgroup) on the Forums. The workgroup chair brings outstanding issues and topics to the workgroup to discuss during regular meetings. The workgroup decides the actions for the issues. | ||
* Join the Android workgroup’s regular video meetings. Send a message to [@android-workgroup](https://forums.swift.org/new-message?groupname=android-workgroup) to request access. |
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.