Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add circleci and commitlint validation #389

Merged
merged 2 commits into from
Jul 26, 2018

Conversation

dopry
Copy link
Collaborator

@dopry dopry commented Jul 25, 2018

Implements commitlint validation and a basic circle CI implementation to move the ball forward on #387

@petermetz you'll need to login to circleci with a free account and follow the project. I can push some dummy commits to the branch to trigger builds once that is done.

@dopry dopry requested a review from petermetz July 25, 2018 22:20
Copy link
Owner

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed up on CircleCI, added the repo. Hope I did it right.

@dopry
Copy link
Collaborator Author

dopry commented Jul 25, 2018

I don't seem to be able to access it on circleCI just yet... LEt me try to trigger a build.

@dopry
Copy link
Collaborator Author

dopry commented Jul 25, 2018

pushing a commit doesn't seem to fix it. You may need to

  1. goto https://circleci.com/gh/petermetz/cordova-plugin-ibeacon/edit and ensure the project is followed and building.

  2. https://circleci.com/gh/petermetz/cordova-plugin-ibeacon/edit#advanced-settings and ensure

    • Github Status Updates: On
    • Free and Open Source: On
    • Build Forked Pull Requests: On
    • Pass Secretsto builds from Forked Pull Requests: Off
    • Only Build Pull Requests: Off
    • Auto-cancel redundant builds: On

@petermetz
Copy link
Owner

Did both just now.

https://circleci.com/gh/petermetz/cordova-plugin-ibeacon/1

👍

@dopry dopry force-pushed the circleci_basic branch 2 times, most recently from a90aeab to a7ac23b Compare July 26, 2018 00:53
@dopry dopry merged commit 3d94fc7 into petermetz:v3.x Jul 26, 2018
@petermetz petermetz mentioned this pull request Jul 26, 2018
9 tasks
sestienne pushed a commit to sestienne/cordova-plugin-ibeacon that referenced this pull request Sep 12, 2022
commit 60d909a
Author: Sébastien ESTIENNE <sebastien.estienne@orange.com>
Date:   Mon Sep 12 10:48:25 2022 +0200

    release(v3.8.2)

commit 5c8e084
Author: sestienne <55140956+sestienne@users.noreply.github.com>
Date:   Mon Sep 12 10:30:24 2022 +0200

    build(android): updated AltBeacon library to 2.19.4 to be compliant with android 12

    Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

commit de97d22
Author: sestienne <55140956+sestienne@users.noreply.github.com>
Date:   Mon Sep 12 10:22:49 2022 +0200

    fix(build) : Migrate gradle configuration to be compatible with gradle 7

    Compile & runtime configurations are no more supported
    More information can be found on gradle website : https://docs.gradle.org/current/userguide/upgrading_version_6.html

commit 270ffbb
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Mon May 13 13:02:22 2019 -1000

    docs: disable request for bt permission

commit 1336c1c
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Mon May 13 12:54:34 2019 -1000

    feat: add config option to request BT permissions

commit bc6d0c7
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sun May 12 12:52:37 2019 -0700

    chore(release): v3.8.1 hotfix for plugin id issues in package

commit f153474
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Sun May 12 09:02:55 2019 -1000

    docs: add documentation for ARMA filter

commit 725ad2b
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 16:51:26 2019 -0700

    docs: readme gets release checklist

commit f137178
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 16:38:14 2019 -0700

    chore: v3.8.0 release

commit 96a86d2
Author: Juergen Kienhoefer <juergen@aircable.net>
Date:   Fri May 10 15:50:52 2019 -0700

    fix(android): petermetz#417 startAdvertising does not honor MeasuredPower

commit fcbe463
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Wed May 8 10:43:33 2019 -1000

    docs: add commitlint info to README.md

commit 40abc3b
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Wed May 8 10:00:13 2019 -1000

    feat: add ARMA filter support for distance calcs

commit f2fe545
Author: Shane McCarron <halindrome@gmail.com>
Date:   Tue Apr 9 07:49:03 2019 -0500

    build(android): updated to latest published altbeacon library

commit f096cb1
Author: Martin S. Kyukov <mkyukov@gmail.com>
Date:   Mon Mar 25 14:52:27 2019 +0100

    build: remove git+ from repo url

    If the git+ is present, when removing adding platforms, cordova cannot find the plugin because the repository gives an error. Removing git+ from line 14 fixes the issue.

commit fa02d06
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 15:23:53 2019 -0700

    build: husky dev dep. for instant commit message validation

    Without this I had to wait for the CI server to tell me that I had an uppercase typo in the commit message.

commit 9e221fe
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 15:20:16 2019 -0700

    fix(ios): equality check for location manager corrected

commit 0fa7553
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 15:10:45 2019 -0700

    fix(build): upgrades commitlint  CLI due to vulnerability

commit 7a0472a
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 01:00:01 2019 -0700

    fix(ios): location manager no longer handles other instances messages

    This is to avoid conflicts with other plugins which the developer may have installed for their project.

commit 16beb23
Author: Shane McCarron <halindrome@gmail.com>
Date:   Wed Dec 5 18:55:47 2018 -0600

    build(android): updated AltBeacon library to 2.15.2

commit 3d94fc7
Merge: 9b29069 16581c5
Author: Darrel O'Pry <dopry@users.noreply.github.com>
Date:   Wed Jul 25 20:56:29 2018 -0400

    Merge pull request petermetz#389 from dopry/circleci_basic

    chore: add circleci and commitlint validation

commit 16581c5
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Wed Jul 25 18:49:53 2018 -0400

    chore: remove spurious characters from README.md

commit 76fb1c1
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Wed Jul 25 17:19:37 2018 -0400

    chore: add circleci and commitlint validation

commit 9b29069
Author: Darrel O'Pry <dopry@users.noreply.github.com>
Date:   Mon Jul 23 14:16:47 2018 -0400

    chore: create issue_template.md

commit 4a53a27
Merge: 1a637b8 4c8ed86
Author: Darrel O'Pry <dopry@users.noreply.github.com>
Date:   Mon Jul 23 13:58:53 2018 -0400

    Merge pull request petermetz#379 from dopry/altbeacon_2_14

    chore: upgrade altbeacon to 2.14

commit 4c8ed86
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Sat Jun 23 00:05:16 2018 -0400

    chore: upgrade altbeacon to 2.14

    require directly from jcenter so a local copy is no longer necessary.

commit 1a637b8
Merge: 928f9f4 7f5830b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Thu Jun 14 19:43:48 2018 -0400

    Merge branch 'alt_beacon_2_13_1' into petermetz_v3.x

commit 7f5830b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Mon Apr 23 20:53:52 2018 -0400

    chore: remove configuration inherited altbeacon AndroidManifest.xml

    Since AltBeacon is included as an dependency in grade through the `<framework />` tag
    its AndroidManifest.xml is included during builds. The plugin no longer needs to reconstruct the
    manifest simplifying manifest maintenance.

commit 9d0b818
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Fri Apr 13 16:54:50 2018 -0400

    chore: upgrade altbeacon to 2.13.1

    see: https://github.com/AltBeacon/android-beacon-library/releases

    2.13.1 Changelog

    * fix: incorrect immediateScanJobId meta-data name in manifest causing crash

    2.13 Changelog

    * feat: Add BluetoothMedic to fix crashing bluetooth stacks
    * feat: Allow configuring job ids
    * fix: Allow scans with screen off on Android 8.1

commit 928f9f4
Merge: 5f088cb 80e2f4b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Thu Jun 14 19:41:58 2018 -0400

    Merge branch 'beacons_crashing_android_8_1' into petermetz_v3.x

commit 80e2f4b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Mon Apr 23 19:12:00 2018 -0400

    fix: add new permissions required for android 8

    In testing errors were thrown without these permissions.

    * BIND_JOB_SERVICE

    ```
    Unhandled Promise rejection: No such service
    ComponentInfo{com.sprygroup.automata/org.altbeacon.beacon.service.ScanJob} ; Zone: <root> ; Task: ; Value:
    No such service ComponentInfo{com.sprygroup.automata/org.altbeacon.beacon.service.ScanJob}
    ```

    * RECEIVE_BOOT_COMPLETED

    ```
    Unhandled Promise rejection: Error: requested job be persisted without holding
    RECEIVE_BOOT_COMPLETED permission. ; Zone: <root> ; Task: ; Value: Error: requested job be persisted without
    holding RECEIVE_BOOT_COMPLETED permission.
    ```

commit 5dc13b5
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Fri Apr 13 16:30:09 2018 -0400

    fix: add reference to com.android.support.support-core-utils

    * including only core-utils to streamline size, 1.23MB smaller than support-v4
       in demo:  v4 size:  12.10MB, core-utils size: 10.87Mb

commit 5f088cb
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Sun Apr 22 20:45:55 2018 -0700

    release(v3.6.1)

commit 0e16c6a
Author: João Gonçalves <chuckynes@gmail.com>
Date:   Thu Jan 11 17:23:04 2018 +0000

    Removed eager queue resume

commit 202001f
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 23:07:41 2017 -0800

    release(v3.6.0)

commit 4553ee7
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 22:45:16 2017 -0800

    feat(BeaconRegion.js): On Android wild-card UUIDs are now allowed. iOS is still a no-go.

commit 094e449
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 21:45:07 2017 -0800

    release(v.3.5.6)

commit 98bbc57
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 21:29:22 2017 -0800

    patch(plugin.xml): fixes petermetz#322

    iOS 11 requires a new key in the plist for the messages regarding permissions. plugin.xml now declares this along with the others.

commit ecd7b11
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 20:57:17 2017 -0800

    release(v3.5.5)

commit a2d5da3
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 20:57:05 2017 -0800

    build(altbeacon.jar): upgrades AltBeacon to v2.12.4

commit 47ff8de
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 11:28:22 2017 -0800

    docs(FAQ.md): explanation for configuration changes in managed services

commit b162696
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 11:02:02 2017 -0800

    release(v5.3.4)

commit 0239309
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Dec 23 12:40:36 2017 +0900

    Fix cordova build error on cordova-android@7.0.0

commit a9e47ac
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Fri Dec 22 22:19:53 2017 -0800

    release(v3.5.3)

commit fd39a69
Author: Michael de Wit <michael@drillster.com>
Date:   Tue Nov 7 10:15:56 2017 +0100

    Remove allowsBackgroundLocationUpdates from iOS LocationManager

commit cd57ea7
Author: Martin Grubinger <martin.grubinger@gmail.com>
Date:   Thu Sep 14 17:44:06 2017 +0200

    Update README.md

    add description on required background mode for advertising on iOS.
    fix typo in startAdvertising sample code.

commit 2eb091c
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Fri Sep 8 23:03:47 2017 -0700

    release(v3.5.2)

commit 477e59d
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Fri Sep 8 23:02:46 2017 -0700

    feat(android): BLE stop advertising implemented

commit 3bb2600
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 19:40:33 2017 -0700

    v3.5.1

commit bee8354
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 19:37:23 2017 -0700

    patch(android): fixing silly merge mistake

commit e3fe3d5
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 00:22:44 2017 -0700

    v3.5.0

commit a1ecd80
Merge: be63d3b 1f4b83b
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 00:06:28 2017 -0700

    Merge pull request petermetz#305 from 'CorvexConnectedSafety-lib2.11' into v3.x

commit 1f4b83b
Author: Shane McCarron <halindrome@gmail.com>
Date:   Wed Jul 5 09:44:37 2017 -0500

    Updated to version 1.11

    Added option to enable long scanning

commit 1f679d3
Author: Shane McCarron <halindrome@gmail.com>
Date:   Sat Jun 17 11:49:28 2017 -0500

    Upgraded altbeacon to 2.10

commit 90f4e7b
Author: Shane McCarron <halindrome@gmail.com>
Date:   Fri Jun 9 15:04:05 2017 -0500

    Added ability to set FORGROUND_SCAN_PERIOD from config.xml

commit e3fe391
Author: Shane McCarron <halindrome@gmail.com>
Date:   Fri Jun 9 09:31:31 2017 -0500

    Downgraded to 2.9.2

commit be63d3b
Author: Vincenzo Luongo <luongo.vincenzo.92@gmail.com>
Date:   Wed May 11 17:34:20 2016 +0200

    implemented beacontrasmit protocol with android >= 5.0

    implemented beacontrasmit protocol and valid with android >= 5.0

commit 9ff56b3
Author: Szekeres Bálint <szekeres.balint@hps.hu>
Date:   Wed Jan 25 14:03:20 2017 +0100

    added NSBluetoothPeripheralUsageDescription to plist file

commit c8a4052
Author: Joanna SanDretto <josandretto@gmail.com>
Date:   Wed Aug 23 01:44:28 2017 -0500

    Updating altbeacon library to version 2.9.2 (petermetz#277)

    * updating altbeacon library

    * Updating albeacon library to 2.9.2

commit 73c3cb6
Author: Julián Mesa Llopis <jmesa@sistel.es>
Date:   Wed Aug 23 08:10:35 2017 +0200

    Added SampleExpirationMilliseconds parameter. (petermetz#258)

    Adjusting the averaging filter time

commit 93562ce
Author: Rodrigo Graça <rodrigograca1993@gmail.com>
Date:   Mon Jun 13 16:16:20 2016 +0100

    Remove empty space

    There's two examples:
    "Start monitoring a single iBeacon" and "Start ranging a single iBeacon"
    They are pretty much the same thing except two diferences, one has "startMonitoringForRegion" and the other "startRangingBeaconsInRegion", and one had two more line breaks, this PR fixes that...

commit 77619d1
Merge: 4a432e2 4f1d3de
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Tue Aug 22 22:47:32 2017 -0700

    Merge pull request petermetz#237 from 'olegdizus-v3.x' into v3.x

commit 4f1d3de
Author: Oleg Dizus <olegdizus@gmail.com>
Date:   Fri May 20 11:28:37 2016 +0300

    Added foregroundScanPeriod parameter (+2 squashed commits)
    Squashed commits:
    [8e6fa83] Addd
    [0ab3144] Set foreground scan period

commit 4a432e2
Merge: 4d9aca1 c51a010
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Sat Apr 23 17:09:29 2016 +0100

    Merge pull request petermetz#225 from machty/patch-2

    Fix illegal console.error usage in README

commit c51a010
Author: Alex Matchneer <machty@gmail.com>
Date:   Fri Apr 22 15:37:57 2016 -0400

    Fix illegal console.error usage in README

    Passing `console.error` as a standalone function without calling `.bind()` on it first results in an `Illegal invocation` when you eventually call it. I opted instead to just wrap in a function for some of the mobile browsers that still don't implement `Function.bind`

commit 4d9aca1
Merge: 0bba495 b4ba3fe
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Apr 4 09:20:07 2016 +0200

    Merge pull request petermetz#217 from Ritzlgrmft/patch-1

    Update FAQ.md

commit b4ba3fe
Author: Markus Wagner <me@markus.onmicrosoft.com>
Date:   Mon Apr 4 08:25:24 2016 +0200

    Update FAQ.md

    Empty lines added, because otherwise the preference was not displayed
sestienne pushed a commit to sestienne/cordova-plugin-ibeacon that referenced this pull request Sep 12, 2022
commit 6efbdd1
Author: Sébastien ESTIENNE <sebastien.estienne@orange.com>
Date:   Mon Sep 12 11:32:06 2022 +0200

    release(v3.8.3)

commit b3f5fe6
Author: Sébastien ESTIENNE <sebastien.estienne@orange.com>
Date:   Mon Sep 12 11:28:49 2022 +0200

    docs: update package name & git hub urls

commit 60d909a
Author: Sébastien ESTIENNE <sebastien.estienne@orange.com>
Date:   Mon Sep 12 10:48:25 2022 +0200

    release(v3.8.2)

commit 5c8e084
Author: sestienne <55140956+sestienne@users.noreply.github.com>
Date:   Mon Sep 12 10:30:24 2022 +0200

    build(android): updated AltBeacon library to 2.19.4 to be compliant with android 12

    Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

commit de97d22
Author: sestienne <55140956+sestienne@users.noreply.github.com>
Date:   Mon Sep 12 10:22:49 2022 +0200

    fix(build) : Migrate gradle configuration to be compatible with gradle 7

    Compile & runtime configurations are no more supported
    More information can be found on gradle website : https://docs.gradle.org/current/userguide/upgrading_version_6.html

commit 270ffbb
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Mon May 13 13:02:22 2019 -1000

    docs: disable request for bt permission

commit 1336c1c
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Mon May 13 12:54:34 2019 -1000

    feat: add config option to request BT permissions

commit bc6d0c7
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sun May 12 12:52:37 2019 -0700

    chore(release): v3.8.1 hotfix for plugin id issues in package

commit f153474
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Sun May 12 09:02:55 2019 -1000

    docs: add documentation for ARMA filter

commit 725ad2b
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 16:51:26 2019 -0700

    docs: readme gets release checklist

commit f137178
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 16:38:14 2019 -0700

    chore: v3.8.0 release

commit 96a86d2
Author: Juergen Kienhoefer <juergen@aircable.net>
Date:   Fri May 10 15:50:52 2019 -0700

    fix(android): petermetz#417 startAdvertising does not honor MeasuredPower

commit fcbe463
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Wed May 8 10:43:33 2019 -1000

    docs: add commitlint info to README.md

commit 40abc3b
Author: AustinHaigh <AustinHaigh@users.noreply.github.com>
Date:   Wed May 8 10:00:13 2019 -1000

    feat: add ARMA filter support for distance calcs

commit f2fe545
Author: Shane McCarron <halindrome@gmail.com>
Date:   Tue Apr 9 07:49:03 2019 -0500

    build(android): updated to latest published altbeacon library

commit f096cb1
Author: Martin S. Kyukov <mkyukov@gmail.com>
Date:   Mon Mar 25 14:52:27 2019 +0100

    build: remove git+ from repo url

    If the git+ is present, when removing adding platforms, cordova cannot find the plugin because the repository gives an error. Removing git+ from line 14 fixes the issue.

commit fa02d06
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 15:23:53 2019 -0700

    build: husky dev dep. for instant commit message validation

    Without this I had to wait for the CI server to tell me that I had an uppercase typo in the commit message.

commit 9e221fe
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 15:20:16 2019 -0700

    fix(ios): equality check for location manager corrected

commit 0fa7553
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 15:10:45 2019 -0700

    fix(build): upgrades commitlint  CLI due to vulnerability

commit 7a0472a
Author: Peter Metz <peter.metz@unarin.com>
Date:   Sat May 11 01:00:01 2019 -0700

    fix(ios): location manager no longer handles other instances messages

    This is to avoid conflicts with other plugins which the developer may have installed for their project.

commit 16beb23
Author: Shane McCarron <halindrome@gmail.com>
Date:   Wed Dec 5 18:55:47 2018 -0600

    build(android): updated AltBeacon library to 2.15.2

commit 3d94fc7
Merge: 9b29069 16581c5
Author: Darrel O'Pry <dopry@users.noreply.github.com>
Date:   Wed Jul 25 20:56:29 2018 -0400

    Merge pull request petermetz#389 from dopry/circleci_basic

    chore: add circleci and commitlint validation

commit 16581c5
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Wed Jul 25 18:49:53 2018 -0400

    chore: remove spurious characters from README.md

commit 76fb1c1
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Wed Jul 25 17:19:37 2018 -0400

    chore: add circleci and commitlint validation

commit 9b29069
Author: Darrel O'Pry <dopry@users.noreply.github.com>
Date:   Mon Jul 23 14:16:47 2018 -0400

    chore: create issue_template.md

commit 4a53a27
Merge: 1a637b8 4c8ed86
Author: Darrel O'Pry <dopry@users.noreply.github.com>
Date:   Mon Jul 23 13:58:53 2018 -0400

    Merge pull request petermetz#379 from dopry/altbeacon_2_14

    chore: upgrade altbeacon to 2.14

commit 4c8ed86
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Sat Jun 23 00:05:16 2018 -0400

    chore: upgrade altbeacon to 2.14

    require directly from jcenter so a local copy is no longer necessary.

commit 1a637b8
Merge: 928f9f4 7f5830b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Thu Jun 14 19:43:48 2018 -0400

    Merge branch 'alt_beacon_2_13_1' into petermetz_v3.x

commit 7f5830b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Mon Apr 23 20:53:52 2018 -0400

    chore: remove configuration inherited altbeacon AndroidManifest.xml

    Since AltBeacon is included as an dependency in grade through the `<framework />` tag
    its AndroidManifest.xml is included during builds. The plugin no longer needs to reconstruct the
    manifest simplifying manifest maintenance.

commit 9d0b818
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Fri Apr 13 16:54:50 2018 -0400

    chore: upgrade altbeacon to 2.13.1

    see: https://github.com/AltBeacon/android-beacon-library/releases

    2.13.1 Changelog

    * fix: incorrect immediateScanJobId meta-data name in manifest causing crash

    2.13 Changelog

    * feat: Add BluetoothMedic to fix crashing bluetooth stacks
    * feat: Allow configuring job ids
    * fix: Allow scans with screen off on Android 8.1

commit 928f9f4
Merge: 5f088cb 80e2f4b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Thu Jun 14 19:41:58 2018 -0400

    Merge branch 'beacons_crashing_android_8_1' into petermetz_v3.x

commit 80e2f4b
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Mon Apr 23 19:12:00 2018 -0400

    fix: add new permissions required for android 8

    In testing errors were thrown without these permissions.

    * BIND_JOB_SERVICE

    ```
    Unhandled Promise rejection: No such service
    ComponentInfo{com.sprygroup.automata/org.altbeacon.beacon.service.ScanJob} ; Zone: <root> ; Task: ; Value:
    No such service ComponentInfo{com.sprygroup.automata/org.altbeacon.beacon.service.ScanJob}
    ```

    * RECEIVE_BOOT_COMPLETED

    ```
    Unhandled Promise rejection: Error: requested job be persisted without holding
    RECEIVE_BOOT_COMPLETED permission. ; Zone: <root> ; Task: ; Value: Error: requested job be persisted without
    holding RECEIVE_BOOT_COMPLETED permission.
    ```

commit 5dc13b5
Author: Darrel O'Pry <darrel.opry@spry-group.com>
Date:   Fri Apr 13 16:30:09 2018 -0400

    fix: add reference to com.android.support.support-core-utils

    * including only core-utils to streamline size, 1.23MB smaller than support-v4
       in demo:  v4 size:  12.10MB, core-utils size: 10.87Mb

commit 5f088cb
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Sun Apr 22 20:45:55 2018 -0700

    release(v3.6.1)

commit 0e16c6a
Author: João Gonçalves <chuckynes@gmail.com>
Date:   Thu Jan 11 17:23:04 2018 +0000

    Removed eager queue resume

commit 202001f
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 23:07:41 2017 -0800

    release(v3.6.0)

commit 4553ee7
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 22:45:16 2017 -0800

    feat(BeaconRegion.js): On Android wild-card UUIDs are now allowed. iOS is still a no-go.

commit 094e449
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 21:45:07 2017 -0800

    release(v.3.5.6)

commit 98bbc57
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 21:29:22 2017 -0800

    patch(plugin.xml): fixes petermetz#322

    iOS 11 requires a new key in the plist for the messages regarding permissions. plugin.xml now declares this along with the others.

commit ecd7b11
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 20:57:17 2017 -0800

    release(v3.5.5)

commit a2d5da3
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 20:57:05 2017 -0800

    build(altbeacon.jar): upgrades AltBeacon to v2.12.4

commit 47ff8de
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 11:28:22 2017 -0800

    docs(FAQ.md): explanation for configuration changes in managed services

commit b162696
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Dec 25 11:02:02 2017 -0800

    release(v5.3.4)

commit 0239309
Author: KIHARA Hideto <deton@m1.interq.or.jp>
Date:   Sat Dec 23 12:40:36 2017 +0900

    Fix cordova build error on cordova-android@7.0.0

commit a9e47ac
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Fri Dec 22 22:19:53 2017 -0800

    release(v3.5.3)

commit fd39a69
Author: Michael de Wit <michael@drillster.com>
Date:   Tue Nov 7 10:15:56 2017 +0100

    Remove allowsBackgroundLocationUpdates from iOS LocationManager

commit cd57ea7
Author: Martin Grubinger <martin.grubinger@gmail.com>
Date:   Thu Sep 14 17:44:06 2017 +0200

    Update README.md

    add description on required background mode for advertising on iOS.
    fix typo in startAdvertising sample code.

commit 2eb091c
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Fri Sep 8 23:03:47 2017 -0700

    release(v3.5.2)

commit 477e59d
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Fri Sep 8 23:02:46 2017 -0700

    feat(android): BLE stop advertising implemented

commit 3bb2600
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 19:40:33 2017 -0700

    v3.5.1

commit bee8354
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 19:37:23 2017 -0700

    patch(android): fixing silly merge mistake

commit e3fe3d5
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 00:22:44 2017 -0700

    v3.5.0

commit a1ecd80
Merge: be63d3b 1f4b83b
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Wed Aug 23 00:06:28 2017 -0700

    Merge pull request petermetz#305 from 'CorvexConnectedSafety-lib2.11' into v3.x

commit 1f4b83b
Author: Shane McCarron <halindrome@gmail.com>
Date:   Wed Jul 5 09:44:37 2017 -0500

    Updated to version 1.11

    Added option to enable long scanning

commit 1f679d3
Author: Shane McCarron <halindrome@gmail.com>
Date:   Sat Jun 17 11:49:28 2017 -0500

    Upgraded altbeacon to 2.10

commit 90f4e7b
Author: Shane McCarron <halindrome@gmail.com>
Date:   Fri Jun 9 15:04:05 2017 -0500

    Added ability to set FORGROUND_SCAN_PERIOD from config.xml

commit e3fe391
Author: Shane McCarron <halindrome@gmail.com>
Date:   Fri Jun 9 09:31:31 2017 -0500

    Downgraded to 2.9.2

commit be63d3b
Author: Vincenzo Luongo <luongo.vincenzo.92@gmail.com>
Date:   Wed May 11 17:34:20 2016 +0200

    implemented beacontrasmit protocol with android >= 5.0

    implemented beacontrasmit protocol and valid with android >= 5.0

commit 9ff56b3
Author: Szekeres Bálint <szekeres.balint@hps.hu>
Date:   Wed Jan 25 14:03:20 2017 +0100

    added NSBluetoothPeripheralUsageDescription to plist file

commit c8a4052
Author: Joanna SanDretto <josandretto@gmail.com>
Date:   Wed Aug 23 01:44:28 2017 -0500

    Updating altbeacon library to version 2.9.2 (petermetz#277)

    * updating altbeacon library

    * Updating albeacon library to 2.9.2

commit 73c3cb6
Author: Julián Mesa Llopis <jmesa@sistel.es>
Date:   Wed Aug 23 08:10:35 2017 +0200

    Added SampleExpirationMilliseconds parameter. (petermetz#258)

    Adjusting the averaging filter time

commit 93562ce
Author: Rodrigo Graça <rodrigograca1993@gmail.com>
Date:   Mon Jun 13 16:16:20 2016 +0100

    Remove empty space

    There's two examples:
    "Start monitoring a single iBeacon" and "Start ranging a single iBeacon"
    They are pretty much the same thing except two diferences, one has "startMonitoringForRegion" and the other "startRangingBeaconsInRegion", and one had two more line breaks, this PR fixes that...

commit 77619d1
Merge: 4a432e2 4f1d3de
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Tue Aug 22 22:47:32 2017 -0700

    Merge pull request petermetz#237 from 'olegdizus-v3.x' into v3.x

commit 4f1d3de
Author: Oleg Dizus <olegdizus@gmail.com>
Date:   Fri May 20 11:28:37 2016 +0300

    Added foregroundScanPeriod parameter (+2 squashed commits)
    Squashed commits:
    [8e6fa83] Addd
    [0ab3144] Set foreground scan period

commit 4a432e2
Merge: 4d9aca1 c51a010
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Sat Apr 23 17:09:29 2016 +0100

    Merge pull request petermetz#225 from machty/patch-2

    Fix illegal console.error usage in README

commit c51a010
Author: Alex Matchneer <machty@gmail.com>
Date:   Fri Apr 22 15:37:57 2016 -0400

    Fix illegal console.error usage in README

    Passing `console.error` as a standalone function without calling `.bind()` on it first results in an `Illegal invocation` when you eventually call it. I opted instead to just wrap in a function for some of the mobile browsers that still don't implement `Function.bind`

commit 4d9aca1
Merge: 0bba495 b4ba3fe
Author: Peter (Somogyvari) Metz <peter.metz@unarin.com>
Date:   Mon Apr 4 09:20:07 2016 +0200

    Merge pull request petermetz#217 from Ritzlgrmft/patch-1

    Update FAQ.md

commit b4ba3fe
Author: Markus Wagner <me@markus.onmicrosoft.com>
Date:   Mon Apr 4 08:25:24 2016 +0200

    Update FAQ.md

    Empty lines added, because otherwise the preference was not displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants