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

React native #49

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f8e06db
React.Native support (#49)
matti-ida Mar 10, 2021
6438c2e
Update README.md
matti-ida Mar 10, 2021
6bec63b
Merge branch 'master' into react-native
matti-ida Mar 10, 2021
e892a76
Merge branch 'master' into react-native
matti-ida Apr 13, 2021
79160c0
Update to SDK 3.4.7 (#53) (#54)
matti-ida Jun 16, 2021
f7b1708
Merge branch 'master' into react-native
matti-ida Sep 22, 2021
e02d0b6
Add leading {
beerbohmdo Sep 24, 2021
cb08b80
Missing { in package.json
matti-ida Sep 24, 2021
9006a46
Update 3.4.4 changelog
matti-ida Sep 24, 2021
721156d
Merge branch 'master' into react-native
matti-ida Feb 18, 2022
95e336a
Merge branch 'master' into react-native-sdk-3.5
matti-ida Aug 23, 2022
13db7ca
Update Android targetSdk version
matti-ida Aug 23, 2022
3d33cb7
Fix SDK status callback (#59)
matti-ida Aug 23, 2022
2e303f5
Fix Android check
matti-ida Aug 23, 2022
c50be95
Merge branch 'master' into react-native-sdk-3.5
matti-ida Aug 23, 2022
4423d39
Merge pull request #58 from IndoorAtlas/react-native-sdk-3.5
matti-ida Aug 23, 2022
a623ef0
Merge branch 'master' into react-native-sdk-3.6.3
matti-ida Jun 12, 2023
df99f0c
Update IndoorAtlas.framework -> IndoorAtlas.xcframework in podspec
matti-ida Jun 12, 2023
8a48592
Merge pull request #61 from IndoorAtlas/react-native-sdk-3.6.3
matti-ida Jun 13, 2023
4c9b859
Merge branch 'master' into react-native-sdk-3.6.4
matti-ida Oct 24, 2023
cd46517
Add workaround to support gradle/android build tools version 33
matti-ida Oct 25, 2023
836116c
Merge pull request #63 from IndoorAtlas/react-native-sdk-3.6.4
matti-ida Oct 25, 2023
4075741
Update IndoorAtlas SDKs to 3.6.6 (iOS) and 3.6.7 (Android) (#64) (#65)
matti-ida Dec 18, 2023
ea373e3
Merge branch 'master' into react-native-sdk-3.6.7
matti-ida Jan 8, 2024
1a338c9
Merge pull request #67 from IndoorAtlas/react-native-sdk-3.6.7
matti-ida Jan 8, 2024
117c558
Merge branch 'master' into react-native-sdk-3.6.9
matti-ida May 7, 2024
2a80856
Merge pull request #69 from IndoorAtlas/react-native-sdk-3.6.9
matti-ida May 7, 2024
3c5c40a
Merge branch 'master' into react-native
matti-ida May 8, 2024
948cff2
Radio scan callbacks (#70)
matti-ida May 13, 2024
a28d81e
Radio scan callbacks for React Native
matti-ida May 13, 2024
af52f82
Merge pull request #71 from IndoorAtlas/react-native-radio-scan-callb…
matti-ida May 13, 2024
0e94f17
Merge branch 'master' into react-native
matti-ida May 13, 2024
956221e
Merge branch 'master' into react-native
matti-ida Jun 13, 2024
6d7b71a
Use IA fork of RN-cordova library (#48)
gitjuba Aug 14, 2024
186c93d
Remove unncessary postinstall hack (#72)
matti-ida Aug 19, 2024
7776643
Update IndoorAtlas SDKs to 3.6.11 (#73)
matti-ida Aug 19, 2024
98ee3f1
Update changelog
matti-ida Aug 19, 2024
714b85b
Merge branch 'master' into react-native-sdk-3.6.11
matti-ida Aug 19, 2024
522a721
Merge pull request #74 from IndoorAtlas/react-native-sdk-3.6.11
matti-ida Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into react-native-sdk-3.6.7
  • Loading branch information
matti-ida committed Jan 8, 2024
commit ea373e3dd1c86cb6aa431b6e4a4101cb4b32e766
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.6.3 - January 2024
----------------
* Update IndoorAtlas SDKs to 3.6.7 (iOS) and 3.6.8 (Android)

Version 3.6.2 - December 2023
----------------
* Update IndoorAtlas SDKs to 3.6.6 (iOS) and 3.6.7 (Android)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-indooratlas",
"version": "3.6.2",
"version": "3.6.3",
"description": "React.Native plugin using IndoorAtlas SDK.",
"homepage": "https://github.com/indooratlas/cordova-plugin/tree/react-native",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-indooratlas"
version="3.6.2">
version="3.6.3">

<name>IndoorAtlas</name>
<description>IndoorAtlas Cordova Plugin.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {

dependencies {
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.indooratlas.android:indooratlas-android-sdk:3.6.7'
implementation 'com.indooratlas.android:indooratlas-android-sdk:3.6.8'
implementation 'com.facebook.react:react-native:+'
implementation project(':react-native-cordova')
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
You are viewing a condensed version of this merge commit. You can view the full changes here.