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

Content Rating API #328

Open
wants to merge 101 commits into
base: 1.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
736ac7a
update example to react-native 0.46
koenpunt Jul 6, 2017
2986dc4
reimplement PublisherBanner for iOS
koenpunt Jul 9, 2017
86f2f0d
remove initWithEventDispatcher
koenpunt Jul 9, 2017
2d548fd
add examples for multisize and events
koenpunt Jul 9, 2017
e66813a
add example for adSize="fluid" (not working tho)
koenpunt Jul 9, 2017
87cbc8b
export adSize as GADAdSize
koenpunt Jul 10, 2017
ae4702d
remove explicit proptype passing
koenpunt Jul 10, 2017
519a012
reimplement AdMobBanner like PublisherBanner (iOS)
koenpunt Jul 10, 2017
18e3715
add example for AdMobBanner
koenpunt Jul 10, 2017
6620a22
cleanup implementation and naming normalisation
koenpunt Jul 10, 2017
aebb242
add AdMobBanner.simulatorId
koenpunt Jul 10, 2017
ab200da
update event handling for rewarded video
koenpunt Jul 11, 2017
b4a87ac
update event handling for interstitials
koenpunt Jul 13, 2017
a50421f
add example for interstitial
koenpunt Jul 13, 2017
e5898bd
update `testDeviceID` prop to to `testDevices` [android]
koenpunt Jul 13, 2017
92b8192
bannerSize => adSize [android]
koenpunt Jul 13, 2017
532e9c8
unify android and ios example
koenpunt Jul 13, 2017
087acc2
export loadBanner command
koenpunt Jul 14, 2017
19e389a
make basic PublisherBanner work again on android
koenpunt Jul 14, 2017
9e33414
add beta tag
koenpunt Aug 1, 2017
a06719a
disable code minification
koenpunt Aug 1, 2017
990d5c7
fix null pointer exception when no adsize is set
koenpunt Aug 1, 2017
8a4efe7
implement admob banner the same as publisherbanner
koenpunt Aug 1, 2017
6ad1efd
dispatch onSizeChange on ad receive
koenpunt Aug 1, 2017
a4d2bdd
tag as 2.0.0 alpha
koenpunt Aug 1, 2017
082b400
ReadableArray.toArrayList is only available since react 0.46
koenpunt Aug 1, 2017
a89180f
require minimum of react native 0.44
koenpunt Aug 1, 2017
62d90ef
add minimal eslint configuration
koenpunt Aug 1, 2017
f18e1e9
use promises instead of callbacks for request and show (iOS)
koenpunt Aug 2, 2017
6149731
fix reward example
koenpunt Aug 2, 2017
3776a3c
convert native errors to javascript errors
koenpunt Aug 2, 2017
a28d0ca
update README
koenpunt Aug 2, 2017
239cbf7
use promises instead of callbacks for request and show (Android)
koenpunt Aug 2, 2017
a04e9f2
2.0.0-alpha.2
koenpunt Aug 2, 2017
45f1106
define readonly getter for simulatorId
koenpunt Aug 2, 2017
c02f32d
recreate adview when adUnitID is already set
koenpunt Aug 9, 2017
ecf2ecb
2.0.0-alpha.3
koenpunt Aug 9, 2017
3b03f5b
correctly export view constants on android
koenpunt Aug 10, 2017
2bd7ca5
2.0.0-alpha.4
koenpunt Aug 10, 2017
04b0a30
Removed override notation for deprecated method (createJSModules) of …
patw0929 Aug 2, 2017
0d834b0
2.0.0-alpha.5
koenpunt Sep 11, 2017
175b4b8
rename onAdmobDispatchAppEvent => onDidReceiveAppEvent
koenpunt Sep 28, 2017
eb1f6fe
update README
koenpunt Sep 28, 2017
ea0588f
fix error format to be handled correctly (iOS)
koenpunt Sep 28, 2017
9f8a203
add note about version 2 to README
koenpunt Sep 28, 2017
79e10d6
fix error format to be handled correctly (Android)
koenpunt Sep 28, 2017
6b7e96c
log errors as warnings
koenpunt Sep 28, 2017
9a426ca
document onSizeChange prop in README
koenpunt Sep 28, 2017
7d894af
rename events and event properties
koenpunt Sep 29, 2017
467df3d
highlight code as jsx
koenpunt Sep 29, 2017
4ad6850
mention PR for ad targeting
koenpunt Sep 29, 2017
2425ef9
apply code formatting (iOS)
koenpunt Sep 29, 2017
ea1151a
apply code formatting (Android)
koenpunt Sep 29, 2017
9b7ae3a
disallow banner views from having subviews
koenpunt Sep 29, 2017
5498f15
remove some unused properties
koenpunt Oct 3, 2017
551c41f
2.0.0-beta.1
koenpunt Oct 3, 2017
e495e27
Merge branch 'master' into next
koenpunt Oct 3, 2017
a5dc629
Merge pull request #165 from sbugert/next
koenpunt Oct 3, 2017
b8dcf1b
remove obsolete note
koenpunt Oct 3, 2017
728f9dd
Readme updates (#191)
koenpunt Oct 3, 2017
fcb1f5a
add namespace to events (#192)
koenpunt Oct 3, 2017
d7ed001
2.0.0-beta.2
koenpunt Oct 4, 2017
5ac2c58
update badges
koenpunt Oct 21, 2017
bde1b80
update example, update packager config
koenpunt Nov 12, 2017
88792e8
update sample adunit ids
koenpunt Nov 12, 2017
80031dd
fix smart banner display on android
rizzomichaelg Oct 10, 2017
aac550a
Example project smart banner as a new element
rizzomichaelg Oct 12, 2017
06e48fe
update yarn lockfile
koenpunt Nov 12, 2017
5c6d7a4
Fix: add checking for null to avoid exception when .setAdUnitId is se…
almostintuitive Nov 1, 2017
a6d1909
2.0.0-beta.3
koenpunt Nov 12, 2017
c056a65
perf: remove constantsToExport
koenpunt Dec 13, 2017
74370d1
perf: lazy load each module, update eslint config
koenpunt Dec 13, 2017
ab51217
update example to RN 0.51
koenpunt Dec 13, 2017
c4c0df8
add requiresMainQueueSetup for RN 0.51
koenpunt Dec 13, 2017
c1e65f1
remove exported constants from android too
koenpunt Dec 13, 2017
a14fc44
2.0.0-beta.4
koenpunt Dec 13, 2017
f55b080
Override abstract method onRewardedVideoCompleted()
jeongjuwon Mar 22, 2018
ff982ee
Fix "Argument list too long: recursive header expansion failed" issue
lebedev Mar 23, 2018
982e863
restore newline
koenpunt Apr 16, 2018
e8725c8
add iOS implementation for ad video completed
koenpunt Apr 16, 2018
96c3370
add event alias for videoCompleted
koenpunt Apr 16, 2018
52e5863
update README with new event
koenpunt Apr 16, 2018
900216a
Merge pull request #273 from rm3rdmodules/master
koenpunt Apr 16, 2018
3972fbc
Merge pull request #226 from sbugert/performance
koenpunt Apr 27, 2018
5dc25f9
2.0.0-beta.5
koenpunt Apr 27, 2018
f8db0e6
Merge pull request #275 from angly-cat/patch-1
koenpunt May 30, 2018
275617c
Update gradle tooling (#393)
mdekrey Sep 15, 2019
ffe049c
Warning: Accessing view manager configs directly of UIManage (#414)
wandersoncs Sep 15, 2019
43ec340
fix Illegal callback invocation from native module crash (#347)
candyan Sep 15, 2019
4990613
Fix: make sure requestPromise is only invoked once + crash when isLoa…
almostintuitive Sep 15, 2019
33cc489
add podspec file for cocoapods support
koenpunt Sep 22, 2019
e21fdb7
2.0.0-beta.6
koenpunt Sep 22, 2019
1ce42d8
update example app using latest "react-native init"
koenpunt Sep 15, 2019
dc2f6f8
update implementation and add prettier for code formatting
koenpunt Sep 15, 2019
1200b4e
Merge pull request #472 from sbugert/update
koenpunt Sep 22, 2019
2d1432a
add note about android manifest modifications
koenpunt Sep 22, 2019
f081473
add GitHub workflow that sets up a React Native project with the library
koenpunt Sep 23, 2019
9adacb3
run workflow every monday at 12:00 UTC
koenpunt Oct 2, 2019
b160473
Merge pull request #479 from sbugert/ci
koenpunt Oct 2, 2019
24bb5d9
Fix grammer (#486)
soroushchehresa Nov 21, 2019
6eb7003
Update macOS version for CI
koenpunt Jun 13, 2020
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
2.0.0-beta.5
koenpunt committed Apr 27, 2018
commit 5dc25f952a29c4f1322cdcf29641acc0564ada93
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-admob",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "A react-native component for Google AdMob banners and interstitials",
"author": "Simon Bugert <simon.bugert@gmail.com>",
"main": "index.js",
@@ -18,7 +18,6 @@
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.3.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^3.2.0"
"eslint-plugin-react": "^7.1.0"
}
}