View backup-rules.xml
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
<?xml version="1.0" encoding="utf-8"?> | |
<data-extraction-rules> | |
<cloud-backup> | |
<exclude domain="file" /> | |
<exclude domain="database" /> | |
<exclude domain="sharedpref" /> | |
<exclude domain="external" /> | |
<exclude domain="root" /> | |
</cloud-backup> | |
<device-transfer> |
View FeedFetcher.java
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.rssreader; | |
import android.content.Context; | |
import android.util.Log; | |
import com.squareup.okhttp.OkHttpClient; | |
import com.squareup.okhttp.Request; | |
import com.squareup.okhttp.Response; | |
import java.io.IOException; |
View build.gradle
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
apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 22 | |
buildToolsVersion "22.0.1" | |
defaultConfig { | |
applicationId "com.example.rssreader" | |
minSdkVersion 15 | |
targetSdkVersion 22 |
View AndroidManifest.xml
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
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.example.rssreader" > | |
<uses-permission android:name="android.permission.INTERNET" /> | |
<application | |
android:allowBackup="true" | |
android:icon="@mipmap/ic_launcher" | |
android:label="@string/app_name" | |
android:theme="@style/AppTheme" > |
View new_emojis_ios6.json
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
[{"name":"[勝ち誇り]", "unicode":"1F624", "utf8":"F09F98A4", "utf16":"FEFFD83DDE24"}, | |
{"name":"[うれしい顔]", "unicode":"1F606", "utf8":"F09F9886", "utf16":"FEFFD83DDE6"}, | |
{"name":"[うまい!]", "unicode":"1F60B", "utf8":"F09F988B", "utf16":"FEFFD83DDEB"}, | |
{"name":"😎", "unicode":"1F60E", "utf8":"F09F988E", "utf16":"FEFFD83DDEE"}, | |
{"name":"😴", "unicode":"1F634", "utf8":"F09F98B4", "utf16":"FEFFD83DDE34"}, | |
{"name":"[ふらふら]", "unicode":"1F635", "utf8":"F09F98B5", "utf16":"FEFFD83DDE35"}, | |
{"name":"😟", "unicode":"1F61F", "utf8":"F09F989F", "utf16":"FEFFD83DDE1F"}, | |
{"name":"😦", "unicode":"1F626", "utf8":"F09F98A6", "utf16":"FEFFD83DDE26"}, | |
{"name":"😧", "unicode":"1F627", "utf8":"F09F98A7", "utf16":"FEFFD83DDE27"}, | |
{"name":"😈", "unicode":"1F608", "utf8":"F09F9888", "utf16":"FEFFD83DDE8"}, |