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: coretech/flutter_callkit_incoming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hiennguyen92/flutter_callkit_incoming
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.
  • 16 commits
  • 28 files changed
  • 5 contributors

Commits on Aug 5, 2025

  1. update yaml

    hiennguyen92 committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    4b5aa97 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. set up call decline native callback logic

    Joshua OConnor authored and Joshua OConnor committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    e009734 View commit details
    Browse the repository at this point in the history
  2. set up accept callback for native android

    Joshua OConnor authored and Joshua OConnor committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    441af83 View commit details
    Browse the repository at this point in the history
  3. use unified callback

    Joshua OConnor authored and Joshua OConnor committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    af2b73a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. remove logs

    joshoconnor89 authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    96cdca2 View commit details
    Browse the repository at this point in the history
  2. remove logs

    joshoconnor89 authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    153259a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Update libraries.

    AAkira committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    4cd8993 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Refactor(android): Improve plugin lifecycle and format code.

    Refactor the Android plugin to handle lifecycle events more robustly. The notification and sound managers are now managed to prevent them from being destroyed prematurely when a foreground service is detached.
    This change ensures that the plugin remains active and can receive calls even when the main application is in the background.
    loh-zj-dd committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    86cb7ae View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    f7a6b3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request hiennguyen92#746 from lohzi97/master

    Refactor(android): Improve plugin lifecycle
    hiennguyen92 authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    53c620c View commit details
    Browse the repository at this point in the history
  3. Plugin DSL

    hiennguyen92 committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    f5e525c View commit details
    Browse the repository at this point in the history
  4. Merge pull request hiennguyen92#736 from joshoconnor89/android-termin…

    …ated-fix
    
    Android terminated fix
    hiennguyen92 authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    e39d9f6 View commit details
    Browse the repository at this point in the history
  5. 3.0.0

    hiennguyen92 committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    2509fc2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hiennguyen92#756 from hiennguyen92/dev

    ## 3.0.0
    * Using Plugin DSL for Android, thank @AAkira hiennguyen92#743
    * Add Android native callback, thank @joshoconnor89 hiennguyen92#736
    * Improve plugin lifecycle, thank @lohzi97 hiennguyen92#746
    * Fixed some bugs.
    hiennguyen92 authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    2740d5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18d98ec View commit details
    Browse the repository at this point in the history
  8. Merge branch 'dev'

    hiennguyen92 committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    dea83e1 View commit details
    Browse the repository at this point in the history
Loading