1. 17 Aug, 2025 2 commits
    • This PR updates version information across all Android applications in the sherpa-onnx project to version 1.12.9 with version code 20250817. The changes automate version updates through a release script and apply consistent versioning across all Android app modules.
      Fangjun Kuang authored
    • This PR refactors CI test configurations by removing pull request triggers from multiple GitHub Actions workflows and fixes a bug in the cosine similarity calculation. Additionally, it updates Python version paths for newer 3.13.6 release.
      Fangjun Kuang authored
  2. 16 Aug, 2025 5 commits
  3. 15 Aug, 2025 3 commits
  4. 14 Aug, 2025 3 commits
  5. 13 Aug, 2025 1 commit
    • This PR improves Android APK build process by specifying target ABIs during gradle assembly and fixing arithmetic precision issues in decoder calculations. The changes ensure that APKs are built for specific architectures rather than all architectures at once, and correct integer division operations that could lead to precision loss.
      
      - Adds ABI-specific gradle build parameters to target specific architectures during APK assembly
      - Updates APK output paths from outputs/apk to intermediates/apk to match gradle's ABI-filtered build structure
      - Fixes integer division precision issues in decoder calculations by using floating-point division
      Fangjun Kuang authored
  6. 11 Aug, 2025 2 commits
  7. 10 Aug, 2025 1 commit
  8. 08 Aug, 2025 12 commits
  9. 07 Aug, 2025 6 commits
  10. 06 Aug, 2025 1 commit
  11. 29 Jul, 2025 1 commit
  12. 27 Jul, 2025 3 commits