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: mywac/AndroidDocumentScanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mayuce/AndroidDocumentScanner
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.
  • 17 commits
  • 198 files changed
  • 5 contributors

Commits on Oct 19, 2020

  1. Fix invert color function not working

    Related to issue mayuce#12 and mayuce#14.
    bagolysz committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    40ae2c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Merge pull request mayuce#26 from bagolysz/bugfix/fix-invert-color-no…

    …t-working
    
    Fix invert color function not working
    mayuce authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    27fd058 View commit details
    Browse the repository at this point in the history
  2. Update readme.adoc

    mayuce authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8354c38 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    98dd53b View commit details
    Browse the repository at this point in the history
  2. Update readme.adoc

    mayuce authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    76b8e7c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. [DEV] DocumentScannerView created and rest of the activities removed.…

    … Kotlin & Coroutines used in the library, other dependencies are removed.
    mayuce committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    98bbed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Merge pull request mayuce#37 from mayuce/kotlin_coroutines

    [DEV] DocumentScannerView created and rest of the activities removed.…
    mayuce authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    998eb7f View commit details
    Browse the repository at this point in the history
  2. Update readme.adoc

    mayuce authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    cb0fc12 View commit details
    Browse the repository at this point in the history
  3. Fix java.lang.IllegalAccessError

    Fix java.lang.IllegalAccessError
    shahawi authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    821bc4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746c301 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Merge pull request mayuce#38 from shahawi/patch-1

    Fix java.lang.IllegalAccessError
    mayuce authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    74af2e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mayuce#39 from shahawi/patch-2

    Add queries to open camera intent on API 30
    mayuce authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ba32045 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. Refactor: Update Gradle and dependencies

    This commit updates the Gradle version to 8.5 and refreshes various dependencies to their latest versions. It also includes code refactoring to align with modern Android development practices, such as updating namespaces and build configurations. Additionally, the `kotlin-permissions` module has been integrated into the project.
    lephucchinh committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    e6f6ca1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

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

Commits on Sep 24, 2025

  1. Use JDK 21

    johnchrisdc committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    c0d8014 View commit details
    Browse the repository at this point in the history
  2. Remove libopencv_java3.so

    johnchrisdc committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    19b29a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Merge pull request mayuce#48 from johnchrisdc/16kb

    Support 16 KB page sizes
    mayuce authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    818500e View commit details
    Browse the repository at this point in the history
Loading