Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firefoxyo/AndroidMath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gregcockroft/AndroidMath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 854 files changed
  • 3 contributors

Commits on Sep 15, 2025

  1. Update build.gradle ndk version to 28

    This should fix 16KB page size warnings.
    Janneman84 authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    8b80991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758b584 View commit details
    Browse the repository at this point in the history
  3. Update MTMathView.kt to allow unused font removal

    By using a getter instead of a default value it is possible to remove the default font from the app bundle if you don't need it.
    Janneman84 authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    adaa633 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Merge pull request gregcockroft#31 from Janneman84/master

    Updated ndk to fix 16 KB alignment warnings
    gregcockroft authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    82734ba View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Modernize build: Replace CDep with direct Freetype, upgrade to Gradle…

    … 8.13/AGP 8.13.2
    
    - Bundle Freetype 2.13.3 source directly
    - Remove CDep dependency manager
    - Update to Java/Kotlin target 17
    - Fix JVM target compatibility
    - Update README installation instructions
    Greg Cockroft committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    170d8e3 View commit details
    Browse the repository at this point in the history
Loading