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
188 additions
and 124 deletions.
- +7 −6 Client/Frontend/Browser/BrowserViewController.swift
- +86 −49 Cliqz/Intro/LumenIntroViewController.swift
- +15 −7 Cliqz/Resources/CliqzStrings.swift
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard.imageset/Dashboard.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard.imageset/Dashboard@2x.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard.imageset/Dashboard@3x.png
- 0 ...ources/Paid.xcassets/Intro/{lumen-Dashboard.imageset → lumen-Dashboard_de.imageset}/Contents.json
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_de.imageset/Dashboard.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_de.imageset/Dashboard@2x.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_de.imageset/Dashboard@3x.png
- +23 −0 Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_en.imageset/Contents.json
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_en.imageset/Dashboard.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_en.imageset/Dashboard@2x.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-Dashboard_en.imageset/Dashboard@3x.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-VPN.imageset/VPN.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-VPN.imageset/VPN@2x.png
- BIN Cliqz/Resources/Paid.xcassets/Intro/lumen-VPN.imageset/VPN@3x.png
- +57 −62 package-lock.json
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "Dashboard.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "Dashboard@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "Dashboard@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.