Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d96bf6c5
authored
7 years ago
by
罗翻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表调整
parent
69f3ec50
master
…
dev
dev_xx
dev_xx_241116
dev_xx_250108_toast
dev_xx_250224_report
dev_xx_web
test
v2.7.2
v2.7.1
v2.7.0
v2.6.9
v2.6.7
v2.6.6
v2.6.5
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.9
v2.5.7
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.0
v2.4.6
v2.4.5
v2.4.0
v_2.4.0
v2.3.2
v2.3.1
dev20230405
android_v1.6.0
android_v1.3.0
android_v1.2.0
android_v1.1.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
10 deletions
app/proguard-rules.pro
app/src/main/java/com/dayu/bigfish/ui/fragment/OrderSecondTabFragment.java
app/src/main/res/layout/fragment_order_datails.xml
app/src/main/res/layout/fragment_orderdoing_item.xml
app/proguard-rules.pro
View file @
d96bf6c5
...
...
@@ -23,7 +23,8 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#1.基本指令区
#-------------------------------------------基本不用动区域--------------------------------------------
#---------------------------------基本指令区----------------------------------
-
optimizationpasses
5
-
dontusemixedcaseclassnames
-
dontskipnonpubliclibraryclasses
...
...
@@ -35,10 +36,11 @@
-keepattributes
*Annotation*,InnerClasses
-keepattributes Signature
-keepattributes SourceFile,LineNumberTable
#----------------------------------------------------------------------------
#
2.默认保留区
#
---------------------------------默认保留区---------------------------------
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Applic
a
tion
-keep public class * extends android.app.Appliction
-keep public class * extends android.app.Service
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
...
...
@@ -86,8 +88,9 @@
-keepclassmembers class * {
void *(
*
*On*Event);
}
#----------------------------------------------------------------------------
#
3.webview
#
---------------------------------webview------------------------------------
-keepclassmembers class fqcn.of.javascript.interface.for.webview {
public *;
}
...
...
@@ -98,6 +101,19 @@
-keepclassmembers class * extends android.webkit.webViewClient {
public void *(android.webkit.webView, jav.lang.String);
}
#----------------------------------------------------------------------------
#-----------------AOP----------------------------------------------------------------------------------
-adaptclassstrings
-keepattributes InnerClasses, EnclosingMethod, Signature, *Annotation*
#-keepnames @org.aspectj.lang.annotation.Aspect class * {
# ajc* <methods>;
#}
#---------------------------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/com/dayu/bigfish/ui/fragment/OrderSecondTabFragment.java
View file @
d96bf6c5
...
...
@@ -49,7 +49,7 @@ public class OrderSecondTabFragment extends BaseFragment<OrderTwoTabPresenter, O
private
int
siteId
=
GetUserInfo
.
getSITE_ID
(
MyApplication
.
getContext
());
private
int
userId
=
GetUserInfo
.
getACCOUNT_ID
(
MyApplication
.
getContext
());
private
int
mTotalPage
;
private
int
mPageSize
=
5
;
private
int
mPageSize
=
10
;
private
int
mPage
=
1
;
private
int
mRefreshState
=
1
;
//1:刷新,private int mRefreshState;
private
List
<
Order
>
mDatas
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/fragment_order_datails.xml
View file @
d96bf6c5
...
...
@@ -191,7 +191,7 @@
android:gravity=
"center_vertical"
android:maxEms=
"500"
android:maxLines=
"2"
android:text=
"暂无数据
daaaaaaaaackahkvajclclncl.NC了》Ncl>Nc.NC.NC.出》ncNC.NC.C.NC.NC.NC.NC>NC.NC.nc>N>Cn
"
android:text=
"暂无数据"
android:textColor=
"@color/cl_home_title_text_color"
android:textSize=
"13.3sp"
/>
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/fragment_orderdoing_item.xml
View file @
d96bf6c5
...
...
@@ -219,7 +219,6 @@
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_alignParentBottom=
"true"
android:layout_marginLeft=
"20.7dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:text=
"@string/tv_home_tab_one_phone"
...
...
@@ -239,8 +238,6 @@
android:id=
"@+id/item_updata_time"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_marginLeft=
"5dp"
android:layout_marginRight=
"5dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:text=
"@string/tv_home_tab_updata_subscribe_time"
...
...
@@ -262,7 +259,6 @@
android:id=
"@+id/tv_item_process"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_marginRight=
"20.7dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:text=
"@string/tv_home_tab_start"
...
...
This diff is collapsed.
Click to expand it.
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