capacitor-background-runner

Capacitor Background Runner

OTHER License

Downloads
2.7K
Stars
38
Committers
15
capacitor-background-runner - 1.1.0 Latest Release

Published by theproducer 6 months ago

1.1.0

Minor Changes

  • 142e96d: (iOS) KV: calling get on an non-existent key returns null instead of empty object
    (iOS) Fixed an issue within Runner that could potentially cause EXC_BAD_ACCESS crashes

  • 18f72b6: More reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Fixes in runtime during background execution
    • (Android) Improvements in native lib handling for testing

    When updating, if you have an existing Android app, be sure to delete the android-js-engine-release.aar from android/src/main/libs, and add the following to android/app/build.gradle:

    ...
    
    repositories {
        flatDir{
            dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs'
    +		dirs '../../node_modules/@capacitor/background-runner/android/src/main/libs', 'libs'
        }
    }
    ...
    
    
  • d6511b2: (Android): Fixing issue that disabled appStateChange events

  • b09f30e: Reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Improvements to QuickJS integration
    • (Android / iOS) Improvements in the handling of multiple dispatched events

Patch Changes

  • 174f2fe: Fixing incorrect method name in CapacitorGeolocation
  • 11124d2: (iOS): Removing unnecessary run loop thread causing spike in CPU while the app was in the foreground
capacitor-background-runner - 1.0.5

Published by IT-MikeS about 1 year ago

1.0.5 (2023-08-17)

Bug Fixes

  • using fully qualitifed class name for TimedNotificationPublisher (c4b3bd8)
capacitor-background-runner - 1.0.4

Published by IT-MikeS about 1 year ago

1.0.4 (2023-08-10)

Note: Version bump only for package root

capacitor-background-runner - 1.0.3

Published by IT-MikeS about 1 year ago

1.0.3 (2023-08-10)

Note: Version bump only for package root

capacitor-background-runner - 1.0.2

Published by IT-MikeS about 1 year ago

1.0.2 (2023-08-10)

Note: Version bump only for package root

capacitor-background-runner - 1.0.1

Published by IT-MikeS about 1 year ago

1.0.1 (2023-08-09)

Bug Fixes

Package Rankings
Top 15.48% on Npmjs.org
Top 12.22% on Cocoapods.org