Commit Graph

86 Commits

Author SHA1 Message Date
killserver
bc46838d08
Merge pull request #54 from RVassili/main
fix android custom view not visible
2024-10-15 01:38:25 +03:00
VRezvoy
183f8f5e4f fix android custom block view not visible
On android, since android 11, onPause is now call after last ui update possible.
This causes the custom view blocking the screen to not be inserted in the
view hierarchy.
-> Use onWindowFocusChanged called when we can still update the UI
2024-10-10 18:34:13 +02:00
killer
50845d93f1 fix bob build 2024-06-02 23:46:27 +03:00
killer
368a58f822 Update tsconfig.json 2024-06-02 23:23:33 +03:00
killer
9c2b4a93e4 Update package.json 2024-06-02 22:47:45 +03:00
killer
e245cb95e3 fix imagePath for enableSecureView in android/ios/web 2024-06-02 22:47:33 +03:00
killserver
1463f0b047
Merge pull request #42 from meierrap/add-android-image-support
Add Android support to add image as background overlay
2024-06-02 22:36:39 +03:00
killserver
3c5302e871
Merge pull request #40 from rafagouveia/fix/crash-prevention-condition
fixed: Add condition to prevent crash
2024-05-29 01:56:52 +03:00
raphaelmeier
ed0a9919bc add support for android overlay image 2024-05-23 15:51:08 +02:00
Rafael Gomes
170aaece03 fixed: Add condition to prevent crash
Fixes an issue causing application crashes when passing a parameter to Java, by adding a condition to prevent this problem.
2024-04-01 20:25:29 -03:00
killer
22fb848088 Update package.json 2024-03-14 10:57:27 +02:00
killserver
26053c8bb5
Merge pull request #38 from kaladivo/main
Fix: nullPointerException when `getCurrentActivity()` returns null
2024-03-14 10:48:53 +02:00
killserver
4fbf330f0a
Merge pull request #37 from alalbuquerque22/patch-1
Update README.md w fix example
2024-03-14 10:48:12 +02:00
killserver
243590bbd7
Merge pull request #36 from marco-mumtak/support-images
Add support for images
2024-03-14 10:45:48 +02:00
David Novák
54e982eae1 fix: nullPointerException when getCurrentActivity() returns null 2024-01-25 07:18:52 +01:00
Andre Albuquerque
6190936e24
Update README.md w fix example
fix the usage example
2024-01-16 17:47:07 -03:00
bert1337
7f8f8fb001
add support for images url on enable 2024-01-09 16:53:45 +01:00
killer
65255ce9f5 Update package.json 2023-10-05 00:17:20 +03:00
killserver
f5b659e68b
Merge pull request #30 from empiretylh/main-1
Fixed Wrong Android Installation Setup
2023-10-04 23:35:15 +03:00
killer
b9c21446a0 update version
thx @Nikooos of help fix bug in ios 17+
2023-10-04 23:31:44 +03:00
killserver
5c96888d23
Merge pull request #31 from Nikooos/patch-1
iOS17 fix prevent taking screenshots
2023-10-04 23:28:11 +03:00
Nico Martens
e907d64804
iOS17 fix
from iOS17 we need to change this to the last object to prevent screenshotting.
2023-09-27 13:14:42 +02:00
Thura Lin Htut
d15773ff79
Fixed Wrong Android Installation Setup
Fixed wrong android installation setup for lastest version of react native
2023-08-21 23:32:33 +06:30
killer
abfb4ba6e9 fix package.json. fix logic for android 2023-06-29 23:28:49 +03:00
killer
872edcc120 fix files load 2023-06-23 10:58:09 +03:00
killer
ac8fe122f7 fix files load 2023-06-23 10:57:40 +03:00
killer
aa08ac2846 fix files load 2023-06-23 10:55:07 +03:00
killer
51fdb05513 fix files load 2023-06-23 10:33:27 +03:00
killer
f4e139ea71 fix files load 2023-06-23 10:05:53 +03:00
killer
acf7aeb469 fix podspec 2023-06-20 00:55:26 +03:00
killer
4caf8366a5 update 1.1.3
- remove windows module(not work correct)
- fix ios disable secure view
2023-06-16 16:58:34 +03:00
killer
307e120986 update 1.1.3
- remove windows module(not work correct)
- fix ios disable secure view
2023-06-16 16:54:24 +03:00
killer
ca95dabef7 Update package.json 2023-05-07 21:57:58 +03:00
killer
06837de537 try implement windows module 2023-05-07 21:56:22 +03:00
killer
33771637ae fix version 2023-03-14 02:10:12 +02:00
killer
7117f34ea3 Update package.json 2023-03-14 02:09:49 +02:00
killserver
de49a0aa84
Merge pull request #15 from OmarHakim1/main
Fix issue in iOS
2023-03-14 01:54:39 +02:00
OmarHakim1
c120849f01 Update RNScreenshotPrevent.m 2023-03-13 12:09:03 +02:00
OmarHakim1
dd9fa81dc0 Fix issue in iOS
- Fix issue if tried to take screenshots at 2 secured screen it will secure all the screens
2023-03-13 12:03:56 +02:00
killer
48f1e339cc fix activity in android 2023-03-09 17:29:03 +02:00
killer
3fa140b1f4 fix bug in build on android 2023-03-09 14:52:31 +02:00
killer
c0bcdc3bf1 fix support web/call addListener 2023-03-07 12:57:11 +02:00
killer
7bcfc90948 Update README.md 2023-03-07 12:42:50 +02:00
killer
a39b9bc2ce Update README.md 2023-03-07 12:42:01 +02:00
killer
4116110d77 Update package.json 2023-03-07 12:18:52 +02:00
killer
533c6e2e79 commulative update
fix work android method called in ios. add support web. fix README
2023-03-07 12:18:26 +02:00
killer
ea7f16d46f fix error not found activity on android 2023-03-07 12:03:03 +02:00
killserver
e8e110c0d0
Merge pull request #13 from smbryar/disableSecureViewExport
Add disableSecureView to the index.d.ts
2023-03-04 14:51:02 +02:00
Saoirse Bryar
c54c642ff8 Add disableSecureView to the index.d.ts 2023-03-03 14:13:38 +00:00
killer
4f3313547e Update package.json 2023-02-26 19:10:58 +02:00