Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
supplier
Commits
b00e953d
Commit
b00e953d
authored
Dec 20, 2019
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
將用戶模塊,訂單模塊移出。登陸頁面請求完成,還有錯誤。
parent
ef4a0be0
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
22 additions
and
0 deletions
+22
-0
order-list/.gitignore
+0
-0
order-list/build.gradle
+0
-0
order-list/proguard.cfg
+0
-0
order-list/src/androidTest/java/com/gingersoft/cloud/gsa/component/order/list/ExampleInstrumentedTest.java
+0
-0
order-list/src/main/AndroidManifest.xml
+0
-0
order-list/src/main/res/drawable-v24/ic_launcher_foreground.xml
+0
-0
order-list/src/main/res/drawable/ic_launcher_background.xml
+0
-0
order-list/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+0
-0
order-list/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+0
-0
order-list/src/main/res/mipmap-hdpi/ic_launcher.png
+0
-0
order-list/src/main/res/mipmap-hdpi/ic_launcher_round.png
+0
-0
order-list/src/main/res/mipmap-mdpi/ic_launcher.png
+0
-0
order-list/src/main/res/mipmap-mdpi/ic_launcher_round.png
+0
-0
order-list/src/main/res/mipmap-xhdpi/ic_launcher.png
+0
-0
order-list/src/main/res/mipmap-xhdpi/ic_launcher_round.png
+0
-0
order-list/src/main/res/mipmap-xxhdpi/ic_launcher.png
+0
-0
order-list/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
+0
-0
order-list/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+0
-0
order-list/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
+0
-0
order-list/src/main/res/values/colors.xml
+0
-0
order-list/src/main/res/values/strings.xml
+0
-0
order-list/src/main/res/values/styles.xml
+0
-0
order-list/src/test/java/com/gingersoft/cloud/gsa/component/order/list/ExampleUnitTest.java
+0
-0
public-database/.gitignore
+1
-0
public-database/build.gradle
+0
-0
public-database/proguard.cfg
+21
-0
public-database/src/androidTest/java/com/gingersoft/cloud/gsa/component/order/list/ExampleInstrumentedTest.java
+0
-0
public-database/src/main/AndroidManifest.xml
+0
-0
public-database/src/main/res/drawable-v24/ic_launcher_foreground.xml
+0
-0
public-database/src/main/res/drawable/ic_launcher_background.xml
+0
-0
public-database/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+0
-0
public-database/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+0
-0
public-database/src/main/res/mipmap-hdpi/ic_launcher.png
+0
-0
public-database/src/main/res/mipmap-hdpi/ic_launcher_round.png
+0
-0
public-database/src/main/res/mipmap-mdpi/ic_launcher.png
+0
-0
public-database/src/main/res/mipmap-mdpi/ic_launcher_round.png
+0
-0
public-database/src/main/res/mipmap-xhdpi/ic_launcher.png
+0
-0
public-database/src/main/res/mipmap-xhdpi/ic_launcher_round.png
+0
-0
public-database/src/main/res/mipmap-xxhdpi/ic_launcher.png
+0
-0
public-database/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
+0
-0
public-database/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+0
-0
public-database/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
+0
-0
public-database/src/main/res/values/colors.xml
+0
-0
public-database/src/main/res/values/strings.xml
+0
-0
public-database/src/main/res/values/styles.xml
+0
-0
public-database/src/test/java/com/gingersoft/cloud/gsa/component/order/list/ExampleUnitTest.java
+0
-0
No files found.
user/component-login
/.gitignore
→
order-list
/.gitignore
View file @
b00e953d
File moved
order
/component-order
-list/build.gradle
→
order-list/build.gradle
View file @
b00e953d
File moved
user/component-register
/proguard.cfg
→
order-list
/proguard.cfg
View file @
b00e953d
File moved
order
/component-order-detail
/src/androidTest/java/com/gingersoft/cloud/gsa/component/order/list/ExampleInstrumentedTest.java
→
order
-list
/src/androidTest/java/com/gingersoft/cloud/gsa/component/order/list/ExampleInstrumentedTest.java
View file @
b00e953d
File moved
order
/component-order
-list/src/main/AndroidManifest.xml
→
order-list/src/main/AndroidManifest.xml
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/drawable-v24/ic_launcher_foreground.xml
→
order
-list
/src/main/res/drawable-v24/ic_launcher_foreground.xml
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/drawable/ic_launcher_background.xml
→
order
-list
/src/main/res/drawable/ic_launcher_background.xml
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
→
order
-list
/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
→
order
-list
/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-hdpi/ic_launcher.png
→
order
-list
/src/main/res/mipmap-hdpi/ic_launcher.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-hdpi/ic_launcher_round.png
→
order
-list
/src/main/res/mipmap-hdpi/ic_launcher_round.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-mdpi/ic_launcher.png
→
order
-list
/src/main/res/mipmap-mdpi/ic_launcher.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-mdpi/ic_launcher_round.png
→
order
-list
/src/main/res/mipmap-mdpi/ic_launcher_round.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-xhdpi/ic_launcher.png
→
order
-list
/src/main/res/mipmap-xhdpi/ic_launcher.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-xhdpi/ic_launcher_round.png
→
order
-list
/src/main/res/mipmap-xhdpi/ic_launcher_round.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-xxhdpi/ic_launcher.png
→
order
-list
/src/main/res/mipmap-xxhdpi/ic_launcher.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
→
order
-list
/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-xxxhdpi/ic_launcher.png
→
order
-list
/src/main/res/mipmap-xxxhdpi/ic_launcher.png
View file @
b00e953d
File moved
order
/component-order-detail
/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
→
order
-list
/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
View file @
b00e953d
File moved
order
/component-order
-list/src/main/res/values/colors.xml
→
order-list/src/main/res/values/colors.xml
View file @
b00e953d
File moved
order
/component-order
-list/src/main/res/values/strings.xml
→
order-list/src/main/res/values/strings.xml
View file @
b00e953d
File moved
order
/component-order
-list/src/main/res/values/styles.xml
→
order-list/src/main/res/values/styles.xml
View file @
b00e953d
File moved
order
/component-order-detail
/src/test/java/com/gingersoft/cloud/gsa/component/order/list/ExampleUnitTest.java
→
order
-list
/src/test/java/com/gingersoft/cloud/gsa/component/order/list/ExampleUnitTest.java
View file @
b00e953d
File moved
public-database/.gitignore
0 → 100644
View file @
b00e953d
/build
public
2/component
-database/build.gradle
→
public-database/build.gradle
View file @
b00e953d
File moved
public-database/proguard.cfg
0 → 100644
View file @
b00e953d
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
user/component-register
/src/androidTest/java/com/gingersoft/cloud/gsa/component/order/list/ExampleInstrumentedTest.java
→
public-database
/src/androidTest/java/com/gingersoft/cloud/gsa/component/order/list/ExampleInstrumentedTest.java
View file @
b00e953d
File moved
public
2/component
-database/src/main/AndroidManifest.xml
→
public-database/src/main/AndroidManifest.xml
View file @
b00e953d
File moved
user/component-register
/src/main/res/drawable-v24/ic_launcher_foreground.xml
→
public-database
/src/main/res/drawable-v24/ic_launcher_foreground.xml
View file @
b00e953d
File moved
user/component-register
/src/main/res/drawable/ic_launcher_background.xml
→
public-database
/src/main/res/drawable/ic_launcher_background.xml
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
→
public-database
/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
→
public-database
/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-hdpi/ic_launcher.png
→
public-database
/src/main/res/mipmap-hdpi/ic_launcher.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-hdpi/ic_launcher_round.png
→
public-database
/src/main/res/mipmap-hdpi/ic_launcher_round.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-mdpi/ic_launcher.png
→
public-database
/src/main/res/mipmap-mdpi/ic_launcher.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-mdpi/ic_launcher_round.png
→
public-database
/src/main/res/mipmap-mdpi/ic_launcher_round.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-xhdpi/ic_launcher.png
→
public-database
/src/main/res/mipmap-xhdpi/ic_launcher.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-xhdpi/ic_launcher_round.png
→
public-database
/src/main/res/mipmap-xhdpi/ic_launcher_round.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-xxhdpi/ic_launcher.png
→
public-database
/src/main/res/mipmap-xxhdpi/ic_launcher.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
→
public-database
/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-xxxhdpi/ic_launcher.png
→
public-database
/src/main/res/mipmap-xxxhdpi/ic_launcher.png
View file @
b00e953d
File moved
user/component-register
/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
→
public-database
/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
View file @
b00e953d
File moved
public
2/component
-database/src/main/res/values/colors.xml
→
public-database/src/main/res/values/colors.xml
View file @
b00e953d
File moved
public
2/component-network
/src/main/res/values/strings.xml
→
public
-database
/src/main/res/values/strings.xml
View file @
b00e953d
File moved
user/component-register
/src/main/res/values/styles.xml
→
public-database
/src/main/res/values/styles.xml
View file @
b00e953d
File moved
user/component-register
/src/test/java/com/gingersoft/cloud/gsa/component/order/list/ExampleUnitTest.java
→
public-database
/src/test/java/com/gingersoft/cloud/gsa/component/order/list/ExampleUnitTest.java
View file @
b00e953d
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment