status-react/scripts
Siddarth Kumar 92dcd1140b
refactor native modules into separate modules (#18385)
The native module : `react-native-status` has always been 1 big fat file per platform which contained all of the native modules.

In case of Android it was `StatusModule.java`
This commit modularises it & attempts to thin out this 1 big file into these categories:
- `AccountManager.java`
- `EncryptionUtils.java`
- `DatabaseManager.java`
- `UIHelper.java`
- `LogManager.java`
- `NetworkManager.java`
- `Utils.java`

In case of iOS it was `RCTStatus.m`
This commit modularises it & attempts to thin out this 1 big file into these categories:
- `AccountManager.m`
- `EncryptionUtils.m`
- `DatabaseManager.m`
- `UIHelper.m`
- `LogManager.m`
- `NetworkManager.m`
- `Utils.m`

In this commit we also remove a lot of unused native code which has no reference on cljs side.
2024-01-15 18:57:35 +05:30
..
hooks
lint refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
version
adb_devices_abis.sh run-android: set build abis depending on connected devices abis 2023-08-31 13:01:24 +02:00
build-android.sh nix: switch status-im config to env vars, cleanup 2023-08-07 14:50:36 +02:00
check-metro-shadow-process.sh improve make component-test robustness (#17743) 2023-10-26 23:24:23 +05:30
check-nix-shell.sh fix shebang for NixOS usage in scheck-nix-shell.sh 2023-10-18 22:17:25 +02:00
colors.sh
cut-release.sh
diawi-upload.mjs
encrypt-keychain.sh
fdroid-pr.sh
gen-random-passphrase.sh
generate-keystore.sh
inotify_fix.sh
list-pull-requests.sh
merge-pr.sh
pr-statistics.sh
sign-android.sh
start-react-native.sh upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30
update-status-go.sh
wait-for.sh