Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 23020f9

Browse files
committed
chore(): wip login/logout api
1 parent 764bab0 commit 23020f9

File tree

45 files changed

+4328
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4328
-11
lines changed

android/.idea/android.iml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/codeStyles/Project.xml

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/modules.xml

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/workspace.xml

+210
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/capacitor-twitter/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ dependencies {
4646
testImplementation 'junit:junit:4.12'
4747
androidTestImplementation 'com.android.support.test:runner:1.0.1'
4848
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
49+
implementation 'com.twitter.sdk.android:twitter-core:3.1.1'
4950
}
5051

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package cap.twitter.plugin;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "cap.twitter.plugin";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 1;
12+
public static final String VERSION_NAME = "1.0";
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="cap.twitter.plugin"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk
8+
android:minSdkVersion="21"
9+
android:targetSdkVersion="27" />
10+
11+
<uses-permission android:name="android.permission.INTERNET" />
12+
13+
<application>
14+
<activity android:name="cap.twitter.plugin.TwitterActivity" >
15+
</activity>
16+
</application>
17+
18+
</manifest>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"capacitor-twitter-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"cap.twitter.plugin","split":""}}]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

android/capacitor-twitter/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/debug/jniLibs"/></dataSet></merger>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/debug/shaders"/></dataSet></merger>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/assets"/><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/debug/assets"/></dataSet></merger>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Thu Mar 21 20:41:45 BRT 2019
2+
/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res/layout/bridge_layout_main.xml=/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/build/intermediates/packaged_res/debug/layout/bridge_layout_main.xml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="my_string">Just a simple string</string>
4+
</resources>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res"/><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/build/generated/res/rs/debug"/><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res"><file name="bridge_layout_main" path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res/layout/bridge_layout_main.xml" qualifiers="" type="layout"/><file path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res/values/colors.xml" qualifiers=""/><file path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res/values/styles.xml" qualifiers=""/><file path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/main/res/values/strings.xml" qualifiers=""><string name="my_string">Just a simple string</string></file></source><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/build/generated/res/rs/debug"/><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/stewan/dev/capacitor-twitter-example/node_modules/capacitor-twitter/android/capacitor-twitter/src/debug/res"/></dataSet><mergedItems/></merger>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)