Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 6 additions & 6 deletions focus-ios/Blockzilla.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
B101243E2B4EE8C20099F3CA /* URLValidationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B101243D2B4EE8C20099F3CA /* URLValidationTest.swift */; };
B3481A551FCF261900CA2EA6 /* AutocompleteCustomUrlViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3481A541FCF261900CA2EA6 /* AutocompleteCustomUrlViewController.swift */; };
B3AFC2BC1F7C0B9F001AEF38 /* LegacyWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AFC2BB1F7C0B9F001AEF38 /* LegacyWebViewController.swift */; };
F0A1B2C42E8F100000000002 /* PasskeyAvailability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */; };
B3CD41C91FD1027000AEBD58 /* InsetTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3CD41C81FD1027000AEBD58 /* InsetTextField.swift */; };
B3CD41CC1FD1CAF000AEBD58 /* PaddedSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3CD41CB1FD1CAF000AEBD58 /* PaddedSwitch.swift */; };
B3D23BEF1FA3A9E500D9C50F /* postload.js in Resources */ = {isa = PBXBuildFile; fileRef = B3D23BEE1FA3A9E500D9C50F /* postload.js */; };
Expand Down Expand Up @@ -137,8 +136,6 @@
C89AA96E271720330089838F /* ThemeTableViewToggleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89AA969271720330089838F /* ThemeTableViewToggleCell.swift */; };
C89AA96F271720330089838F /* ThemeTableViewAccessoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89AA96A271720330089838F /* ThemeTableViewAccessoryCell.swift */; };
C89AA970271720330089838F /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89AA96B271720330089838F /* Theme.swift */; };
F0A1B2C32E8F100000000001 /* NightModeAllFramesAtDocumentStart.js in Resources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */; };
F0A1B2C32E8F100000000002 /* WebsiteDarkModeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */; };
C8A9FE0A26E7A63F00A9C72B /* UserDefault.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A9FE0926E7A5B900A9C72B /* UserDefault.swift */; };
C8AC706427DF972B00165824 /* AuthenticationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8AC706327DF972B00165824 /* AuthenticationManager.swift */; };
C8C74BF4271D5D310009CE5A /* ActionFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C74BF3271D5D310009CE5A /* ActionFooterView.swift */; };
Expand Down Expand Up @@ -240,6 +237,9 @@
EB84F9712093815500BA6739 /* effective_tld_names.dat in Resources */ = {isa = PBXBuildFile; fileRef = EB84F9702093815500BA6739 /* effective_tld_names.dat */; };
EBE44F4E20ADDF6A005AFEA6 /* SmartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE44F4D20ADDF6A005AFEA6 /* SmartLabel.swift */; };
ED5ACDB02CE6AABF00A55506 /* Sentry-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = ED5ACDAF2CE6AABF00A55506 /* Sentry-Dynamic */; };
F0A1B2C32E8F100000000001 /* NightModeAllFramesAtDocumentStart.js in Resources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */; };
F0A1B2C32E8F100000000002 /* WebsiteDarkModeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */; };
F0A1B2C42E8F100000000002 /* PasskeyAvailability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */; };
F74E8109218183F400D18535 /* SearchSuggestionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74E8108218183F400D18535 /* SearchSuggestionsTest.swift */; };
F7B3E49D2165C32B00118785 /* SearchSuggestionsPromptView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7B3E49C2165C32B00118785 /* SearchSuggestionsPromptView.swift */; };
F805722F1DBEE504004339C1 /* WebCacheUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F805722E1DBEE504004339C1 /* WebCacheUtils.swift */; };
Expand Down Expand Up @@ -743,7 +743,6 @@
B101243D2B4EE8C20099F3CA /* URLValidationTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLValidationTest.swift; sourceTree = "<group>"; };
B3481A541FCF261900CA2EA6 /* AutocompleteCustomUrlViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutocompleteCustomUrlViewController.swift; sourceTree = "<group>"; };
B3AFC2BB1F7C0B9F001AEF38 /* LegacyWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyWebViewController.swift; sourceTree = "<group>"; };
F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasskeyAvailability.swift; sourceTree = "<group>"; };
B3CD41C81FD1027000AEBD58 /* InsetTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsetTextField.swift; sourceTree = "<group>"; };
B3CD41CB1FD1CAF000AEBD58 /* PaddedSwitch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddedSwitch.swift; sourceTree = "<group>"; };
B3D23BEE1FA3A9E500D9C50F /* postload.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = postload.js; sourceTree = "<group>"; };
Expand Down Expand Up @@ -789,8 +788,6 @@
C89AA969271720330089838F /* ThemeTableViewToggleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThemeTableViewToggleCell.swift; sourceTree = "<group>"; };
C89AA96A271720330089838F /* ThemeTableViewAccessoryCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThemeTableViewAccessoryCell.swift; sourceTree = "<group>"; };
C89AA96B271720330089838F /* Theme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = "<group>"; };
F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = NightModeAllFramesAtDocumentStart.js; sourceTree = "<group>"; };
F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteDarkModeController.swift; sourceTree = "<group>"; };
C8A9FE0926E7A5B900A9C72B /* UserDefault.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefault.swift; sourceTree = "<group>"; };
C8AC706327DF972B00165824 /* AuthenticationManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationManager.swift; sourceTree = "<group>"; };
C8C74BF3271D5D310009CE5A /* ActionFooterView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionFooterView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1220,6 +1217,9 @@
EB84F96E209380CE00BA6739 /* URLExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLExtensions.swift; sourceTree = "<group>"; };
EB84F9702093815500BA6739 /* effective_tld_names.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = effective_tld_names.dat; sourceTree = "<group>"; };
EBE44F4D20ADDF6A005AFEA6 /* SmartLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmartLabel.swift; sourceTree = "<group>"; };
F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = NightModeAllFramesAtDocumentStart.js; sourceTree = "<group>"; };
F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteDarkModeController.swift; sourceTree = "<group>"; };
F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasskeyAvailability.swift; sourceTree = "<group>"; };
F4C4943B406FCA9B74B4E186 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
F74E8108218183F400D18535 /* SearchSuggestionsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchSuggestionsTest.swift; sourceTree = "<group>"; };
F7B3E49C2165C32B00118785 /* SearchSuggestionsPromptView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchSuggestionsPromptView.swift; sourceTree = "<group>"; };
Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/am.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "ነባሪ አሳሽ አድርገህ አስቀምጥ";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "የአሰሳ ታሪክዎን፣ የይለፍ ቃሎችዎን፣ ኩኪዎችዎን ያጥፉ እና አላስፈላጊ ማስታወቂያዎችን በቀላል ጠቅታ እንዳትከተልሉዎ ያግዱ!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "ታሪክዎ አይከተልዎትም";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "اضبطه ليكون المتصفّح المبدئي";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "امسح سجل تصفحك وكلمات مرورك وملفات تعريف ارتباطك، وامنع الإعلانات غير المرغوب فيها من متابعتك بنقرة بسيطة!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "تأريخك لا يتبعك";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/be.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Зрабіць прадвызначаным браўзерам";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Адным націскам выдаліце гісторыю аглядання, паролі, кукі і не дайце непажаданай рэкламе ісці за вамі!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Ваша гісторыя не ходзіць за вамі";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Задаване като браузър по подразбиране";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Изтрийте вашата история на сърфиране, пароли, бисквитки и предотвратете нежеланите реклами да ви следват с едно просто щракване!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Вашата история не ви следва";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/br.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Lakaat da verdeer dre ziouer";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Dilemel roll-istor ar merdeiñ, ar gerioù-tremen, an toupinoù ha mirout ouzh ar bruderezhioù strobus da heuliañ ac'hanoc'h gant ur c'hlik nemetken!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Ho roll istor ne heuilh ket ac'hanoc'h";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/bs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Postavi kao zadani pretraživač";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Izbrišite svoju historiju pretraživanja, lozinke, kolačiće i spriječite neželjene oglase da vas prate, jednim klikom!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Vaša historija vas ne prati";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/ca.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Defineix com a navegador per defecte";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Elimineu l'historial de navegació, contrasenyes i galetes i eviteu que anuncis no desitjats us segueixin amb un sol clic!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "El vostre historial no us segueix";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/co.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Sceglie cum’è navigatore predefinitu";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "D’un cliccu simplice, squassate a vostra cronolugia di navigazione, e vostre parolle d’intesa, i vostri canistrelli, è impedite e publicità indesiderevule di seguitavvi.";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "A vostra cronolugia ùn vi seguita micca";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Nastavit jako výchozí prohlížeč";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Smažte svou historii prohlížení, hesla a cookies a zabraňte jedním klepnutím nechtěným reklamám, aby vás pronásledovaly.";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Vaše historie vás nevysleduje";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/cy.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Gosod fel y Porwr Ragosodedig";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Dilewch eich hanes pori, cyfrineiriau, cwcis, ac atal hysbysebion diangen rhag eich dilyn chi drwy un clic syml!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Nid yw eich hanes yn eich dilyn";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/da.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Angiv som standardbrowser";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Med ét klik kan du slette din browserhistorik, dine adgangskoder og cookies - og forhindre uønskede reklamer i at følge dig.";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Din historik følger dig ikke";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Als Standardbrowser festlegen";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Löschen Sie mit einem einfachen Klick Ihre Surf-Chronik, Passwörter, Cookies und verhindern Sie, dass unerwünschte Anzeigen Sie verfolgen!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Ihre Chronik verfolgt Sie nicht";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/dsb.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ako standardny wobglědowak nastajiś";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Lašujśo swóju pśeglědowańsku historiju, gronidła, cookieje, a zajźujśo z jadnym kliknjenim tomu, až wam njewitane wabjenje slědujo!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Waša historija wam njeslědujo";

Expand Down
3 changes: 0 additions & 3 deletions focus-ios/Blockzilla/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
/* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */
"Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ορισμός ως προεπιλογή";

/* Text for a label that indicates the description of history section from onboarding screen. */
"Onboarding.History.Description" = "Διαγράψτε το ιστορικό περιήγησης, τα συνθηματικά, τα cookie σας και αποτρέψτε την καταγραφή από ανεπιθύμητες διαφημίσεις με ένα μόνο πάτημα!";

/* Text for a label that indicates the title of history section from onboarding screen. */
"Onboarding.History.Title" = "Το ιστορικό σας δεν σας ακολουθεί";

Expand Down
3 changes: 2 additions & 1 deletion focus-ios/Blockzilla/en-CA.lproj/Intro.strings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Description for the 'History' panel in the First Run tour. */
"Intro.Slides.History.Description" = "Clear your browsing session history and cached files anytime with a single tap.";
"Intro.Slides.History.Description" = "Clear your entire browsing session history, passwords, cookies anytime with a single tap.";

/* Title for the third panel 'History' in the First Run tour. */
"Intro.Slides.History.Title" = "Your history is history";
Expand All @@ -21,3 +21,4 @@

/* Title for the first panel 'Welcome' in the First Run tour. */
"Intro.Slides.Welcome.Title" = "Power up your privacy";

Loading