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: xiaoshi316/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.
  • 14 commits
  • 864 files changed
  • 4 contributors

Commits on Nov 15, 2023

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

Commits on Nov 24, 2023

  1. Fix cdep URL

    OskarPersson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6f4407c View commit details
    Browse the repository at this point in the history
  2. Migrate to AndroidX

    OskarPersson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    cb23d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba78426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a74911d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f68ab21 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge pull request gregcockroft#19 from OskarPersson/textcolor

    Add support for textcolor
    gregcockroft authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    438dac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e71b13c View commit details
    Browse the repository at this point in the history
  3. Merge pull request gregcockroft#21 from OskarPersson/androidx

    Bump dependencies and migrate to AndroidX
    gregcockroft authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5e0f60b View commit details
    Browse the repository at this point in the history

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