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

fix(android): allow and escape Kotlin keyword as package identifier #328

Merged
merged 23 commits into from
May 27, 2024

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    87535ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94dfd9a View commit details
    Browse the repository at this point in the history
  3. chore: add changelog

    pewsheen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e6db09b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    c02ff92 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ac11a0 View commit details
    Browse the repository at this point in the history
  2. refactor!: use config.domain as package name and bundle id (tauri-app…

    …s#330)
    
    * fix(android): use tauri.config.json > identifier as package name
    
    * chore: add changelog
    
    * rename `domain` to `identifier`
    
    * rename domain mod
    
    * lint
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    pewsheen and lucasfernog committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b230e0a View commit details
    Browse the repository at this point in the history
  3. fix(deps): update rust crate textwrap to v0.16.1 (tauri-apps#329)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    be55f47 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update rust crate os_pipe to v1.1.5 (tauri-apps#325)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4c76db1 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update rust crate libc to v0.2.155 (tauri-apps#324)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d29629e View commit details
    Browse the repository at this point in the history
  6. fix(deps): update rust crate ignore to v0.4.22 (tauri-apps#323)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5d932c4 View commit details
    Browse the repository at this point in the history
  7. fix(deps): update rust crate deunicode to v1.6.0 (tauri-apps#321)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    55983b3 View commit details
    Browse the repository at this point in the history
  8. fix(deps): update rust crate core-foundation to v0.9.4 (tauri-apps#320)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    49033d3 View commit details
    Browse the repository at this point in the history
  9. chore(deps): update rust crate serde to v1.0.202 (tauri-apps#311)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    518f539 View commit details
    Browse the repository at this point in the history
  10. chore(deps): update rust crate embed-resource to v2.4.2 (tauri-apps#317)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0db5c92 View commit details
    Browse the repository at this point in the history
  11. chore(deps): update rust crate serde_json to v1.0.117 (tauri-apps#318)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    043e74c View commit details
    Browse the repository at this point in the history
  12. chore(deps): update rust crate thiserror to v1.0.61 (tauri-apps#319)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c530bbc View commit details
    Browse the repository at this point in the history
  13. fix(deps): update rust crate duct to v0.13.7 (tauri-apps#322)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    41b4147 View commit details
    Browse the repository at this point in the history
  14. fix(deps): update rust crate toml to v0.8.13 (tauri-apps#332)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9d6ef3a View commit details
    Browse the repository at this point in the history
  15. fix(deps): update rust crate ureq to v2.9.7 (tauri-apps#333)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ffab8bb View commit details
    Browse the repository at this point in the history
  16. publish new versions (tauri-apps#301)

    Co-authored-by: lucasfernog <[email protected]>
    2 people authored and pewsheen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e798b07 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    79ab4fc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c1fcd4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d0dc86a View commit details
    Browse the repository at this point in the history