This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #44: Add browser domain list / autocomplete component
- Loading branch information
Showing
27 changed files
with
1,622 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
apply plugin: 'com.android.library' | ||
apply plugin: 'kotlin-android' | ||
|
||
android { | ||
compileSdkVersion rootProject.ext.build['compileSdkVersion'] | ||
|
||
defaultConfig { | ||
minSdkVersion rootProject.ext.build['minSdkVersion'] | ||
targetSdkVersion rootProject.ext.build['targetSdkVersion'] | ||
|
||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
} | ||
|
||
lintOptions { | ||
warningsAsErrors true | ||
abortOnError true | ||
} | ||
|
||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
|
||
kotlin { | ||
experimental { | ||
coroutines 'enable' | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
implementation "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.dependencies['kotlin']}" | ||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${rootProject.ext.dependencies['coroutines']}" | ||
|
||
testImplementation "junit:junit:${rootProject.ext.dependencies['junit']}" | ||
testImplementation "org.robolectric:robolectric:${rootProject.ext.dependencies['robolectric']}" | ||
testImplementation "org.mockito:mockito-core:${rootProject.ext.dependencies['mockito']}" | ||
} | ||
|
||
archivesBaseName = "domains" | ||
|
||
apply from: '../../../publish.gradle' | ||
ext.configurePublish( | ||
'org.mozilla.components', | ||
'domains', | ||
'Localized and customizable domain lists for auto-completion in browsers.') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Add project specific ProGuard rules here. | ||
# You can control the set of applied configuration files using the | ||
# proguardFiles setting in build.gradle. | ||
# | ||
# For more details, see | ||
# http://developer.android.com/guide/developing/tools/proguard.html | ||
|
||
# If your project uses WebView with JS, uncomment the following | ||
# and specify the fully qualified class name to the JavaScript interface | ||
# class: | ||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { | ||
# public *; | ||
#} | ||
|
||
# Uncomment this to preserve the line number information for | ||
# debugging stack traces. | ||
#-keepattributes SourceFile,LineNumberTable | ||
|
||
# If you keep the line number information, uncomment this to | ||
# hide the original source file name. | ||
#-renamesourcefileattribute SourceFile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- This Source Code Form is subject to the terms of the Mozilla Public | ||
- License, v. 2.0. If a copy of the MPL was not distributed with this | ||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="mozilla.components.domains" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
google.com.br | ||
youtube.com | ||
google.com | ||
facebook.com | ||
globo.com | ||
uol.com.br | ||
blastingnews.com | ||
live.com | ||
mercadolivre.com.br | ||
yahoo.com | ||
blogspot.com.br | ||
wikipedia.org | ||
whatsapp.com | ||
netflix.com | ||
olx.com.br | ||
instagram.com | ||
msn.com | ||
metropoles.com | ||
fatosdesconhecidos.com.br | ||
twitter.com | ||
caixa.gov.br | ||
uptodown.com | ||
aliexpress.com | ||
curapelanatureza.com.br | ||
wordpress.com | ||
abril.com.br | ||
americanas.com.br | ||
correios.com.br | ||
reclameaqui.com.br | ||
bet365.com | ||
onclkds.com | ||
bol.uol.com.br | ||
techtudo.com.br | ||
fazenda.gov.br | ||
microsoft.com | ||
folha.uol.com.br | ||
linkedin.com | ||
tumblr.com | ||
sp.gov.br | ||
reddit.com | ||
bb.com.br | ||
pinterest.com | ||
itau.com.br | ||
letras.mus.br | ||
otvfoco.com.br | ||
vagalume.com.br | ||
portalinteressante.com | ||
myappolicious.com.br | ||
thewhizmarketing.com | ||
twitch.tv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
google.com | ||
youtube.com | ||
facebook.com | ||
reddit.com | ||
amazon.com | ||
wikipedia.org | ||
yahoo.com | ||
twitter.com | ||
netflix.com | ||
ebay.com | ||
imgur.com | ||
linkedin.com | ||
instagram.com | ||
diply.com | ||
craigslist.org | ||
live.com | ||
office.com | ||
microsoftonline.com | ||
twitch.tv | ||
tumblr.com | ||
pinterest.com | ||
espn.com | ||
cnn.com | ||
bing.com | ||
wikia.com | ||
chase.com | ||
imdb.com | ||
nytimes.com | ||
paypal.com | ||
blogspot.com | ||
apple.com | ||
yelp.com | ||
stackoverflow.com | ||
bankofamerica.com | ||
wordpress.com | ||
github.com | ||
microsoft.com | ||
wellsfargo.com | ||
zillow.com | ||
salesforce.com | ||
msn.com | ||
walmart.com | ||
weather.com | ||
dropbox.com | ||
buzzfeed.com | ||
intuit.com | ||
washingtonpost.com | ||
soundcloud.com | ||
huffingtonpost.com | ||
indeed.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
google.de | ||
youtube.com | ||
google.com | ||
facebook.com | ||
amazon.de | ||
ebay.de | ||
wikipedia.org | ||
ebay-kleinanzeigen.de | ||
web.de | ||
yahoo.com | ||
ok.ru | ||
gmx.net | ||
reddit.com | ||
vk.com | ||
t-online.de | ||
twitter.com | ||
spiegel.de | ||
mail.ru | ||
instagram.com | ||
live.com | ||
chip.de | ||
bild.de | ||
paypal.com | ||
bing.com | ||
twitch.tv | ||
whatsapp.com | ||
yandex.ru | ||
gutefrage.net | ||
mobile.de | ||
google.ru | ||
blogspot.de | ||
tumblr.com | ||
bs.to | ||
focus.de | ||
linkedin.com | ||
netflix.com | ||
wordpress.com | ||
imgur.com | ||
postbank.de | ||
welt.de | ||
streamcloud.eu | ||
microsoft.com | ||
immobilienscout24.de | ||
msn.com | ||
dict.cc | ||
otto.de | ||
xing.com | ||
amazon.com | ||
heise.de | ||
github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
google.fr | ||
youtube.com | ||
google.com | ||
facebook.com | ||
wikipedia.org | ||
amazon.fr | ||
leboncoin.fr | ||
yahoo.com | ||
live.com | ||
twitter.com | ||
orange.fr | ||
free.fr | ||
linkedin.com | ||
lemonde.fr | ||
instagram.com | ||
reddit.com | ||
lefigaro.fr | ||
ebay.fr | ||
cdiscount.com | ||
jeuxvideo.com | ||
zone-telechargement.ws | ||
labanquepostale.fr | ||
blogspot.fr | ||
allocine.fr | ||
msn.com | ||
commentcamarche.net | ||
pole-emploi.fr | ||
vk.com | ||
sfr.fr | ||
lequipe.fr | ||
twitch.tv | ||
francetvinfo.fr | ||
20minutes.fr | ||
pinterest.com | ||
netflix.com | ||
programme-tv.net | ||
credit-agricole.fr | ||
linternaute.com | ||
github.com | ||
wordpress.com | ||
caf.fr | ||
aliexpress.com | ||
dailymotion.com | ||
tumblr.com | ||
t411.ai | ||
stackoverflow.com | ||
microsoft.com | ||
meteofrance.com | ||
onclkds.com | ||
bfmtv.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
google.co.uk | ||
youtube.com | ||
google.com | ||
facebook.com | ||
reddit.com | ||
bbc.co.uk | ||
amazon.co.uk | ||
wikipedia.org | ||
ebay.co.uk | ||
twitter.com | ||
live.com | ||
yahoo.com | ||
instagram.com | ||
diply.com | ||
linkedin.com | ||
imgur.com | ||
netflix.com | ||
theguardian.com | ||
dailymail.co.uk | ||
twitch.tv | ||
imdb.com | ||
paypal.com | ||
microsoftonline.com | ||
office.com | ||
tumblr.com | ||
www.gov.uk | ||
wikia.com | ||
givemesport.com | ||
amazon.com | ||
bing.com | ||
wordpress.com | ||
telegraph.co.uk | ||
rightmove.co.uk | ||
pinterest.com | ||
gumtree.com | ||
msn.com | ||
microsoft.com | ||
stackoverflow.com | ||
booking.com | ||
vk.com | ||
tripadvisor.co.uk | ||
lloydsbank.co.uk | ||
apple.com | ||
service.gov.uk | ||
onclkds.com | ||
github.com | ||
independent.co.uk | ||
bt.com | ||
vice.com | ||
hsbc.co.uk |
Oops, something went wrong.