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
import 'dart:convert'; | |
void main() { | |
final uri = Uri.parse( | |
'plaidlink://connected?public_token=public-sandbox-83f5f6ce-0689-4c53-b92a-6982542c7818&account_id=bnogd7QqKmsq87VmKLVRfZNZleJL37cNApgv1&account_mask=0000&account_name=Plaid%20Checking&account_subtype=checking&account_type=depository&accounts=%5B%7B%22_id%22%3A%22bnogd7QqKmsq87VmKLVRfZNZleJL37cNApgv1%22%2C%22meta%22%3A%7B%22name%22%3A%22Plaid%20Checking%22%2C%22number%22%3A%220000%22%7D%2C%22subtype%22%3A%22checking%22%2C%22type%22%3A%22depository%22%7D%2C%7B%22_id%22%3A%22mxwb1EZPj8UWjKvmRevGFDMDGmxqjECMBZR3z%22%2C%22meta%22%3A%7B%22name%22%3A%22Plaid%20Saving%22%2C%22number%22%3A%221111%22%7D%2C%22subtype%22%3A%22savings%22%2C%22type%22%3A%22depository%22%7D%2C%7B%22_id%22%3A%22y1R5mBzpE8fKrzwVNJwafzbzV3qnrZuWVRkvX%22%2C%22meta%22%3A%7B%22name%22%3A%22Plaid%20Credit%20Card%22%2C%22number%22%3A%223333%22%7D%2C%22subtype%22%3A%22credit%20card%22%2C%22type%22%3A%22credit%22%7D%5D&institution_id=ins_5&institution_name=Citibank%20Online&link_se |
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
D/LeakCanary: | |
┬─── | |
│ GC Root: Global variable in native code | |
│ | |
├─ android.location.LocationManager$GnssStatusListenerTransport instance | |
│ Leaking: UNKNOWN | |
│ Retaining 6839 bytes in 64 objects | |
│ ↓ LocationManager$GnssStatusListenerTransport.mGnssNmeaListener | |
│ ~~~~~~~~~~~~~~~~~ | |
├─ com.lyokone.location.FlutterLocation$3 instance |
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
Account[] accounts = AccountManager.get(getView().getContext()).getAccounts(); | |
Set<String> emailSet = new HashSet<>(); | |
for (Account account : accounts) { | |
if (EMAIL_PATTERN.matcher(account.name).matches()) { | |
emailSet.add(account.name); | |
} | |
} | |
getView().txtPlaceName.setAdapter(new ArrayAdapter<>(getView().getContext(), | |
android.R.layout.simple_dropdown_item_1line, new ArrayList<>(emailSet))); |
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
diff --git i/app/src/main/java/org/fossasia/openevent/activities/MainActivity.java w/app/src/main/java/org/fossasia/openevent/activities/MainActivity.java | |
index 1c80d92..9b01b7f 100644 | |
--- i/app/src/main/java/org/fossasia/openevent/activities/MainActivity.java | |
+++ w/app/src/main/java/org/fossasia/openevent/activities/MainActivity.java | |
@@ -35,35 +35,30 @@ import org.fossasia.openevent.OpenEventApp; | |
import org.fossasia.openevent.R; | |
import org.fossasia.openevent.dbutils.DataDownload; | |
import org.fossasia.openevent.dbutils.DbSingleton; | |
-import org.fossasia.openevent.events.CantDownloadEvent; | |
-import org.fossasia.openevent.events.CounterEvent; |
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
import static android.support.test.espresso.Espresso.onView; | |
import static android.support.test.espresso.action.ViewActions.click; | |
import static android.support.test.espresso.action.ViewActions.typeText; | |
import static android.support.test.espresso.assertion.ViewAssertions.matches; | |
import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed; | |
import static android.support.test.espresso.matcher.ViewMatchers.isEnabled; | |
import static android.support.test.espresso.matcher.ViewMatchers.withId; | |
import static android.support.test.espresso.matcher.ViewMatchers.withText; | |
import static org.hamcrest.Matchers.not; |
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
package com.example.sample.orm.migration; | |
import com.google.common.base.Preconditions; | |
import com.example.sample.framework.base.ui.AppLogger; | |
import java.lang.reflect.Field; | |
import java.util.HashMap; | |
import java.util.Map; | |
import io.realm.Realm; |
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
Delivered-To: [email protected] | |
Received: by 10.107.151.212 with SMTP id z203csp338871iod; | |
Thu, 9 Apr 2015 05:00:50 -0700 (PDT) | |
X-Received: by 10.194.235.71 with SMTP id uk7mr59805915wjc.13.1428580848509; | |
Thu, 09 Apr 2015 05:00:48 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from mtaout20.012.net.il (mtaout20.012.net.il. [80.179.55.166]) | |
by mx.google.com with ESMTP id fu19si23795394wjc.14.2015.04.09.05.00.47 | |
for <[email protected]>; |
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
require 'formula' | |
class Apktool < Formula | |
homepage 'http://android-apktool.googlecode.com/' | |
url 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.0rc4.jar' | |
sha1 '61123bcc472fa76907d405d82afda1c6e40c46bf' | |
resource 'exes' do | |
url 'https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/osx/apktool' | |
sha1 '508f031c81b42386ddc5fff304fee3ae11fd765b' |
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
Integer VERSION_CODE = 16 | |
String VERSION_NAME = getVersionName("0.4-SNAPSHOT") | |
def getVersionName(String preferredVersionName) { | |
if (preferredVersionName.contains("-SNAPSHOT")) { | |
return getGitStatus(preferredVersionName) | |
} else { | |
return preferredVersionName | |
} |
NewerOlder