This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
202 additions
and 71 deletions.
- +7 −1 Cliqz/React Components/Modules/NativeDrawable.m
- +23 −0 Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/Contents.json
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/bing@1x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/bing@2x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_bing.imageset/bing@3x.png
- +23 −0 Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/Contents.json
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/ddg@1x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/ddg@2x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_ddg.imageset/ddg@3x.png
- +23 −0 Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/Contents.json
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/google@1x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/google@2x.png
- BIN Cliqz/Resources/Common.xcassets/ReactCards/ic_ez_google.imageset/google@3x.png
- +9 −13 README.md
- +17 −8 lumen-onboarding.js
- +61 −30 lumen.js
- +37 −18 package-lock.json
- +2 −1 package.json
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "bing@1x.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "bing@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "bing@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "ddg@1x.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "ddg@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "ddg@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "google@1x.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "google@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "google@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.