Skip to content

Commit

Permalink
new release with fixed favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
snallapa committed May 28, 2019
1 parent 57fbbf5 commit d094ee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
android {
signingConfigs {
}
compileSdkVersion 28
defaultConfig {
applicationId "nallapareddy.com.browseredgepanel"
minSdkVersion 23
targetSdkVersion 28
versionCode 21
versionName "3.2"
versionCode 22
versionName "3.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true

Expand Down Expand Up @@ -52,5 +54,4 @@ dependencies {
implementation 'com.google.ads.mediation:facebook:5.2.0.1'
implementation files('libs/sdk-v1.0.0.jar')
implementation files('libs/slook_v1.4.0.jar')

}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ private void setFaviconUrl(Uri uri) {
//low quality favicon image faviconUrl = "https://www.google.com/s2/favicons?domain_url=http%3A%2F%2F" + uriString;
//faviconUrl = "https://www.google.com/s2/favicons?domain_url=http%3A%2F%2F" + uriString;
//faviconUrl = "https://icons.better-idea.org/icon?url=" + uriString.trim() + "&size=40";
faviconUrl = "http://icons.duckduckgo.com/ip2/" + uriString.trim() + ".ico";
faviconUrl = "https://besticon-demo.herokuapp.com/icon?url="+ uriString.trim() +"&size=32..50..120";
// faviconUrl = "http://icons.duckduckgo.com/ip2/" + uriString.trim() + ".ico";
}

public String getShortUrl() {
Expand Down

0 comments on commit d094ee2

Please sign in to comment.