This file contains hidden or 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
class ProjectVariantState { | |
def COMMAND_LINE_BETA_PROPERTIES = [ | |
"betaDistributionReleaseNotes", | |
"betaDistributionReleaseNotesFilePath", | |
"betaDistributionEmails", | |
"betaDistributionEmailsFilePath", | |
"betaDistributionGroupAliases", | |
"betaDistributionGroupAliasesFilePath", | |
"betaDistributionNotifications" |
This file contains hidden or 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
import android.os.Build | |
import android.view.View | |
import io.github.inflationx.viewpump.InflateResult | |
import io.github.inflationx.viewpump.Interceptor | |
import javax.inject.Inject | |
class AutofillKillerInterceptor : Interceptor { | |
override fun intercept(chain: Interceptor.Chain): InflateResult { | |
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) { |
This file contains hidden or 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
package com.banksimple.dagger; | |
import java.util.ArrayList; | |
import java.util.Collections; | |
import java.util.LinkedHashMap; | |
import java.util.List; | |
import java.util.Map; | |
import java.util.NoSuchElementException; | |
/** |
This file contains hidden or 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
import android.support.annotation.NonNull; | |
import android.support.annotation.Nullable; | |
import android.support.v4.view.ViewCompat; | |
import android.support.v7.widget.DefaultItemAnimator; | |
import android.support.v7.widget.RecyclerView; | |
import android.view.View; | |
import java.util.List; | |
/** |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am tadfisher on github. | |
* I am tad (https://keybase.io/tad) on keybase. | |
* I have a public key whose fingerprint is 8728 8002 68DD C929 09D5 05F3 AF27 E9AD 827E 9332 | |
To claim this, I am signing this object: |
This file contains hidden or 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
==> Installing notmuch dependency: xapian | |
==> Downloading http://oligarchy.co.uk/xapian/1.2.13/xapian-core-1.2.13.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/xapian-1.2.13.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/xapian/1.2.13 | |
==> make install | |
🍺 /usr/local/Cellar/xapian/1.2.13: 438 files, 16M, built in 51 seconds | |
==> Installing notmuch | |
Error: notmuch dependency xapian was built with the following | |
C++ standard library: libc++ (from clang) |
This file contains hidden or 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
==> Downloading http://fishshell.com/files/2.0.0/fish-2.0.0.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/fish-2.0.0.tar.gz | |
tar xf /Library/Caches/Homebrew/fish-2.0.0.tar.gz | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file configure.ac | |
patching file reader.cpp | |
Hunk #1 succeeded at 3035 with fuzz 2. | |
==> autoconf | |
autoconf |
NewerOlder