-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
35 additions
and
365 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu May 25 21:57:55 WEST 2017 | ||
#Mon Mar 26 22:13:27 WEST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |
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 |
---|---|---|
@@ -1,46 +1,37 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.youclap.rxfacebook"> | ||
package="com.youclap.rxfacebook"> | ||
|
||
<uses-permission android:name="android.permission.INTERNET"/> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
|
||
<application> | ||
|
||
|
||
<provider | ||
android:authorities="${applicationId}.rxfacebookprovider" | ||
android:exported="false" | ||
android:enabled="true" | ||
android:name=".RxFacebookInitProvider"/> | ||
|
||
<activity | ||
android:name=".login.FacebookLoginHandlerActivity" | ||
android:theme="@style/Theme.Transparent" | ||
android:launchMode="singleInstance"/> | ||
android:name=".login.FacebookLoginHandlerActivity" | ||
android:launchMode="singleInstance" | ||
android:theme="@style/Theme.Transparent" /> | ||
|
||
<meta-data | ||
android:name="com.facebook.sdk.ApplicationId" | ||
android:value="@string/facebook_app_id" /> | ||
|
||
<!--Facebook SDK needed --> | ||
<activity | ||
android:name="com.facebook.FacebookActivity" | ||
android:configChanges= | ||
"keyboard|keyboardHidden|screenLayout|screenSize|orientation" | ||
android:label="@string/app_name"/> | ||
android:name="com.facebook.FacebookActivity" | ||
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" | ||
android:label="@string/app_name" /> | ||
|
||
<activity | ||
android:name="com.facebook.CustomTabActivity" | ||
android:exported="true"> | ||
android:name="com.facebook.CustomTabActivity" | ||
android:exported="true"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.VIEW"/> | ||
<action android:name="android.intent.action.VIEW" /> | ||
|
||
<category android:name="android.intent.category.DEFAULT"/> | ||
<category android:name="android.intent.category.BROWSABLE"/> | ||
<category android:name="android.intent.category.DEFAULT" /> | ||
<category android:name="android.intent.category.BROWSABLE" /> | ||
|
||
<data android:scheme="@string/fb_login_protocol_scheme"/> | ||
<data android:scheme="@string/fb_login_protocol_scheme" /> | ||
</intent-filter> | ||
</activity> | ||
|
||
<meta-data | ||
android:name="com.facebook.sdk.ApplicationId" | ||
android:value="@string/facebook_app_id"/> | ||
|
||
</application> | ||
|
||
</manifest> |
58 changes: 0 additions & 58 deletions
58
library/src/main/java/com/youclap/rxfacebook/RxFacebookInitProvider.java
This file was deleted.
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
library/src/main/java/com/youclap/rxfacebook/login/RxFacebookLogin.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
18 changes: 0 additions & 18 deletions
18
library/src/test/java/com/youclap/rxfacebook/ExampleUnitTest.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
sample/src/main/java/com/youclap/rxfacebook/sample/MainActivity.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.