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: gregcockroft/AndroidMath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: leo0263/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
  • 14 files changed
  • 2 contributors

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    71f8791 View commit details
    Browse the repository at this point in the history
  2. set NDK dir

    leo0263 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    ff86974 View commit details
    Browse the repository at this point in the history
  3. update gradle plugin

    leo0263 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    701b91d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8708462 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. try render the math as bitmap

    for now, directly call the function on the mainActivity.
    
    next step would be updating the mathDisplayLib to somehow handle the
    bitmap creation process
    leo0263 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9b6d3c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. add a new function: createBitmap

    to convert latex string to a bitmap
    leo0263 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    a48af43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c48cce View commit details
    Browse the repository at this point in the history
  3. downgrade the minSdkVersion to 16

    fix things to be able to run ./gradlew mathdisplaylib:build
    error was:
      uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared
      in library [:mathdisplaylib:]
    leo0263 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    49d69d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. initialize default font

      fix the font null exception when calling createBitmap()
    leo0263 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    05680bf View commit details
    Browse the repository at this point in the history
  2. add textColor value to MTFont

    also:
    - make the MTFontManager as object, exposing it's setContext()
    - remove dependency to context on MTMathGenerator
    leo0263 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    c517266 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. add textColor (int) value to MTFont

    to make it simple if we want to change color font from the main project
    leo0263 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    239e117 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. update the readme

    also:
    - increase minSDK to 21
    leo0263 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    d5185a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from leo0263/try_toDrawable

    Add a Latex to Bitmap generator capability to the AndroidMath engine
    leo0263 authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    12c2179 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Merge pull request #3 from gregcockroft/master

    Fix JNI types according to FreeType documentation
    leo0263 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3aa4746 View commit details
    Browse the repository at this point in the history
Loading