@functionland/react-native-fula 1.14.2 → 1.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -21
- package/android/build.gradle +90 -50
- package/android/gradle.properties +5 -1
- package/android/src/main/AndroidManifest.xml +3 -4
- package/android/src/main/AndroidManifestNew.xml +2 -0
- package/android/src/main/java/land/fx/fula/ConfigRef.java +7 -7
- package/android/src/main/java/land/fx/fula/Cryptography.java +62 -62
- package/android/src/main/java/land/fx/fula/FulaModule.java +1466 -1466
- package/android/src/main/java/land/fx/fula/FulaPackage.java +32 -32
- package/android/src/main/java/land/fx/fula/SharedPreferenceHelper.java +65 -65
- package/android/src/main/java/land/fx/fula/StaticHelper.java +13 -13
- package/android/src/main/java/land/fx/fula/ThreadUtils.java +42 -42
- package/ios/Cryptography.swift +36 -0
- package/ios/Fula-Bridging-Header.h +3 -0
- package/ios/Fula.mm +199 -0
- package/ios/Fula.swift +1152 -0
- package/ios/{FulaModule.xcodeproj → Fula.xcodeproj}/project.pbxproj +38 -16
- package/ios/Fula.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- package/ios/Fula.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/ios/Fula.xcodeproj/project.xcworkspace/xcuserdata/user246549.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/Fula.xcodeproj/xcuserdata/user246549.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
- package/ios/UserDataHelper.swift +143 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/interfaces/api-lookup.js +266 -266
- package/lib/commonjs/interfaces/api-lookup.js.map +1 -1
- package/lib/commonjs/interfaces/fulaNativeModule.js.map +1 -1
- package/lib/commonjs/protocols/blockchain.js +64 -64
- package/lib/commonjs/protocols/blockchain.js.map +1 -1
- package/lib/commonjs/protocols/chain-api.js +10 -0
- package/lib/commonjs/protocols/chain-api.js.map +1 -1
- package/lib/commonjs/protocols/fula.js +99 -99
- package/lib/commonjs/protocols/fula.js.map +1 -1
- package/lib/commonjs/protocols/fxblox.js +3 -3
- package/lib/commonjs/protocols/fxblox.js.map +1 -1
- package/lib/commonjs/types/blockchain.js.map +1 -1
- package/lib/commonjs/types/fxblox.js.map +1 -1
- package/lib/module/index.js +4 -8
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/api-lookup.js +266 -266
- package/lib/module/interfaces/api-lookup.js.map +1 -1
- package/lib/module/interfaces/fulaNativeModule.js.map +1 -1
- package/lib/module/protocols/blockchain.js +64 -64
- package/lib/module/protocols/blockchain.js.map +1 -1
- package/lib/module/protocols/chain-api.js +8 -0
- package/lib/module/protocols/chain-api.js.map +1 -1
- package/lib/module/protocols/fula.js +99 -99
- package/lib/module/protocols/fula.js.map +1 -1
- package/lib/module/protocols/fxblox.js +3 -3
- package/lib/module/protocols/fxblox.js.map +1 -1
- package/lib/module/types/blockchain.js.map +1 -1
- package/lib/module/types/fxblox.js.map +1 -1
- package/lib/typescript/index.d.ts +5 -4
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/interfaces/api-lookup.d.ts +1644 -1643
- package/lib/typescript/interfaces/api-lookup.d.ts.map +1 -0
- package/lib/typescript/interfaces/fulaNativeModule.d.ts +62 -61
- package/lib/typescript/interfaces/fulaNativeModule.d.ts.map +1 -0
- package/lib/typescript/protocols/blockchain.d.ts +18 -17
- package/lib/typescript/protocols/blockchain.d.ts.map +1 -0
- package/lib/typescript/protocols/chain-api.d.ts +7 -6
- package/lib/typescript/protocols/chain-api.d.ts.map +1 -0
- package/lib/typescript/protocols/fula.d.ts +132 -131
- package/lib/typescript/protocols/fula.d.ts.map +1 -0
- package/lib/typescript/protocols/fxblox.d.ts +8 -7
- package/lib/typescript/protocols/fxblox.d.ts.map +1 -0
- package/lib/typescript/types/blockchain.d.ts +69 -68
- package/lib/typescript/types/blockchain.d.ts.map +1 -0
- package/lib/typescript/types/fxblox.d.ts +9 -8
- package/lib/typescript/types/fxblox.d.ts.map +1 -0
- package/package.json +43 -28
- package/react-native-fula.podspec +47 -19
- package/src/index.tsx +4 -4
- package/src/interfaces/api-lookup.ts +1647 -1647
- package/src/interfaces/fulaNativeModule.ts +122 -122
- package/src/protocols/blockchain.ts +504 -504
- package/src/protocols/chain-api.ts +8 -0
- package/src/protocols/fula.ts +314 -314
- package/src/protocols/fxblox.ts +49 -49
- package/src/types/blockchain.ts +80 -80
- package/src/types/fxblox.ts +8 -8
- package/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
- package/android/.gradle/7.5.1/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.5.1/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.5.1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.5.1/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.5.1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.5.1/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.5.1/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/7.5.1/gc.properties +0 -0
- package/android/.gradle/7.6/checksums/checksums.lock +0 -0
- package/android/.gradle/7.6/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.6/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.6/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.6/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.6/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.6/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.6/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.6/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.6/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.6/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/7.6/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -20
- package/android/.idea/jarRepositories.xml +0 -50
- package/android/.idea/misc.xml +0 -10
- package/android/.idea/sonarlint/issuestore/2/a/2afbb999f001938c88fa43fc2ef52abf0f8213e4 +0 -0
- package/android/.idea/sonarlint/issuestore/2/e/2e09eb0f0df666781fdff057a0af6101364ebe2f +0 -0
- package/android/.idea/sonarlint/issuestore/6/2/62149c3f7c3a14d7a77778e558d274e8c00a5585 +0 -0
- package/android/.idea/sonarlint/issuestore/8/0/80a78d662b0659428eb880336106c3c5fc3f0714 +0 -0
- package/android/.idea/sonarlint/issuestore/d/2/d2865ef8fc01c40e9fd82977fde2c8378fad0b12 +0 -0
- package/android/.idea/sonarlint/issuestore/f/b/fbe448ebfc3eb2d4e308f6b8b043666f5b57235e +0 -0
- package/android/.idea/sonarlint/issuestore/index.pb +0 -13
- package/android/.idea/sonarlint/securityhotspotstore/2/a/2afbb999f001938c88fa43fc2ef52abf0f8213e4 +0 -0
- package/android/.idea/sonarlint/securityhotspotstore/2/e/2e09eb0f0df666781fdff057a0af6101364ebe2f +0 -0
- package/android/.idea/sonarlint/securityhotspotstore/6/2/62149c3f7c3a14d7a77778e558d274e8c00a5585 +0 -0
- package/android/.idea/sonarlint/securityhotspotstore/8/0/80a78d662b0659428eb880336106c3c5fc3f0714 +0 -0
- package/android/.idea/sonarlint/securityhotspotstore/d/2/d2865ef8fc01c40e9fd82977fde2c8378fad0b12 +0 -0
- package/android/.idea/sonarlint/securityhotspotstore/f/b/fbe448ebfc3eb2d4e308f6b8b043666f5b57235e +0 -0
- package/android/.idea/sonarlint/securityhotspotstore/index.pb +0 -13
- package/android/.idea/vcs.xml +0 -6
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/android/gradlew +0 -291
- package/android/gradlew.bat +0 -91
- package/android/local.properties +0 -8
- package/ios/FulaModule.h +0 -10
- package/ios/FulaModule.m +0 -149
package/src/protocols/fxblox.ts
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import Fula from '../interfaces/fulaNativeModule';
|
|
2
|
-
import type * as BType from '../types/fxblox';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* send a command to Blox hardware to remove all save wifis.
|
|
6
|
-
* @returns json{status:true if success, false if fails; msg: error message or success log}
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export const wifiRemoveall = (): Promise<BType.wifiRemoveallResponse> => {
|
|
10
|
-
console.log('wifiRemoveall in react-native started');
|
|
11
|
-
let res = Fula.wifiRemoveall()
|
|
12
|
-
.then((res) => {
|
|
13
|
-
try {
|
|
14
|
-
let jsonRes: BType.wifiRemoveallResponse = JSON.parse(res);
|
|
15
|
-
return jsonRes;
|
|
16
|
-
} catch (e) {
|
|
17
|
-
try {
|
|
18
|
-
return JSON.parse(res);
|
|
19
|
-
} catch (e) {
|
|
20
|
-
return res;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
})
|
|
24
|
-
.catch((err) => {
|
|
25
|
-
return err;
|
|
26
|
-
});
|
|
27
|
-
return res;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export const reboot = (): Promise<BType.rebootResponse> => {
|
|
31
|
-
console.log('reboot in react-native started');
|
|
32
|
-
let res = Fula.reboot()
|
|
33
|
-
.then((res) => {
|
|
34
|
-
try {
|
|
35
|
-
let jsonRes: BType.rebootResponse = JSON.parse(res);
|
|
36
|
-
return jsonRes;
|
|
37
|
-
} catch (e) {
|
|
38
|
-
try {
|
|
39
|
-
return JSON.parse(res);
|
|
40
|
-
} catch (e) {
|
|
41
|
-
return res;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
})
|
|
45
|
-
.catch((err) => {
|
|
46
|
-
return err;
|
|
47
|
-
});
|
|
48
|
-
return res;
|
|
49
|
-
};
|
|
1
|
+
import Fula from '../interfaces/fulaNativeModule';
|
|
2
|
+
import type * as BType from '../types/fxblox';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* send a command to Blox hardware to remove all save wifis.
|
|
6
|
+
* @returns json{status:true if success, false if fails; msg: error message or success log}
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export const wifiRemoveall = (): Promise<BType.wifiRemoveallResponse> => {
|
|
10
|
+
console.log('wifiRemoveall in react-native started');
|
|
11
|
+
let res = Fula.wifiRemoveall()
|
|
12
|
+
.then((res) => {
|
|
13
|
+
try {
|
|
14
|
+
let jsonRes: BType.wifiRemoveallResponse = JSON.parse(res);
|
|
15
|
+
return jsonRes;
|
|
16
|
+
} catch (e) {
|
|
17
|
+
try {
|
|
18
|
+
return JSON.parse(res);
|
|
19
|
+
} catch (e) {
|
|
20
|
+
return res;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
})
|
|
24
|
+
.catch((err) => {
|
|
25
|
+
return err;
|
|
26
|
+
});
|
|
27
|
+
return res;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export const reboot = (): Promise<BType.rebootResponse> => {
|
|
31
|
+
console.log('reboot in react-native started');
|
|
32
|
+
let res = Fula.reboot()
|
|
33
|
+
.then((res) => {
|
|
34
|
+
try {
|
|
35
|
+
let jsonRes: BType.rebootResponse = JSON.parse(res);
|
|
36
|
+
return jsonRes;
|
|
37
|
+
} catch (e) {
|
|
38
|
+
try {
|
|
39
|
+
return JSON.parse(res);
|
|
40
|
+
} catch (e) {
|
|
41
|
+
return res;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
})
|
|
45
|
+
.catch((err) => {
|
|
46
|
+
return err;
|
|
47
|
+
});
|
|
48
|
+
return res;
|
|
49
|
+
};
|
package/src/types/blockchain.ts
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
export interface SeededResponse {
|
|
2
|
-
seed: string;
|
|
3
|
-
account: string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export interface AccountExistsResponse {
|
|
7
|
-
account: string;
|
|
8
|
-
exists: boolean;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface PoolCreateResponse {
|
|
12
|
-
owner: string;
|
|
13
|
-
poolID: number;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export interface PoolJoinResponse {
|
|
17
|
-
account: string;
|
|
18
|
-
poolID: number;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface PoolCancelJoinResponse {
|
|
22
|
-
account: string;
|
|
23
|
-
poolID: number;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export interface PoolRequestsResponse {
|
|
27
|
-
poolRequests: PoolRequest[];
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export interface PoolListResponse {
|
|
31
|
-
pools: Pool[];
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export interface PoolVoteResponse {
|
|
35
|
-
account: string;
|
|
36
|
-
poolID: number;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface PoolLeaveResponse {
|
|
40
|
-
account: string;
|
|
41
|
-
poolID: number;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export interface ManifestUploadResponse {
|
|
45
|
-
uploader: string;
|
|
46
|
-
storage: string[];
|
|
47
|
-
manifestMetadata: ManifestMetadata;
|
|
48
|
-
poolID: number;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export interface PoolRequest {
|
|
52
|
-
poolID: number;
|
|
53
|
-
account: string;
|
|
54
|
-
voted: string[];
|
|
55
|
-
positiveVotes: number;
|
|
56
|
-
peerID: string;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export interface Pool {
|
|
60
|
-
poolID: number;
|
|
61
|
-
owner: string;
|
|
62
|
-
poolName: string;
|
|
63
|
-
parent: string;
|
|
64
|
-
participants: string[];
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export interface ManifestMetadata {
|
|
68
|
-
job: ManifestJob;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export interface ManifestJob {
|
|
72
|
-
work: string;
|
|
73
|
-
engine: string;
|
|
74
|
-
uri: string;
|
|
75
|
-
}
|
|
76
|
-
export interface BloxFreeSpaceResponse {
|
|
77
|
-
size: number;
|
|
78
|
-
avail: number;
|
|
79
|
-
used: number;
|
|
80
|
-
used_percentage: number;
|
|
1
|
+
export interface SeededResponse {
|
|
2
|
+
seed: string;
|
|
3
|
+
account: string;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface AccountExistsResponse {
|
|
7
|
+
account: string;
|
|
8
|
+
exists: boolean;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface PoolCreateResponse {
|
|
12
|
+
owner: string;
|
|
13
|
+
poolID: number;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface PoolJoinResponse {
|
|
17
|
+
account: string;
|
|
18
|
+
poolID: number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface PoolCancelJoinResponse {
|
|
22
|
+
account: string;
|
|
23
|
+
poolID: number;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface PoolRequestsResponse {
|
|
27
|
+
poolRequests: PoolRequest[];
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface PoolListResponse {
|
|
31
|
+
pools: Pool[];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface PoolVoteResponse {
|
|
35
|
+
account: string;
|
|
36
|
+
poolID: number;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface PoolLeaveResponse {
|
|
40
|
+
account: string;
|
|
41
|
+
poolID: number;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface ManifestUploadResponse {
|
|
45
|
+
uploader: string;
|
|
46
|
+
storage: string[];
|
|
47
|
+
manifestMetadata: ManifestMetadata;
|
|
48
|
+
poolID: number;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface PoolRequest {
|
|
52
|
+
poolID: number;
|
|
53
|
+
account: string;
|
|
54
|
+
voted: string[];
|
|
55
|
+
positiveVotes: number;
|
|
56
|
+
peerID: string;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface Pool {
|
|
60
|
+
poolID: number;
|
|
61
|
+
owner: string;
|
|
62
|
+
poolName: string;
|
|
63
|
+
parent: string;
|
|
64
|
+
participants: string[];
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface ManifestMetadata {
|
|
68
|
+
job: ManifestJob;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface ManifestJob {
|
|
72
|
+
work: string;
|
|
73
|
+
engine: string;
|
|
74
|
+
uri: string;
|
|
75
|
+
}
|
|
76
|
+
export interface BloxFreeSpaceResponse {
|
|
77
|
+
size: number;
|
|
78
|
+
avail: number;
|
|
79
|
+
used: number;
|
|
80
|
+
used_percentage: number;
|
|
81
81
|
}
|
package/src/types/fxblox.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface wifiRemoveallResponse {
|
|
2
|
-
status: boolean;
|
|
3
|
-
msg: string;
|
|
4
|
-
}
|
|
5
|
-
export interface rebootResponse {
|
|
6
|
-
status: boolean;
|
|
7
|
-
msg: string;
|
|
8
|
-
}
|
|
1
|
+
export interface wifiRemoveallResponse {
|
|
2
|
+
status: boolean;
|
|
3
|
+
msg: string;
|
|
4
|
+
}
|
|
5
|
+
export interface rebootResponse {
|
|
6
|
+
status: boolean;
|
|
7
|
+
msg: string;
|
|
8
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/android/.idea/gradle.xml
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
4
|
-
<component name="GradleSettings">
|
|
5
|
-
<option name="linkedExternalProjectsSettings">
|
|
6
|
-
<GradleProjectSettings>
|
|
7
|
-
<option name="testRunner" value="GRADLE" />
|
|
8
|
-
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
9
|
-
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
10
|
-
<option name="gradleHome" value="$PROJECT_DIR$/../../../../../../Gradle/gradle-7.6" />
|
|
11
|
-
<option name="gradleJvm" value="jbr-17" />
|
|
12
|
-
<option name="modules">
|
|
13
|
-
<set>
|
|
14
|
-
<option value="$PROJECT_DIR$" />
|
|
15
|
-
</set>
|
|
16
|
-
</option>
|
|
17
|
-
</GradleProjectSettings>
|
|
18
|
-
</option>
|
|
19
|
-
</component>
|
|
20
|
-
</project>
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="RemoteRepositoriesConfiguration">
|
|
4
|
-
<remote-repository>
|
|
5
|
-
<option name="id" value="central" />
|
|
6
|
-
<option name="name" value="Maven Central repository" />
|
|
7
|
-
<option name="url" value="https://repo1.maven.org/maven2" />
|
|
8
|
-
</remote-repository>
|
|
9
|
-
<remote-repository>
|
|
10
|
-
<option name="id" value="jboss.community" />
|
|
11
|
-
<option name="name" value="JBoss Community repository" />
|
|
12
|
-
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
|
13
|
-
</remote-repository>
|
|
14
|
-
<remote-repository>
|
|
15
|
-
<option name="id" value="MavenRepo" />
|
|
16
|
-
<option name="name" value="MavenRepo" />
|
|
17
|
-
<option name="url" value="https://repo.maven.apache.org/maven2/" />
|
|
18
|
-
</remote-repository>
|
|
19
|
-
<remote-repository>
|
|
20
|
-
<option name="id" value="maven" />
|
|
21
|
-
<option name="name" value="maven" />
|
|
22
|
-
<option name="url" value="file:/$PROJECT_DIR$/../node_modules/react-native/android" />
|
|
23
|
-
</remote-repository>
|
|
24
|
-
<remote-repository>
|
|
25
|
-
<option name="id" value="MavenLocal" />
|
|
26
|
-
<option name="name" value="MavenLocal" />
|
|
27
|
-
<option name="url" value="file:/$USER_HOME$/.m2/repository/" />
|
|
28
|
-
</remote-repository>
|
|
29
|
-
<remote-repository>
|
|
30
|
-
<option name="id" value="BintrayJCenter" />
|
|
31
|
-
<option name="name" value="BintrayJCenter" />
|
|
32
|
-
<option name="url" value="https://jcenter.bintray.com/" />
|
|
33
|
-
</remote-repository>
|
|
34
|
-
<remote-repository>
|
|
35
|
-
<option name="id" value="Google" />
|
|
36
|
-
<option name="name" value="Google" />
|
|
37
|
-
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
|
|
38
|
-
</remote-repository>
|
|
39
|
-
<remote-repository>
|
|
40
|
-
<option name="id" value="maven2" />
|
|
41
|
-
<option name="name" value="maven2" />
|
|
42
|
-
<option name="url" value="https://jitpack.io" />
|
|
43
|
-
</remote-repository>
|
|
44
|
-
<remote-repository>
|
|
45
|
-
<option name="id" value="maven" />
|
|
46
|
-
<option name="name" value="maven" />
|
|
47
|
-
<option name="url" value="file:/$PROJECT_DIR$/../node_modules/react-native/android/" />
|
|
48
|
-
</remote-repository>
|
|
49
|
-
</component>
|
|
50
|
-
</project>
|
package/android/.idea/misc.xml
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
4
|
-
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
|
|
5
|
-
<output url="file://$PROJECT_DIR$/build/classes" />
|
|
6
|
-
</component>
|
|
7
|
-
<component name="ProjectType">
|
|
8
|
-
<option name="id" value="Android" />
|
|
9
|
-
</component>
|
|
10
|
-
</project>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Y
|
|
3
|
-
)src/main/java/land/fx/fula/ConfigRef.java,d\2\d2865ef8fc01c40e9fd82977fde2c8378fad0b12
|
|
4
|
-
f
|
|
5
|
-
6src/main/java/land/fx/fula/SharedPreferenceHelper.java,2\e\2e09eb0f0df666781fdff057a0af6101364ebe2f
|
|
6
|
-
[
|
|
7
|
-
+src/main/java/land/fx/fula/FulaPackage.java,6\2\62149c3f7c3a14d7a77778e558d274e8c00a5585
|
|
8
|
-
X
|
|
9
|
-
(gradle/wrapper/gradle-wrapper.properties,f\b\fbe448ebfc3eb2d4e308f6b8b043666f5b57235e
|
|
10
|
-
A
|
|
11
|
-
gradle.properties,2\a\2afbb999f001938c88fa43fc2ef52abf0f8213e4
|
|
12
|
-
\
|
|
13
|
-
,src/main/java/land/fx/fula/StaticHelper.java,8\0\80a78d662b0659428eb880336106c3c5fc3f0714
|
package/android/.idea/sonarlint/securityhotspotstore/2/a/2afbb999f001938c88fa43fc2ef52abf0f8213e4
DELETED
|
File without changes
|
package/android/.idea/sonarlint/securityhotspotstore/2/e/2e09eb0f0df666781fdff057a0af6101364ebe2f
DELETED
|
File without changes
|
package/android/.idea/sonarlint/securityhotspotstore/6/2/62149c3f7c3a14d7a77778e558d274e8c00a5585
DELETED
|
File without changes
|
package/android/.idea/sonarlint/securityhotspotstore/8/0/80a78d662b0659428eb880336106c3c5fc3f0714
DELETED
|
File without changes
|
package/android/.idea/sonarlint/securityhotspotstore/d/2/d2865ef8fc01c40e9fd82977fde2c8378fad0b12
DELETED
|
File without changes
|
package/android/.idea/sonarlint/securityhotspotstore/f/b/fbe448ebfc3eb2d4e308f6b8b043666f5b57235e
DELETED
|
File without changes
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Y
|
|
3
|
-
)src/main/java/land/fx/fula/ConfigRef.java,d\2\d2865ef8fc01c40e9fd82977fde2c8378fad0b12
|
|
4
|
-
f
|
|
5
|
-
6src/main/java/land/fx/fula/SharedPreferenceHelper.java,2\e\2e09eb0f0df666781fdff057a0af6101364ebe2f
|
|
6
|
-
[
|
|
7
|
-
+src/main/java/land/fx/fula/FulaPackage.java,6\2\62149c3f7c3a14d7a77778e558d274e8c00a5585
|
|
8
|
-
X
|
|
9
|
-
(gradle/wrapper/gradle-wrapper.properties,f\b\fbe448ebfc3eb2d4e308f6b8b043666f5b57235e
|
|
10
|
-
A
|
|
11
|
-
gradle.properties,2\a\2afbb999f001938c88fa43fc2ef52abf0f8213e4
|
|
12
|
-
\
|
|
13
|
-
,src/main/java/land/fx/fula/StaticHelper.java,8\0\80a78d662b0659428eb880336106c3c5fc3f0714
|
package/android/.idea/vcs.xml
DELETED
|
Binary file
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
#Wed Nov 16 15:32:27 EST 2022
|
|
2
|
-
distributionBase=GRADLE_USER_HOME
|
|
3
|
-
distributionPath=wrapper/dists
|
|
4
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
|
|
5
|
-
zipStoreBase=GRADLE_USER_HOME
|
|
6
|
-
zipStorePath=wrapper/dists
|
|
7
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
|