-
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.
More work on Android Quiltthub Webview app
Still need to solve below problem: 1. Upon logout and log back in, the hub webapp doesn't get the token 2. Haven't handle token expires
- Loading branch information
1 parent
b0b8999
commit 63469ca
Showing
37 changed files
with
88 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...etpack_compose/ExampleInstrumentedTest.kt → ...ebview_example/ExampleInstrumentedTest.kt
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
2 changes: 1 addition & 1 deletion
2
...p/quiltt/app_jetpack_compose/AppConfig.kt → ...pp_quiltthub_webview_example/AppConfig.kt
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
2 changes: 1 addition & 1 deletion
2
...uiltt/app_jetpack_compose/MainActivity.kt → ...quiltthub_webview_example/MainActivity.kt
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
2 changes: 1 addition & 1 deletion
2
...etpack_compose/QuilttConnectorActivity.kt → ...ebview_example/QuilttConnectorActivity.kt
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
2 changes: 1 addition & 1 deletion
2
...etpack_compose/SharedPreferencesHelper.kt → ...ebview_example/SharedPreferencesHelper.kt
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
2 changes: 1 addition & 1 deletion
2
...ltt/app_jetpack_compose/ui/theme/Color.kt → ...iltthub_webview_example/ui/theme/Color.kt
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
2 changes: 1 addition & 1 deletion
2
...ltt/app_jetpack_compose/ui/theme/Theme.kt → ...iltthub_webview_example/ui/theme/Theme.kt
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
2 changes: 1 addition & 1 deletion
2
...iltt/app_jetpack_compose/ui/theme/Type.kt → ...uiltthub_webview_example/ui/theme/Type.kt
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions
27
app_quiltthub_webview_example/src/main/res/drawable/quiltt_app_icon.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<group | ||
android:scaleX="1" | ||
android:scaleY="1" | ||
android:translateX="1.0" | ||
android:translateY="-0.5"> | ||
<path | ||
android:pathData="m22,19.888 l-2.926,-1.659 1.236,-0.705 -0.003,-10.98L10.687,1 4.52,4.497l0.005,0.007L1,6.502v11L10.698,23l3.286,-1.872 3.086,1.74 4.93,-2.98ZM19.083,7.233v9.599l-1.235,0.704 -0.753,-0.428L17.095,8.375L8.681,3.526l2.001,-1.134 8.4,4.841ZM10.7,21.61l-8.472,-4.803L2.228,7.196L7.47,4.223l8.4,4.84v7.35l-2.077,-1.177v-4.993L7.38,6.603 4.299,8.55v7.122l8.457,4.765 -2.058,1.172ZM12.571,10.937v3.604L9.393,12.74L9.393,9.136l3.177,1.8ZM5.527,14.977L5.527,9.205l1.889,-1.194 0.752,0.427v4.995l11.44,6.487 -2.558,1.547 -11.523,-6.492Z"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="1" | ||
android:startY="15" | ||
android:endX="22" | ||
android:endY="12" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FF441DBC"/> | ||
<item android:offset="1" android:color="#FF25217C"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
</group> | ||
</vector> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...k_compose/src/main/res/values/strings.xml → ...w_example/src/main/res/values/strings.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<resources> | ||
<string name="app_name">App Jetpack Compose</string> | ||
<string name="app_name">Quiltt Hub</string> | ||
<string name="title_activity_quiltt_connector">QuilttConnectorActivity</string> | ||
<string name="title_activity_quiltt_hub">QuilttHubActivity</string> | ||
</resources> |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tt/app_jetpack_compose/ExampleUnitTest.kt → ...ltthub_webview_example/ExampleUnitTest.kt
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,4 +1,4 @@ | ||
package app.quiltt.app_jetpack_compose | ||
package app.quiltt.app_quiltthub_webview_example | ||
|
||
import org.junit.Test | ||
|
||
|
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