Commit Graph

27 Commits

Author SHA1 Message Date
Ajay Sivan 264dc0654a
chore: Android BlurView upgraded to 2.0.3 (#3)
Author: Ajay Sivan <ajayesivan@gmail.com>
2023-05-09 13:34:19 +05:30
Mohamed Javid f89f1ecad4 Update BlurViewManagerImpl.java with patch 2023-03-22 22:15:17 +05:30
Parvesh Monu ec607e5265
Update build.gradle 2023-01-14 02:53:39 +05:30
Gianluca Spada 2fcc595bc3 feat: Add Fabric support (#493)
* build(deps): update react-native

* feat: codegen setup for BlurView component

* feat: add basic Fabric component for BlurView (iOS)

* feat(iOS): implement updateProps Fabric method

* feat(iOS): migrate VibrancyView

* feat(Android): add code for new and old architecture

* chore: update dependencies and example app

* fix(iOS): interface VibrancyViewComponentView

* refactor: separate codegen specs by platform

* refactor: rename Android component file to avoid a bug in Codegen

* refactor: delete/rename files

* refactor: conditionally include Fabric code in the original views

* refactor: remove unnecessary code in build.gradle
2022-11-03 17:50:33 +01:00
Artur Y 6273292c9e
fix(android): build issue on compileSdkVersion < 31 (#485) 2022-08-03 16:13:55 +02:00
simonbothen-radinn c99d90511a
feat: extend android properties (#481) 2022-07-29 11:28:02 +02:00
Thibault Malbranche af4974a394
feat: update android blurview to 2.0.2 (#478)
* feat: update android blurview to 2.0.2

* chore: release 4.1.0
2022-07-22 13:40:58 +02:00
Thibault Malbranche 3c3cbe3527
refactor: typescript, hooks, build.gradle & podspec fixes and moved to bob (#476)
* Migrated code to typescript thanks to @YanislavSpaceIQ 
* Refactored everything to use https://github.com/callstack/react-native-builder-bob
* Fix podfile dependency on "React"
* Fix build.gradle issues with jcenter

Co-authored-by: YanisSpaceIQ <yanislav.konashchuk@spaceiq.com>
2022-07-21 13:19:30 +02:00
Mrinal Maheshwari 6231655f96
added mavenCentral() for gradle builds (#418) 2022-05-09 10:45:11 -04:00
Jascha 70c7d2ccca
Fix multiple blur view issues (#411)
Co-authored-by: Jascha Kanngiesser <jascha.kanngiesser@sap.com>
2021-04-26 23:22:53 +01:00
Mikael Sand 9b5ffd1496
Merge pull request #360 from kontist/renderscript-support-library-remains
Remove RenderScript Support Library remains
2020-04-08 14:45:33 +03:00
Mikael Sand 0ad8a535bd
Merge pull request #354 from SaeedZhiany/patch-1
Load Android Gradle Plugin conditionally
2020-04-08 14:45:09 +03:00
David Guerin 47a199ef98
Feat/eightbitlab blurview (#358)
* Update build.gradle

* Update build.gradle

* feat(android-blurview): migrate to com.eightbitlab.blurview

* fix(types): proptypes and typescript

- removed viewRef references

* fix(offset): fixing offset on android

* feat(harmonized-behavior): blurview can now have children on android

- Same behavior on iOS and Android now

* Update BlurView.android.js

* Update index.js.flow

* Create App.js

* Delete App.android.js

* Delete App.ios.js

* Update README.md
2020-03-04 17:46:11 +00:00
Jakob Krigovsky 5e5fc2f30d Remove RenderScript Support Library remains
Since 7dc337ab1b, we use the native (android.renderscript) APIs anyway. See also https://developer.android.com/guide/topics/renderscript/compute#access-rs-apis.
2020-03-02 11:48:24 +01:00
SaeedZhiany 2d4c8cf5c4
Load Android Gradle Plugin conditionally
Also, bumped default gradle configs versions
2020-02-12 10:25:28 +03:30
Mikael Sand fcba6ea8b7 chore: fix linting 2019-11-09 00:48:08 +02:00
deepanshujain 7dc337ab1b android x changes 2019-07-06 15:40:10 +05:30
Nicolas Charpentier c0f33b951d
Regenerate example app (#303) 2019-03-26 14:52:44 -04:00
rmevans9 fbb427502e Make this work with RN 56 (#283)
* Make this work with RN 56

* Don't forget to checkin the method too...
2019-03-26 13:50:39 -04:00
Chintan Parikh aca380cee5 Fixes a NullPointerException that crashes the app (#236)
* Fix NullPointerException

* Fix syntax error
2017-11-09 13:11:38 +01:00
Kesha Antonov cc0f3c4f23 upd build tools (#239)
* upd build tools

* Update build.gradle
2017-10-15 23:16:05 +02:00
Alexey 60cc1f611f Update BlurViewPackage.java 2017-08-08 11:58:32 +02:00
Nathan Broadbent e32ab5f1e0 Make API consistent for Android and iOS, so can use `blurAmount` and `blurType` on both. 2017-04-17 23:17:01 +07:00
Nathan Broadbent 90bcaf7786 Fixed react-native dependency to work with any version from the parent project 2017-04-14 21:50:10 +07:00
Nathan Broadbent cf2e7348b8 Added proper error messages when using BlurView incorrectly, and updated README. 2017-04-11 16:47:43 +07:00
Nathan Broadbent a0802c0e99 Fixed blur on Android 2017-04-10 23:55:58 +07:00
Connor McEwen 475c029909 Add android support for BlurView 2016-06-13 15:55:46 -04:00