Skip to content
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

Patch fixes #575

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Patch fixes #575

merged 2 commits into from
Apr 17, 2024

Conversation

eb1
Copy link
Contributor

@eb1 eb1 commented Apr 17, 2024

Fixes #573, #574.

Changes proposed in this request:

  • Add info for iOS privacy manifest file
  • Rework languages dropdown in New Project wizard:
    • Increase size of dropdown when possible
    • Increase max number of results returned to 200 (was 25)

Each search result is now a 2-line listing:

  • If there is an autonym:
    • First line contains the autonym followed by the code in parenthesis - e.g. "Español (es-AR)"
    • Second line contains the English name of the language followed by a slash and the region - e.g. "Spanish / Argentina"
  • If there is no autonym:
    • First line contains the English name of the language followed by the code in parenthesis - e.g. "Spanish (es-BRAI)"
    • Second line contains the region (no leading slash) - e.g. "Spain"

@adapt-it/developers

eb1 added 2 commits April 16, 2024 19:45
iOS privacy manifest framework. Requires android-ios 7.1.0+.
Increase dropdown size; increase result set to 200 results (but set minimum query to 2 chars); add region name to second display line. This does mean that each result entry will contain 2 lines.
@eb1 eb1 merged commit 955fbef into adapt-it:master Apr 17, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS: add required privacy manifest
1 participant